anwilli5 / coin-collection-android-US

Repo for the Coin Collection Android app
GNU General Public License v3.0
10 stars 5 forks source link

Adding import/export support for single-file CSV #64

Closed sw23 closed 2 years ago

sw23 commented 2 years ago

Adding import/export support for single-file CSV. Now that the app import/exports from the downloads directory, it's better to have all contents in a single file instead of multiple files. JSON is already a single file but some users reported that they like CSV better to be able to edit in Excel or similar programs.