aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2021-11-27Version 5.1.2.Alex Ning1-2/+2
2021-11-22Version 5.1.1. Fix anonymous subreddits and multireddits do not show in ↵Alex Ning1-2/+2
MainActivity TabLayout. Fix changing tab names not working in anonymous mode.
2021-11-16Version 5.1.0.Alex Ning1-2/+2
2021-11-13Version 5.1.0-beta3.Alex Ning1-2/+2
2021-11-11Add custom superscript processorscria10001-0/+1
2021-11-11More fixes related to markdown renderingscria10001-1/+1
2021-11-04Version 5.1.0-beta2. Fix crash when hiding read posts.Alex Ning1-2/+2
2021-10-30Start migrating to Material Design 3. Try optimizing image loading in ↵Alex Ning1-2/+2
PostRecyclerViewAdapter.
2021-10-20feat: "real" Material You implementationWieland Schöbl1-1/+1
2021-10-17Version 5.1.0-beta1. Update translation. New languages: Czech and Romanian. ↵Alex Ning1-2/+2
Fix anonymous multireddit cannot be loaded in MainActivity. Fix database migration issue. Fix some subreddits cannot be shown in SubscribedSubredditsRecyclerViewAdapter. Fix anonymous subscribed subreddits cannot be shown in SubscribedSubredditsRecyclerViewAdapter in SubredditSelectionActivity.