Commit Graph

2975 Commits

Author SHA1 Message Date
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
18b0445ed5 Merge pull request #1917 from Docile-Alligator/comments_refactor
Comments refactor
2026-05-22 09:35:07 -04:00
8e09f47e14 Merge branch 'master' into comments_refactor
# Conflicts:
#	app/src/main/java/ml/docilealligator/infinityforreddit/AppComponent.java
#	app/src/main/java/ml/docilealligator/infinityforreddit/utils/SharedPreferencesUtils.java
2026-05-22 09:30:00 -04:00
c4ec708a0a Rename .java to .kt 2026-05-22 09:30:00 -04:00
505b00ebee Initialize ConcatAdapter in onCreateView in ViewPostDetailFragmentNew. 2026-05-22 09:20:55 -04:00
8e9dfcea2d Don't handle sh.reddit.com links. Fix app crashes when calling ViewPostDetailFragmentNew.updateCommentScrollPosition. 2026-05-22 09:12:01 -04:00
4e51146a68 Important info. 2026-05-21 22:56:57 -04:00
bfc8336da7 Fixed cannot call this method in a scroll callback in viewPostDetailFragmentViewModel.getUiState().observe(). 2026-05-21 18:30:49 -04:00
2c73e6d6b6 Rewrite ViewPostDetailActivityViewModel.fetchMorePosts to handle duplicate posts. 2026-05-21 18:25:07 -04:00
be6b6d889c Rewrite PostPagingSource.transformData to handle duplicate posts. 2026-05-21 17:47:00 -04:00
267310a9c2 Accept null data in PostModerationEvent.DeleteFailed and CommentModerationEvent.DeleteFailed. 2026-05-21 16:57:52 -04:00
f0ac9c9fad Continue rewriting ViewPostDetailActivityViewModel. 2026-05-21 16:09:30 -04:00
0edf06c6b8 Continue rewriting ViewPostDetailActivityViewModel. 2026-05-20 23:35:36 -04:00