2387 Commits

Author SHA1 Message Date
6c795f2fc2 Version v7.3.2. v7.3.2 2024-08-22 13:27:04 -04:00
bf4889a4f8 Fix "You're trying to build a job with no constraints, this is not allowed." error when starting a JobService on Android < Q.
(cherry picked from commit 5d1466b549)
2024-08-22 13:13:25 -04:00
4105d8c303 Version 7.3.1. v7.3.1-bug-fix 2024-08-18 15:36:35 -04:00
e42bd51f9e Fix embedded media type option not working.
(cherry picked from commit c6028708a4)
2024-08-18 15:35:32 -04:00
1c821fbab4 v7.3.0 v7.3.0 2024-08-11 16:09:02 -04:00
476e84fdca Fix switching account issue in ViewPostDetailActivity and InboxActivity when a user clicks the notification that belongs to another account. 2024-08-11 11:39:24 -04:00
9ba4016c2e Logging out by long clicking an account. Rename SwitchAccount to AccountManagement. Move SwitchToAnonymousMode's methods to AccountManagement. 2024-08-11 10:46:45 -04:00
a37eefa31b Version 7.3.0-beta2. v7.3.0-beta2 2024-08-01 18:49:37 -04:00
d5f89a9dd9 Fix app crashes on downloading media, submitting posts and editing profile on Android < 14. 2024-07-31 23:48:28 -04:00
095c018824 Version 7.3.0-beta1 v7.3.0-beta1 2024-07-25 14:06:04 -04:00
72f5380212 Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in JobService. 2024-07-25 13:31:14 -04:00
1322dd288e Update some dependencies. 2024-07-24 12:02:07 -04:00
45c0e6a463 targetSdk 34 2024-07-24 11:31:53 -04:00
549a66d997 Modify SubmitCrosspostActivity to use SubmitPostService as a JobService. Add RECEIVER_NOT_EXPORTED in registerReceiver on Android 13+. Remove startForeground in DownloadRedditVideoService. 2024-07-24 11:07:03 -04:00
40152c8376 Make NotificationCompat.Builder a local variable in DownloadMediaService and DownloadRedditVideoService. 2024-07-24 00:02:55 -04:00
1e834fd103 Call jobFinished in downloadFinished in DownloadRedditVideoService. 2024-07-23 18:29:41 -04:00
ccb5d0f18d Start migrating DownloadRedditVideoService to JobService. 2024-07-23 18:18:28 -04:00
48049d7575 Start migrating DownloadMediaService to JobService. 2024-07-19 19:23:40 -04:00
ef9c647c78 Optimize methods in EditProfileService. 2024-07-19 17:48:08 -04:00
fbdcf4a55f Start migrating EditProfileService to JobService. 2024-07-19 11:22:49 -04:00
7443cf8095 Continue migrating SubmitPostService to JobService. Estimate network bytes. 2024-07-18 16:45:11 -04:00
78a1d81ae8 Starting migrating SubmitPostService to JobService. 2024-07-18 16:23:14 -04:00
a43b2e8f52 Fix filtered out comments not collapsed when display mode in comment filter is set to fully collapse comments. 2024-07-17 21:44:44 -04:00
2863bac011 Add an entry for Display mode in CustomizeCommentFilterActivity. 2024-07-17 21:31:05 -04:00
695076a1bd Start implementing display mode for CommentFilter. 2024-07-17 20:55:46 -04:00
6bbfa4f85a Apply embedded media type setting to EmotePlugin. 2024-07-17 19:52:57 -04:00
c7479f3fdb Add options to control which kind of media to show in the markdown content. 2024-07-17 17:25:02 -04:00
7302edac08 Different save options when saving the online theme. 2024-07-17 11:38:07 -04:00
4edbfab348 Update online theme information after modifying the theme. 2024-07-11 17:47:56 -04:00
370b45e835 Separate online theme modification and upload. 2024-07-11 15:32:33 -04:00
44aaaeac58 Continue implementing online custom themes. Modifying online theme. 2024-07-10 22:45:00 -04:00
6e5eab3712 Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata instead of CustomTheme. 2024-07-09 17:25:26 -04:00
cc64d6c49e Continue implementing online custom themes. 2024-07-07 21:51:54 -04:00
1e804a6f99 Version 7.2.9. v7.2.9 2024-07-04 09:53:25 -04:00
b950bf21f3 fix: buildconfig warning (#1676) 2024-07-04 09:14:55 +07:00
336c7a1a89 Downgrade Media3 to 1.4.0-alpha02 cuz 1.4.0-beta01 requires ImageView to be used in the PlayerControlView. 2024-07-02 17:48:40 -04:00
fccf2c5785 Fix video autoplay not working in some cases by always providing a new LoadControl in DefaultExoCreator.createPlayer(). 2024-07-02 16:41:49 -04:00
ca4e58985f Upgrade gradle. 2024-07-02 16:41:30 -04:00
4ee01960ae Use ViewModel instead of AndroidViewModel. Update some dependencies. 2024-07-02 09:50:59 -04:00
e4c11e8d61 Version 7.2.8. v7.2.8 2024-06-25 16:52:49 -04:00
5a1b67f599 Upgrade Media3 and enable decoder fallback. 2024-06-25 16:51:22 -04:00
e1f4dbd01f Version 7.2.7. v7.2.7 2024-06-24 16:53:51 -04:00
20620a67f7 Download gif in ViewVideoActivity when it's a gif post. 2024-06-21 19:22:02 -04:00
3d9dc47775 Use openMedia in HistoryPostRecyclerViewAdapter. 2024-06-21 19:00:20 -04:00
31b2c123dc Use openMedia in PostRecyclerViewAdapter na d PostDetailRecyclerViewAdapter. 2024-06-21 18:54:38 -04:00
9af98548aa Version 7.2.6. v7.2.6 2024-06-17 21:30:37 -04:00
f39d7f822e Revert user agent. 2024-06-17 21:30:05 -04:00
c8e5f60c0a Try fixing retrofit2.Utils.methodError in PostPagingSource when loading anonymous front page. 2024-06-17 21:21:37 -04:00
d644c1c032 Fix wrong coordinates when saving the position of MovableFloatingActionButton in some Android versions. 2024-06-17 21:06:35 -04:00
e186c42a1f Support multiple displays (e.g. foldable phone) when saving the position of fab in PostDetailActivity. 2024-06-17 11:32:23 -04:00