aboutsummaryrefslogtreecommitdiff
path: root/app (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Login using Chrome custom tab. Remove option to set setDomStorageEnabled() ↵Docile-Alligator2024-05-248-71/+104
| | | | in LoginActivity.
* Bare bone login using Chrome custom tab.Docile-Alligator2024-05-238-43/+318
|
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-2313-92/+66
|
* Bold title in PostXXXActivity.Docile-Alligator2024-05-155-4/+5
|
* Back up and restore comment filters.Docile-Alligator2024-05-142-1/+25
|
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1636Docile-Alligator2024-05-141-0/+5
|
* Fix mute and resolution buttons not shown and not able to swipe vertically ↵Docile-Alligator2024-05-142-3/+14
| | | | to finish in ViewVideoActivity.
* Update dependencies.Docile-Alligator2024-05-134-16/+18
|
* Migrate to AndroidX Media3.Docile-Alligator2024-05-1341-291/+382
|
* Fix app crashes when going into ViewVideoActivity, ViewImgurVideoFragment ↵Docile-Alligator2024-05-124-6/+6
| | | | and ViewRedditGalleryVideoFragment.
* Fix play button not shown in ViewVideoActivity when pinch to zoom video is ↵Docile-Alligator2024-05-096-12/+10
| | | | enabled.
* Fix controller animation issues in StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-0914-18/+43
|
* Fix controller issues in StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-0910-177/+281
|
* Migrate from PlayerView to StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-0824-92/+100
|
* Save pending intent flags in a variable to not show error in ↵Docile-Alligator2024-05-082-6/+10
| | | | DownloadMediaService and DownloadRedditVideoService.
* Upgrade dependencies and compileSdk.Docile-Alligator2024-05-087-24/+19
|
* Upgrade gradle.Docile-Alligator2024-05-072-2/+2
|
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-0756-194/+40
|
* Migrate to ViewBinding in all components.Docile-Alligator2024-05-078-562/+272
|
* Migrate to ViewBinding in some adapters.Docile-Alligator2024-05-0715-758/+379
|
* Migrate to ViewBinding in some adapters.Docile-Alligator2024-05-0712-629/+480
|
* Migrate to ViewBinding in some adapters.Docile-Alligator2024-05-078-306/+226
|
* Fix Dutch translation.Docile-Alligator2024-05-071-1/+1
|
* Migrate to ViewBinding in all bottom sheet fragments.Docile-Alligator2024-05-0722-540/+274
|
* Migrate to ViewBinding in ViewPostDetailFragment.Docile-Alligator2024-05-071-91/+72
|
* Migrate to ViewBinding in some fragments.Docile-Alligator2024-04-3016-359/+343
|
* Migrate to ViewBinding in some fragments.Docile-Alligator2024-04-307-324/+241
|
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-2957-1216/+564
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-2916-461/+282
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-284-45/+21
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-284-176/+130
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-2820-161/+78
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-283-75/+56
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-2811-149/+95
|
* Minor bugs fixed.Docile-Alligator2024-04-272-3/+3
|
* Show online themes from local server.Docile-Alligator2024-04-241-0/+1
|
* Show online themes from local server.Docile-Alligator2024-04-2413-25/+353
|
* Start adding support for online themes.Docile-Alligator2024-04-227-36/+223
|
* Fixed CommentsRecyclerViewAdapter inconsistent update this time?Docile-Alligator2024-04-202-2/+2
|
* Maybe fixed CommentsRecyclerViewAdapter inconsistent update.Docile-Alligator2024-04-191-23/+23
|
* Fix issues related to PostPagingSource.TYPE_ANONYMOUS_MULTIREDDIT. Fix ↵Docile-Alligator2024-04-177-28/+32
| | | | crashes when loading anonymous front page or anonymous multireddit on ViewPostDetailActivity when swipe between posts is enabled.
* Version 7.1.1.Docile-Alligator2024-03-311-2/+2
|
* Fix progress bar shown on top of the image when going back from ↵Docile-Alligator2024-03-313-43/+9
| | | | ViewPostDetailActivity after voting.
* Fix UploadedImagesBottomSheetFragment not scrolling.Docile-Alligator2024-03-302-48/+57
|
* Version 7.1.0.Docile-Alligator2024-03-271-2/+2
|
* Version 7.1.0-beta1. Submit gallery posts with text content (without ↵Docile-Alligator2024-03-1913-185/+256
| | | | embedded images).
* Version 7.1.0-beta1.Docile-Alligator2024-03-191-4/+4
|
* Fix spoiler cannot be shown in FullMarkdownActivity.Docile-Alligator2024-03-1915-86/+54
|
* Showing content preview in PostPollActivity is available.Docile-Alligator2024-03-194-88/+111
|
* Click the corresponding layout group to open subreddit listing in ↵Docile-Alligator2024-03-1710-172/+115
| | | | PostXXXActivity.