mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-22 17:22:17 -05:00
1.0.0 preview 1
This commit is contained in:
parent
017675e16e
commit
959e269b9a
@ -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),
|
||||
|
@ -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" />
|
||||
|
@ -553,10 +553,12 @@
|
||||
|
||||
<string name="CopyingFile">Copying file...</string>
|
||||
|
||||
<string name="ChangeLog_title">Change log</string>
|
||||
|
||||
<string name="DuplicateTitle">Copy</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="Continue">Continue</string>
|
||||
@ -567,6 +569,16 @@
|
||||
* Fix for SSL vulnerability in Microsoft Live SDK (used when accessing files via OneDrive)\n
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user