aboutsummaryrefslogtreecommitdiff
path: root/app (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Refine UI and add explanations for the name in CustomizeCommentFilterActivity.Docile-Alligator2024-08-203-17/+54
* Refine UI and add explanations in CustomizeCommentFilterActivity.Docile-Alligator2024-08-203-98/+262
* Fix spinner issue in CustomizeCommentFilterActivity.Docile-Alligator2024-08-202-5/+13
* Refine layout for CustomizePostFilterActivity in landscape mode and tablets.Docile-Alligator2024-08-202-0/+2092
* Show anonymous subscribed subreddits in CustomizePostFilterActivity.Docile-Alligator2024-08-201-14/+2
* Explain every option in CustomizePostFilterActivity. Refine UI in CustomizePo...Docile-Alligator2024-08-203-520/+952
* Fix activity label in CustomizeCommentFilterActivity.Docile-Alligator2024-08-191-1/+1
* Refine UI in CustomizePostFilterActivity.Docile-Alligator2024-08-193-44/+74
* Fix showing the search query as the username or subreddit in SearchActivity.Docile-Alligator2024-08-191-2/+2
* Fix cursor color in TextInputLayout.Docile-Alligator2024-08-194-33/+32
* Some changes related to SectionsPagerAdapter.Docile-Alligator2024-08-1811-14/+14
* Fix wrong drop down icon shown after closing the navigation drawer.Docile-Alligator2024-08-183-27/+23
* Fix embedded media type option not working.Docile-Alligator2024-08-181-7/+14
* Fix build issue and use Utils' hideKeyboard() and showKeyboard() in SearchAct...Docile-Alligator2024-08-173-26/+10
* Snackbar for recent search deletions (#1627)Abhishek2024-08-174-6/+56
* Optimize subreddit auto complete.Docile-Alligator2024-08-177-179/+245
* Show 'All subreddits' in recent searches in SearchActivity if applicable.Docile-Alligator2024-08-152-7/+21
* Show 'Search in' in recent searches in SearchActivity.Docile-Alligator2024-08-151-1/+9
* Save 'Search in' in RecentSearchQuery.Docile-Alligator2024-08-158-50/+98
* Show recent search queries when there is no text in the search text view in S...Docile-Alligator2024-08-141-4/+13
* Redesign recent search queries UI.Docile-Alligator2024-08-144-46/+90
* v7.3.0Docile-Alligator2024-08-111-2/+2
* Fix switching account issue in ViewPostDetailActivity and InboxActivity when ...Docile-Alligator2024-08-112-0/+5
* Logging out by long clicking an account. Rename SwitchAccount to AccountManag...Docile-Alligator2024-08-1110-53/+70
* Version 7.3.0-beta2.Docile-Alligator2024-08-011-2/+2
* Fix app crashes on downloading media, submitting posts and editing profile on...Docile-Alligator2024-08-014-0/+5
* Version 7.3.0-beta1Docile-Alligator2024-07-251-2/+2
* Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in JobSer...Docile-Alligator2024-07-254-4/+8
* Update some dependencies.Docile-Alligator2024-07-241-3/+3
* targetSdk 34Docile-Alligator2024-07-241-1/+1
* Modify SubmitCrosspostActivity to use SubmitPostService as a JobService. Add ...Docile-Alligator2024-07-244-12/+41
* Make NotificationCompat.Builder a local variable in DownloadMediaService and ...Docile-Alligator2024-07-242-68/+66
* Call jobFinished in downloadFinished in DownloadRedditVideoService.Docile-Alligator2024-07-231-21/+21
* Start migrating DownloadRedditVideoService to JobService.Docile-Alligator2024-07-233-283/+268
* Start migrating DownloadMediaService to JobService.Docile-Alligator2024-07-198-233/+334
* Optimize methods in EditProfileService.Docile-Alligator2024-07-193-218/+196
* Start migrating EditProfileService to JobService.Docile-Alligator2024-07-1910-105/+151
* Continue migrating SubmitPostService to JobService. Estimate network bytes.Docile-Alligator2024-07-187-24/+68
* Starting migrating SubmitPostService to JobService.Docile-Alligator2024-07-1812-127/+361
* Fix filtered out comments not collapsed when display mode in comment filter i...Docile-Alligator2024-07-182-2/+2
* Add an entry for Display mode in CustomizeCommentFilterActivity.Docile-Alligator2024-07-185-0/+53
* Start implementing display mode for CommentFilter.Docile-Alligator2024-07-185-13/+58
* Apply embedded media type setting to EmotePlugin.Docile-Alligator2024-07-1711-100/+116
* Add options to control which kind of media to show in the markdown content.Docile-Alligator2024-07-1713-26/+98
* Different save options when saving the online theme.Docile-Alligator2024-07-173-35/+65
* Update online theme information after modifying the theme.Docile-Alligator2024-07-115-8/+77
* Separate online theme modification and upload.Docile-Alligator2024-07-113-3/+13
* Continue implementing online custom themes. Modifying online theme.Docile-Alligator2024-07-114-12/+60
* Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata i...Docile-Alligator2024-07-0912-46/+191
* Continue implementing online custom themes.Docile-Alligator2024-07-084-7/+232