aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/activities/MainActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove NSFW toggle in the navigation drawer to comply with the stupid Google ...Docile-Alligator2024-10-301-9/+6
* Move workers to the worker package.Docile-Alligator2024-10-281-1/+1
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-201-1/+6
* Rearrange files and packages.Docile-Alligator2024-09-151-5/+4
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-111-28/+28
* Continue adding contentDescription for image views.Docile-Alligator2024-09-081-1/+84
* Some changes related to SectionsPagerAdapter.Docile-Alligator2024-08-181-1/+0
* Fix wrong drop down icon shown after closing the navigation drawer.Docile-Alligator2024-08-181-1/+1
* Optimize subreddit auto complete.Docile-Alligator2024-08-171-28/+39
* Logging out by long clicking an account. Rename SwitchAccount to AccountManag...Docile-Alligator2024-08-111-7/+17
* Use ViewModel instead of AndroidViewModel. Update some dependencies.Docile-Alligator2024-07-021-2/+2
* Fix NullPointerException in ParseSubredditData.Docile-Alligator2024-06-021-8/+10
* Bare bone login using Chrome custom tab.Docile-Alligator2024-05-231-16/+9
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-071-6/+0
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-291-2/+0
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-281-2/+0
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-281-64/+50
* Submit poll posts with text content (of course with embedded images).Docile-Alligator2024-03-131-2/+2
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-281-68/+54
* Version 6.7.1. Fix FetchSubredditData.fetchSubredditData not working in anony...Docile-Alligator2024-01-241-1/+1
* Remove Gfycat.Docile-Alligator2024-01-101-0/+5
* Continue changing anonymous mode.Docile-Alligator2024-01-061-3/+0
* Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator2024-01-031-1/+1
* Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != ...Docile-Alligator2024-01-011-2/+2
* Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...Docile-Alligator2024-01-011-22/+22
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-011-12/+12
* Account.ANONYMOUS_ACCOUNTDocile-Alligator2023-12-311-8/+9
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-1/+1
* Fix MediaMetadata's fileName is always null.Docile-Alligator2023-11-201-1/+0
* Fix crashes related to gilded posts.Docile-Alligator2023-11-191-2/+1
* Continue deleting awards related components.Docile-Alligator2023-11-041-14/+1
* Set off screen page limit to ViewPager2.OFFSCREEN_PAGE_LIMIT_DEFAULT in some ...Docile-Alligator2023-10-041-1/+1
* Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ImportantInfo...Docile-Alligator2023-09-251-4/+4
* New splash screen.Docile-Alligator2023-09-201-0/+3
* Please update Infinity after August 30th.Docile-Alligator2023-08-271-2/+2
* Showing info related to the Reddit API changesDocile-Alligator2023-06-201-4/+12
* Fixed gallery images swipe gesture and Slidr gesture conflicts in all places.Docile-Alligator2023-04-281-0/+2
* Revert bottom app bar style.Docile-Alligator2023-02-061-36/+30
* Fix keyboard not showing on Android 13.Docile-Alligator2023-01-211-35/+11
* Change the style of the bottom app bar.Docile-Alligator2022-12-291-29/+35
* New option in fab: go to top.Docile-Alligator2022-12-261-0/+14
* Keep the capital letteing of your Multireddit when displayed on the home bar ...DeathPhantom772022-12-151-2/+2
* Remove RPAN.Docile-Alligator2022-12-031-2/+0
* Notification permission.Docile-Alligator2022-12-031-0/+20
* Minor code improvements (#1218)Anatolii Afanasev2022-11-191-8/+3
* New option: Settings->Interface->Hide FAB in Post Feed.Docile-Alligator2022-11-031-5/+16
* Fix issues related to hiding account karma in the navigation drawer.Docile-Alligator2022-11-031-1/+8
* Use simpler DrawerLayout methods (#1015)Taco2022-09-091-3/+3
* Show an indicator for the current sort type.Docile-Alligator2022-08-211-1/+1
* Show an indicator for the current sort type in SortTypeBottomSheetFragment.Docile-Alligator2022-08-211-5/+5