updated version number and change log

This commit is contained in:
Philipp Crocoll 2013-08-14 08:12:09 +02:00
parent 273dd2ff65
commit 4cbc4542c2
4 changed files with 37 additions and 23 deletions

View File

@ -88,6 +88,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_5),
GetString(Resource.String.ChangeLog_0_8_4),
GetString(Resource.String.ChangeLog_0_8_3),
GetString(Resource.String.ChangeLog_0_8_2),

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="19"
android:versionName="0.8.4c"
android:versionCode="20"
android:versionName="0.8.5"
package="keepass2android.keepass2android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14" />

View File

@ -1317,29 +1317,32 @@ namespace keepass2android
// aapt resource value: 0x7f0800fd
public const int BinaryDirectory_title = 2131230973;
// aapt resource value: 0x7f080159
public const int ChangeLog = 2131231065;
// aapt resource value: 0x7f080158
public const int ChangeLog = 2131231064;
// aapt resource value: 0x7f080157
public const int ChangeLog_0_7 = 2131231063;
// aapt resource value: 0x7f080155
public const int ChangeLog_0_8 = 2131231061;
// aapt resource value: 0x7f080154
public const int ChangeLog_0_8_1 = 2131231060;
// aapt resource value: 0x7f080153
public const int ChangeLog_0_8_2 = 2131231059;
// aapt resource value: 0x7f080152
public const int ChangeLog_0_8_3 = 2131231058;
// aapt resource value: 0x7f080151
public const int ChangeLog_0_8_4 = 2131231057;
public const int ChangeLog_0_7 = 2131231064;
// aapt resource value: 0x7f080156
public const int ChangeLog_keptDonate = 2131231062;
public const int ChangeLog_0_8 = 2131231062;
// aapt resource value: 0x7f080155
public const int ChangeLog_0_8_1 = 2131231061;
// aapt resource value: 0x7f080154
public const int ChangeLog_0_8_2 = 2131231060;
// aapt resource value: 0x7f080153
public const int ChangeLog_0_8_3 = 2131231059;
// aapt resource value: 0x7f080152
public const int ChangeLog_0_8_4 = 2131231058;
// aapt resource value: 0x7f080151
public const int ChangeLog_0_8_5 = 2131231057;
// aapt resource value: 0x7f080157
public const int ChangeLog_keptDonate = 2131231063;
// aapt resource value: 0x7f080150
public const int ChangeLog_title = 2131231056;

View File

@ -295,7 +295,17 @@
<string name="synchronize_database_menu">Synchronize database…</string>
<string name="ChangeLog_title">Change log</string>
<string name="ChangeLog_0_8_4">
<string name="ChangeLog_0_8_5">
<b>Version 0.8.5 preview</b>\n
* Remote files are stored in the local application cache to allow offline usage (including editing and later synchronization). See settings. \n
* Notification icon to visualize the lock-state of the database (see settings)\n
* Improved determination of lock-state in some situations\n
* Database files are loaded to memory while you are typing your password for increased loading speed (see settings)\n
* Entries can be added to root group\n
* Bug fixes (resolving reference fields, problems with keyboard on Italian an Chinese devices)\n
Please Note: this is a preview intended for testing! Please report any problems on keepass2android.codeplex.com.
</string>
<string name="ChangeLog_0_8_4">
<b>Version 0.8.4</b>\n
* External database changes are detected and merged when saving\n
* Improved loading performance\n