aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Version 6.3.0Docile-Alligator2023-10-051-2/+2
|
* Version 6.3.0-beta2.Docile-Alligator2023-10-011-2/+2
|
* Version 6.3.0-beta1.Docile-Alligator2023-09-251-2/+2
|
* New splash screen.Docile-Alligator2023-09-201-0/+2
|
* Version 6.2.5. Add notification for them to re-login.Docile-Alligator2023-09-071-2/+2
|
* Version 6.2.3. Explain the tiers.Docile-Alligator2023-09-061-2/+2
|
* Version 6.2.1.Docile-Alligator2023-09-051-2/+2
|
* Version 6.1.1. Oops :)Docile-Alligator2023-08-281-2/+2
|
* Version 6.0.6.Docile-Alligator2023-08-271-2/+2
|
* Version 6.0.4Docile-Alligator2023-08-131-2/+2
|
* Fixed compile error due to JCenter() library issue (#1507)Noor Alnajar2023-06-231-1/+1
| | | | | * Fixed compile error due to JCenter() dependency issue * Fixed compile error due to JCenter() dependency issue
* Version 6.0.2.Docile-Alligator2023-06-221-2/+2
|
* Version 6.0.1Docile-Alligator2023-06-201-2/+2
|
* Version 5.4.2.Docile-Alligator2023-05-141-2/+2
|
* Version 5.4.2-beta1.Docile-Alligator2023-04-291-2/+2
|
* Include Slidr in code.Docile-Alligator2023-04-261-1/+0
|
* Version 5.4.1. Minor bugs fixed.Docile-Alligator2023-03-051-2/+2
|
* Version 5.4.0. Minor bugs fixed in PostGalleryTypeImageRecyclerViewAdapter.Docile-Alligator2023-02-061-2/+2
|
* Revert bottom app bar style.Docile-Alligator2023-02-061-1/+1
|
* Version 5.4.0-beta4. Nothing new.Docile-Alligator2023-01-291-2/+2
|
* Version 5.4.0-beta3. Bring back blocking users.Docile-Alligator2023-01-261-2/+2
|
* Version 5.4.0-beta2.Docile-Alligator2023-01-251-2/+2
|
* Material You tweaks.Docile-Alligator2022-12-151-1/+1
|
* Minor UI tweaks.Docile-Alligator2022-12-101-3/+3
|
* Version v5.4.0-beta1.Docile-Alligator2022-12-041-1/+1
|
* Version v5.4.0-beta1.Docile-Alligator2022-12-041-2/+2
|
* 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.