moved Android version dependent resources (-v11, -v14) to default folders.

Will target only 14+ in future to reduce APK size and simplify development.
Started to add plugin host code
This commit is contained in:
Philipp Crocoll
2014-05-10 06:14:07 +02:00
parent 8a6ee5623d
commit f542e864f4
79 changed files with 2534 additions and 3112 deletions

View File

@@ -45,6 +45,11 @@ namespace keepass2android
}
}
/// <summary>
/// Information about the last opened entry. Includes the entry but also transformed fields.
/// </summary>
public PwEntryOutput LastOpenedEntry { get; set; }
/// <summary>
/// if an OTP key was used, this property tells the location of the OTP auxiliary file.
/// Must be set after loading.