aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Continue changing anonymous mode.Docile-Alligator2024-01-0819-47/+47
|
* Continue changing anonymous mode.Docile-Alligator2024-01-0820-67/+40
|
* Fix issues in AccessTokenAuthenticator.Docile-Alligator2024-01-081-1/+5
|
* Continue changing anonymous mode.Docile-Alligator2024-01-082-8/+3
|
* Continue changing anonymous mode.Docile-Alligator2024-01-085-18/+24
|
* Continue changing anonymous mode.Docile-Alligator2024-01-0725-47/+106
|
* Continue changing anonymous mode.Docile-Alligator2024-01-0617-60/+179
|
* Code cleanup.Docile-Alligator2024-01-04149-976/+977
|
* @Nullable accessToken and @NonNull accountName.Docile-Alligator2024-01-0317-64/+75
|
* Fix accountName is null in some places.Docile-Alligator2024-01-0318-40/+43
|
* Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator2024-01-0344-58/+78
|
* Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != ↵Docile-Alligator2024-01-0117-30/+36
| | | | null.
* Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == ↵Docile-Alligator2024-01-0130-172/+184
| | | | null or accountName != null.
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-0146-456/+323
|
* Account.ANONYMOUS_ACCOUNTDocile-Alligator2023-12-3127-89/+163
|
* Refine regex.Docile-Alligator2023-12-251-1/+1
|
* 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 ↵Docile-Alligator2023-12-0916-48/+505
| | | | haptic feedback issue in markdown text.
* Emotes are now clickable. Fix IndexOutOfBoundsException in ↵Docile-Alligator2023-11-2812-49/+160
| | | | Utils.parseRedditImagesBlock when parsing i.redd.it media.
* Refresh CommentsListingRecyclerViewAdapter after network changes. Fix wrong ↵Docile-Alligator2023-11-282-1/+19
| | | | post opens after on click performed on ImageAndGifBlock.
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding ↵Docile-Alligator2023-11-2813-67/+248
| | | | data saving settings are enabled.
* Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding ↵Docile-Alligator2023-11-2712-28/+120
| | | | data saving settings are enabled.
* Implement ImageAndGifEntry.OnItemClickListener in other places.Docile-Alligator2023-11-2612-151/+155
|
* Show cations of preview images and gifs.Docile-Alligator2023-11-266-40/+84
|
* 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-252-5/+32
|
* 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
|