aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start adding searching in multireddit feature. Start showing subscribed ↵Docile-Alligator2024-08-211-0/+1
| | | | users when clicking "Search In" button in SearchActivity.
* Refine UI in CustomizePostFilterActivity and CustomizeCommentFilterActivity.Docile-Alligator2024-08-201-0/+1
|
* Refine UI and add explanations for the name in CustomizeCommentFilterActivity.Docile-Alligator2024-08-201-1/+2
|
* Refine UI and add explanations in CustomizeCommentFilterActivity.Docile-Alligator2024-08-201-0/+5
|
* Explain every option in CustomizePostFilterActivity. Refine UI in ↵Docile-Alligator2024-08-201-0/+15
| | | | CustomizePostFilterActivity.
* Fix activity label in CustomizeCommentFilterActivity.Docile-Alligator2024-08-191-1/+1
|
* Refine UI in CustomizePostFilterActivity.Docile-Alligator2024-08-191-0/+1
|
* Fix build issue and use Utils' hideKeyboard() and showKeyboard() in ↵Docile-Alligator2024-08-171-2/+2
| | | | SearchActivity.
* Snackbar for recent search deletions (#1627)Abhishek2024-08-171-1/+3
| | | | | | | | | * 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 methods in EditProfileService.Docile-Alligator2024-07-191-1/+1
|
* Start migrating EditProfileService to JobService.Docile-Alligator2024-07-191-3/+3
|
* Starting migrating SubmitPostService to JobService.Docile-Alligator2024-07-181-0/+1
|
* Add an entry for Display mode in CustomizeCommentFilterActivity.Docile-Alligator2024-07-181-0/+4
|
* Apply embedded media type setting to EmotePlugin.Docile-Alligator2024-07-171-3/+3
|
* Add options to control which kind of media to show in the markdown content.Docile-Alligator2024-07-171-0/+9
|
* Different save options when saving the online theme.Docile-Alligator2024-07-171-4/+7
|
* Continue implementing online custom themes. Modifying online theme.Docile-Alligator2024-07-111-0/+5
|
* Continue implementing online custom themes. Fetch OnlineCustomThemeMetadata ↵Docile-Alligator2024-07-091-0/+1
| | | | instead of CustomTheme.
* Login using Chrome custom tab. Remove option to set setDomStorageEnabled() ↵Docile-Alligator2024-05-241-3/+3
| | | | in LoginActivity.
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-291-2/+0
|
* Start adding support for online themes.Docile-Alligator2024-04-221-0/+3
|
* Version 7.1.0-beta1. Submit gallery posts with text content (without ↵Docile-Alligator2024-03-191-1/+1
| | | | embedded images).
* Showing content preview in PostPollActivity is available.Docile-Alligator2024-03-191-5/+10
|
* Add superscript to MarkdownBottomBarRecyclerViewAdapter.Docile-Alligator2024-03-171-0/+7
|
* Submit poll posts with text content (of course with embedded images).Docile-Alligator2024-03-131-0/+1
|
* Submit comment with up to one embedded image.Docile-Alligator2024-03-111-0/+1
|
* Submit text post with embedded images.Docile-Alligator2024-03-111-0/+1
|
* Add a message about subscription in LoginActivity.Docile-Alligator2024-03-031-1/+1
|
* Fix explanations of some color options.Docile-Alligator2024-01-221-2/+2
|
* Remove see removed posts and comments.Docile-Alligator2024-01-121-6/+0
|
* Remove Gfycat.Docile-Alligator2024-01-101-2/+0
|
* Remove some markdown processing related to inline gifs. Remove awards ↵Docile-Alligator2023-11-251-1/+0
| | | | related stuff.
* Continue deleting awards related components.Docile-Alligator2023-11-051-4/+0
|
* Continue deleting awards related components.Docile-Alligator2023-11-041-3/+0
|
* Start deleting awards related components.Docile-Alligator2023-11-041-6/+0
|
* New option in CommentMoreBottomSheetFragment: Add to comment filter.Docile-Alligator2023-11-041-0/+2
|
* Add "exclude users" entry in CustomizeCommentFilterActivity.Docile-Alligator2023-10-221-0/+1
|
* Continue adding comment filter.Docile-Alligator2023-10-191-5/+4
|
* Continue adding comment filter.Docile-Alligator2023-10-191-0/+5
|
* Continue adding comment filter.Docile-Alligator2023-10-181-0/+3
|
* Continue adding comment filter.Docile-Alligator2023-10-181-0/+2
|
* Continue adding comment filter.Docile-Alligator2023-10-171-1/+1
|
* Continue implementing showing post filter usages in ↵Docile-Alligator2023-10-151-0/+3
| | | | PostFilterPreferenceActivity.
* Continue implementing showing post filter usages in ↵Docile-Alligator2023-10-151-0/+3
| | | | PostFilterPreferenceActivity.
* New theme item: filled card view background color and read post filled card ↵Docile-Alligator2023-09-191-0/+4
| | | | view background color.
* Update strings.Docile-Alligator2023-09-191-8/+45
|
* Add option to Add subreddit to Home Screen as shortcut (#1485)Andrea Colombo2023-09-141-0/+1
| | | | | * Add shortcut to Add Subreddit to Home Screen * Add null check for subredditIcon
* Added a button to clear all recent searches. (#1487)Abhishek2023-09-141-0/+3
| | | | | | | | * Added a button to clear all recent searches. - Deletes all the searches for the current user from the database. - Delete icon placed at the end of subreddit name layout in the activity search layout(I couldn't find a better place for it). _Icon visible only when there are recent searches. * Confirmation dialog shows when clearing all search history.
* Continue adding Card Layout 3. Settings entry for Card Layout 3.Docile-Alligator2023-09-141-0/+1
|
* Please update Infinity after August 30th.Docile-Alligator2023-08-271-2/+2
|