PhilippC / PhilippC/keepass2android
[FEAT] auto sync db
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.2k
- Forks
- 478
- Avg merge
- 1h 4m
- Merged PRs (30d)
- 2
Description
I open kerpass app on android
I ad new entry on pc
Db file is synced to my phone.
Kerpass app dont discover the new file (content)
So i dont see the new entry (or other changes) in my phone app (until i press sync db manually)
This is not optimal
So i suggest a (option in settings) that loop resync db file every 5 secs or so while app is open and in focus.
Also sync should always happen aut when app become in focus. Or after login.
I think it's easy to fix this. Hope u fix this thank you.
Show me the related code and maybe i can help
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the manual “sync db” flow and the settings, app-focus, and login lifecycle entry points. Confirm how the database file is refreshed, then define completion as configurable periodic syncing while the app is focused plus syncing when focus or login occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, csharp
- Domain
- database, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100