Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix activity label in CustomizeCommentFilterActivity. | Docile-Alligator | 2024-08-19 | 1 | -1/+1 |
| | |||||
* | Refine UI in CustomizePostFilterActivity. | Docile-Alligator | 2024-08-19 | 3 | -44/+74 |
| | |||||
* | Fix showing the search query as the username or subreddit in SearchActivity. | Docile-Alligator | 2024-08-19 | 1 | -2/+2 |
| | |||||
* | Fix cursor color in TextInputLayout. | Docile-Alligator | 2024-08-19 | 4 | -33/+32 |
| | |||||
* | Some changes related to SectionsPagerAdapter. | Docile-Alligator | 2024-08-18 | 11 | -14/+14 |
| | |||||
* | Fix wrong drop down icon shown after closing the navigation drawer. | Docile-Alligator | 2024-08-18 | 3 | -27/+23 |
| | |||||
* | Fix embedded media type option not working. | Docile-Alligator | 2024-08-18 | 1 | -7/+14 |
| | |||||
* | Fix build issue and use Utils' hideKeyboard() and showKeyboard() in ↵ | Docile-Alligator | 2024-08-17 | 3 | -26/+10 |
| | | | | SearchActivity. | ||||
* | Snackbar for recent search deletions (#1627) | Abhishek | 2024-08-17 | 4 | -6/+56 |
| | | | | | | | | | * 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> | ||||
* | Optimize subreddit auto complete. | Docile-Alligator | 2024-08-17 | 7 | -179/+245 |
| | |||||
* | Show 'All subreddits' in recent searches in SearchActivity if applicable. | Docile-Alligator | 2024-08-15 | 2 | -7/+21 |
| | |||||
* | Show 'Search in' in recent searches in SearchActivity. | Docile-Alligator | 2024-08-15 | 1 | -1/+9 |
| | |||||
* | Save 'Search in' in RecentSearchQuery. | Docile-Alligator | 2024-08-15 | 8 | -50/+98 |
| | |||||
* | Show recent search queries when there is no text in the search text view in ↵ | Docile-Alligator | 2024-08-14 | 1 | -4/+13 |
| | | | | SearchActivity. | ||||
* | Redesign recent search queries UI. | Docile-Alligator | 2024-08-14 | 4 | -46/+90 |
| | |||||
* | v7.3.0 | Docile-Alligator | 2024-08-11 | 1 | -2/+2 |
| | |||||
* | Fix switching account issue in ViewPostDetailActivity and InboxActivity when ↵ | Docile-Alligator | 2024-08-11 | 2 | -0/+5 |
| | | | | a user clicks the notification that belongs to another account. | ||||
* | Logging out by long clicking an account. Rename SwitchAccount to ↵ | Docile-Alligator | 2024-08-11 | 10 | -53/+70 |
| | | | | AccountManagement. Move SwitchToAnonymousMode's methods to AccountManagement. | ||||
* | Version 7.3.0-beta2. | Docile-Alligator | 2024-08-01 | 1 | -2/+2 |
| | |||||
* | Fix app crashes on downloading media, submitting posts and editing profile ↵ | Docile-Alligator | 2024-08-01 | 4 | -0/+5 |
| | | | | on Android < 14. | ||||
* | Version 7.3.0-beta1 | Docile-Alligator | 2024-07-25 | 1 | -2/+2 |
| | |||||
* | Add NetworkCapabilities.NET_CAPABILITY_INTERNET in required network in ↵ | Docile-Alligator | 2024-07-25 | 4 | -4/+8 |
| | | | | JobService. | ||||
* | Update some dependencies. | Docile-Alligator | 2024-07-24 | 1 | -3/+3 |
| | |||||
* | targetSdk 34 | Docile-Alligator | 2024-07-24 | 1 | -1/+1 |
| | |||||
* | Modify SubmitCrosspostActivity to use SubmitPostService as a JobService. Add ↵ | Docile-Alligator | 2024-07-24 | 4 | -12/+41 |
| | | | | RECEIVER_NOT_EXPORTED in registerReceiver on Android 13+. Remove startForeground in DownloadRedditVideoService. | ||||
* | Make NotificationCompat.Builder a local variable in DownloadMediaService and ↵ | Docile-Alligator | 2024-07-24 | 2 | -68/+66 |
| | | | | DownloadRedditVideoService. | ||||
* | Call jobFinished in downloadFinished in DownloadRedditVideoService. | Docile-Alligator | 2024-07-23 | 1 | -21/+21 |
| | |||||
* | Start migrating DownloadRedditVideoService to JobService. | Docile-Alligator | 2024-07-23 | 3 | -283/+268 |
| | |||||
* | Start migrating DownloadMediaService to JobService. | Docile-Alligator | 2024-07-19 | 8 | -233/+334 |
| | |||||
* | Optimize methods in EditProfileService. | Docile-Alligator | 2024-07-19 | 3 | -218/+196 |
| | |||||
* | Start migrating EditProfileService to JobService. | Docile-Alligator | 2024-07-19 | 10 | -105/+151 |
| | |||||
* | Continue migrating SubmitPostService to JobService. Estimate network bytes. | Docile-Alligator | 2024-07-18 | 7 | -24/+68 |
| | |||||
* | Starting migrating SubmitPostService to JobService. | Docile-Alligator | 2024-07-18 | 12 | -127/+361 |
| | |||||
* | Fix filtered out comments not collapsed when display mode in comment filter ↵ | Docile-Alligator | 2024-07-18 | 2 | -2/+2 |
| | | | | is set to fully collapse comments. | ||||
* | Add an entry for Display mode in CustomizeCommentFilterActivity. | Docile-Alligator | 2024-07-18 | 5 | -0/+53 |
| | |||||
* | Start implementing display mode for CommentFilter. | Docile-Alligator | 2024-07-18 | 5 | -13/+58 |
| | |||||
* | Apply embedded media type setting to EmotePlugin. | Docile-Alligator | 2024-07-17 | 11 | -100/+116 |
| | |||||
* | Add options to control which kind of media to show in the markdown content. | Docile-Alligator | 2024-07-17 | 13 | -26/+98 |
| | |||||
* | Different save options when saving the online theme. | Docile-Alligator | 2024-07-17 | 3 | -35/+65 |
| | |||||
* | Update online theme information after modifying the theme. | Docile-Alligator | 2024-07-11 | 5 | -8/+77 |
| | |||||
* | Separate online theme modification and upload. | Docile-Alligator | 2024-07-11 | 3 | -3/+13 |
| | |||||
* | Continue implementing online custom themes. Modifying online theme. | Docile-Alligator | 2024-07-11 | 4 | -12/+60 |
| | |||||
* | Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata ↵ | Docile-Alligator | 2024-07-09 | 12 | -46/+191 |
| | | | | instead of CustomTheme. | ||||
* | Continue implementing online custom themes. | Docile-Alligator | 2024-07-08 | 4 | -7/+232 |
| | |||||
* | Version 7.2.9. | Docile-Alligator | 2024-07-04 | 1 | -2/+2 |
| | |||||
* | fix: buildconfig warning (#1676) | adripo | 2024-07-04 | 1 | -1/+2 |
| | |||||
* | Downgrade Media3 to 1.4.0-alpha02 cuz 1.4.0-beta01 requires ImageView to be ↵ | Docile-Alligator | 2024-07-02 | 1 | -1/+1 |
| | | | | used in the PlayerControlView. | ||||
* | Fix video autoplay not working in some cases by always providing a new ↵ | Docile-Alligator | 2024-07-02 | 6 | -138/+133 |
| | | | | LoadControl in DefaultExoCreator.createPlayer(). | ||||
* | Use ViewModel instead of AndroidViewModel. Update some dependencies. | Docile-Alligator | 2024-07-02 | 16 | -61/+40 |
| | |||||
* | Version 7.2.8. | Docile-Alligator | 2024-06-25 | 1 | -2/+2 |
| |