added option to copy an entry

This commit is contained in:
Philipp Crocoll
2015-12-27 09:39:30 +01:00
parent ec4fe32b29
commit 017675e16e
5 changed files with 34 additions and 3 deletions

View File

@@ -55,6 +55,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="database\CheckDatabaseForChanges.cs" />
<Compile Include="database\edit\CopyEntry.cs" />
<Compile Include="database\edit\DeleteMultipleItems.cs" />
<Compile Include="database\edit\EditGroup.cs" />
<Compile Include="database\edit\MoveElements.cs" />

View File

@@ -62,6 +62,7 @@ namespace keepass2android
DeletingItems,
AskDeletePermanentlyItems,
AskDeletePermanentlyItemsNoRecycle,
InOfflineMode
InOfflineMode,
DuplicateTitle
}
}