aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-24Version 4.1.0. Disable red screen of death.Alex Ning1-1/+1
2020-11-24Downgrade exoplayer to prevent crash when autoplaying videos.Alex Ning1-6/+6
2020-11-22Change theme back to Theme.MaterialComponents.Alex Ning1-1/+1
2020-11-22Use Theme.AppCompat.Alex Ning1-4/+4
2020-11-19Fix crash when downloading media. Version 4.1.0-beta6.Alex Ning1-2/+2
2020-11-12Version 4.1.0-beta5.Alex Ning1-2/+2
2020-11-11Fix comment more button not visible.Alex Ning1-1/+1
2020-11-06Add Red Screen Of Death to display crash dialog.Alex Ning1-0/+1
2020-10-28Version 4.1.0-beta4.Alex Ning1-2/+2
2020-10-28Fix blanck white background in MainActivty after returning from SearchActivity.Alex Ning1-1/+1
2020-10-24Version 4.1.0-beta3.Alex Ning1-2/+2
2020-10-23Fix an issue in respect subreddit recommended comment sort type. Dirty ↵Alex Ning1-6/+6
workaround for sensitive swipe sensitivity in ViewPager2 in MainActivity.
2020-10-20Version 4.1.0-beta2.Alex Ning1-2/+2
2020-10-18Load low-resolution videos in data saving mode. Selecting video quality for ↵Alex Ning1-16/+16
Reddit videos is now available.
2020-10-13Version 4.1.0-beta1.Alex Ning1-2/+2
2020-10-04Random post and subreddit is available.Alex Ning1-5/+6
2020-09-16Add an option to require authentication before going to account section in ↵Alex Ning1-0/+1
navigation drawer.
2020-09-12Fix Immersive Interface on Android R. Set targetSdkVersion and ↵Alex Ning1-2/+2
compileSdkVersion to 30.
2020-09-01Fix proguard for gson. Fix multireddit's info cannot be updated in ↵Alex Ning1-2/+2
minifiedRelease. Version 4.0.7.
2020-08-26Temporarily revert the changes of fixing superscript. Version 4.0.6.Alex Ning1-2/+2
2020-08-26Version 4.0.5.Alex Ning1-2/+2
2020-08-25Version 4.0.4.Alex Ning1-4/+4
2020-08-25Add options to change the number of columns in PostFragment portrait and ↵Alex Ning1-2/+2
landscape modes. Upgrade compileSdkVersion and targetSdkVersion to 30.
2020-08-11Directly add https://www.reddit.com prefix to user name and subreddit name. ↵Alex Ning1-9/+9
Update some libraries.
2020-08-04Version 4.0.3. Only save scrolled position for Best posts in HOME. Set Save ↵Alex Ning1-2/+2
Scrolled Position in HOME to false by default. Apply link color in CommentActivity.
2020-07-31Version 4.0.2.Alex Ning1-2/+2
2020-07-30Use SharedPreferences to store post feed scrolled position instead of ↵Alex Ning1-1/+0
QNCache. Add an option to save the scrolled position.
2020-07-30Start loading posts after the last viewed post in PostFragment when ↵Alex Ning1-0/+1
refreshing and first load.
2020-07-29Version 4.0.1. Block users. Show report menu item even in anonymous mode. ↵Alex Ning1-6/+2
Remove Crashy.
2020-07-19Version 4.0.0.Alex Ning1-2/+2
2020-07-15Add an option to ignore nav bar in ViewVideoActivity and ↵Alex Ning1-0/+1
ViewImgurVideoFragment. Use Hauler to do drag up or down to finish Activity in ViewVideoActivity and ViewImgurMediaActivity.
2020-07-14Replace Hauler with Slidr to avoid weird behaviour in SubsamplingScaleImageView.Alex Ning1-1/+0
2020-07-11Use SubsamplingScaleImageView and BigImageView to display images in ↵Alex Ning1-0/+1
ViewImageOrGifActivity and CommentAndPostRecyclerViewAdapter to avoid app crashing. Create another ViewModel, PostDetailGifAutoplayViewHolder in CommentAndPostRecyclerViewAdapter.
2020-07-09Add minified Release.Hermes Junior1-1/+8
2020-07-09Fix username takes up too much space in comments. Add ↵Alex Ning1-8/+8
PostCompactRightLeftThumbnailViewHolder and PostCompactLeftThumbnailViewHolder in order to fix layout issues in ConstraintLayout v2.0.0-beta8. Rename 'Show Thumbnail on the Right in Compact Layout' to 'Show Thumbnail on the Left in Compact Layout'.
2020-07-09Add updated Crashy.Alex Ning1-0/+4
2020-07-08Setting autoplay videos visible area offset is available. Remove Crashy ↵Alex Ning1-4/+0
because it will crash on some devices, such as Pixel Slate.
2020-07-07Prepare to add composing private message feature.Alex Ning1-0/+4
2020-06-18Exclude transitive dependency from Google GMS.Hermes Junior1-1/+3
2020-06-18Enable EventBus Index, avoids reflection, and better performance.Hermes Junior1-1/+9
2020-06-16Resolve conflicts: Some refactors on media activities.Alex Ning1-1/+1
2020-06-08Version 3.2.0.Alex Ning1-2/+2
2020-06-04Update acknowledgement info.Alex Ning1-2/+1
2020-06-04Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe ↵Alex Ning1-0/+1
up or down to finish ViewImageActivity, ViewGIFActivity and ViewVideoActivity. Fixed gifs downloaded as jpg.
2020-06-03Support viewing imgur albums in-app.Alex Ning1-0/+2
2020-05-28Support viewing gfycat videos in app.Alex Ning1-1/+2
2020-05-13Disable proguard because app force stop.Alex Ning1-3/+2
2020-05-13Version 3.1.0.Alex Ning1-2/+2
2020-05-08Enable minify, reduce release apk size.Hermes Junior1-2/+3
2020-04-29Buggy video and Gif autoplay.Alex Ning1-0/+2