diff --git a/CHANGELOG b/CHANGELOG
index 5a87d8eb3..ac57e541e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+KeepassDX (2.5.0.0beta1)
+ * Fork KeepassDroid
+ * Add Material Design
+ * Add Light and Night theme
+ * Min API is 14
+ * Solve bug for fingerprint
+ * Update French translation
+ * Change donation (see KeepassDroid to contribute on both projects)
+
KeePassDroid (2.2.0.2)
* Fix non fingerprint password layout
diff --git a/ReadMe.md b/ReadMe.md
index 55832e4f7..a593f5c92 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -3,6 +3,7 @@
Keepass DX is a material design Keepass Client for manage keys and passwords in crypt database for your android device.
### Features
+
- Create database file / entries and groups
- Open database, copy username / password, open URI / URL
- Fingerprint for fast unlocking
@@ -13,11 +14,13 @@
## What is KeePass?
+
Today you need to remember many passwords. You need a password for the Windows network logon, your e-mail account, your website's FTP password, online passwords (like website member account), etc. etc. etc. The list is endless. Also, you should use different passwords for each account. Because if you use only one password everywhere and someone gets this password you have a problem... A serious problem. The thief would have access to your e-mail account, website, etc. Unimaginable.
KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish). For more information, see the features page.
## Is it really free?
+
Yes, KeePass is really free, and more than that: it is open source (OSI certified). You can have a look at its full source and check whether the encryption algorithms are implemented correctly.
## Donation
@@ -28,13 +31,11 @@ Even if the application is free, to maintain the application, you can make donat
[](https://liberapay.com/Kunzisoft/donate "Kunzisoft Liberapay Donation")
-## Installation
-
-
### JNI
+
Native library build instructions:
1. Make sure you have the latest MIPS Android NDK installed:
https://developer.android.com/tools/sdk/ndk/index.html
diff --git a/app/build.gradle b/app/build.gradle
index 6bfcfc20f..95003bf55 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 25
versionCode = 1
- versionName = "2.5.0.0"
+ versionName = "2.5.0.0beta1"
testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "android.test.InstrumentationTestRunner"
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 8bd9c28da..e1d6fe101 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -20,8 +20,9 @@
android:fullBackupContent="@xml/backup"
android:backupAgent="com.keepassdroid.backup.SettingsBackupAgent"
android:theme="@style/KeepassDXStyle.Light">
+
+ android:value="" />