mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Version bump.
This commit is contained in:
@@ -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"
|
||||||
package="com.android.keepass"
|
package="com.android.keepass"
|
||||||
android:versionName="0.9" android:versionCode="20">
|
android:versionName="0.9.1" android:versionCode="21">
|
||||||
<uses-sdk android:minSdkVersion="3"/>
|
<uses-sdk android:minSdkVersion="3"/>
|
||||||
<application android:label="@string/app_name" android:icon="@drawable/keepassdroid_launcher">
|
<application android:label="@string/app_name" android:icon="@drawable/keepassdroid_launcher">
|
||||||
<activity android:name=".KeePass"
|
<activity android:name=".KeePass"
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
KeePassDroid (0.9.1)
|
||||||
|
* Add donate link
|
||||||
|
* Sort case insensitive
|
||||||
|
* Add show password checkbox
|
||||||
|
|
||||||
KeePassDroid (0.9)
|
KeePassDroid (0.9)
|
||||||
* Allow the creation of new databases on the device
|
* Allow the creation of new databases on the device
|
||||||
* Sort entries and groups when adding or renaming.
|
* Sort entries and groups when adding or renaming.
|
||||||
|
|||||||
Reference in New Issue
Block a user