aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix app crashes when suggesting title in PostLinkActivity.Docile-Alligator2023-12-251-1/+13
* Combine regex for preview.redd.it and i.redd.it in Utils.parseRedditImagesBlock.Docile-Alligator2023-12-231-67/+67
* Fix app crashes when downloading videos.Docile-Alligator2023-12-151-0/+2
* Fix OnClickListener's onlick being called even if it's null. Fix the double h...Docile-Alligator2023-12-0916-48/+505
* Emotes are now clickable. Fix IndexOutOfBoundsException in Utils.parseRedditI...Docile-Alligator2023-11-2812-49/+160
* Refresh CommentsListingRecyclerViewAdapter after network changes. Fix wrong p...Docile-Alligator2023-11-282-1/+19
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-2813-67/+248
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator2023-11-2712-28/+120
* Implement ImageAndGifEntry.OnItemClickListener in other places.Docile-Alligator2023-11-2612-151/+155
* Show cations of preview images and gifs.Docile-Alligator2023-11-265-22/+47
* Handle preview images or gifs with captions.Docile-Alligator2023-11-262-23/+61
* Fix media_metadata parsing.Docile-Alligator2023-11-263-113/+76
* Fix infinite loops in Utils.parseInlineRedditImages. Fix media_metadata parsing.Docile-Alligator2023-11-262-11/+20
* Directly show i.redd.it images and gifs.Docile-Alligator2023-11-264-12/+51
* Layout tweaks in ImageAndGifEntry.Docile-Alligator2023-11-251-2/+27
* Remove some markdown processing related to inline gifs. Remove awards related...Docile-Alligator2023-11-2511-191/+25
* Fix markdown link not rendered in EmoteCloseBracketInlineProcessor.Docile-Alligator2023-11-252-13/+17
* Enable gif playback in EmotePlugin.AsyncDrawableTarget. Fix bugs related to M...Docile-Alligator2023-11-243-34/+44
* Start implementing showing emotes in comments.Docile-Alligator2023-11-2417-32/+559
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-2273-278/+411
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-207-73/+104
* Fix MediaMetadata's fileName is always null.Docile-Alligator2023-11-2038-63/+49
* Click to open reddit preview images in posts. Fix IllegalArgumentException in...Docile-Alligator2023-11-2011-17/+85
* Temporarily disable showing Reddit preview images in posts.Docile-Alligator2023-11-192-3/+4
* Fix crashes related to gilded posts.Docile-Alligator2023-11-192-4/+8
* Fix crashes related to gilded posts.Docile-Alligator2023-11-194-3/+24
* Fix unable to submit gallery posts.Docile-Alligator2023-11-192-1/+4
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-181-5/+1
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-1717-94/+301
* Start showing images from preview.redd.it in posts.Docile-Alligator2023-11-1713-18/+324
* Remove min and max awards in CustomizePostFilterActivity.Docile-Alligator2023-11-064-34/+5
* Continue deleting awards related components.Docile-Alligator2023-11-0511-266/+26
* Continue deleting awards related components.Docile-Alligator2023-11-049-64/+6
* Start deleting awards related components.Docile-Alligator2023-11-049-602/+1
* New option in CommentMoreBottomSheetFragment: Add to comment filter.Docile-Alligator2023-11-045-64/+102
* Not loading images from i.redgifs.com because they are webpages.Docile-Alligator2023-11-042-3/+25
* Fix wrong tint on the vote buttons after voting fails.Docile-Alligator2023-11-013-59/+59
* Fix showing double "no comments" message in CommentsRecyclerViewAdapter if it...Docile-Alligator2023-11-011-1/+11
* Center the score of a comment. Switch the number of comment and the share but...Docile-Alligator2023-10-232-49/+79
* Center the score of a post. Switch the number of comment and the share button...Docile-Alligator2023-10-233-279/+334
* Fix app crashes in HistoryPostRecyclerViewAdapter when video autoplay is enab...Docile-Alligator2023-10-221-0/+48
* Fix card color issue in HistoryPostRecyclerViewAdapter.Docile-Alligator2023-10-221-4/+5
* Add "exclude users" entry in CustomizeCommentFilterActivity.Docile-Alligator2023-10-221-1/+44
* Remove USER_TYPE in CommentFilterUsage. Add exclude users in comment filter.Docile-Alligator2023-10-217-18/+19
* Ignore case when comparing name_of_usage in PostFilterDao.Docile-Alligator2023-10-211-1/+1
* Finish applying comment filter.Docile-Alligator2023-10-211-3/+3
* Continue applying comment filter.Docile-Alligator2023-10-201-58/+67
* Start applying comment filter.Docile-Alligator2023-10-204-29/+80
* Continue adding comment filter.Docile-Alligator2023-10-1910-10/+432
* Continue adding comment filter.Docile-Alligator2023-10-195-9/+22