Docile-Alligator
7628a4073d
Use Executor instead of AsyncTask in ViewImgurMediaActivity.
2025-04-14 07:48:32 -04:00
Docile-Alligator
0bf02daf30
Remove insert() in SubscribedSubredditRepository and SubscribedSubredditViewModel.
2025-04-14 07:29:46 -04:00
Docile-Alligator
eeac22eb29
Remove insert() in SubscribedUserRepository and SubscribedUserViewModel.
2025-04-14 07:27:38 -04:00
Docile-Alligator
23cb02a744
Use Executor instead of AsyncTask in CommentDataSource.
2025-04-14 06:20:40 -04:00
Docile-Alligator
28ccdb5a03
Use Executor instead of AsyncTask in FetchMultiRedditInfo.
2025-04-14 05:38:57 -04:00
Docile-Alligator
cea57026b1
Use Executor instead of AsyncTask in ParseMultiReddit.
2025-04-14 04:04:22 -04:00
Docile-Alligator
52f36d0871
Use Executor instead of AsyncTask in AccountRepository.
2025-04-14 03:50:20 -04:00
Docile-Alligator
369e8faf3a
Use Executor instead of AsyncTask in UserFollowing.
2025-04-13 11:52:57 -04:00
Docile-Alligator
c2ff41be22
Use Executor instead of AsyncTask in FetchUserFlairs.
2025-04-13 11:29:18 -04:00
Docile-Alligator
7eadb9c779
Use Executor instead of AsyncTask in ParseMessage.
2025-04-09 11:06:03 -04:00
Docile-Alligator
45a95e03a0
Use Executor instead of AsyncTask in SelectUserFlair.
2025-04-09 10:13:31 -04:00
Docile-Alligator
33aa3121e7
Use Executor instead of AsyncTask in FetchMyInfo.
2025-04-09 10:03:00 -04:00
Docile-Alligator
1b4004f3e1
Remove insert() in UserRepository and UserViewModel.
2025-04-09 07:40:44 -04:00
Docile-Alligator
df71748b21
Remove ParseSubscribedThing. Use Executor in FetchUserData instead of AsyncTask.
2025-04-09 07:34:07 -04:00
Docile-Alligator
cae844b4a8
Remove ParseUserData. Use Executor in FetchUserData.
2025-04-09 05:45:53 -04:00
Docile-Alligator
027e49521f
Use Executor in FetchFlairs instead of AsyncTask.
2025-04-09 04:07:09 -04:00
Docile-Alligator
11106626a7
Remove insert function from SubredditRepository.
2025-04-09 03:44:37 -04:00
Docile-Alligator
ccb04d4c0c
Fix java.lang.IllegalArgumentException: You cannot start a load for a destroyed activity in EmotePlugin.
2025-04-08 11:05:23 -04:00
Docile-Alligator
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
Docile-Alligator
d4adf6bd4e
Ignore single comment parsing error.
2025-04-08 10:14:24 -04:00
Nathan Grennan
2d63c6da69
Fix for broken comments ( #1773 )
2025-04-08 20:51:55 +07:00
Docile-Alligator
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
Docile-Alligator
6938039115
Show a badge indicating the number of new messages on BottomAppBar's inbox option.
2025-04-01 07:55:38 -04:00
Docile-Alligator
b4b408eabf
Optimize the loading of comment author profile images.
2025-03-31 03:11:55 -04:00
Docile-Alligator
84ceed139c
New option: Settings->Interface->Post Details->Hide Floating Action Button.
2025-03-29 08:43:02 -04:00
Docile-Alligator
0319060247
Fix urls and spoilers cannot be clicked or long clicked in markdown tables.
2025-03-26 11:37:10 -04:00
Docile-Alligator
bd0adddc57
Version 7.4.4. This is only for the Patreon version.
v7.4.4
2025-03-25 06:22:06 -04:00
Docile-Alligator
6ea6ee1353
Fix Korean translation.
2025-03-22 07:15:50 -04:00
Docile-Alligator
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
Docile-Alligator
cec606a44b
Put proxy settings in a separate shared preferences file.
2025-03-21 05:43:33 -04:00
Docile-Alligator
d34f578e15
Add compact layout 2 to default link post layout option.
2025-03-21 05:34:44 -04:00
fabian-st
7c58c83f57
Implement proxy support ( #1754 )
...
Co-authored-by: Fabian Stern <fabian.stern@visia-it.com>
2025-03-16 14:26:08 +07:00
Docile-Alligator
56263cc965
Fix LinkResolverActivity handleUri coding style.
2025-03-16 03:21:55 -04:00
Evan Chang
6d6124ad66
Correctly display reddit.com/media images ( #1679 )
2025-03-16 14:16:28 +07:00
Docile-Alligator
bc8254f8e9
Fix index creation error.
2025-03-16 03:10:01 -04:00
adripo
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
adripo
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
Martin Hoyer
ae57e7b838
Update deprecated upload-artifacts version ( #1761 )
2025-03-16 13:25:11 +07:00
Docile-Alligator
b40071ea67
Change mShowThumbnailOnTheRightInCompactLayout to mShowThumbnailOnTheLeftInCompactLayout.
2025-03-16 02:18:21 -04:00
Docile-Alligator
45b191b266
New option to use compact layout 2.
2025-03-16 00:47:22 -04:00
Docile-Alligator
dc8d7e63af
Refine compact layout 2 UI.
2025-03-15 09:41:45 -04:00
Docile-Alligator
758f0e8631
Start implementing compact layout 2.
2025-03-15 09:14:45 -04:00
Docile-Alligator
7f7bac9bb7
Update README.md
2025-03-04 12:07:05 +07:00
Docile-Alligator
e080716aa5
Update README.md
2025-03-04 12:06:27 +07:00
Docile-Alligator
e99ef0ea55
Version 7.4.3.
v7.4.3
2025-02-16 08:28:21 -05:00
EvilSpider
956aaaa365
fix redgifs missing audio ( #1739 )
...
* fix redgifs missing audio
* fix redgifs audio after 7.4.0 refactor
2025-02-16 20:25:57 +07:00
KobeW50
f6d585b6d2
chore: Clarify which branch to contribute to in README.md ( #1704 )
...
* chore: Remove unused files
* Specify which branch to contribute to
2025-02-13 10:51:36 -05:00
Docile-Alligator
df020ee983
Update README.md and include Infinity+.
2025-01-10 10:01:36 +07:00
Docile-Alligator
3edea6a630
Use the correct post listing option when initializing a new PostOptionsBottomSheetFragment instance in PostDetailRecyclerViewAdapter.
2025-01-09 21:58:47 -05:00
Docile-Alligator
2b527833fd
Implement hiding post in PostOptionsBottomSheetFragment.
2025-01-09 21:30:42 -05:00