0xpr03 / VocableTrainer-Android

Vocabulary Trainer for Android - not lang specific
Apache License 2.0
29 stars 10 forks source link

Cannot export data with lineageos 18.1 #94

Closed tr264 closed 1 year ago

tr264 commented 1 year ago

When exporting data, the created file is empty.

0xpr03 commented 1 year ago

This is tricky as 18.1 is just android 11, which works fine in my tests. Could you provide a screenshot showing that you a) selected a list to export, and it b) contains data ? (Can be completely made up of demo values.) I'd also like to see the file.

If you want to go a step further, you could try to capture a logcat log file of the export timespan.

tr264 commented 1 year ago

Sorry for the effort. I retried and it worked. This time I selected the dictionaries to export AFTER specifying the target file name and not before. Maybe there is some improvement potential for user guidance in a way that there is a forced way to fill out the different tabs; or replace tabs with some other GUI feature.

0xpr03 commented 1 year ago

selected the dictionaries to export AFTER specifying the target file name

Uh, that shouldn't happen.

0xpr03 commented 1 year ago

Thanks for the feedback!