aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Continue implementing online custom themes. Modifying online theme.Docile-Alligator2024-07-113-12/+55
|
* Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata ↵Docile-Alligator2024-07-0910-46/+183
| | | | instead of CustomTheme.
* Continue implementing online custom themes.Docile-Alligator2024-07-084-7/+232
|
* Fix video autoplay not working in some cases by always providing a new ↵Docile-Alligator2024-07-026-138/+133
| | | | LoadControl in DefaultExoCreator.createPlayer().
* Use ViewModel instead of AndroidViewModel. Update some dependencies.Docile-Alligator2024-07-0215-55/+34
|
* Upgrade Media3 and enable decoder fallback.Docile-Alligator2024-06-253-3/+17
|
* Download gif in ViewVideoActivity when it's a gif post.Docile-Alligator2024-06-211-4/+14
|
* Use openMedia in HistoryPostRecyclerViewAdapter.Docile-Alligator2024-06-211-94/+27
|
* Use openMedia in PostRecyclerViewAdapter na d PostDetailRecyclerViewAdapter.Docile-Alligator2024-06-212-299/+144
|
* Revert user agent.Docile-Alligator2024-06-181-2/+2
|
* Try fixing retrofit2.Utils.methodError in PostPagingSource when loading ↵Docile-Alligator2024-06-181-1/+4
| | | | anonymous front page.
* Fix wrong coordinates when saving the position of ↵Docile-Alligator2024-06-182-14/+34
| | | | MovableFloatingActionButton in some Android versions.
* Support multiple displays (e.g. foldable phone) when saving the position of ↵Docile-Alligator2024-06-173-20/+63
| | | | fab in PostDetailActivity.
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1674 the ↵Docile-Alligator2024-06-171-0/+11
| | | | audio does not stop after closing a video.
* Save fab position in ViewPostDetailActivity.Docile-Alligator2024-06-143-2/+71
|
* Fix proguard rules.Docile-Alligator2024-06-051-1/+1
|
* Fix RuntimeException related to Handler in SubredditListingDataSource.Docile-Alligator2024-06-044-9/+18
|
* Version 7.2.4-beta1.Docile-Alligator2024-06-023-6/+6
|
* Temporary user agent.Docile-Alligator2024-06-021-2/+3
|
* Fix NullPointerException in ParseSubredditData.Docile-Alligator2024-06-0216-312/+312
|
* Workaround for not loading any posts (except for user submitted posts).Docile-Alligator2024-05-301-1/+1
|
* Remove unnecessary logs in ViewVideoActivity.Docile-Alligator2024-05-291-11/+0
|
* Fix user posts not loading by a stupid workaround.Docile-Alligator2024-05-292-6/+11
|
* Version 7.2.0-beta1Docile-Alligator2024-05-281-1/+1
|
* Login using Chrome custom tab. Remove option to set setDomStorageEnabled() ↵Docile-Alligator2024-05-242-54/+60
| | | | in LoginActivity.
* Bare bone login using Chrome custom tab.Docile-Alligator2024-05-235-32/+282
|
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-2312-90/+64
|
* 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-141-2/+13
| | | | to finish in ViewVideoActivity.
* Update dependencies.Docile-Alligator2024-05-133-4/+6
|
* Migrate to AndroidX Media3.Docile-Alligator2024-05-1323-251/+340
|
* Fix app crashes when going into ViewVideoActivity, ViewImgurVideoFragment ↵Docile-Alligator2024-05-123-3/+3
| | | | and ViewRedditGalleryVideoFragment.
* Fix play button not shown in ViewVideoActivity when pinch to zoom video is ↵Docile-Alligator2024-05-094-7/+6
| | | | enabled.
* Fix controller animation issues in StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-091-2/+3
|
* Fix controller issues in StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-097-121/+264
|
* Migrate from PlayerView to StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-0812-80/+88
|
* 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-086-10/+5
|
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-0737-163/+29
|
* Migrate to ViewBinding in all components.Docile-Alligator2024-05-076-560/+272
|
* Migrate to ViewBinding in some adapters.Docile-Alligator2024-05-0713-756/+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
|
* 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-3011-353/+343
|
* Migrate to ViewBinding in some fragments.Docile-Alligator2024-04-306-323/+241
|
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-2916-1062/+564
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-298-453/+282
|