diff --git a/src/keepass2android/ChangeLog.cs b/src/keepass2android/ChangeLog.cs index 3963f8dd6..4cf0aef13 100644 --- a/src/keepass2android/ChangeLog.cs +++ b/src/keepass2android/ChangeLog.cs @@ -27,6 +27,7 @@ public static void ShowChangeLog(Context ctx, Action onDismiss) AlertDialog.Builder builder = new AlertDialog.Builder(new ContextThemeWrapper(ctx, Android.Resource.Style.ThemeHoloLightDialog)); builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title)); List changeLog = new List{ + BuildChangelogString(ctx, Resource.Array.ChangeLog_1_10, "1.10"), BuildChangelogString(ctx, Resource.Array.ChangeLog_1_09e, "1.09e"), BuildChangelogString(ctx, Resource.Array.ChangeLog_1_09d, "1.09d"), BuildChangelogString(ctx, Resource.Array.ChangeLog_1_09c, "1.09c"), diff --git a/src/keepass2android/Properties/AndroidManifest_net.xml b/src/keepass2android/Properties/AndroidManifest_net.xml index 1c3c93ab4..14785cb04 100644 --- a/src/keepass2android/Properties/AndroidManifest_net.xml +++ b/src/keepass2android/Properties/AndroidManifest_net.xml @@ -1,7 +1,7 @@  diff --git a/src/keepass2android/Resources/values/config.xml b/src/keepass2android/Resources/values/config.xml index a417d0d6d..c9d5eeb84 100644 --- a/src/keepass2android/Resources/values/config.xml +++ b/src/keepass2android/Resources/values/config.xml @@ -39,7 +39,7 @@ /keepass/keepass.kdbx https://github.com/PhilippC/keepass2android - Alex Vallat, Ben Rush, Matthieu, Wiktor Ławski, gilbsgilbs, Chih-Hsuan Yen, DDoSolitary, marcoDallas + Alex Vallat, Ben Rush, Matthieu, Wiktor Ławski, gilbsgilbs, Chih-Hsuan Yen, DDoSolitary, marcoDallas, Rick Brown Niki Hüttner (http://www.close-cut.de), Stefano Pignataro (http://www.spstudio.at) Arno Welzel, Sebastián Ramírez, A. Finkhäuser, Makoto Mizukami https://github.com/PhilippC/keepass2android/issues diff --git a/src/keepass2android/Resources/values/strings.xml b/src/keepass2android/Resources/values/strings.xml index fb85bd25b..2be1270f5 100644 --- a/src/keepass2android/Resources/values/strings.xml +++ b/src/keepass2android/Resources/values/strings.xml @@ -715,6 +715,15 @@ Notification to simplify access to the currently selected entry. Close database after three failed biometric unlock attempts. Warning! Biometric authentication can be invalidated by Android, e.g. after adding a new fingerprint in your device settings. Make sure you always know how to unlock with your master password! + + + Add support for notification permissions on Android 13+ + Improve the FTP and SFTP implementation + Add access to full pCloud + Allow to select System language in the language dialog + Fix issue with remembering Keyfile + Challenge password type + + Bug fix to crashes and unexpected log-outs Switch to new SFTP implementation, supporting modern public key algorithms such as rsa-sha2-256