prepare 1.03-pre1 release
This commit is contained in:
@@ -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_03),
|
||||
ctx.GetString(Resource.String.ChangeLog_1_02),
|
||||
#if !NoNet
|
||||
ctx.GetString(Resource.String.ChangeLog_1_01g),
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:versionCode="98"
|
||||
android:versionName="1.02"
|
||||
android:versionCode="99"
|
||||
android:versionName="1.03-pre1"
|
||||
package="keepass2android.keepass2android"
|
||||
android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />
|
||||
|
||||
@@ -687,6 +687,14 @@
|
||||
<string name="ActivateAutoFillService_btnAutoFill">Use AutoFill service</string>
|
||||
<string name="ActivateAutoFillService_toast">Please enable the Keepass2Android service.</string>
|
||||
<string name="ShowKeyboardDuringFingerprintAuth">Show soft keyboard for password input when fingerprint scan is active.</string>
|
||||
<string name="ChangeLog_1_03">
|
||||
Version 1.03\n
|
||||
* Added third party apps as storage option again\n
|
||||
* Integrated image viewer for viewing attached images without transferring them to other apps\n
|
||||
* Upgraded OkHttp to fix issues with some connections\n
|
||||
* Support for KeeTrayTOTP entries, now supporting Steam entries\n
|
||||
</string>
|
||||
|
||||
<string name="ChangeLog_1_02">
|
||||
Version 1.02\n
|
||||
* Several security improvements. Thanks a lot for the security report by jean-baptiste.cayrou@thalesgroup.com and vincent.fargues@thalesgroup.com and for their collaboration!\n
|
||||
|
||||
Reference in New Issue
Block a user