aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/PostDetailRecyclerViewAdapter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Long click menu for compact layout if long click to hide toolbar is disabled....Docile-Alligator2024-10-291-0/+33
* Refine horizontal gestures on gallery posts.Docile-Alligator2024-10-281-22/+28
* Refine markdown table scrolling. Refine horizontal gestures.Docile-Alligator2024-10-281-13/+25
* Long click the preview image to open PostOptionsBottomSheetFragment.Docile-Alligator2024-09-281-1/+2
* Add an option to download all media in a gallery in ViewRedditGalleryActivity.Docile-Alligator2024-09-181-3/+1
* Use VideoLinkFetcher to load the video link in posts.Docile-Alligator2024-09-171-6/+7
* Rearrange files and packages.Docile-Alligator2024-09-151-5/+5
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-111-7/+7
* Apply embedded media type setting to EmotePlugin.Docile-Alligator2024-07-171-15/+17
* Add options to control which kind of media to show in the markdown content.Docile-Alligator2024-07-171-1/+2
* Use openMedia in PostRecyclerViewAdapter na d PostDetailRecyclerViewAdapter.Docile-Alligator2024-06-211-193/+102
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1625Docile-Alligator2024-05-231-1/+1
* Migrate to AndroidX Media3.Docile-Alligator2024-05-131-10/+18
* Fix controller issues in StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-091-19/+31
* Migrate from PlayerView to StyledPlayerView in ExoPlayer.Docile-Alligator2024-05-081-4/+4
* Fix progress bar shown on top of the image when going back from ViewPostDetai...Docile-Alligator2024-03-311-4/+0
* Fix spoiler cannot be shown in FullMarkdownActivity.Docile-Alligator2024-03-191-1/+1
* Fix NullPointerException in when loading fallback video.Docile-Alligator2024-03-021-6/+8
* Load fallback video in other adapters.Docile-Alligator2024-02-271-2/+42
* Fix comment icon not tinted properly.Docile-Alligator2024-01-271-8/+1
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-231-5/+6
* Start CustomizePostFilterActivity instead of FilteredPostsActivity when press...Docile-Alligator2024-01-221-2/+2
* Show gifs in ViewVideoActivity if possible.Docile-Alligator2024-01-101-21/+57
* Remove Gfycat.Docile-Alligator2024-01-101-50/+33
* Continue changing anonymous mode.Docile-Alligator2024-01-081-2/+2
* Continue changing anonymous mode.Docile-Alligator2024-01-071-2/+3
* Continue changing anonymous mode.Docile-Alligator2024-01-061-4/+4
* Code cleanup.Docile-Alligator2024-01-041-76/+76
* Fix accountName is null in some places.Docile-Alligator2024-01-031-1/+1
* Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator2024-01-031-2/+2
* Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...Docile-Alligator2024-01-011-3/+3
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-011-5/+6
* Fix OnClickListener's onlick being called even if it's null. Fix the double h...Docile-Alligator2023-12-091-5/+6
* Emotes are now clickable. Fix IndexOutOfBoundsException in Utils.parseRedditI...Docile-Alligator2023-11-281-4/+18
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-281-1/+3
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-271-3/+6
* Implement ImageAndGifEntry.OnItemClickListener in other places.Docile-Alligator2023-11-261-4/+17
* Start implementing showing emotes in comments.Docile-Alligator2023-11-241-1/+6
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-201-63/+65
* Fix MediaMetadata's fileName is always null.Docile-Alligator2023-11-201-1/+2
* Click to open reddit preview images in posts. Fix IllegalArgumentException in...Docile-Alligator2023-11-201-1/+15
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-3/+7
* Start showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-1/+1
* Continue deleting awards related components.Docile-Alligator2023-11-051-30/+0
* Fix wrong tint on the vote buttons after voting fails.Docile-Alligator2023-11-011-10/+10
* Center the score of a post. Switch the number of comment and the share button...Docile-Alligator2023-10-231-57/+49
* Start changing video control UI.Docile-Alligator2023-09-221-7/+7
* Continue changing vote button icons.Docile-Alligator2023-09-181-6/+4
* Continue changing vote button icons.Docile-Alligator2023-09-151-942/+734
* Fixed gallery images swipe gesture and Slidr gesture conflicts in all places.Docile-Alligator2023-04-281-8/+19