aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/fragments/ViewPostDetailFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce ItemTouchHelper sensitivity in ViewPostDetailFragment by using Adjusta...Docile-Alligator2024-10-291-3/+4
* Refine ItemTouchHelper onChildDraw in ViewPostDetailFragment.Docile-Alligator2024-10-291-59/+66
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-201-1/+3
* Show updated Giphy gif in the edit comments.Docile-Alligator2024-09-191-2/+8
* Rearrange files and packages.Docile-Alligator2024-09-151-6/+5
* Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.Docile-Alligator2024-09-131-0/+19
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-111-4/+4
* Some changes related to SectionsPagerAdapter.Docile-Alligator2024-08-181-1/+1
* Fix NullPointerException in ParseSubredditData.Docile-Alligator2024-06-021-1/+3
* Migrate to ViewBinding in ViewPostDetailFragment.Docile-Alligator2024-05-071-91/+72
* Fixed CommentsRecyclerViewAdapter inconsistent update this time?Docile-Alligator2024-04-201-1/+1
* Submit comment with up to one embedded image.Docile-Alligator2024-03-111-5/+9
* Move accessToken and accountName to BaseActivity.Docile-Alligator2024-01-281-41/+35
* Version 6.7.1. Fix FetchSubredditData.fetchSubredditData not working in anony...Docile-Alligator2024-01-241-1/+1
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-231-17/+35
* Remove see removed posts and comments.Docile-Alligator2024-01-121-65/+0
* Remove Gfycat.Docile-Alligator2024-01-101-5/+2
* Continue changing anonymous mode.Docile-Alligator2024-01-081-3/+0
* Continue changing anonymous mode.Docile-Alligator2024-01-071-1/+1
* Continue changing anonymous mode.Docile-Alligator2024-01-061-3/+6
* Code cleanup.Docile-Alligator2024-01-041-3/+0
* @Nullable accessToken and @NonNull accountName.Docile-Alligator2024-01-031-1/+1
* Fix accountName is null in some places.Docile-Alligator2024-01-031-1/+1
* Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != ...Docile-Alligator2024-01-011-4/+4
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-011-33/+16
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-281-13/+20
* Implement ImageAndGifEntry.OnItemClickListener in other places.Docile-Alligator2023-11-261-1/+3
* Remove some markdown processing related to inline gifs. Remove awards related...Docile-Alligator2023-11-251-6/+0
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-0/+3
* Start deleting awards related components.Docile-Alligator2023-11-041-12/+0
* Continue applying comment filter.Docile-Alligator2023-10-201-58/+67
* Start applying comment filter.Docile-Alligator2023-10-201-16/+36
* Continue changing vote button icons.Docile-Alligator2023-09-181-1/+1
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/736Docile-Alligator2023-02-201-6/+22
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1363Docile-Alligator2023-02-201-2/+0
* Fix suggested sort enum parsing error.Docile-Alligator2023-02-201-1/+6
* Fix is_submitter property not being present on responses from the reveddit AP...cmp2023-01-211-1/+1
* Fix ItemTouchHelper issue?Docile-Alligator2022-12-241-3/+0
* Delete unused isSortingComments field (#1292)Sergei Kozelko2022-12-231-22/+6
* Inject Streamable api provider instead of Retrofit instance (#1217)Sergei Kozelko2022-12-231-4/+5
* Sort type converters - part 2 (#1244)Sergei Kozelko2022-11-271-13/+12
* Remove unused Post fields (#1212)Sergei Kozelko2022-11-271-1/+1
* Store only first level replies as children (#1222)Sergei Kozelko2022-11-251-3/+5
* Minor code improvements (#1218)Anatolii Afanasev2022-11-191-2/+1
* Switch loading more comments to /morechildren endpoint (#1186)Sergei Kozelko2022-11-111-11/+17
* Modify the behaviour of ItemTouchHelper.Docile-Alligator2022-11-071-37/+47
* Load sort type from correct shared preferences (#1202)Sergei Kozelko2022-11-051-2/+2
* Fix Separate posts and comments in portrait mode not working.Docile-Alligator2022-11-031-2/+1
* Rename confidence sort to best (#1177)Sergei Kozelko2022-11-031-22/+29
* Fix see removed comment edit wrong comment (#1192)Blahaj-Samoyed2022-11-021-4/+4