mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-22 09:12:17 -05:00
Changelog for 0.9.8 preview 1
This commit is contained in:
parent
ede97fc726
commit
3f7318c402
@ -26,6 +26,7 @@ namespace keepass2android
|
|||||||
AlertDialog.Builder builder = new AlertDialog.Builder(new ContextThemeWrapper(ctx, Android.Resource.Style.ThemeHoloLightDialog));
|
AlertDialog.Builder builder = new AlertDialog.Builder(new ContextThemeWrapper(ctx, Android.Resource.Style.ThemeHoloLightDialog));
|
||||||
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
|
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
|
||||||
List<string> changeLog = new List<string>{
|
List<string> changeLog = new List<string>{
|
||||||
|
ctx.GetString(Resource.String.ChangeLog_0_9_8),
|
||||||
#if !NoNet
|
#if !NoNet
|
||||||
//0.9.7b fixes were already included in 0.9.7 offline
|
//0.9.7b fixes were already included in 0.9.7 offline
|
||||||
ctx.GetString(Resource.String.ChangeLog_0_9_7b),
|
ctx.GetString(Resource.String.ChangeLog_0_9_7b),
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:versionCode="55"
|
android:versionCode="56"
|
||||||
android:versionName="0.9.7b"
|
android:versionName="0.9.8 preview 1"
|
||||||
package="keepass2android.keepass2android"
|
package="keepass2android.keepass2android"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
|
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
|
||||||
|
@ -533,6 +533,16 @@
|
|||||||
<string name="Continue">Continue</string>
|
<string name="Continue">Continue</string>
|
||||||
<string name="NoFilenameWarning">The URI you have entered does not look like a filename. Are you sure this is a valid file?</string>
|
<string name="NoFilenameWarning">The URI you have entered does not look like a filename. Are you sure this is a valid file?</string>
|
||||||
|
|
||||||
|
<string name="ChangeLog_0_9_8">
|
||||||
|
Version 0.9.8\n
|
||||||
|
* Support for Storage Access Framework (allows write to SD card and Google Drive in KP2A Offline)\n
|
||||||
|
* Try to detect erroneous user input when entering WebDAV URLs (directory instead of file)\n
|
||||||
|
* Changed password font\n
|
||||||
|
* Allow to change Dropbox account\n
|
||||||
|
* Fixed bug: Now remembering OTP password\n
|
||||||
|
* more to come\n
|
||||||
|
</string>
|
||||||
|
|
||||||
<string name="ChangeLog_0_9_7b">
|
<string name="ChangeLog_0_9_7b">
|
||||||
Version 0.9.7b\n
|
Version 0.9.7b\n
|
||||||
* updated translations\n
|
* updated translations\n
|
||||||
|
Loading…
Reference in New Issue
Block a user