mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Improve icon editing flow
This improves the entry icon editing flow as suggested in #252: - Add an "Edit icon" menu item - Save the icon even if the checkmark was not clicked - Exit icon edit mode with the back button Close #252.
This commit is contained in:
parent
6a2992530e
commit
a39d6ab346
3 changed files with 70 additions and 37 deletions
|
@ -7,6 +7,7 @@
|
|||
<string name="action_about">About</string>
|
||||
<string name="action_import">Import</string>
|
||||
<string name="action_delete">Delete</string>
|
||||
<string name="action_edit_icon">Edit icon</string>
|
||||
<string name="action_default_icon">Restore default icon</string>
|
||||
<string name="discard">Discard</string>
|
||||
<string name="save">Save</string>
|
||||
|
@ -208,6 +209,7 @@
|
|||
<string name="import_error_dialog">Aegis could not import %d tokens. These tokens will be skipped. Press \'details\' to see more information about the errors.</string>
|
||||
<string name="unable_to_read_qrcode">Unable to read and process QR code</string>
|
||||
<string name="select_picture">Select picture</string>
|
||||
<string name="select_icon">Select icon</string>
|
||||
<string name="toggle_checkboxes">Toggle checkboxes</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="channel_name_lock_status">Lock status</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue