kolabnotes-android
kolabnotes-android copied to clipboard
Note taking app with integrated Kolab sync
Hello. What do you think at the expense in order to create all alert dialogs from DialogFragment? Then when turning they will not disappear.
When a note was changed on the server and on the client, this should be detected as a conflict and means should be provided to the user to resolve this...
It would be really cool if kolabnotes-android can sync via KDE Connect. But I don't know if it is possible to sync PIM data via KDE Connect at the moment....
In the actual implementation, handling of persistent data is done via direct database calls. This should be refactored, so that ContentProvider / ContentResolver are used. Also these Provider/Resolver must be...
Create an AboutDialog/Fragment/Activity maybe use this for easy implementation: https://github.com/gao746700783/AboutLibraries
Create unit tests for each class/method which contains any form of logic.
It would be cool, if a note can be shared with an other device via NFC/Android Beam. That would make it possible to share notes with other persons, without the...