Skip to content

Commit 0fca416

Browse files
committed
changelog and manifest for 1.15-r0
1 parent b959b44 commit 0fca416

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

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="244"
20-
android:versionName="1.15-pre3"
19+
android:versionCode="245"
20+
android:versionName="1.15-r0"
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="244"
20-
android:versionName="1.15-pre3"
19+
android:versionCode="245"
20+
android:versionName="1.15-r0"
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,8 @@
770770
<string name="cleartextTrafficPermitted_summary">HTTP connections are not secure. Only enable this if you have other security measures in place.</string>
771771
<string-array name="ChangeLog_1_15_net">
772772
<item>Improvements to URL handling for WebDav with non-ASCII characters</item>
773+
<item>Improvements to OneDrive Authentication</item>
774+
<item>Minor bug fixes</item>
773775
</string-array>
774776
<string-array name="ChangeLog_1_15">
775777
<item>Added background synchronization: Keepass2Android now uses the internal cache copy of the database for loading and saving to make these operations faster. After this, synchronization with the remote database is started. </item>

0 commit comments

Comments
 (0)