ravin353 / android-daisy-epub-reader

Automatically exported from code.google.com/p/android-daisy-epub-reader
0 stars 0 forks source link

Allow the user to specify the root folder, or directory, for their books. #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the application assumes all the books are in the /sdcard/ folder. 
Users may wish to store their books elsewhere e.g. in a sub-folder; and may 
allow the software to be used on devices that don't have an /sdcard/ etc.

Other benefits include:
   * reducing the time required to search for valid books (a feature we're incorporating at the moment (the code is at r142 currently).
   * the ability to improve the automated testing of the application e.g. by storing testbooks in one location and 'real' books in another.

Original issue reported on code.google.com by julianharty on 28 Jun 2010 at 1:00

GoogleCodeExporter commented 8 years ago
Fixed in the changes r148, r149 and r150.

http://code.google.com/p/android-daisy-epub-reader/source/detail?r=148
http://code.google.com/p/android-daisy-epub-reader/source/detail?r=149
http://code.google.com/p/android-daisy-epub-reader/source/detail?r=150

Original comment by julianharty on 5 Jul 2010 at 11:01