release 0.9.9c

This commit is contained in:
Philipp Crocoll 2015-12-23 20:31:00 +01:00
parent 2bfedea38b
commit 75c85cb4f2
3 changed files with 11 additions and 2 deletions

View File

@ -26,6 +26,7 @@ namespace keepass2android
AlertDialog.Builder builder = new AlertDialog.Builder(new ContextThemeWrapper(ctx, Android.Resource.Style.ThemeHoloLightDialog));
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
List<string> changeLog = new List<string>{
ctx.GetString(Resource.String.ChangeLog_0_9_9c),
ctx.GetString(Resource.String.ChangeLog_0_9_9),
ctx.GetString(Resource.String.ChangeLog_0_9_8c),
ctx.GetString(Resource.String.ChangeLog_0_9_8b),

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="63"
android:versionName="0.9.9b"
android:versionCode="64"
android:versionName="0.9.9c"
package="keepass2android.keepass2android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />

View File

@ -568,6 +568,14 @@
</string>
<string name="ChangeLog_0_9_9c">
Version 0.9.9c\n
* Dark theme is back\n
* You can install other icon packs (ancient Windows-style icons are available on Play store)\n
* Added confirmation question when deleting elements without recycle bin\n
* Bug fixes (wrong display of OTP secret encoding, wrong app icon in some places)\n
</string>
<string name="ChangeLog_0_9_8b">
Version 0.9.8b\n