aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-201-0/+2
* Sending comments with a Giphy gif is available.Docile-Alligator2024-09-191-0/+1
* Rearrange files and packages.Docile-Alligator2024-09-152-4/+4
* Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.Docile-Alligator2024-09-131-0/+1
* Optimize methods in EditProfileService.Docile-Alligator2024-07-191-163/+152
* Start migrating EditProfileService to JobService.Docile-Alligator2024-07-191-0/+1
* Apply embedded media type setting to EmotePlugin.Docile-Alligator2024-07-171-1/+1
* Add options to control which kind of media to show in the markdown content.Docile-Alligator2024-07-171-0/+15
* Revert user agent.Docile-Alligator2024-06-181-2/+2
* Support multiple displays (e.g. foldable phone) when saving the position of f...Docile-Alligator2024-06-171-4/+40
* Save fab position in ViewPostDetailActivity.Docile-Alligator2024-06-141-0/+4
* Temporary user agent.Docile-Alligator2024-06-021-2/+3
* Workaround for not loading any posts (except for user submitted posts).Docile-Alligator2024-05-301-1/+1
* Version 7.2.0-beta1Docile-Alligator2024-05-281-1/+1
* Show online themes from local server.Docile-Alligator2024-04-241-0/+1
* Show online themes from local server.Docile-Alligator2024-04-241-0/+1
* Submit poll posts with text content (of course with embedded images).Docile-Alligator2024-03-131-3/+10
* Submit text post with embedded images.Docile-Alligator2024-03-111-0/+1
* Uploaded image richtext_json. Enable uploading images in markdown editor.Docile-Alligator2024-03-102-13/+27
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-232-16/+3
* Fix handling reddit.com/[ru]/xxx/s/xxxx urls.Docile-Alligator2024-01-221-37/+0
* feat: Add ShareLinkHandler to handle resolving of new reddit share link URLs ...dvidak2024-01-221-0/+37
* Show gifs in ViewVideoActivity if possible.Docile-Alligator2024-01-101-0/+1
* Remove Gfycat.Docile-Alligator2024-01-102-2/+1
* Continue changing anonymous mode.Docile-Alligator2024-01-071-0/+1
* Code cleanup.Docile-Alligator2024-01-041-3/+3
* @Nullable accessToken and @NonNull accountName.Docile-Alligator2024-01-031-10/+11
* Account.ANONYMOUS_ACCOUNTDocile-Alligator2023-12-311-0/+12
* Refine regex.Docile-Alligator2023-12-251-1/+1
* Combine regex for preview.redd.it and i.redd.it in Utils.parseRedditImagesBlock.Docile-Alligator2023-12-231-67/+67
* Emotes are now clickable. Fix IndexOutOfBoundsException in Utils.parseRedditI...Docile-Alligator2023-11-281-1/+1
* Show cations of preview images and gifs.Docile-Alligator2023-11-261-5/+17
* Handle preview images or gifs with captions.Docile-Alligator2023-11-261-15/+49
* Fix media_metadata parsing.Docile-Alligator2023-11-261-0/+74
* Fix infinite loops in Utils.parseInlineRedditImages. Fix media_metadata parsing.Docile-Alligator2023-11-261-2/+4
* Directly show i.redd.it images and gifs.Docile-Alligator2023-11-261-5/+32
* Remove some markdown processing related to inline gifs. Remove awards related...Docile-Alligator2023-11-253-67/+1
* Start implementing showing emotes in comments.Docile-Alligator2023-11-241-1/+1
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-6/+7
* Click to open reddit preview images in posts. Fix IllegalArgumentException in...Docile-Alligator2023-11-201-3/+2
* Temporarily disable showing Reddit preview images in posts.Docile-Alligator2023-11-191-2/+3
* Fix crashes related to gilded posts.Docile-Alligator2023-11-191-0/+4
* Fix crashes related to gilded posts.Docile-Alligator2023-11-191-0/+4
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-172-6/+2
* Start showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-3/+24
* Remove min and max awards in CustomizePostFilterActivity.Docile-Alligator2023-11-061-3/+3
* Continue deleting awards related components.Docile-Alligator2023-11-051-1/+1
* Continue deleting awards related components.Docile-Alligator2023-11-041-6/+2
* Continue adding comment filter.Docile-Alligator2023-10-191-0/+1
* Set filled card view background color in MaterialYouUtils.Docile-Alligator2023-10-041-0/+3