Added Import from XML functionality. KPKXmlTreeReader is not fully working with all possible formats (zipped or non zipped data)

This commit is contained in:
michael starke
2013-12-02 02:06:21 +01:00
parent 3f1e7d36c9
commit 336fe02e2d
7 changed files with 50 additions and 10 deletions

View File

@@ -22,7 +22,9 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
MPActionEmptyTrash, // empties the trashcan, if there is one
MPActionEditPassword, // change the database password
MPActionDatabaseSettings, // Show the settings for the database
MPActionEditTemplateGroup
MPActionEditTemplateGroup, // Edit the Template group
MPActionExportXML, // Exporte as XML
MPActionImportXML // Import form XML
};
/**
* Helper to retrieve commonly used actions