aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Material Design 3 Switch. Target Sdk 33.Docile-Alligator2022-11-081-8/+9
|
* Superscript parser overhaul (#1162)scria10002022-11-031-1/+0
| | | | | | | | | | | * Superscript parser overhaul * Make superscript work with tables * Fix some issues with Table compatibility * Some bug fixes * Re-enable Autolink
* Version 5.3.4.Docile-Alligator2022-11-031-2/+2
|
* Minor bugs fixed.Docile-Alligator2022-09-211-0/+1
|
* Allow parallel installation of debug and release versions (#636)sal0max2022-09-211-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
* Start utilizing view binding (#1013)Taco2022-09-211-0/+4
|
* Version 5.3.3.Docile-Alligator2022-09-191-2/+2
|
* Fix app crashes on start up on Android < 6.0.Docile-Alligator2022-09-191-4/+3
|
* Version 5.3.2.Docile-Alligator2022-09-161-2/+2
|
* Update libraries.Docile-Alligator2022-09-101-2/+3
|
* Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-RedditDocile-Alligator2022-09-091-5/+7
|\
| * Update gradle wrapper (#1006)Taco2022-09-091-5/+7
| | | | | | | | | | * Update gradle wrapper * Update AGP, fix gradle deprecations
* | Update libraries.Docile-Alligator2022-09-091-5/+5
|/
* Update ExoPlayer.Docile-Alligator2022-09-081-6/+1
|
* Version 5.3.1.Docile-Alligator2022-09-061-2/+3
|
* Fix stupid Redgifs API issue.Docile-Alligator2022-09-041-2/+2
|
* Version 5.3.0.Docile-Alligator2022-08-271-2/+2
|
* Version 5.3.0-beta1.Docile-Alligator2022-08-161-2/+2
|
* Read posts history is available.Docile-Alligator2022-07-131-3/+4
|
* Version 5.2.1.Docile-Alligator2022-06-181-2/+2
|
* Fixed bug that doesnt show user being followed (#707)MChen3212022-06-171-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
* Version 5.2.0Docile-Alligator2022-06-031-2/+2
|
* Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator2022-06-011-3/+0
|
* Fix app crashes when applying Material You theme after changing wallpaper. ↵Docile-Alligator2022-06-011-1/+1
| | | | Tweak the design of the fast scroller.
* Version v5.2.0-beta2.Docile-Alligator2022-05-301-2/+2
|
* targetSdkVersion 31. Fix sort type problems in anonymous home page and ↵Docile-Alligator2022-04-301-1/+1
| | | | multireddits.
* Version v5.2.0-beta1.Docile-Alligator2022-04-281-2/+2
|
* Version 5.1.9.Docile-Alligator2022-03-171-2/+2
|
* Version 5.1.9-beta2. Optimize AppBarStateChangeListener.Docile-Alligator2022-03-141-2/+2
|
* Version 5.1.9-beta1. Fix low resolution post previews when showing them for ↵Docile-Alligator2022-03-061-2/+2
| | | | the first time in PostDetailRecyclerViewAdapter.
* Version 5.1.8. Add Reddit User Agreement to settings. Move Privacy Policy ↵Alex Ning2022-02-121-2/+2
| | | | option from About to main settings page.
* Version 5.1.7.Alex Ning2022-01-291-2/+2
|
* Version 5.1.6.Alex Ning2022-01-201-2/+2
|
* Version 5.1.6-beta1.Alex Ning2022-01-151-2/+2
|
* Version 5.1.5.Alex Ning2021-12-221-2/+2
|
* Version 5.1.4.Alex Ning2021-12-161-9/+9
|
* Use Executor to fetch removed comments.Alex Ning2021-12-151-3/+3
|
* Fix autoplay video continuing in background (#585)scria10002021-12-131-1/+1
| | | Fix autoplay video continuing in background
* Undo superscript parser changes for now (#577)scria10002021-12-121-0/+1
| | | Undo superscript parser changes
* Make Superscript parsing properscria10002021-12-091-1/+0
| | | | Do this without relying converting to <sup> tags.
* Version 5.1.3. Fix bottom navigation bar option count not applied to ↵Alex Ning2021-11-291-2/+2
| | | | anonymous mode.
* Version 5.1.2.Alex Ning2021-11-271-2/+2
|
* Version 5.1.1. Fix anonymous subreddits and multireddits do not show in ↵Alex Ning2021-11-221-2/+2
| | | | MainActivity TabLayout. Fix changing tab names not working in anonymous mode.
* Version 5.1.0.Alex Ning2021-11-161-2/+2
|
* Merge pull request #526 from scria1000/markdown-disable-htmlDocile-Alligator2021-11-151-0/+1
|\ | | | | More fixes related to markdown rendering
| * Add custom superscript processorscria10002021-11-111-0/+1
| |
| * More fixes related to markdown renderingscria10002021-11-111-1/+1
| |
* | Version 5.1.0-beta3.Alex Ning2021-11-131-2/+2
|/
* Version 5.1.0-beta2. Fix crash when hiding read posts.Alex Ning2021-11-041-2/+2
|
* Start migrating to Material Design 3. Try optimizing image loading in ↵Alex Ning2021-10-301-2/+2
| | | | PostRecyclerViewAdapter.