Skip to content

Commit f5fa9b9

Browse files
committed
changelog and manifest for 1.16-pre0
1 parent b56cadf commit f5fa9b9

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

src/keepass2android-app/ChangeLog.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ public static void ShowChangeLog(Context ctx, Action onDismiss)
4646
MaterialAlertDialogBuilder builder = new MaterialAlertDialogBuilder(ctx);
4747
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
4848
List<string> changeLog = new List<string>{
49-
BuildChangelogString(ctx, new List<int>{Resource.Array.ChangeLog_1_15,
49+
BuildChangelogString(ctx, new List<int>{
50+
Resource.Array.ChangeLog_1_16
51+
},"1.16-pre"),
52+
BuildChangelogString(ctx, new List<int>{
53+
54+
Resource.Array.ChangeLog_1_15,
5055
#if !NoNet
5156
Resource.Array.ChangeLog_1_15_net
5257
#endif

src/keepass2android-app/Manifests/AndroidManifest_net.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
along with Keepass2Android. If not, see <http://www.gnu.org/licenses/>.
1717
-->
1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
19-
android:versionCode="247"
20-
android:versionName="1.15-r1"
19+
android:versionCode="248"
20+
android:versionName="1.16-pre0"
2121
package="keepass2android.keepass2android"
2222
xmlns:tools="http://schemas.android.com/tools"
2323
android:installLocation="auto">

src/keepass2android-app/Manifests/AndroidManifest_nonet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
along with Keepass2Android. If not, see <http://www.gnu.org/licenses/>.
1717
-->
1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
19-
android:versionCode="247"
20-
android:versionName="1.15-r1"
19+
android:versionCode="248"
20+
android:versionName="1.16-pre0"
2121
package="keepass2android.keepass2android_nonet"
2222
xmlns:tools="http://schemas.android.com/tools"
2323
android:installLocation="auto">

src/keepass2android-app/Resources/values/strings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,12 @@
769769
<string name="webdav_chunked_upload_size_summary">Size of chunks when uploading to WebDav servers in bytes.</string>
770770
<string name="cleartextTrafficPermitted_title">Allow clear-text network traffic in WebDav</string>
771771
<string name="cleartextTrafficPermitted_summary">HTTP connections are not secure. Only enable this if you have other security measures in place.</string>
772+
773+
<string-array name="ChangeLog_1_16">
774+
<item>This is a preview for Passkey support in Keepass2Android.</item>
775+
<item>Please note that this is still experimental. Don\'t rely on the functionality to work.</item>
776+
</string-array>
777+
772778
<string-array name="ChangeLog_1_15_net">
773779
<item>Improvements to URL handling for WebDav with non-ASCII characters</item>
774780
<item>Improvements to OneDrive Authentication</item>

0 commit comments

Comments
 (0)