notriddle / budget-envelopes

An Android app for managing money.
GNU General Public License v3.0
57 stars 33 forks source link

export to xml #38

Open djyotta opened 8 years ago

djyotta commented 8 years ago

Because of changes to db, importing exports from old versions will quickly become hard to maintain. Using xml may help with this as any unrecognised tags can simply be ignored. Something like the simple-framework would do the trick.

Also, adding write to external storage permissions would be helpful allowing uses to potentially sync their data.