aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/comment (follow)
Commit message (Expand)AuthorAgeFilesLines
* Show updated Giphy gif in the edit comments.Docile-Alligator2024-09-192-1/+5
* Editing comments with Giphy gif is available.Docile-Alligator2024-09-191-1/+2
* Sending comments with a Giphy gif is available.Docile-Alligator2024-09-191-3/+4
* Rearrange files and packages.Docile-Alligator2024-09-157-7/+7
* Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.Docile-Alligator2024-09-132-2/+17
* Fix filtered out comments not collapsed when display mode in comment filter i...Docile-Alligator2024-07-182-2/+2
* Start implementing display mode for CommentFilter.Docile-Alligator2024-07-182-7/+28
* Submit comment with up to one embedded image.Docile-Alligator2024-03-111-3/+21
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-234-28/+45
* Remove see removed posts and comments.Docile-Alligator2024-01-122-209/+0
* Code cleanup.Docile-Alligator2024-01-043-40/+35
* @Nullable accessToken and @NonNull accountName.Docile-Alligator2024-01-033-4/+5
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-014-44/+30
* Show cations of preview images and gifs.Docile-Alligator2023-11-261-1/+1
* Fix media_metadata parsing.Docile-Alligator2023-11-261-61/+1
* Directly show i.redd.it images and gifs.Docile-Alligator2023-11-261-3/+2
* Remove some markdown processing related to inline gifs. Remove awards related...Docile-Alligator2023-11-252-34/+3
* Start implementing showing emotes in comments.Docile-Alligator2023-11-241-22/+31
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-222-10/+80
* Start applying comment filter.Docile-Alligator2023-10-202-13/+19
* Load more items in a single call.Docile-Alligator2023-10-041-1/+3
* Initialize LiveData data by using the constructor, not the postValue method.Docile-Alligator2023-10-041-2/+1
* Show if comments are edited (#1388)Thomas2023-04-242-2/+14
* Fix is_submitter property not being present on responses from the reveddit AP...cmp2023-01-212-4/+6
* Show moderator author/user colors in more places, such as post lists and hist...cmp2022-12-231-0/+4
* If an author is deleted and is clicked, don't switch to view user (#1287)cmp2022-12-231-0/+4
* Sort type converters - part 2 (#1244)Sergei Kozelko2022-11-271-2/+3
* Store only first level replies as children (#1222)Sergei Kozelko2022-11-253-21/+38
* Sort type converters (#1211)Sergei Kozelko2022-11-181-41/+13
* Switch loading more comments to /morechildren endpoint (#1186)Sergei Kozelko2022-11-113-62/+130
* Fix see removed comment edit wrong comment (#1192)Blahaj-Samoyed2022-11-022-5/+5
* Don't trim leading whitespaces (#1072)scria10002022-09-213-3/+3
* Show OP badge on restored comment (#1016)Andrei Shpakovskiy2022-09-213-1/+9
* Submitting comment using another comment is available.Docile-Alligator2022-04-281-3/+4
* Try fixing Parcelable implementation issues.Docile-Alligator2022-02-281-5/+7
* Show author avatars in comments.Alex Ning2022-01-211-0/+11
* Show child reply count in comments.Alex Ning2022-01-172-0/+25
* Use Executor to fetch removed comments.Alex Ning2021-12-152-151/+108
* Add Reveddit fallback for retrieving deleted comments (#591)scria10002021-12-152-8/+157
* Add support for parsing inline static emotes (#589)scria10002021-12-151-5/+9
* Remove PostViewModel, PostDataSource and PostDataSourceFactory. NewPostViewMo...Alex Ning2021-09-061-7/+7
* Replace AsyncTask with Executor in ParseComment.Alex Ning2021-06-243-136/+89
* Minor bugs fixed.Alex Ning2021-05-201-0/+1
* Continuing comment thread is now available. It can now show all the comments ...Alex Ning2021-04-274-18/+35
* Support inline gif in comments.Alex Ning2021-04-061-1/+1
* Lowercase package names.Alex Ning2020-11-188-0/+1442