aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/fragments (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce ItemTouchHelper sensitivity in CommentsListingFragment.Docile-Alligator2024-10-291-3/+3
* Reduce ItemTouchHelper sensitivity in ViewPostDetailFragment by using Adjusta...Docile-Alligator2024-10-295-62/+74
* Refine ItemTouchHelper onChildDraw in ViewPostDetailFragment.Docile-Alligator2024-10-291-59/+66
* Refine markdown table scrolling. Refine horizontal gestures.Docile-Alligator2024-10-281-5/+5
* Refine ItemTouchHelper onChildDraw in PostFragmentBase.Docile-Alligator2024-10-221-45/+43
* Limit the translation distance of items inb ItemTouchHelper in PostFragmentBase.Docile-Alligator2024-10-223-124/+24
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-203-76/+48
* Lazy mode in HistoryPostFragment.Docile-Alligator2024-10-171-0/+32
* Finish adding PostFragmentBase as the base class for PostFragment and History...Docile-Alligator2024-10-173-1003/+611
* Start adding PostFragmentBase as the base class for PostFragment and HistoryP...Docile-Alligator2024-10-164-660/+405
* Continue optimizing class structures in PostRecyclerViewAdapter.Docile-Alligator2024-09-271-2/+1
* Show updated Giphy gif in the edit comments.Docile-Alligator2024-09-192-2/+14
* Use the better constructJobInfo() in DownloadMediaService when downloading me...Docile-Alligator2024-09-182-16/+4
* Add an option to download all media in a gallery in ViewRedditGalleryActivity.Docile-Alligator2024-09-181-1/+1
* Use VideoLinkFetcher to load the video link in posts.Docile-Alligator2024-09-174-28/+0
* Rearrange files and packages.Docile-Alligator2024-09-1514-29/+73
* Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.Docile-Alligator2024-09-132-0/+41
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-114-16/+16
* Enable swipe action for card layout 3.Docile-Alligator2024-09-102-2/+4
* Use SubscribedThingListingActivity to select a multireddit.Docile-Alligator2024-09-091-2/+2
* Fix app crashes when loading multireddit posts. Rename some variables in Mult...Docile-Alligator2024-09-041-6/+6
* Searching posts inside a multireddit is available.Docile-Alligator2024-08-221-3/+7
* Continue adding support for searching in multireddit. App data should be clea...Docile-Alligator2024-08-213-5/+10
* Start adding searching in multireddit feature. Start showing subscribed users...Docile-Alligator2024-08-214-7/+45
* Some changes related to SectionsPagerAdapter.Docile-Alligator2024-08-184-4/+4
* Start migrating DownloadMediaService to JobService.Docile-Alligator2024-07-194-10/+64
* Apply embedded media type setting to EmotePlugin.Docile-Alligator2024-07-171-10/+11
* Add options to control which kind of media to show in the markdown content.Docile-Alligator2024-07-171-1/+1
* Update online theme information after modifying the theme.Docile-Alligator2024-07-111-0/+24
* Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata i...Docile-Alligator2024-07-091-1/+1
* Use ViewModel instead of AndroidViewModel. Update some dependencies.Docile-Alligator2024-07-024-4/+4
* Upgrade Media3 and enable decoder fallback.Docile-Alligator2024-06-252-2/+12
* Fix RuntimeException related to Handler in SubredditListingDataSource.Docile-Alligator2024-06-041-1/+2
* Version 7.2.4-beta1.Docile-Alligator2024-06-021-1/+1
* Fix NullPointerException in ParseSubredditData.Docile-Alligator2024-06-023-15/+20
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-231-1/+1
* Migrate to AndroidX Media3.Docile-Alligator2024-05-134-34/+42
* Fix app crashes when going into ViewVideoActivity, ViewImgurVideoFragment and...Docile-Alligator2024-05-122-2/+2
* Fix play button not shown in ViewVideoActivity when pinch to zoom video is en...Docile-Alligator2024-05-092-2/+2
* Fix controller issues in StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-092-0/+42
* Migrate from PlayerView to StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-084-21/+26
* Upgrade dependencies and compileSdk.Docile-Alligator2024-05-082-2/+2
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-0710-64/+1
* 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
* Show online themes from local server.Docile-Alligator2024-04-241-7/+31
* Start adding support for online themes.Docile-Alligator2024-04-221-0/+95
* Fixed CommentsRecyclerViewAdapter inconsistent update this time?Docile-Alligator2024-04-201-1/+1
* Fix issues related to PostPagingSource.TYPE_ANONYMOUS_MULTIREDDIT. Fix crashe...Docile-Alligator2024-04-172-9/+6