Commit Graph

2364 Commits

Author SHA1 Message Date
9644405737 Fix missing settings in PostDetailsPreferenceFragment for tablets. 2025-06-11 11:41:41 -04:00
225be40966 Add isMod to UserData. 2025-06-10 23:15:35 -04:00
557884eb1f Start adding comment draft. Start adding mod features. 2025-06-10 23:05:28 -04:00
05824bf046 New toolbar options in ViewPostDetailActivity: Next Top-Level Comment and Previous Top-Level Comment. 2025-06-10 19:16:28 -04:00
bf74b206f3 Fix the share option not working in PostOptionsBottomSheetFragment in the anonymous mode. 2025-06-10 19:05:57 -04:00
2aad223cf4 Fix UI issues in Post Compact 2 layout. 2025-06-10 18:50:06 -04:00
4a9b0a6e7b New option in CommentMoreBottomSheetFragment: Jump to Top-Level Comment. Fix the color of @drawable/ic_keyboard_double_arrow_up_day_night_24dp. Fix issues in CommentsRecyclerViewAdapter.getNextParentCommentPosition and CommentsRecyclerViewAdapter.getPreviousParentCommentPosition. 2025-06-10 18:17:47 -04:00
23614c28bb Minor bugs fixed in ShareScreenshotUtils.sharePostAsScreenshot. 2025-06-10 00:13:26 -04:00
69d2865dd9 Fix preview image not having rounded corners in ShareScreenshotUtils.sharePostAsScreenshot. 2025-06-09 23:14:58 -04:00
37ca68f824 Share comment as screenshot. 2025-06-09 22:39:51 -04:00
1a3c209e60 New option in ShareBottomSheetFragment: Share as image. Rename ShareLinkBottomSheetFragment to ShareBottomSheetFragment. 2025-06-09 19:21:14 -04:00
4296a55c18 Start implementing shareable post screenshot. 2025-06-09 17:23:55 -04:00
5d8a66b272 Check and update Material You themes on app start. 2025-06-08 17:45:19 -04:00
289ff0465d Add a share option in PostOptionsBottomSheetFragment. 2025-06-08 09:42:54 -04:00
447139459c Fix slow gif playback in ViewImageOrGifActivity and ViewRedditGalleryImageOrGifFragment. 2025-06-07 23:15:21 -04:00
2e965203a4 Merge remote-tracking branch 'origin/master' 2025-06-04 20:08:53 -04:00
89719f05d4 Hide the random option in FABMoreOptionsBottomSheetFragment. 2025-06-04 20:08:45 -04:00
487a8a0750 Fixed Selection toolbars(copy/paste) are oversized for text input dialog boxes #1774 (#1775) 2025-06-05 07:03:41 +07:00
0d9cee8af8 Compact layout 2 is available in the default post layout setting. 2025-06-04 20:00:43 -04:00
0c2d2cdab5 Use PersistableBundle.getInt instead of PersistableBundle.getBoolean in DownloadMediaService. 2025-06-04 19:57:10 -04:00
5999a14846 Fix NSFW media not saving to designated folder. 2025-06-04 19:52:47 -04:00
a55bb5d7a5 Keep screen on when autoplaying videos. 2025-06-04 19:32:17 -04:00
d63895124a Minor bugs fixed in ViewVideoActivity. 2025-05-23 12:57:40 -04:00
a405b66dfb Minor bugs fixed in ViewVideoActivity. 2025-05-23 12:53:32 -04:00
bac56b1fe3 Minor bugs fixed in PostFragment and ViewPostDetailFragment. 2025-05-23 12:45:16 -04:00
dfcbbc2b67 Minor bugs fixed in PostFragment. 2025-05-23 12:42:08 -04:00
2e388765b6 Fix google play link. 2025-04-24 21:39:33 -04:00
6d21fa83b3 Hide some options when the post is not loaded in ViewPostDetailFragment. 2025-04-24 07:49:50 -04:00
11be143e9d Proxy support for Media3. 2025-04-19 10:40:22 -04:00
d505e05848 Proxy support for Glide. 2025-04-16 11:27:07 -04:00
30c7b90eb8 Use color primary light theme for badge background. 2025-04-15 10:20:05 -04:00
0b2ed14e69 Use Retrofit's enqueue() instead of execute() in some places. 2025-04-14 10:50:30 -04:00
a99e608ab7 Use Executor instead of AsyncTask in ViewUserDetailActivity. 2025-04-14 07:55:49 -04:00
7628a4073d Use Executor instead of AsyncTask in ViewImgurMediaActivity. 2025-04-14 07:48:32 -04:00
0bf02daf30 Remove insert() in SubscribedSubredditRepository and SubscribedSubredditViewModel. 2025-04-14 07:29:46 -04:00
eeac22eb29 Remove insert() in SubscribedUserRepository and SubscribedUserViewModel. 2025-04-14 07:27:38 -04:00
23cb02a744 Use Executor instead of AsyncTask in CommentDataSource. 2025-04-14 06:20:40 -04:00
28ccdb5a03 Use Executor instead of AsyncTask in FetchMultiRedditInfo. 2025-04-14 05:38:57 -04:00
cea57026b1 Use Executor instead of AsyncTask in ParseMultiReddit. 2025-04-14 04:04:22 -04:00
52f36d0871 Use Executor instead of AsyncTask in AccountRepository. 2025-04-14 03:50:20 -04:00
369e8faf3a Use Executor instead of AsyncTask in UserFollowing. 2025-04-13 11:52:57 -04:00
c2ff41be22 Use Executor instead of AsyncTask in FetchUserFlairs. 2025-04-13 11:29:18 -04:00
7eadb9c779 Use Executor instead of AsyncTask in ParseMessage. 2025-04-09 11:06:03 -04:00
45a95e03a0 Use Executor instead of AsyncTask in SelectUserFlair. 2025-04-09 10:13:31 -04:00
33aa3121e7 Use Executor instead of AsyncTask in FetchMyInfo. 2025-04-09 10:03:00 -04:00
1b4004f3e1 Remove insert() in UserRepository and UserViewModel. 2025-04-09 07:40:44 -04:00
df71748b21 Remove ParseSubscribedThing. Use Executor in FetchUserData instead of AsyncTask. 2025-04-09 07:34:07 -04:00
cae844b4a8 Remove ParseUserData. Use Executor in FetchUserData. 2025-04-09 05:45:53 -04:00
027e49521f Use Executor in FetchFlairs instead of AsyncTask. 2025-04-09 04:07:09 -04:00
11106626a7 Remove insert function from SubredditRepository. 2025-04-09 03:44:37 -04:00