mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
custom-selector: adds a button to delete the current folder in custom selector (#5925)
* Issue #5811: "Delete folder" menu in custom image selector * Issue 5811: folder deletion for api < 29. * Issue 5811: folder deletion for api < 29. * Issue 5811: folder deletion for api 29. * Issue 5811: folder deletion * Issue 5811: fixes merge conflicts, replaces used function onActivityResult with an ActivityResultLauncher * Update Constants.java --------- Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
This commit is contained in:
parent
17a8845dfd
commit
634bc3ede1
11 changed files with 447 additions and 12 deletions
|
|
@ -117,6 +117,7 @@
|
|||
<string name="categories_search_text_hint">Search categories</string>
|
||||
<string name="depicts_search_text_hint">Search for items that your media depicts (mountain, Taj Mahal, etc.)</string>
|
||||
<string name="menu_save_categories">Save</string>
|
||||
<string name="menu_overflow_desc">Overflow menu</string>
|
||||
<string name="refresh_button">Refresh</string>
|
||||
<string name="display_list_button">List</string>
|
||||
<string name="contributions_subtitle_zero">(No uploads yet)</string>
|
||||
|
|
@ -832,6 +833,17 @@ Upload your first media by tapping on the add button.</string>
|
|||
<string name="pending">Pending</string>
|
||||
<string name="failed">Failed</string>
|
||||
<string name="could_not_load_place_data">Could not load place data</string>
|
||||
|
||||
<string name="custom_selector_delete_folder">Delete Folder</string>
|
||||
<string name="custom_selector_confirm_deletion_title">Confirm Deletion</string>
|
||||
<string name="custom_selector_confirm_deletion_message">Are you sure you want to delete folder %1$s containing %2$d items?</string>
|
||||
<string name="custom_selector_delete">Delete</string>
|
||||
<string name="custom_selector_cancel">Cancel</string>
|
||||
<string name="custom_selector_folder_deleted_success">Folder %1$s deleted successfully</string>
|
||||
<string name="custom_selector_folder_deleted_failure">Failed to delete folder %1$s</string>
|
||||
<string name="custom_selector_error_trashing_folder_contents">Error in trashing folder contents: %1$s</string>
|
||||
<string name="custom_selector_folder_not_found_error">Failed to retrieve folder path for bucket ID: %1$d</string>
|
||||
|
||||
<string name="red_pin">This place has no picture yet, go take one!</string>
|
||||
<string name="green_pin">This place has a picture already.</string>
|
||||
<string name="grey_pin">Now checking whether this place has a picture.</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue