azizkayumov / flashcard-maker-android

Flashcard Maker is an android app that allows you to create and import e-flashcards for convenient, paperless studying.
https://play.google.com/store/apps/details?id=com.piapps.flashcardpro
GNU General Public License v2.0
63 stars 22 forks source link

CSV Export function is not working on some Android SDK 30+ devices. #43

Open azizkayumov opened 2 years ago

greyboxgt commented 2 years ago

Is there any alternative format? The CSV format doesn't seem to be a good option (see #9). And hopefully some cloud base option is possible for export, import, backup and sharing (#5)

azizkayumov commented 2 years ago

Yes, .xlsx seems to be an alternative to CSV #9. This issue is more about Android permissions issue: the app was not able to save CSV files on some android devices.