aboutsummaryrefslogtreecommitdiff
path: root/app (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment icon not tinted properly.Docile-Alligator2024-01-274-33/+8
|
* Fix a bug in FilteredPostsActivity.Docile-Alligator2024-01-261-1/+1
|
* Version 6.7.1. Fix FetchSubredditData.fetchSubredditData not working in ↵Docile-Alligator2024-01-246-8/+12
| | | | anonymous mode.
* Version 6.7.1.Docile-Alligator2024-01-241-2/+2
|
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-2355-535/+522
|
* Version 6.7.0.Docile-Alligator2024-01-221-2/+2
|
* Fix explanations of some color options.Docile-Alligator2024-01-221-2/+2
|
* Fix handling reddit.com/[ru]/xxx/s/xxxx urls.Docile-Alligator2024-01-222-57/+36
|
* feat: Add ShareLinkHandler to handle resolving of new reddit share link URLs ↵dvidak2024-01-222-1/+63
| | | | | | | | | (#1580) * Add ShareLinkHandler to handle resolving of new reddit share link URLs * Fix Retrofit injection in LinkResolverActivity and ShareLinkHandler
* Start CustomizePostFilterActivity instead of FilteredPostsActivity when ↵Docile-Alligator2024-01-224-87/+112
| | | | pressing the filter posts option.
* Version 6.7.0-beta1.Docile-Alligator2024-01-141-2/+2
|
* Continue migrating to view binding.Docile-Alligator2024-01-132-365/+215
|
* Fix inserting the anonymous account even when it was already inserted.Docile-Alligator2024-01-132-2/+2
|
* Fix NullPointerException when invoking onClick.Docile-Alligator2024-01-121-16/+23
|
* Remove trending.Docile-Alligator2024-01-121-1/+2
|
* Remove see removed posts and comments.Docile-Alligator2024-01-1232-641/+2
|
* Show gifs in ViewVideoActivity if possible.Docile-Alligator2024-01-106-37/+119
|
* Remove Gfycat.Docile-Alligator2024-01-1054-701/+380
|
* 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
|
* Version 6.6.0.Docile-Alligator2023-12-281-2/+2
|
* Refine regex.Docile-Alligator2023-12-251-1/+1
|
* Version 6.6.0-beta1.Docile-Alligator2023-12-251-2/+2
|
* 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
|
* Version 6.5.6.Docile-Alligator2023-12-151-2/+2
|
* 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.
* Version 6.5.0-beta1.Docile-Alligator2023-11-281-3/+3
|
* 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
|