mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
7950933d1f00e60b3b5b7d3966018bc7a302d3e6
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.
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.
androidandroid-applicationfingerprintkeepasskeepass-dxkeepassdxmaterialmaterial-designpassword-managervault
GPL-3.0
108 MiB
Languages
Kotlin
81.2%
C
12.9%
Java
3.3%
Assembly
2.4%
C++
0.1%