maks / keepasspasswordmanager

2 stars 0 forks source link

Error opening database on Android N (API 24) #3

Open maks opened 7 years ago

maks commented 7 years ago

Trying to open a kdx2 file gives "Invalid Credentials" toast displayed in UI and actual exception is:

java.io.IOException: com.keepassdroid.stream.HashedBlockInputStream.read() returned value out of range -1..255: -117
06-09 12:20:47.163 2573-2573/com.lukaszgajos.keepassmob W/System.err:     at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:267)
...
maks commented 7 years ago

This has already been seen and fixed in the Keepassdroid app

maks commented 7 years ago

This is the fix here but because this is beign pulledin via a jar in this app, will need to rebuild the jar.