aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Version 4.1.0. Disable red screen of death.Alex Ning2020-11-241-1/+1
|
* Downgrade exoplayer to prevent crash when autoplaying videos.Alex Ning2020-11-241-6/+6
|
* Change theme back to Theme.MaterialComponents.Alex Ning2020-11-221-1/+1
|
* Use Theme.AppCompat.Alex Ning2020-11-221-4/+4
|
* Fix crash when downloading media. Version 4.1.0-beta6.Alex Ning2020-11-191-2/+2
|
* Version 4.1.0-beta5.Alex Ning2020-11-121-2/+2
|
* Fix comment more button not visible.Alex Ning2020-11-111-1/+1
|
* Add Red Screen Of Death to display crash dialog.Alex Ning2020-11-061-0/+1
|
* Version 4.1.0-beta4.Alex Ning2020-10-281-2/+2
|
* Fix blanck white background in MainActivty after returning from SearchActivity.Alex Ning2020-10-281-1/+1
|
* Version 4.1.0-beta3.Alex Ning2020-10-241-2/+2
|
* Fix an issue in respect subreddit recommended comment sort type. Dirty ↵Alex Ning2020-10-231-6/+6
| | | | workaround for sensitive swipe sensitivity in ViewPager2 in MainActivity.
* Version 4.1.0-beta2.Alex Ning2020-10-201-2/+2
|
* Load low-resolution videos in data saving mode. Selecting video quality for ↵Alex Ning2020-10-181-16/+16
| | | | Reddit videos is now available.
* Version 4.1.0-beta1.Alex Ning2020-10-131-2/+2
|
* Random post and subreddit is available.Alex Ning2020-10-041-5/+6
|
* Add an option to require authentication before going to account section in ↵Alex Ning2020-09-161-0/+1
| | | | navigation drawer.
* Fix Immersive Interface on Android R. Set targetSdkVersion and ↵Alex Ning2020-09-121-2/+2
| | | | compileSdkVersion to 30.
* Fix proguard for gson. Fix multireddit's info cannot be updated in ↵Alex Ning2020-09-011-2/+2
| | | | minifiedRelease. Version 4.0.7.
* Temporarily revert the changes of fixing superscript. Version 4.0.6.Alex Ning2020-08-261-2/+2
|
* Version 4.0.5.Alex Ning2020-08-261-2/+2
|
* Version 4.0.4.Alex Ning2020-08-251-4/+4
|
* Add options to change the number of columns in PostFragment portrait and ↵Alex Ning2020-08-251-2/+2
| | | | landscape modes. Upgrade compileSdkVersion and targetSdkVersion to 30.
* Directly add https://www.reddit.com prefix to user name and subreddit name. ↵Alex Ning2020-08-111-9/+9
| | | | Update some libraries.
* Version 4.0.3. Only save scrolled position for Best posts in HOME. Set Save ↵Alex Ning2020-08-041-2/+2
| | | | Scrolled Position in HOME to false by default. Apply link color in CommentActivity.
* Version 4.0.2.Alex Ning2020-07-311-2/+2
|
* Use SharedPreferences to store post feed scrolled position instead of ↵Alex Ning2020-07-301-1/+0
| | | | QNCache. Add an option to save the scrolled position.
* Start loading posts after the last viewed post in PostFragment when ↵Alex Ning2020-07-301-0/+1
| | | | refreshing and first load.
* Version 4.0.1. Block users. Show report menu item even in anonymous mode. ↵Alex Ning2020-07-291-6/+2
| | | | Remove Crashy.
* Version 4.0.0.Alex Ning2020-07-191-2/+2
|
* Add an option to ignore nav bar in ViewVideoActivity and ↵Alex Ning2020-07-151-0/+1
| | | | ViewImgurVideoFragment. Use Hauler to do drag up or down to finish Activity in ViewVideoActivity and ViewImgurMediaActivity.
* Replace Hauler with Slidr to avoid weird behaviour in SubsamplingScaleImageView.Alex Ning2020-07-141-1/+0
|
* Use SubsamplingScaleImageView and BigImageView to display images in ↵Alex Ning2020-07-111-0/+1
| | | | ViewImageOrGifActivity and CommentAndPostRecyclerViewAdapter to avoid app crashing. Create another ViewModel, PostDetailGifAutoplayViewHolder in CommentAndPostRecyclerViewAdapter.
* Merge pull request #153 from OHermesJunior/proguard-onDocile-Alligator2020-07-091-1/+8
|\ | | | | Add minified Release.
| * Add minified Release.Hermes Junior2020-07-091-1/+8
| |
* | Fix username takes up too much space in comments. Add ↵Alex Ning2020-07-091-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'.
* Add updated Crashy.Alex Ning2020-07-091-0/+4
|
* Setting autoplay videos visible area offset is available. Remove Crashy ↵Alex Ning2020-07-081-4/+0
| | | | because it will crash on some devices, such as Pixel Slate.
* Prepare to add composing private message feature.Alex Ning2020-07-071-0/+4
|
* Merge pull request #140 from OHermesJunior/eventbus-indexDocile-Alligator2020-06-221-1/+9
|\ | | | | Enable EventBus Index, avoids reflection, and better performance.
| * Enable EventBus Index, avoids reflection, and better performance.Hermes Junior2020-06-181-1/+9
| |
* | Exclude transitive dependency from Google GMS.Hermes Junior2020-06-181-1/+3
|/
* Resolve conflicts: Some refactors on media activities.Alex Ning2020-06-161-1/+1
|
* Version 3.2.0.Alex Ning2020-06-081-2/+2
|
* Update acknowledgement info.Alex Ning2020-06-041-2/+1
|
* Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe ↵Alex Ning2020-06-041-0/+1
| | | | up or down to finish ViewImageActivity, ViewGIFActivity and ViewVideoActivity. Fixed gifs downloaded as jpg.
* Support viewing imgur albums in-app.Alex Ning2020-06-031-0/+2
|
* Support viewing gfycat videos in app.Alex Ning2020-05-281-1/+2
|
* Merge branch 'master' into masterTacoTheDank2020-05-191-2/+3
|\
| * Disable proguard because app force stop.Alex Ning2020-05-131-3/+2
| |