aboutsummaryrefslogtreecommitdiff
path: root/app/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-12Remove see removed posts and comments.Docile-Alligator32-641/+2
2024-01-10Show gifs in ViewVideoActivity if possible.Docile-Alligator6-37/+119
2024-01-10Remove Gfycat.Docile-Alligator54-701/+380
2024-01-08Continue changing anonymous mode.Docile-Alligator19-47/+47
2024-01-08Continue changing anonymous mode.Docile-Alligator20-67/+40
2024-01-08Fix issues in AccessTokenAuthenticator.Docile-Alligator1-1/+5
2024-01-08Continue changing anonymous mode.Docile-Alligator2-8/+3
2024-01-08Continue changing anonymous mode.Docile-Alligator5-18/+24
2024-01-07Continue changing anonymous mode.Docile-Alligator25-47/+106
2024-01-06Continue changing anonymous mode.Docile-Alligator17-60/+179
2024-01-04Code cleanup.Docile-Alligator149-976/+977
2024-01-03@Nullable accessToken and @NonNull accountName.Docile-Alligator17-64/+75
2024-01-03Fix accountName is null in some places.Docile-Alligator18-40/+43
2024-01-03Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator44-58/+78
2024-01-01Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != ...Docile-Alligator17-30/+36
2024-01-01Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...Docile-Alligator30-172/+184
2024-01-01Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator46-456/+323
2023-12-31Account.ANONYMOUS_ACCOUNTDocile-Alligator27-89/+163
2023-12-25Refine regex.Docile-Alligator1-1/+1
2023-12-25Fix app crashes when suggesting title in PostLinkActivity.Docile-Alligator1-1/+13
2023-12-23Combine regex for preview.redd.it and i.redd.it in Utils.parseRedditImagesBlock.Docile-Alligator1-67/+67
2023-12-15Fix app crashes when downloading videos.Docile-Alligator1-0/+2
2023-12-09Fix OnClickListener's onlick being called even if it's null. Fix the double h...Docile-Alligator16-48/+505
2023-11-28Emotes are now clickable. Fix IndexOutOfBoundsException in Utils.parseRedditI...Docile-Alligator12-49/+160
2023-11-28Refresh CommentsListingRecyclerViewAdapter after network changes. Fix wrong p...Docile-Alligator2-1/+19
2023-11-28Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator13-67/+248
2023-11-27Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding dat...Docile-Alligator12-28/+120
2023-11-26Implement ImageAndGifEntry.OnItemClickListener in other places.Docile-Alligator12-151/+155
2023-11-26Show cations of preview images and gifs.Docile-Alligator6-40/+84
2023-11-26Handle preview images or gifs with captions.Docile-Alligator2-23/+61
2023-11-26Fix media_metadata parsing.Docile-Alligator3-113/+76
2023-11-26Fix infinite loops in Utils.parseInlineRedditImages. Fix media_metadata parsing.Docile-Alligator2-11/+20
2023-11-26Directly show i.redd.it images and gifs.Docile-Alligator4-12/+51
2023-11-25Layout tweaks in ImageAndGifEntry.Docile-Alligator2-5/+32
2023-11-25Remove some markdown processing related to inline gifs. Remove awards related...Docile-Alligator27-222/+25
2023-11-25Fix markdown link not rendered in EmoteCloseBracketInlineProcessor.Docile-Alligator2-13/+17
2023-11-24Enable gif playback in EmotePlugin.AsyncDrawableTarget. Fix bugs related to M...Docile-Alligator3-34/+44
2023-11-24Start implementing showing emotes in comments.Docile-Alligator17-32/+559
2023-11-22Start implementing showing gifs and images in comments.Docile-Alligator73-278/+411
2023-11-20Continue implementing showing images from preview.redd.it in posts.Docile-Alligator7-73/+104
2023-11-20Fix MediaMetadata's fileName is always null.Docile-Alligator38-63/+49
2023-11-20Click to open reddit preview images in posts. Fix IllegalArgumentException in...Docile-Alligator11-17/+85
2023-11-19Temporarily disable showing Reddit preview images in posts.Docile-Alligator2-3/+4
2023-11-19Fix crashes related to gilded posts.Docile-Alligator2-4/+8
2023-11-19Fix crashes related to gilded posts.Docile-Alligator4-3/+24
2023-11-19Fix unable to submit gallery posts.Docile-Alligator2-1/+4
2023-11-18Continue implementing showing images from preview.redd.it in posts.Docile-Alligator1-5/+1
2023-11-17Continue implementing showing images from preview.redd.it in posts.Docile-Alligator17-94/+301
2023-11-17Start showing images from preview.redd.it in posts.Docile-Alligator14-18/+355
2023-11-06Remove min and max awards in CustomizePostFilterActivity.Docile-Alligator5-78/+5