aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-282-43/+21
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-282-173/+129
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-2815-156/+78
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-282-75/+55
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-286-144/+94
|
* Minor bugs fixed.Docile-Alligator2024-04-271-2/+1
|
* 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-223-31/+187
|
* 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.
* 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-301-0/+2
|
* Version 7.1.0-beta1. Submit gallery posts with text content (without ↵Docile-Alligator2024-03-197-9/+53
| | | | embedded images).
* Fix spoiler cannot be shown in FullMarkdownActivity.Docile-Alligator2024-03-1915-86/+54
|
* Showing content preview in PostPollActivity is available.Docile-Alligator2024-03-191-80/+92
|
* Click the corresponding layout group to open subreddit listing in ↵Docile-Alligator2024-03-175-172/+110
| | | | PostXXXActivity.
* Add superscript to MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-03-174-184/+151
|
* Migrate to ViewBinding in some activities.Docile-Alligator2024-03-178-434/+250
|
* Fix app crashes after selecting capture image in ↵Docile-Alligator2024-03-156-6/+6
| | | | UploadedImagesBottomSheetFragment
* Submit video posts with text content (without embedded images).Docile-Alligator2024-03-156-213/+191
|
* Submit image posts with text content (without embedded images).Docile-Alligator2024-03-144-199/+164
|
* Submit link posts with text content (without embedded images).Docile-Alligator2024-03-144-191/+175
|
* Submit poll posts with text content (of course with embedded images).Docile-Alligator2024-03-137-261/+363
|
* Fix rounded corners in blurred images in ImageAndGifEntry.Docile-Alligator2024-03-131-2/+2
|