chokkarg / worktime

Automatically exported from code.google.com/p/worktime
0 stars 0 forks source link

Export removes all previous exports on SD on a 2.2 device #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying out the new export features to Excel and noticed something: every 
time I do an export under a different name, the previous files are gone... So 
meaning I can only have one export file at the same time. That's not the 
purpose, you should be able to keep as many files as you want!

This can be reproduced on a 2.2 emulator with SD-card.
I also tested on a 4.0.3 and there I don't have the problem.

Probably has something to do with "externalDirFile.mkdirs();" in the 
FileUtil.java on line 113.
This check has been added since 1.1.4 because I noticed that if the export 
directory did not exists, it was not created and the export seemed to be ok but 
the file was not on the SD-card.

Original issue reported on code.google.com by dirkvran...@gmail.com on 23 Apr 2012 at 2:48

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 23 Apr 2012 at 2:49

GoogleCodeExporter commented 8 years ago
Probably caused by issue 110.

Original comment by dirkvran...@gmail.com on 23 Apr 2012 at 2:51

GoogleCodeExporter commented 8 years ago
After some testing it just is a wrong impression on the emulator.
All files that are already in the directory are kept!

Original comment by dirkvran...@gmail.com on 24 Apr 2012 at 6:17

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:51

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:56