v3.5.1
New Features
- n/a
Crash Fixes
- #375 Caught a null intent in FamiliarActivity.
- #378 Check to make sure cache files aren't null if they're being deleted.
- #379 Catch SQLiteException everywhere FamiliarDbException is caught, mostly for Cursor usage outside CardDbAdapter.
- #380 Close all Cursors in finally{} blocks like how databases are closed now.
- #381 Default to the production package name if it can't be retrieved for setSearchableInfo().
- #382 Catch another exception when saving to a decklist from outside the DecklistFragment.
- #383 Return null from CardSearchProvider's query() instead of throwing exceptions.
Bug Fixes
- #376 Fixed how Pauper legality is checked, now includes a list of valid sets
- e036458 Fixed issue where incorrect drawer entry could be highlighted
Nice things
- n/a