aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-05Version 5.4.1. Minor bugs fixed.Docile-Alligator1-2/+2
2023-02-06Version 5.4.0. Minor bugs fixed in PostGalleryTypeImageRecyclerViewAdapter.Docile-Alligator1-2/+2
2023-02-06Revert bottom app bar style.Docile-Alligator1-1/+1
2023-01-29Version 5.4.0-beta4. Nothing new.Docile-Alligator1-2/+2
2023-01-26Version 5.4.0-beta3. Bring back blocking users.Docile-Alligator1-2/+2
2023-01-25Version 5.4.0-beta2.Docile-Alligator1-2/+2
2022-12-15Material You tweaks.Docile-Alligator1-1/+1
2022-12-10Minor UI tweaks.Docile-Alligator1-3/+3
2022-12-04Version v5.4.0-beta1.Docile-Alligator1-1/+1
2022-12-04Version v5.4.0-beta1.Docile-Alligator1-2/+2
2022-11-08Material Design 3 Switch. Target Sdk 33.Docile-Alligator1-8/+9
2022-11-03Superscript parser overhaul (#1162)scria10001-1/+0
* Superscript parser overhaul * Make superscript work with tables * Fix some issues with Table compatibility * Some bug fixes * Re-enable Autolink
2022-11-03Version 5.3.4.Docile-Alligator1-2/+2
2022-09-21Minor bugs fixed.Docile-Alligator1-0/+1
2022-09-21Allow parallel installation of debug and release versions (#636)sal0max1-0/+4
* Allow parallel installation of debug and release versions ...by adding '.debug' suffix to application id * add separate app name resource for debug build
2022-09-21Start utilizing view binding (#1013)Taco1-0/+4
2022-09-19Version 5.3.3.Docile-Alligator1-2/+2
2022-09-19Fix app crashes on start up on Android < 6.0.Docile-Alligator1-4/+3
2022-09-16Version 5.3.2.Docile-Alligator1-2/+2
2022-09-10Update libraries.Docile-Alligator1-2/+3
2022-09-09Update libraries.Docile-Alligator1-5/+5
2022-09-09Update gradle wrapper (#1006)Taco1-5/+7
* Update gradle wrapper * Update AGP, fix gradle deprecations
2022-09-08Update ExoPlayer.Docile-Alligator1-6/+1
2022-09-06Version 5.3.1.Docile-Alligator1-2/+3
2022-09-04Fix stupid Redgifs API issue.Docile-Alligator1-2/+2
2022-08-27Version 5.3.0.Docile-Alligator1-2/+2
2022-08-16Version 5.3.0-beta1.Docile-Alligator1-2/+2
2022-07-13Read posts history is available.Docile-Alligator1-3/+4
2022-06-18Version 5.2.1.Docile-Alligator1-2/+2
2022-06-17Fixed bug that doesnt show user being followed (#707)MChen3211-1/+1
* In anonymous mode, fixed bug in CheckIsFollowingUser.java that does not check if accountName is null or not, which prevents room from retrieving SubscribedUserData to check if the user is followed or not. Also updated Room version to 2.4.2 to be compatible with M1 macbook. * Simplified SubscribedUserData accountName null check code
2022-06-03Version 5.2.0Docile-Alligator1-2/+2
2022-06-01Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator1-3/+0
2022-06-01Fix app crashes when applying Material You theme after changing wallpaper. ↵Docile-Alligator1-1/+1
Tweak the design of the fast scroller.
2022-05-30Version v5.2.0-beta2.Docile-Alligator1-2/+2
2022-04-30targetSdkVersion 31. Fix sort type problems in anonymous home page and ↵Docile-Alligator1-1/+1
multireddits.
2022-04-28Version v5.2.0-beta1.Docile-Alligator1-2/+2
2022-03-17Version 5.1.9.Docile-Alligator1-2/+2
2022-03-14Version 5.1.9-beta2. Optimize AppBarStateChangeListener.Docile-Alligator1-2/+2
2022-03-06Version 5.1.9-beta1. Fix low resolution post previews when showing them for ↵Docile-Alligator1-2/+2
the first time in PostDetailRecyclerViewAdapter.
2022-02-12Version 5.1.8. Add Reddit User Agreement to settings. Move Privacy Policy ↵Alex Ning1-2/+2
option from About to main settings page.
2022-01-29Version 5.1.7.Alex Ning1-2/+2
2022-01-20Version 5.1.6.Alex Ning1-2/+2
2022-01-15Version 5.1.6-beta1.Alex Ning1-2/+2
2021-12-22Version 5.1.5.Alex Ning1-2/+2
2021-12-16Version 5.1.4.Alex Ning1-9/+9
2021-12-15Use Executor to fetch removed comments.Alex Ning1-3/+3
2021-12-13Fix autoplay video continuing in background (#585)scria10001-1/+1
Fix autoplay video continuing in background
2021-12-12Undo superscript parser changes for now (#577)scria10001-0/+1
Undo superscript parser changes
2021-12-09Make Superscript parsing properscria10001-1/+0
Do this without relying converting to <sup> tags.
2021-11-29Version 5.1.3. Fix bottom navigation bar option count not applied to ↵Alex Ning1-2/+2
anonymous mode.