Quantcast
Channel: keepass2android Issue Tracker Rss Feed

Created Unassigned: detect logins in brave browser [755]

$
0
0
when using brave browser instead of chrome, keepass2android keeps detecting the login for com.brave.whatever instead of the website i'm on, brave browser is based on chrome and should be able to autofill in the same way it works on chrome. this should definitely be fixable, other password managers like enpass and lastpass do manage to detect the website correctly instead of detecting the appname.

Created Unassigned: No-Cached, Inline Image Viewer [756]

$
0
0
I created a "virtual wallet" in my KeePass database that includes photos of my YMCA gym membership card (and other cards).

These photos are stored as attachments to individual entries in my KeePass database file.

The Android app "Keepass2Android" can access attached files!
...unfortunately: the android app downloads the file attachment [caches the file] then opens in the independant photo viewer app

This is not secure! I would like Keepass2Android to incorporate some kind of "Inline Image Viewer" that can view attached pictures **directly** without cache files or 3rd party image apps.

For reference... look at KeeWeb... https://keeweb.info/
(see attached Screenshot)

Created Unassigned: Syncing issue [757]

$
0
0
I've only been using KeePass and Keepass2Android for a couple of weeks. No problems with the database on different PCs but Keepass2Android seems to have stopped syncing a few days ago but kept claiming it was synced.

I have the .kdbx file on Google Drive.

Any new entries I made on PC did not show up at the phone, and vice versa (but PC changes synced fine to other PCs).

When opening the database on Android I always used the 'recently used' to open it after the very first load. Closing the database and loading it by opening it from Google Drive again fixed the syncing problem, but made me lose the entries created in Keepass2Android. Seems like it has only been using a local cache for days even though it said "synced" many times e.g. when I manually pressed the "Synchronize database" option.

(Phone: Huawei Mate 9 Pro)

Commented Unassigned: HTTP WebDav issue unsupported auth scheme [664]

$
0
0
Using plain http WebDav on my lan to my windows server. Worked fine until I got the 1.0.1 release, now reporting unsupported auth scheme when syncing.
Have closed and tried to reopen database but now won't open at all with this error.
Switched to beta program,installed 1.0.1-d as mentioned about https WebDav in other bug but still an issue.
Comments: Same problem, waiting for an update...

Created Unassigned: Long password truncated when showing [758]

$
0
0
If I have a long password (around 17 characters?), when I click the "show password" icon, what I see is truncated -- and it isn't totally obvious that it is. This resulted in me getting locked out of an account today because I thought I was typing the correct password several times, but there were a few more characters that were clipped and I didn't know it.

I also have my phone set to use large fonts, so that may impact the number of characters that can be seen.

Created Unassigned: copy comment to clipboard [759]

$
0
0
it's more a wish than an issue: currently the comment field can only be copied as a whole to the clipboard.
It would be helpful if only parts of the field could be selected.

Created Unassigned: Usability improvement: stay on last opened entry [760]

$
0
0
When I leave Keepass2Android app and then I come back, I'd like to land on the last opened entry instaed of the main list. Couldn't you add such an option?

Quite often I need the same username/password more than once, so I could save many clicks if I don't have to navigate again and again to the same entry.

Anyway, thanks for this great app - it beats the PC version by far!

Edited Unassigned: Usability improvement: stay on last opened entry [760]

$
0
0
When I leave Keepass2Android app and then I come back, I'd like to land on the last opened entry instead of the main list. Couldn't you add such an option?

Quite often I need the same username/password more than once, so I could save many clicks if I don't have to navigate again and again to the same entry.

Furthermore, it would be convenient if the last used search term would remain after leaving and returning to the app.

Anyway, thanks for this great app - it beats the PC version by far!

Created Unassigned: Problem while rotating [761]

$
0
0
Your Android application to keep password is good looking. Ui is very interesting. I see a problem in inserting addition string. When phone rotates while editing all information are merged to one.I added two additional strings. Tried to enter different value in both fields . When phone rotates last field value is duplicated in first field also.please fix this bug

MOHAMED

Created Unassigned: Crash with YubiKey + USB C Adapter [762]

$
0
0
Hello,

I would like to support a bug to you. I have the problem that when I try to unlock my database, which is protected by HOTP, with the help of an USB C to USB A Adapter (something like [this](https://goo.gl/f1jbjj) and my YubiKey 4 the app crashes when submitting the three onetime passwords.

They get pasted in the fields correctly but as soon as you submit, the app crashes. This is annoying because if you haven't written down the OTPs somewhere your YubiKey gets out of sync and is useless till you reset it your DB & YubiKey.

If you need logs or anything let me now.

Greetings
Hope

Edited Unassigned: Crash with YubiKey + USB C Adapter [762]

$
0
0
Hello,

I would like to report a bug to you. I have the problem that when I try to unlock my database, which is protected by HOTP, with the help of an USB C to USB A Adapter (something like [this](https://goo.gl/f1jbjj) and my YubiKey 4 the app crashes when submitting the three onetime passwords.

They get pasted in the fields correctly but as soon as you submit, the app crashes. This is annoying because if you haven't written down the OTPs somewhere your YubiKey gets out of sync and is useless till you reset it your DB & YubiKey.

If you need logs or anything let me now.

Greetings
Hope

Created Unassigned: List of Issues* [763]

$
0
0
1. QuickUnlock notification removes itself without my consent. I have battery optimization turned off for the app itself.

2. AutoFill is really broken: some apps the notification doesn't pop up at all, and for others it disappears immediately when I swipe down the notification tray; in that case, I have to be faster than a second to click it before it disappears on its own.

3. Instructions for KeyboardSwap Plugin are confusing and I don't get how to set it up.

4. I can't change the default number of characters to set a password to. Currently, the options listed are 6, 8 12, and 16, with no option to edit or remove them.



*I was told by developer via e-mail to redirect my issues here.

Commented Unassigned: Upgrade JSch library for better ssh algorithm support [742]

$
0
0
The currently used version of JSch uses the following key exchange algorithms for ssh as found at http://keepass2android.codeplex.com/SourceControl/latest#src/java/JavaFileStorage/app/src/main/java/com/jcraft/jsch/JSch.java on line 43.

* diffie-hellman-group1-sha1
* diffie-hellman-group14-sha1
* diffie-hellman-group-exchange-sha1

sha1 is now considered weak and there are better options available. The latest version of JSch [http://www.jcraft.com/jsch/](http://www.jcraft.com/jsch/) supports

* diffie-hellman-group-exchange-sha1
* diffie-hellman-group1-sha1
* diffie-hellman-group14-sha1
* diffie-hellman-group-exchange-sha256
* ecdh-sha2-nistp256
* ecdh-sha2-nistp384
* ecdh-sha2-nistp521
Comments: Hello, Would be you he possible indeed to update Keepass2Android on the current Algorithm 2017 Exchange of key * curve25519-sha256@libssh.org Coding * chacha20-poly1305@openssh.com HMAC * hmac-sha2-512-etm@openssh.com Keys * ssh-ed25519 Thank you very much

Created Unassigned: Problem with opening db in OneDrive [764]

$
0
0
Using my password manager with a database in my OneDrive on an Android7 based Samsung Galaxy S8+ crashes because there seem to be a problem to reach the cloud.
It used to work properly before. Is there a general problem with opening ressources on an OneDrive?
Uninstalling and reinstalling did NOT fix the Problem unfortunately.
Thx in forward, Daniel

Commented Unassigned: Keepassxc compatible Yubikey challenge-response [741]

$
0
0
Keepassxc compatible Yubikey challenge-response for unlocking databases.
Comments: That's exactly why I'd like to see YubiKey HMAC challenge/response support. I've already moved from KeePass to KeePassXC due to the smaller, faster code base and improved multiplatform support. However, I can't use my database on Android until this project (or someone else's KeePass implementation) picks up support for YubiKey HMAC mode. For what it's worth, this is both a blocker for me in terms of adopting KeePass2Android and in terms of donating to the author. I see that acknowledgments for feature requests are quite slow, and I haven't noted a response to the other users asking when—or if—KeePass2Android will be migrated to GitLab / GitHub or some other project hosting site that is __not__ switching to read-only in a few weeks and shutting down entirely a few weeks after that. I'm very concerned that this project looks very much like it will shut down entirely within weeks.

Created Unassigned: Can't open db on Dropbox [765]

$
0
0
Hi
I host my db on Dropbox (only because I use a Linux laptop, and there's no free easy google drive solution at the moment...)
I had to reinstall Keepass2Android on my phone.
Trying to access my db, I always get the following message after the dropbox authorization screen (see attached capture)
"Unable to load the web page .... for the following reason : net::err_unknown_url_scheme"


I've read that dropbox changed its api or something like that ; would it be the reason of this ?

Trying to get the db on Drive is OK.

Keepass2Android version : 1.01-g
Android Version : LineageOS 14.1 - Latest weekly - Android 7.1
Phone : Samsung S5 Klte

Sincerly yours

Commented Unassigned: Can't open db on Dropbox [765]

$
0
0
Hi
I host my db on Dropbox (only because I use a Linux laptop, and there's no free easy google drive solution at the moment...)
I had to reinstall Keepass2Android on my phone.
Trying to access my db, I always get the following message after the dropbox authorization screen (see attached capture)
"Unable to load the web page .... for the following reason : net::err_unknown_url_scheme"


I've read that dropbox changed its api or something like that ; would it be the reason of this ?

Trying to get the db on Drive is OK.

Keepass2Android version : 1.01-g
Android Version : LineageOS 14.1 - Latest weekly - Android 7.1
Phone : Samsung S5 Klte

Sincerly yours

Comments: maybe it helps to install the Dropbox app?

Commented Unassigned: Can't open db on Dropbox [765]

$
0
0
Hi
I host my db on Dropbox (only because I use a Linux laptop, and there's no free easy google drive solution at the moment...)
I had to reinstall Keepass2Android on my phone.
Trying to access my db, I always get the following message after the dropbox authorization screen (see attached capture)
"Unable to load the web page .... for the following reason : net::err_unknown_url_scheme"


I've read that dropbox changed its api or something like that ; would it be the reason of this ?

Trying to get the db on Drive is OK.

Keepass2Android version : 1.01-g
Android Version : LineageOS 14.1 - Latest weekly - Android 7.1
Phone : Samsung S5 Klte

Sincerly yours

Comments: Hi, > maybe it helps to install the Dropbox app? As I read this, I thought "how could this help, the app should manage the Dropbox sign in on its own, with its own API" followed by "well, let's try anyway" And it works !!! Thanks ;) Maybe add this issue on the Market description or with a pop-up in the app when trying to connect with Dropbox, as far as it is not solved, or in the FAQ.... I mark the issue Solved ;)

Edited Unassigned: [Solved] - Can't open db on Dropbox [765]

$
0
0
Hi
I host my db on Dropbox (only because I use a Linux laptop, and there's no free easy google drive solution at the moment...)
I had to reinstall Keepass2Android on my phone.
Trying to access my db, I always get the following message after the dropbox authorization screen (see attached capture)
"Unable to load the web page .... for the following reason : net::err_unknown_url_scheme"


I've read that dropbox changed its api or something like that ; would it be the reason of this ?

Trying to get the db on Drive is OK.

Keepass2Android version : 1.01-g
Android Version : LineageOS 14.1 - Latest weekly - Android 7.1
Phone : Samsung S5 Klte

Sincerly yours

Created Unassigned: keepass2android - one drive [766]

$
0
0
I have my database on one drive.
When I have wifi, i can open it - no problem.
When the wifi is turned off , sometimes it will access the cached version.

However when I move location and i can see wifi is available but i have not connected ( to free wifi ) , if i try to open the onedrive database, it seems to hang.

I would have thought it could see there is no internet connection and then went back to the cached version .. but it seems to hang



Latest Images