diff options
author | Abhishek <52370265+abhishekabhi789@users.noreply.github.com> | 2023-09-14 14:29:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 14:29:40 +0000 |
commit | 6475dd3f05e7f02de7353315ea7db2ef3a875214 (patch) | |
tree | fb57c527b3314ac682a3b790eb7cd77c5c898d03 /app/src/main/res/values | |
parent | 4cdf12b664ee1b446cbfa44d9ecb3b3f1d3b01b4 (diff) | |
download | infinity-for-reddit-6475dd3f05e7f02de7353315ea7db2ef3a875214.tar infinity-for-reddit-6475dd3f05e7f02de7353315ea7db2ef3a875214.tar.gz infinity-for-reddit-6475dd3f05e7f02de7353315ea7db2ef3a875214.tar.bz2 infinity-for-reddit-6475dd3f05e7f02de7353315ea7db2ef3a875214.tar.lz infinity-for-reddit-6475dd3f05e7f02de7353315ea7db2ef3a875214.tar.xz infinity-for-reddit-6475dd3f05e7f02de7353315ea7db2ef3a875214.tar.zst infinity-for-reddit-6475dd3f05e7f02de7353315ea7db2ef3a875214.zip |
Added a button to clear all recent searches. (#1487)
* 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.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0b5bdac1..1cf7ff8a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -261,6 +261,9 @@ <string name="search_in">Search in</string> <string name="all_subreddits">All subreddits</string> + <string name="confirm">Confirm</string> + <string name="confirm_delete_all_recent_searches">Are you sure you want to delete all recent search queries?</string> + <string name="sort_best">Best</string> <string name="sort_hot">Hot</string> <string name="sort_new">New</string> |