aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-09Searching subreddits in SubredditFilterPopularAndAllActivity is available.Alex Ning3-8/+24
2020-11-07Rename NoPreviewLinkBackgroundColor to NoPreviewPostTypeBackgroundColor. ↵Alex Ning19-106/+146
NoPreviewPostTypeIconTint is available in custom theme.
2020-11-07New option: Disable Image Preview in Data Saving Mode.Alex Ning9-99/+245
2020-11-06Hiding subreddit description is available.Alex Ning4-2/+9
2020-11-06Maybe fixed a lot of bugs in DownloadRedditVideoService, ↵Alex Ning6-14/+33
DownloadMediaService and GlideImageGetter. Fix gfycat video not playing when opening in compact layout.
2020-11-06Add Red Screen Of Death to display crash dialog.Alex Ning1-0/+3
2020-11-06Fix image preview not available. Fix gif autoplay.Alex Ning2-2/+20
2020-11-06Fix ViewPager2 swipe sensitivity in other activites.Alex Ning6-12/+30
2020-10-30Use haptic feedback instead of vibration in swipe action.Alex Ning4-52/+15
2020-10-28Version 4.1.0-beta4.Alex Ning1-1/+1
2020-10-28Chnage the animation for random subreddit and post. Update Credits info.Alex Ning6-1/+20
2020-10-28Update translation contributions.Alex Ning5-409/+662
2020-10-28Fix blanck white background in MainActivty after returning from SearchActivity.Alex Ning2-4/+4
2020-10-28Deleting search history is now available.Alex Ning4-2/+80
2020-10-28Hiding subreddits in popular and all is now available.Alex Ning8-16/+178
2020-10-28Fix some issues in toolbars.Alex Ning2-0/+31
2020-10-28Add an option to filter subreddits in popular and all.Alex Ning19-4/+565
2020-10-26Giving awards to comments. Fix some bugs.Alex Ning13-46/+179
2020-10-24Version 4.1.0-beta3.Alex Ning1-1/+1
2020-10-23Fix color of some icons.Alex Ning14-23/+37
2020-10-23Fix immersive interface in ViewMultiRedditDetailActivity on Android 11.Alex Ning1-1/+8
2020-10-23Remove legacy layout files.Alex Ning4-1315/+0
2020-10-23Rename PostGalleryTypeViewHolder to PostWithPreviewTypeViewHolder.Alex Ning2-110/+110
2020-10-23Restore PostTextTypeViewHolder.Alex Ning1-26/+100
2020-10-23Remove PostTextTypeViewHolder.Alex Ning2-649/+40
2020-10-23Combine some ViewHolders in PostRecyclerViewAdapter to prevent lag.Alex Ning2-63/+107
2020-10-23Fix an issue in respect subreddit recommended comment sort type. Dirty ↵Alex Ning2-48/+66
workaround for sensitive swipe sensitivity in ViewPager2 in MainActivity.
2020-10-20Version 4.1.0-beta2.Alex Ning1-1/+1
2020-10-19Fix an issue of respecting subreddit recommended comment sort type. Fix a ↵Alex Ning2-14/+15
layout issue.
2020-10-19Respecting subreddit recommended comment sort type is available.Alex Ning1-19/+73
2020-10-19Add Miscellaneous settings. Rearange settings. Add an option: Respect ↵Alex Ning10-45/+133
Subreddit Recommended Comment Sort Type.
2020-10-19Fix DrawerLayout in MainActivity has extra background color in immersive ↵Alex Ning1-1/+4
interface on Android 11.
2020-10-19Fix layout issue in non-immersive interface. Rename ThemePreviewActivity to ↵Alex Ning13-21/+28
CustomThemePreviewActivity.
2020-10-18Load low-resolution videos in data saving mode. Selecting video quality for ↵Alex Ning4-2/+56
Reddit videos is now available.
2020-10-16Fix crash in anonymous mode in MainActivity.Alex Ning1-5/+2
2020-10-16Fix cannot download gfycat and redgifs videos. Fix fetching gfycat and ↵Alex Ning14-111/+88
redgifs videos failed in PostRecyclerViewAdapter and CommentAndPostRecyclerViewAdapter. Show progress bar when downloading reddit videos.
2020-10-15Show progress when downloding images and gifs.Alex Ning4-60/+187
2020-10-14Remove test notifications.Alex Ning1-14/+0
2020-10-14Fix media cannot be opened by clicking the download finished notification. ↵Alex Ning4-15/+29
Fix random post or subreddit still showing after users go back from FetchRandomSubredditOrPostActivity.
2020-10-14Fix NSFW posts showing in SearchResultActivity when NSFW is disabled. Hide ↵Alex Ning3-18/+27
NSFW subreddit results in SearchResultActivity if NSFW is disabled.
2020-10-14Show correct karma in ViewUserDetailActivity. Show a warning if nsfw is ↵Alex Ning5-8/+72
enabled while the user is over_18 in ViewUserDetailActivity.
2020-10-13Show correct karma in the navigation drawer in MainActivity.Alex Ning2-3/+2
2020-10-13Update karma in the navigation drawer in MainActivity.Alex Ning4-0/+25
2020-10-13Version 4.1.0-beta1.Alex Ning2-2/+2
2020-10-13Add some translations. Fix TabLayout Title in ViewSubredditDetailActivity.Alex Ning10-1/+6335
2020-10-04Add go to subreddit, go to user, and random to FAB options.Alex Ning4-110/+179
2020-10-04Random post and subreddit is available.Alex Ning17-33/+450
2020-10-04Add two options: go to user and go to subreddit in ↵Alex Ning14-2/+312
FABMoreOptionsBottomSheetFragment.
2020-09-30Show a warning if nsfw is disabled and the subreddit is nsfw.Alex Ning2-0/+26
2020-09-30Don't search nsfw users when nsfw is off.Alex Ning6-18/+28