changelog for 1.05-pre1
This commit is contained in:
@@ -26,7 +26,8 @@ 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_1_04),
|
ctx.GetString(Resource.String.ChangeLog_1_05),
|
||||||
|
ctx.GetString(Resource.String.ChangeLog_1_04),
|
||||||
ctx.GetString(Resource.String.ChangeLog_1_03),
|
ctx.GetString(Resource.String.ChangeLog_1_03),
|
||||||
ctx.GetString(Resource.String.ChangeLog_1_02),
|
ctx.GetString(Resource.String.ChangeLog_1_02),
|
||||||
#if !NoNet
|
#if !NoNet
|
||||||
|
|||||||
@@ -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="109"
|
android:versionCode="111"
|
||||||
android:versionName="1.04"
|
android:versionName="1.05-pre1"
|
||||||
package="keepass2android.keepass2android"
|
package="keepass2android.keepass2android"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26" />
|
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26" />
|
||||||
|
|||||||
@@ -712,6 +712,16 @@
|
|||||||
|
|
||||||
|
|
||||||
<string name="ShowKeyboardDuringFingerprintAuth">Show soft keyboard for password input when fingerprint scan is active.</string>
|
<string name="ShowKeyboardDuringFingerprintAuth">Show soft keyboard for password input when fingerprint scan is active.</string>
|
||||||
|
<string name="ChangeLog_1_05">
|
||||||
|
Version 1.05-pre1\n
|
||||||
|
* Use notification channels for Android 8, allowing configuration through system settings\n
|
||||||
|
* Show entry icon in notication\n
|
||||||
|
* Use Adaptive Icons for Android 8, use round launcher icon for Android 7\n
|
||||||
|
* Allow to activate search upon unlock (see settings)\n
|
||||||
|
* Change the way files are written through Storage Access Framework, fixes issues with updating files on Google Drive opened through System file picker\n
|
||||||
|
* add some info texts to avoid some common misunderstandings\n
|
||||||
|
* bug fixes\n
|
||||||
|
</string>
|
||||||
<string name="ChangeLog_1_04">
|
<string name="ChangeLog_1_04">
|
||||||
Version 1.04\n
|
Version 1.04\n
|
||||||
* Added Autofill service for Android 8.0 and later.\n
|
* Added Autofill service for Android 8.0 and later.\n
|
||||||
|
|||||||
Reference in New Issue
Block a user