1.0.0 preview 1

This commit is contained in:
Philipp Crocoll 2015-12-28 07:23:43 +01:00
parent 017675e16e
commit 959e269b9a
3 changed files with 17 additions and 4 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_1_0_0),
ctx.GetString(Resource.String.ChangeLog_0_9_9c),
ctx.GetString(Resource.String.ChangeLog_0_9_9),
ctx.GetString(Resource.String.ChangeLog_0_9_8c),

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="66"
android:versionName="0.9.9e"
android:versionCode="67"
android:versionName="1.0.0 preview 1"
package="keepass2android.keepass2android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />

View File

@ -553,9 +553,11 @@
<string name="CopyingFile">Copying file...</string>
<string name="DuplicateTitle">Copy</string>
<string name="ChangeLog_title">Change log</string>
<string name="DuplicateTitle">Copy</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>
@ -568,6 +570,16 @@
* Bug fix: Previous release contained two input methods (one crashing)\n
</string>
<string name="ChangeLog_1_0_0">
Version 1.0.0 - preview 1\n
* Added "work offline" mode\n
* Allow to copy entries\n
* Auto-complete mode for field names\n
* Allow to remove items from recent files list\n
* more to come...\n
</string>
<string name="ChangeLog_0_9_9">
Version 0.9.9\n
* Complete UI redesign. Thanks a lot to Stefano Pignataro (http://www.spstudio.at) for his support!\n