aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-20Refine UI and add explanations for the name in CustomizeCommentFilterActivity.Docile-Alligator1-1/+4
2024-08-20Refine UI and add explanations in CustomizeCommentFilterActivity.Docile-Alligator1-0/+14
2024-08-20Fix spinner issue in CustomizeCommentFilterActivity.Docile-Alligator1-1/+7
2024-08-20Show anonymous subscribed subreddits in CustomizePostFilterActivity.Docile-Alligator1-14/+2
2024-08-20Explain every option in CustomizePostFilterActivity. Refine UI in ↵Docile-Alligator1-0/+42
CustomizePostFilterActivity.
2024-08-19Refine UI in CustomizePostFilterActivity.Docile-Alligator1-18/+26
2024-08-19Fix showing the search query as the username or subreddit in SearchActivity.Docile-Alligator1-2/+2
2024-08-19Fix cursor color in TextInputLayout.Docile-Alligator4-33/+32
2024-08-18Some changes related to SectionsPagerAdapter.Docile-Alligator11-14/+14
2024-08-18Fix wrong drop down icon shown after closing the navigation drawer.Docile-Alligator3-27/+23
2024-08-18Fix embedded media type option not working.Docile-Alligator1-7/+14
2024-08-17Fix build issue and use Utils' hideKeyboard() and showKeyboard() in ↵Docile-Alligator2-24/+8
SearchActivity.
2024-08-17Snackbar for recent search deletions (#1627)Abhishek3-5/+53
* 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-17Optimize subreddit auto complete.Docile-Alligator6-178/+240
2024-08-15Show 'All subreddits' in recent searches in SearchActivity if applicable.Docile-Alligator1-5/+20
2024-08-15Show 'Search in' in recent searches in SearchActivity.Docile-Alligator1-1/+9
2024-08-15Save 'Search in' in RecentSearchQuery.Docile-Alligator8-50/+98
2024-08-14Show recent search queries when there is no text in the search text view in ↵Docile-Alligator1-4/+13
SearchActivity.
2024-08-14Redesign recent search queries UI.Docile-Alligator2-17/+49
2024-08-11Fix switching account issue in ViewPostDetailActivity and InboxActivity when ↵Docile-Alligator2-0/+5
a user clicks the notification that belongs to another account.
2024-08-11Logging out by long clicking an account. Rename SwitchAccount to ↵Docile-Alligator10-53/+70
AccountManagement. Move SwitchToAnonymousMode's methods to AccountManagement.
2024-08-01Fix app crashes on downloading media, submitting posts and editing profile ↵Docile-Alligator4-0/+5
on Android < 14.
2024-07-25Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in ↵Docile-Alligator4-4/+8
JobService.
2024-07-24Modify SubmitCrosspostActivity to use SubmitPostService as a JobService. Add ↵Docile-Alligator4-12/+41
RECEIVER_NOT_EXPORTED in registerReceiver on Android 13+. Remove startForeground in DownloadRedditVideoService.
2024-07-24Make NotificationCompat.Builder a local variable in DownloadMediaService and ↵Docile-Alligator2-68/+66
DownloadRedditVideoService.
2024-07-23Call jobFinished in downloadFinished in DownloadRedditVideoService.Docile-Alligator1-21/+21
2024-07-23Start migrating DownloadRedditVideoService to JobService.Docile-Alligator2-283/+267
2024-07-19Start migrating DownloadMediaService to JobService.Docile-Alligator7-233/+333
2024-07-19Optimize methods in EditProfileService.Docile-Alligator2-217/+195
2024-07-19Start migrating EditProfileService to JobService.Docile-Alligator9-102/+148
2024-07-18Continue migrating SubmitPostService to JobService. Estimate network bytes.Docile-Alligator7-24/+68
2024-07-18Starting migrating SubmitPostService to JobService.Docile-Alligator10-127/+357
2024-07-18Fix filtered out comments not collapsed when display mode in comment filter ↵Docile-Alligator2-2/+2
is set to fully collapse comments.
2024-07-18Add an entry for Display mode in CustomizeCommentFilterActivity.Docile-Alligator2-0/+19
2024-07-18Start implementing display mode for CommentFilter.Docile-Alligator5-13/+58
2024-07-17Apply embedded media type setting to EmotePlugin.Docile-Alligator9-94/+110
2024-07-17Add options to control which kind of media to show in the markdown content.Docile-Alligator9-26/+51
2024-07-17Different save options when saving the online theme.Docile-Alligator1-31/+52
2024-07-11Update online theme information after modifying the theme.Docile-Alligator5-8/+77
2024-07-11Separate online theme modification and upload.Docile-Alligator3-3/+13
2024-07-11Continue implementing online custom themes. Modifying online theme.Docile-Alligator3-12/+55
2024-07-09Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata ↵Docile-Alligator10-46/+183
instead of CustomTheme.
2024-07-08Continue implementing online custom themes.Docile-Alligator4-7/+232
2024-07-02Fix video autoplay not working in some cases by always providing a new ↵Docile-Alligator6-138/+133
LoadControl in DefaultExoCreator.createPlayer().
2024-07-02Use ViewModel instead of AndroidViewModel. Update some dependencies.Docile-Alligator15-55/+34
2024-06-25Upgrade Media3 and enable decoder fallback.Docile-Alligator3-3/+17
2024-06-21Download gif in ViewVideoActivity when it's a gif post.Docile-Alligator1-4/+14
2024-06-21Use openMedia in HistoryPostRecyclerViewAdapter.Docile-Alligator1-94/+27
2024-06-21Use openMedia in PostRecyclerViewAdapter na d PostDetailRecyclerViewAdapter.Docile-Alligator2-299/+144
2024-06-18Revert user agent.Docile-Alligator1-2/+2