Commit Graph

2196 Commits

Author SHA1 Message Date
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
93c076bf23 Temporarily disable showing Reddit preview images in posts. 2023-11-19 11:38:33 -05:00
c5e1c5ddd0 Fix crashes related to gilded posts. 2023-11-19 11:34:58 -05:00
9b20b783d2 Fix crashes related to gilded posts. 2023-11-19 10:51:20 -05:00
d6c9450648 Fix unable to submit gallery posts. 2023-11-18 23:30:10 -05:00
93067af4fe Continue implementing showing images from preview.redd.it in posts. 2023-11-17 23:55:01 -05:00
178f6927db Continue implementing showing images from preview.redd.it in posts. 2023-11-17 17:20:34 -05:00
adb60910de Start showing images from preview.redd.it in posts. 2023-11-17 08:58:33 -05:00
5f1a23a2a4 Remove min and max awards in CustomizePostFilterActivity. 2023-11-05 23:59:16 -05:00