-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After update, the entries are empty #3
Comments
The workaround is to select items from KeePass again. Also, I realized that a new entry has ho be created when adding a code. The fields will be populated automatically. |
I dug into this and found the reason to be linked with the library Gson used to convert the data into a storable format, when creating the app it modifies slightly the "serialization model" breaking the old saved data. I will move to manually serialized model with next update to fix this problem. The broken entries can just be deleted (swipe) and reloaded from the database |
Great that you found it, thanks! I've refreshed the codes I had in KeePass. The ones that were not saved in the database were lost so I added back the ones I need and created the entries in the KeePass database for them. Now it should be fine. Perhaps syncing the entries on startup (or even manually) would be a good option to have? Searching for the fidelity tag would provide a list, which can then be compared to the entries in the app. The user can be reminded to create the missing entries in KeePass, and the app list can be refreshed from KeePass for any entries added elsewhere. I could create a separate issue for this, if it would be useful. |
Hi!
After the update, this is the state in the app:
The individual entries just show "Title". There are no bar or QR codes.
Cheers
The text was updated successfully, but these errors were encountered: