Commit Graph

2204 Commits

Author SHA1 Message Date
de7bc2de08 Fix inserting the anonymous account even when it was already inserted. 2024-01-13 00:21:23 -05:00
d98c02d0ad Fix NullPointerException when invoking onClick. 2024-01-11 22:31:34 -05:00
0e4027fbbe Remove trending. 2024-01-11 21:07:00 -05:00
0f38b26710 Remove see removed posts and comments. 2024-01-11 20:59:43 -05:00
af6b92ffa3 Show gifs in ViewVideoActivity if possible. 2024-01-10 11:02:42 -05:00
48624cc34a Remove Gfycat. 2024-01-09 23:21:16 -05:00
2b3405f368 Continue changing anonymous mode. 2024-01-08 07:28:13 -05:00
e54776153a Continue changing anonymous mode. 2024-01-08 00:08:15 -05:00
ecf6a0b338 Fix issues in AccessTokenAuthenticator. 2024-01-07 20:41:21 -05:00
977495cd44 Continue changing anonymous mode. 2024-01-07 20:30:21 -05:00
780a719227 Continue changing anonymous mode. 2024-01-07 20:21:33 -05:00
b2ae0388bb Continue changing anonymous mode. 2024-01-07 10:10:19 -05:00
326daf3b26 Continue changing anonymous mode. 2024-01-06 10:16:28 -05:00
05507f3597 Code cleanup. 2024-01-04 05:10:17 -05:00
255e052300 @Nullable accessToken and @NonNull accountName. 2024-01-03 10:20:06 -05:00
bcdc70d5bd Fix accountName is null in some places. 2024-01-03 09:34:24 -05:00
0c1dc1e86e Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null. 2024-01-03 05:05:07 -05:00
ed7dc47c50 Use !accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accessToken != null. 2024-01-01 02:39:54 -05:00
7d656d90ee Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == null or accountName != null. 2024-01-01 02:04:12 -05:00
5ec25cb921 Use OAuth for anonymous mode. Fix translation issues. 2023-12-31 22:53:32 -05:00
cfd4813bf9 Account.ANONYMOUS_ACCOUNT 2023-12-30 23:38:50 -05:00
f64dc1b9dd Version 6.6.0. v6.6.0 2023-12-27 23:38:29 -05:00
bff944c107 Refine regex. 2023-12-25 10:03:25 -05:00
b3542c6c99 Version 6.6.0-beta1. 2023-12-25 09:07:14 -05:00
9af6c4077a Fix app crashes when suggesting title in PostLinkActivity. 2023-12-25 08:50:40 -05:00
e2af6dc909 Combine regex for preview.redd.it and i.redd.it in Utils.parseRedditImagesBlock. 2023-12-23 10:33:37 -05:00
a535f94737 Version 6.5.6. v6.5.6 2023-12-15 15:48:38 -05:00
1bcfae3aae Fix app crashes when downloading videos. 2023-12-15 15:39:59 -05:00
6065dc8454 Fix OnClickListener's onlick being called even if it's null. Fix the double haptic feedback issue in markdown text. 2023-12-09 00:03:29 -05:00
fd2ee38e8d Version 6.5.0-beta1. v6.5.0-beta1 2023-11-28 12:53:38 -05:00
53acf695b6 Emotes are now clickable. Fix IndexOutOfBoundsException in Utils.parseRedditImagesBlock when parsing i.redd.it media. 2023-11-28 12:36:02 -05:00
e0cbdcbcc0 Refresh CommentsListingRecyclerViewAdapter after network changes. Fix wrong post opens after on click performed on ImageAndGifBlock. 2023-11-28 11:27:35 -05:00
776f0aa01f Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding data saving settings are enabled. 2023-11-28 00:08:18 -05:00
966bac1597 Hide images and gifs in ImageAndGifEntry and EmotePlugin if corresponding data saving settings are enabled. 2023-11-27 12:56:44 -05:00
fbfd0a3fb2 Implement ImageAndGifEntry.OnItemClickListener in other places. 2023-11-26 17:39:06 -05:00
e7b4b8aa81 Show cations of preview images and gifs. 2023-11-26 15:55:08 -05:00
4bcd60aafd Handle preview images or gifs with captions. 2023-11-26 14:52:18 -05:00
93944075ef Fix media_metadata parsing. 2023-11-26 11:23:55 -05:00
7f1ba1f3ee Fix infinite loops in Utils.parseInlineRedditImages. Fix media_metadata parsing. 2023-11-26 11:05:28 -05:00
e612170931 Directly show i.redd.it images and gifs. 2023-11-26 00:12:15 -05:00
c8e527d326 Layout tweaks in ImageAndGifEntry. 2023-11-25 00:03:11 -05:00
d0430e6842 Remove some markdown processing related to inline gifs. Remove awards related stuff. 2023-11-24 22:13:51 -05:00
56dd0a9acb Fix markdown link not rendered in EmoteCloseBracketInlineProcessor. 2023-11-24 21:08:59 -05:00
a22600ceef Enable gif playback in EmotePlugin.AsyncDrawableTarget. Fix bugs related to MediaMetadata map in ImageAndGifBlockParser. 2023-11-24 13:23:45 -05:00
5fbc3a7224 Start implementing showing emotes in comments. 2023-11-24 00:27:23 -05:00
7c68239272 Start implementing showing gifs and images in comments. 2023-11-22 12:52:28 -05:00
1a104d9033 Continue implementing showing images from preview.redd.it in posts. 2023-11-20 16:41:59 -05:00
7ce5aee434 Fix MediaMetadata's fileName is always null. 2023-11-20 10:32:08 -05:00
3cd686bfd8 Click to open reddit preview images in posts. Fix IllegalArgumentException in writeResponseBodyToDisk in DownloadMediaService. 2023-11-19 23:25:42 -05:00
7f50cf5be0 Version 6.4.1. v6.4.1 2023-11-19 11:43:01 -05:00