basshelal / Waqti

Android app for a Kanban board time management system similar to Trello
MIT License
35 stars 7 forks source link

Allow for import and export of Database #9

Open basshelal opened 5 years ago

basshelal commented 5 years ago

Allow to export and import Database file like what Nova Launcher does to safely back up and transfer data

basshelal commented 5 years ago

As an optimization of size we could set any defaulted properties to "null" to save on file space if it's going to be in some kind of text format like JSON or something like that. Importer needs to know this of course