Commit Graph

2426 Commits

Author SHA1 Message Date
478b2db4e5 Fix app crashes when loading multireddit posts. Rename some variables in MultiRedditListingFragment. 2024-09-04 13:48:23 -04:00
5d12ff78ef Show correct title in SubscribedThingListingActivity. Remove SubredditSelectionActivity. 2024-09-04 12:51:35 -04:00
e217d6222e Use SubscribedThingListingActivity to select subreddits. 2024-09-04 11:35:50 -04:00
2352b0466e Preparing to use SubscribedThingListingActivity to select subreddits or users. 2024-09-04 10:18:46 -04:00
651ee74372 Fix profile image not showing in SubscribedThingListingActivity. 2024-09-03 23:50:29 -04:00
bd7f0f506e Fix submitting posts and downloading media not working on Android >= 14 with VPN on. 2024-08-25 11:04:32 -04:00
0fe8be5d32 Fix notification not dismissed after submitting a post on Android < 14. 2024-08-25 11:04:32 -04:00
bc6896946c Use keys in SelectThingReturnKey to pass return intent data for users and multireddits. 2024-08-22 15:14:15 -04:00
3111919260 Use keys in SelectThingReturnKey to pass return intent data. 2024-08-22 14:59:30 -04:00
5d1466b549 Fix "You're trying to build a job with no constraints, this is not allowed." error when starting a JobService on Android < Q. 2024-08-22 13:09:27 -04:00
5f80ada130 Save multireddit path and display name in RecentSearchQuery. App data should be removed before opening Infinity cuz RedditDataRoomDatabase's migration method is changed without bumping version. 2024-08-21 23:20:11 -04:00
2314a9458c Set "Search In" after opening SearchActivity from ViewMultiRedditDetailActivity. 2024-08-21 22:59:20 -04:00
d270378ecd Searching posts inside a multireddit is available. 2024-08-21 22:47:30 -04:00
7b9ece76fd Pass multireddit data back to SearchActivity after selecting a multireddit in the original SearchActivity and opening SearchResultActivity. 2024-08-21 18:53:01 -04:00
8625b3bf1c Continue adding searching in multireddit feature. 2024-08-21 18:41:41 -04:00
5663d33ed3 Select multireddit in SearchActivity. 2024-08-21 17:45:29 -04:00
e42a1ed9d3 Update database migration. 2024-08-21 15:36:50 -04:00
c715284619 Continue adding support for searching in multireddit. App data should be cleared because the database schema is changed in RecentSearchQuery. 2024-08-21 15:36:01 -04:00
4c40d645ab Pass data back to the original SearchActivity after selecting a subreddit or user in SearchResultActivity. 2024-08-21 12:50:24 -04:00
6fd0b836a7 Start adding searching in multireddit feature. Start showing subscribed users when clicking "Search In" button in SearchActivity. 2024-08-21 12:39:53 -04:00
2e96ba22d8 Refine landscape and tablet UI in CustomizeCommentFilterActivity. 2024-08-20 15:15:20 -04:00
3f5d298ff5 Refine UI in CustomizePostFilterActivity and CustomizeCommentFilterActivity. 2024-08-20 15:08:04 -04:00
e4abfc6e38 Refine UI and add explanations for the name in CustomizeCommentFilterActivity. 2024-08-20 14:51:07 -04:00
da8785fdc8 Refine UI and add explanations in CustomizeCommentFilterActivity. 2024-08-20 14:34:36 -04:00
8fdc2cc945 Fix spinner issue in CustomizeCommentFilterActivity. 2024-08-20 14:11:03 -04:00
55b845c0b8 Refine layout for CustomizePostFilterActivity in landscape mode and tablets. 2024-08-20 13:24:36 -04:00
6b11f35f04 Show anonymous subscribed subreddits in CustomizePostFilterActivity. 2024-08-20 13:09:27 -04:00
88691c109a Explain every option in CustomizePostFilterActivity. Refine UI in CustomizePostFilterActivity. 2024-08-19 23:33:59 -04:00
6c6b54c31e Fix activity label in CustomizeCommentFilterActivity. 2024-08-19 12:55:29 -04:00
55bae7a294 Refine UI in CustomizePostFilterActivity. 2024-08-18 23:04:56 -04:00
6a6735469b Fix showing the search query as the username or subreddit in SearchActivity. 2024-08-18 22:03:12 -04:00
fc4cd4726b Fix cursor color in TextInputLayout. 2024-08-18 21:47:40 -04:00
bc243c3d06 Some changes related to SectionsPagerAdapter. 2024-08-18 15:33:37 -04:00
9e74c39106 Fix wrong drop down icon shown after closing the navigation drawer. 2024-08-17 23:53:05 -04:00
c6028708a4 Fix embedded media type option not working. 2024-08-17 23:17:00 -04:00
036417bdf1 Fix build issue and use Utils' hideKeyboard() and showKeyboard() in SearchActivity. 2024-08-16 23:36:11 -04:00
482e8b3c73 Snackbar for recent search deletions (#1627)
* snackbar will be shown for recent search deletions

* the view from SearchActivityRecyclerViewAdapter causes crash in android 6 sometimes, so using appBarLayout instead.

---------

Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
2024-08-17 10:20:16 +07:00
0a0d7e95b4 Optimize subreddit auto complete. 2024-08-16 23:09:01 -04:00
75f5a3637a Show 'All subreddits' in recent searches in SearchActivity if applicable. 2024-08-14 20:20:26 -04:00
c29aae3b97 Show 'Search in' in recent searches in SearchActivity. 2024-08-14 20:10:02 -04:00
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
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