re-introduce (simplified) dark theme

ask confirmation message before permanently deleting entries (when no recycle bin is present)
This commit is contained in:
Philipp Crocoll
2015-12-22 05:42:02 +01:00
parent 169994eb06
commit c048399c63
31 changed files with 343 additions and 109 deletions

View File

@@ -9,8 +9,10 @@ namespace keepass2android
public enum UiStringKey
{
AskDeletePermanentlyGroup,
AskDeletePermanentlyGroupNoRecycle,
progress_title,
AskDeletePermanentlyEntry,
AskDeletePermanentlyEntryNoRecycle,
search_results,
AskDeletePermanently_title,
saving_database,
@@ -58,6 +60,7 @@ namespace keepass2android
DuplicateUuidsError,
DuplicateUuidsErrorAdditional,
DeletingItems,
AskDeletePermanentlyItems
AskDeletePermanentlyItems,
AskDeletePermanentlyItemsNoRecycle
}
}