Add ability to select multiple entries

Improve code and add select listeners
This commit is contained in:
Michael Schättgen 2020-01-04 20:38:40 +01:00
parent 35a14d3198
commit f8c106bcb9
5 changed files with 107 additions and 23 deletions

View file

@ -92,6 +92,8 @@
<string name="encrypting_vault">Encrypting the vault</string>
<string name="delete_entry">Delete entry</string>
<string name="delete_entry_description">Are you sure you want to delete this entry?</string>
<string name="delete_entries">Delete entries</string>
<string name="delete_entries_description">Are you sure you want to delete %d entries?</string>
<string name="discard_changes">Discard changes?</string>
<string name="discard_changes_description">Your changes have not been saved</string>
<string name="folder">Folder</string>