8147226761
Fix ConcurrentModificationException when refreshing posts.
2026-06-22 11:04:34 -04:00
09d5defaff
Fix the first image in a gallery not showing in ViewPostDetailActivity. Really? I don't know. It's weird it does not happen in PostRecyclerView, although they use the same PostGalleryTypeImageRecyclerViewAdapter.
2026-06-21 12:32:20 -04:00
b30fe09a71
Fix toolbar visibility not changed after toggling SystemUiVisibility in ViewRedditGalleryVideoFragment.
2026-06-20 22:29:59 -04:00
4e774f0c7b
Fix status bar inset handling in ViewImgurMediaActivity.
2026-06-20 22:27:05 -04:00
b3645270b5
Fix status bar inset handling in ViewRedditGalleryActivity.
2026-06-20 00:00:39 -04:00
053fb22b20
Fix status bar inset handling in ViewVideoActivity.
2026-06-19 19:17:47 -04:00
3127d49b3f
Fix MediaScannerConnection ServiceConnectionLeaked issue in DownloadMediaService and DownloadRedditVideoService.
2026-06-18 16:24:13 -04:00
38a12198b1
Fix swipe actions not working in CommentsRecyclerViewAdapterNew.
2026-06-18 15:18:37 -04:00
e5c99a8998
Fix lazy mode issue in gallery layout.
2026-06-16 16:07:22 -04:00
3e04eda66e
Fix NullPointerException in ViewPostDetailFragmentNew.
2026-06-16 15:39:48 -04:00
72af0f3596
Fix wrong posts showing when swiping between posts.
2026-06-16 15:01:31 -04:00
34c9772145
Version 8.3.0-beta2.
v8.3.0-beta2
2026-06-14 20:06:53 -04:00
f2cbb2a622
Fix Error Processing Video when submitting video posts.
2026-06-14 18:30:18 -04:00
38ef096faa
Fix post not updating after edit.
2026-06-14 15:22:08 -04:00
4722cd3e4d
Fix anonymous post history not showing certain posts.
2026-06-13 23:16:27 -04:00
fd78ab2aff
Fix first gallery image not loading.
2026-06-13 22:53:40 -04:00
363c0d4b02
Fix incorrect file name issue.
2026-06-13 21:52:14 -04:00
3c57e42887
Remove comments in ViewVideoActivity. Reset resumePosition after restoring video progress in ViewVideoActivity.
2026-06-11 23:39:08 -04:00
890b67ee2d
Fix imgur link handling.
2026-06-11 23:05:28 -04:00
a120a91cda
Fix imgur link handling.
2026-06-11 23:02:09 -04:00
dc7ffee0a6
Refine markdown embedded videos download.
2026-06-10 22:53:40 -04:00
70659af408
Implement onItemClick in VideoEntry in CommentsRecyclerViewAdapterNew.
2026-06-10 22:40:34 -04:00
839d30ed0f
Show markdown embedded videos in PostDetailRecyclerViewAdapterNew.
2026-06-10 22:37:20 -04:00
34a4ebde07
Download markdown embedded videos.
2026-06-10 22:16:18 -04:00
7150ebc04c
Optimize ViewVideoViewModel.loadVideoLink.
2026-06-07 21:55:53 -04:00
cf1ad30a3f
Continue optimizing ViewVideoActivity.
2026-06-07 16:59:04 -04:00
dca55ac9d2
Fixed local votes and read posts in anonymous mode. ( #1918 )
...
* Fixed setting proper read post type for anonymous account.
* Fixed properly removing vote type in anonymous mode.
---------
Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com >
2026-06-07 11:56:12 -04:00
8c632fcfc6
Fixed StringIndexOutOfBoundsException in UserProfileImagesBatchLoader.
2026-06-07 11:36:26 -04:00
97b2e993e5
Continue implementing using UserProfileImagesBatchLoader to load user avatars in posts.
2026-06-03 22:19:51 -04:00
596e958323
Start using UserProfileImagesBatchLoader to load user avatars in posts.
2026-06-03 15:57:18 -04:00
741af41234
Optimize UserProfileImagesBatchLoader.
2026-06-03 12:41:16 -04:00
25362b64b2
Fix IndexOutOfBoundsException in CommentsRecyclerViewAdapterNew.
2026-06-02 18:28:52 -04:00
6883e29a0b
Version 8.2.5.
v8.2.5
2026-06-01 17:30:16 -04:00
5598ef36b3
No need to call subreddit autocomplete in the anonymous mode.
2026-06-01 15:04:05 -04:00
7dbbab8df3
Fixed subreddits not loading.
2026-06-01 10:32:09 -04:00
38114ec91a
Version 8.2.4. Fixed posts not loading correctly.
v8.2.4
2026-05-31 12:43:59 -04:00
8afd01e459
Start optimizing ViewVideoActivity. ViewVideoViewModel.
2026-05-28 14:32:20 -04:00
723e8ce011
Continue implementing videos in markdown.
2026-05-26 17:32:50 -04:00
b4d4e2c7d6
Continue implementing videos in markdown.
2026-05-26 13:51:08 -04:00
79b7ea6815
Optimize UploadedImageBlockParser.Factory.tryStart.
2026-05-25 18:40:49 -04:00
af4c779e96
Optimize ImageAndGifBlockParser.Factory.tryStart.
2026-05-25 18:28:56 -04:00
9fb4824659
Optimize Utils.parseRedditImagesBlock.
2026-05-24 14:26:38 -04:00
5b4f6be768
Start adding support for embedded videos in markdown.
2026-05-24 13:35:35 -04:00
02932dd76b
Version 8.3.0-beta1.
v8.3.0-beta1
2026-05-22 21:36:21 -04:00
c9d8e684d3
Fixed issues related to remember mute.
2026-05-22 21:35:50 -04:00
e1e03c4928
Allow logging in using Firefox.
2026-05-22 20:02:19 -04:00
ff3331cf5c
Adds Firefox Focus in getChromeCustomTabPackageName ( #1898 )
2026-05-22 19:44:36 -04:00
3e710b31a4
Fix login not working using Firefox.
2026-05-22 12:32:51 -04:00
98b454ae92
Make binding a local variable in onCreateView in some bottom sheet fragments.
2026-05-22 09:50:19 -04:00
68c032c8f9
fix: clear ViewBinding references in BottomSheetFragments to mitigate memory leaks ( #1913 )
2026-05-22 09:45:21 -04:00