Commit Graph

2186 Commits

Author SHA1 Message Date
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
71c055ba64 Continue deleting awards related components. 2023-11-04 23:31:08 -04:00
f1030b721e Continue deleting awards related components. 2023-11-04 11:26:19 -04:00
44491cbd1b Start deleting awards related components. 2023-11-04 11:08:57 -04:00
6ee78c979f New option in CommentMoreBottomSheetFragment: Add to comment filter. 2023-11-04 00:06:30 -04:00
66ce42081c Not loading images from i.redgifs.com because they are webpages. 2023-11-03 22:42:21 -04:00
975046f923 Version 6.4.0. v6.4.0 2023-11-02 16:56:37 -04:00
1e3bf79d06 Version 6.4.0-beta2 v6.4.0-beta2 2023-11-01 12:15:26 -04:00
6a9b5b3d89 Fix wrong tint on the vote buttons after voting fails. 2023-11-01 12:06:41 -04:00
cf327fe8ae Fix showing double "no comments" message in CommentsRecyclerViewAdapter if it's in single thread mode and the comment is filtered out. 2023-10-31 23:58:11 -04:00
fc462849ec Version 6.4.0-beta1. v6.4.0-beta1 2023-10-25 11:36:45 -04:00