Commit Graph

2160 Commits

Author SHA1 Message Date
25ac920fe5 Save 'Search in' in RecentSearchQuery. 2024-08-14 20:03:01 -04:00
b41e93dac0 Show recent search queries when there is no text in the search text view in SearchActivity. 2024-08-14 19:02:18 -04:00
ea8f2404de Redesign recent search queries UI. 2024-08-14 18:51:26 -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
d5f89a9dd9 Fix app crashes on downloading media, submitting posts and editing profile on Android < 14. 2024-07-31 23:48:28 -04:00
72f5380212 Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in JobService. 2024-07-25 13:31:14 -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
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
4ee01960ae Use ViewModel instead of AndroidViewModel. Update some dependencies. 2024-07-02 09:50:59 -04:00
5a1b67f599 Upgrade Media3 and enable decoder fallback. 2024-06-25 16:51:22 -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
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
c495336360 Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1674 the audio does not stop after closing a video. 2024-06-17 10:58:39 -04:00
bb9653a522 Save fab position in ViewPostDetailActivity. 2024-06-14 17:19:32 -04:00
64ef6656cf Fix proguard rules. 2024-06-04 23:10:15 -04:00
43f389f12f Fix RuntimeException related to Handler in SubredditListingDataSource. 2024-06-04 15:00:53 -04:00
d278bd873d Version 7.2.4-beta1. 2024-06-02 10:05:28 -04:00
f9858ccaa9 Temporary user agent. 2024-06-01 23:05:19 -04:00
74f17d4db5 Fix NullPointerException in ParseSubredditData. 2024-06-01 23:02:52 -04:00
07c9865ab2 Workaround for not loading any posts (except for user submitted posts). 2024-05-30 14:02:49 -04:00
8494195064 Remove unnecessary logs in ViewVideoActivity. 2024-05-29 17:01:51 -04:00
392ea8ee9b Fix user posts not loading by a stupid workaround. 2024-05-29 16:51:12 -04:00
da93713f5c Version 7.2.0-beta1 2024-05-28 19:55:15 -04:00
66620912de Fix string resource issue. 2024-05-23 23:26:45 -04:00
9725d5e411 Login using Chrome custom tab. Remove option to set setDomStorageEnabled() in LoginActivity. 2024-05-23 23:05:28 -04:00