Prepare for release of Version 0.8.2

This commit is contained in:
PhilippC 2013-05-12 22:43:06 +02:00
parent 7a065a9fdc
commit 13d7062519
4 changed files with 21 additions and 13 deletions

View File

@ -91,6 +91,7 @@ namespace keepass2android
AlertDialog.Builder builder = new AlertDialog.Builder(this);
builder.SetTitle(GetString(Resource.String.ChangeLog_title));
String[] changeLog = {
GetString(Resource.String.ChangeLog_0_8_2),
GetString(Resource.String.ChangeLog_0_8_1),
GetString(Resource.String.ChangeLog_0_8),
GetString(Resource.String.ChangeLog_0_7),

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="11"
android:versionName="0.8.1"
android:versionCode="12"
android:versionName="0.8.2"
package="keepass2android.keepass2android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14" />

View File

@ -1179,20 +1179,23 @@ namespace keepass2android
// aapt resource value: 0x7f0700ed
public const int BinaryDirectory_title = 2131165421;
// aapt resource value: 0x7f07011a
public const int ChangeLog = 2131165466;
// aapt resource value: 0x7f070119
public const int ChangeLog = 2131165465;
// aapt resource value: 0x7f070118
public const int ChangeLog_0_7 = 2131165464;
// aapt resource value: 0x7f070116
public const int ChangeLog_0_8 = 2131165462;
// aapt resource value: 0x7f070115
public const int ChangeLog_0_8_1 = 2131165461;
public const int ChangeLog_0_7 = 2131165465;
// aapt resource value: 0x7f070117
public const int ChangeLog_keptDonate = 2131165463;
public const int ChangeLog_0_8 = 2131165463;
// aapt resource value: 0x7f070116
public const int ChangeLog_0_8_1 = 2131165462;
// aapt resource value: 0x7f070115
public const int ChangeLog_0_8_2 = 2131165461;
// aapt resource value: 0x7f070118
public const int ChangeLog_keptDonate = 2131165464;
// aapt resource value: 0x7f070114
public const int ChangeLog_title = 2131165460;

View File

@ -234,6 +234,10 @@
<string name="rate_app">Rate this app</string>
<string name="translate_app">Translate KP2A</string>
<string name="ChangeLog_title">Change log</string>
<string name="ChangeLog_0_8_2"><b>Version 0.8.2</b>\n
* Support for Digest Authentication in WebDAV
* Bugfixes (OI File manager, Open URL)
</string>
<string name="ChangeLog_0_8_1"><b>Version 0.8.1</b>\n
* KP2A Offline and "Online" can be installed both again\n
* Added new translations (thanks to all contributors!)