aboutsummaryrefslogtreecommitdiff
path: root/app/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some markdown processing related to inline gifs. Remove awards ↵Docile-Alligator2023-11-2527-222/+25
| | | | related stuff.
* Fix markdown link not rendered in EmoteCloseBracketInlineProcessor.Docile-Alligator2023-11-252-13/+17
|
* Enable gif playback in EmotePlugin.AsyncDrawableTarget. Fix bugs related to ↵Docile-Alligator2023-11-243-34/+44
| | | | MediaMetadata map in ImageAndGifBlockParser.
* 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 ↵Docile-Alligator2023-11-2011-17/+85
| | | | in writeResponseBodyToDisk in DownloadMediaService.
* 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-1714-18/+355
|
* Remove min and max awards in CustomizePostFilterActivity.Docile-Alligator2023-11-065-78/+5
|
* Continue deleting awards related components.Docile-Alligator2023-11-0556-555/+26
|
* Continue deleting awards related components.Docile-Alligator2023-11-0435-154/+6
|
* Start deleting awards related components.Docile-Alligator2023-11-0435-818/+5
|
* New option in CommentMoreBottomSheetFragment: Add to comment filter.Docile-Alligator2023-11-048-64/+127
|
* 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 ↵Docile-Alligator2023-11-011-1/+11
| | | | it's in single thread mode and the comment is filtered out.
* Adjust the padding of bottom toolbar in post and comment.Docile-Alligator2023-10-2525-45/+55
|
* Center the score of a comment. Switch the number of comment and the share ↵Docile-Alligator2023-10-233-86/+127
| | | | button back on a comment.
* Switch the number of comment and the share button back in compact layout.Docile-Alligator2023-10-232-32/+32
|
* Center the score of a post. Switch the number of comment and the share ↵Docile-Alligator2023-10-2328-1295/+1452
| | | | button back.
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1565Docile-Alligator2023-10-221-1/+1
|
* Fix app crashes in HistoryPostRecyclerViewAdapter when video autoplay is ↵Docile-Alligator2023-10-221-0/+48
| | | | enabled.
* Fix card color issue in HistoryPostRecyclerViewAdapter.Docile-Alligator2023-10-221-4/+5
|
* Add "exclude users" entry in CustomizeCommentFilterActivity.Docile-Alligator2023-10-223-2/+83
|
* Remove USER_TYPE in CommentFilterUsage. Add exclude users in comment filter.Docile-Alligator2023-10-218-36/+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-1916-20/+590
|
* Continue adding comment filter.Docile-Alligator2023-10-198-9/+39
|
* Continue adding comment filter.Docile-Alligator2023-10-183-7/+27
|
* Continue adding comment filter.Docile-Alligator2023-10-186-9/+412
|
* Continue adding comment filter.Docile-Alligator2023-10-1740-42/+669
|
* Continue adding comment filter.Docile-Alligator2023-10-161-1/+5
|
* Continue adding comment filter.Docile-Alligator2023-10-163-4/+89
|
* Continue adding comment filter.Docile-Alligator2023-10-162-2/+54
|
* Start adding comment filter.Docile-Alligator2023-10-165-0/+120
|
* Continue implementing showing post filter usages in ↵Docile-Alligator2023-10-154-32/+61
| | | | PostFilterPreferenceActivity.
* Continue implementing showing post filter usages in ↵Docile-Alligator2023-10-152-1/+33
| | | | PostFilterPreferenceActivity.
* Continue implementing showing post filter usages in ↵Docile-Alligator2023-10-156-15/+104
| | | | PostFilterPreferenceActivity.
* Prepare to show post filter usages in PostFilterPreferenceActivity.Docile-Alligator2023-10-155-19/+50
|
* Start tweaking PostFilterPreferenceActivity.Docile-Alligator2023-10-143-22/+42
|