charlieCollins / and-bookworm

Automatically exported from code.google.com/p/and-bookworm
7 stars 2 forks source link

Stuff for 1.0.17 #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Lack of better place to put my notes, here's what I would like to get into a 
quick 1.0.17 before we then get all the tags stuff in (that might be 1.1.0). 

1. Multiple data source supported, but don't default to multi
2. Cleanup UI and make detail screen longer, forget about the landscape view 
(at least for now, that will simplify a lot) -- show more info, like the 
description we don't show now
3. ISBN only import/export
4. Auto backup the database at intervals with AlarmManager/Service, or in 
onTerminate, something. 
5. Remove the database backup option and require import/export to use CSV (So 
we don't run into issues later if users try to restore a database that's an old 
version, we can't deal with that well -- we can deal with an upgrade, but not 
just an old DB dumped on top of running app, we'd have to add our own version 
fields and checking and such for handling it, easier just to not allow it and 
make users use upgrade/import/export.)

Original issue reported on code.google.com by charlie....@gmail.com on 29 Aug 2010 at 7:08

GoogleCodeExporter commented 9 years ago
The CSV import now allows files that are EITHER the BookWorm format (13 
fields), or single field each line for an ISBN. 

Also removed the import/export DB stuff. All exports should now be handled via 
CSV (so we don't run into DB compat issues later). 

Original comment by charlie....@gmail.com on 17 Oct 2010 at 11:29

GoogleCodeExporter commented 9 years ago
BackupManager stuff now committed too. Still have some work to do to make it 
backward compatible with older APIs, but it's there for api 8.  

Original comment by charlie....@gmail.com on 17 Oct 2010 at 11:54

GoogleCodeExporter commented 9 years ago
Try to get Simon's changes to the OpenLibrary provider in this release too (so 
it will also include ability to choose provider, or use combo provider). 

Original comment by charlie....@gmail.com on 17 Oct 2010 at 11:56

GoogleCodeExporter commented 9 years ago
Didn't do item 2 on here, yet, but all else in 1.0.17. 

Original comment by charlie....@gmail.com on 19 Oct 2010 at 7:55