* added ChangeLog message for 0.9.4

* added contributors
* removed Move button from EntryActivity
This commit is contained in:
Philipp Crocoll 2014-06-01 07:00:35 +02:00
parent 0b87c6f839
commit ba954c0aa0
5 changed files with 1125 additions and 1070 deletions

View File

@ -22,6 +22,8 @@ namespace keepass2android
AlertDialog.Builder builder = new AlertDialog.Builder(ctx);
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
String[] changeLog = {
ctx.GetString(Resource.String.PreviewWarning),
ctx.GetString(Resource.String.ChangeLog_0_9_4),
ctx.GetString(Resource.String.ChangeLog_0_9_3_r5),
ctx.GetString(Resource.String.ChangeLog_0_9_3),
ctx.GetString(Resource.String.ChangeLog_0_9_2),

View File

@ -127,6 +127,7 @@ namespace keepass2android
protected void SetupMoveButtons() {
View moveView = FindViewById(Resource.Id.entry_move);
/* Disabled for simpler UI. Wait if users demand that button.
if (App.Kp2a.GetDb().CanWrite)
{
moveView.Visibility = ViewStates.Visible;
@ -139,7 +140,7 @@ namespace keepass2android
};
}
else
else*/
{
moveView.Visibility = ViewStates.Gone;
}

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
<string name="donate_url"><![CDATA[http://philipp.crocoll.net/donate.php?lang=%1$s&app=%2$s]]></string>
<string name="homepage">http://keepass2android.codeplex.com</string>
<string name="homepage_short">keepass2android.codeplex.com</string>
<string name="further_author_names">Alex Vallat</string>
<string name="further_author_names">Alex Vallat, Ben Rush, Matthieu</string>
<string name="issues">http://keepass2android.codeplex.com</string>
<string name="oi_filemanager_market">market://details?id=org.openintents.filemanager</string>
<string name="oi_filemanager_web">https://openintents.googlecode.com/files/FileManager-2.0.2.apk</string>

View File

@ -473,6 +473,28 @@
<string name="killed_by_os">Sorry! Keepass2Android was killed by the Android OS! For security reasons, Keepass2Android did not persist your selected credentials on disk, so you need to re-open your database. Note: This should happen only very rarely. If it does, please drop me a message at crocoapps@gmail.com.</string>
<string name="ChangeLog_title">Change log</string>
<string name="PreviewWarning">Please note! This is a preview release and might come with some flaws! If you experience *anything* unexpected, please let me know (on Codeplex or by email).</string>
<string name="ChangeLog_0_9_4">
<b>Version 0.9.4</b>\n
* added plug-in support: See settings for how to get plug-ins!\n
* published QR plug-in (scan passwords, display passwords as QR code, transfer entries to other KP2A devices)\n
* published InputStick plugin (transfer credentials to your PC via bluetooth - requires InputStick USB stick)\n
* Third party apps can now simply implement querying KP2A for credentials. Are you a developer? Please add this to your app if suitable!\n
* added TOTP support (compatible with KeeOTP and TrayTotp)\n
* app should no longer be killed by Android when database is open\n
* database is no longer locked when leaving the app with the back button (see settings)\n
* display group names in search results view (*)\n
* added context menu in search results view including "Navigate to parent" option (*)\n
* added option to display group name in entry view (*)\n
* (*) thanks to Matthieu for implementing these features!\n
* support KeeChallenge (with Yubikey NEO). Thanks to Ben Rush for implementing the connector!\n
* improved user interface\n
* fixed a bug in Google Drive interface\n
* added option to disable the "donate" option\n
* QuickUnlock icon now hidden on Android 4.2+ devices by default\n
</string>
<string name="ChangeLog_0_9_3_r5">
<b>Version 0.9.3 r5</b>\n