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
a5354fe262
Version 7.5.0.
v7.5.0
2025-04-23 22:43:10 -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
ccb04d4c0c
Fix java.lang.IllegalArgumentException: You cannot start a load for a destroyed activity in EmotePlugin.
2025-04-08 11:05:23 -04:00
e51acece85
Decode user icon url (replace "&" with "&") in UserProfileImagesBatchLoader.` Don't load author icons if Show Author Avatar is disabled.
2025-04-08 10:43:22 -04:00
d4adf6bd4e
Ignore single comment parsing error.
2025-04-08 10:14:24 -04:00
2d63c6da69
Fix for broken comments ( #1773 )
2025-04-08 20:51:55 +07:00
37756845bb
Show a badge indicating the number of new messages on BottomAppBar's inbox option on other activities. Save the number of new messages in current_account SharedPreferences.
2025-04-01 11:00:24 -04:00
6938039115
Show a badge indicating the number of new messages on BottomAppBar's inbox option.
2025-04-01 07:55:38 -04:00
b4b408eabf
Optimize the loading of comment author profile images.
2025-03-31 03:11:55 -04:00
84ceed139c
New option: Settings->Interface->Post Details->Hide Floating Action Button.
2025-03-29 08:43:02 -04:00
0319060247
Fix urls and spoilers cannot be clicked or long clicked in markdown tables.
2025-03-26 11:37:10 -04:00
bd0adddc57
Version 7.4.4. This is only for the Patreon version.
v7.4.4
2025-03-25 06:22:06 -04:00
6ea6ee1353
Fix Korean translation.
2025-03-22 07:15:50 -04:00
9944a13e4b
Setting Reddit video default resolution when data saving mode is not enabled is available. Fix setting Reddit video default resolution in data saving mode not working.
2025-03-22 05:48:59 -04:00
cec606a44b
Put proxy settings in a separate shared preferences file.
2025-03-21 05:43:33 -04:00
d34f578e15
Add compact layout 2 to default link post layout option.
2025-03-21 05:34:44 -04:00
7c58c83f57
Implement proxy support ( #1754 )
...
Co-authored-by: Fabian Stern <fabian.stern@visia-it.com >
2025-03-16 14:26:08 +07:00
56263cc965
Fix LinkResolverActivity handleUri coding style.
2025-03-16 03:21:55 -04:00
6d6124ad66
Correctly display reddit.com/media images ( #1679 )
2025-03-16 14:16:28 +07:00
bc8254f8e9
Fix index creation error.
2025-03-16 03:10:01 -04:00
34390a750d
fix: disable schema export in room database configuration ( #1688 )
...
Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com >
2025-03-16 13:45:54 +07:00
4d08e3059c
Add Indices to Foreign Key Columns in SubscribedSubredditData, SubscribedUserData and MultiReddit ( #1687 )
...
* fix: add index annotation to the username column
* fix: add index annotation to the username column
* fix: add index annotation to the username column
* fix: update db schema version & provide migration strategy
* fix: add missing commas
---------
Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com >
2025-03-16 13:42:49 +07:00
ae57e7b838
Update deprecated upload-artifacts version ( #1761 )
2025-03-16 13:25:11 +07:00
b40071ea67
Change mShowThumbnailOnTheRightInCompactLayout to mShowThumbnailOnTheLeftInCompactLayout.
2025-03-16 02:18:21 -04:00
45b191b266
New option to use compact layout 2.
2025-03-16 00:47:22 -04:00
dc8d7e63af
Refine compact layout 2 UI.
2025-03-15 09:41:45 -04:00