Shane Pope 7950933d1f Fixing issue where Search opens new task instead of using same task.
If you open KeePassDroid from a file in another app, the KeePassDroid activity opens in that Task. However, if you search the ACTION_SEARCH intent opens a new task putting the app in a weird state that has various bugs. The easy way to fix this is setting PasswordActivity to LaunchMode="singleTask" in AndroidManifest. The other option is to remove the FLAG_ACTIVITY_NEW_TASK intent flagbit on search allowing the search activity to stay in the current task. I've included the second option in this changeset.
2017-12-11 18:10:58 -06:00
2013-03-11 20:32:41 -05:00
2017-10-06 19:39:31 +02:00
2017-11-21 20:38:30 -06:00
2017-11-30 14:37:07 -06:00
2017-11-24 19:18:06 -06:00
2009-01-24 17:10:23 -06:00
Description
Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way.
GPL-3.0 108 MiB
Languages
Kotlin 81.2%
C 12.9%
Java 3.3%
Assembly 2.4%
C++ 0.1%