gnebbia / kb

A minimalist command line knowledge base manager
GNU General Public License v3.0
3.17k stars 104 forks source link

Android app #91

Open choucavalier opened 3 years ago

choucavalier commented 3 years ago

This is just an idea.

I'm self hosting most of my stuff. It would be great to be able to use kb from an Android phone.

We could sync the sqlite database using something like Syncthing, but I wonder if that could generate some problems if the database is modified by two devices at the same time...

xscode-auto-reply[bot] commented 3 years ago

Thanks for opening a new issue. The team has been notified and will review it as soon as possible. For urgent issues and priority support, visit https://xscode.com/gnebbia/kb

gnebbia commented 3 years ago

The whole idea of using kb from multiple devices it's very interesting, but it should rely on git from my perspective and the git support at the moment is very minimal/bad and I would say in "alpha version".

For what concerns the Android application, unluckily I have no experience with mobile development.

Anyway if you are experienced and would like to contribute in this context of course you are more than welcome!

choucavalier commented 3 years ago

I agree that it should rely on git! So the git support should be developed first :-) I have absolutely no knowledge of Android development, yet!