Releases: r0adkll/DeckBox
Releases · r0adkll/DeckBox
Release v1.7.9
- Hotfix for Java 1.8 bug on Android 6.x and lower devices
Release v1.7.8
Release v1.7.7
- Hotfix for previous release where multi-id API lookup was hitting the default page size limit.
Release v1.7.6
- #40 - Added 'Evolves to' related cards row in card detail view
- #32 - Improved the visualization of deck formats. Added reprint validation.
- #7 - Improved the import decklist screen with more helpful information and automatic clipboard detection
- #6 - Added offline caching support and UI
- Fixed issue where secret rares would not appear in the expansion browser
- Improved offline and card caching support
- Added notch support
- Improved deck > card relation format for better accuracy and a more compact format
- Migrated all database to Room
- Added support for local offline, i.e. Decks are stored in the database
- Improved the expansion preview card format/schema
- Added some support for Lost Thunder
Release v1.7.5
• Removed missing card action from empty search results
• Added privacy policy
• Fixed several Lint issues
Release v1.7.4
- Added a custom RxErrorHandler using
RxJavaPlugins.setErrorHandler
method to help track/eliminate these errors that are dying outside the scope of my code - Fixed second Shortcuts bug that I missed causing a lot of crashes for 7.0+ devices
- Attempt to fix the GridLayoutManager span size lookup bug
Release v1.7.3
- Hotfix for Shortcuts crash
- Fix for mulligan graph rendering in the Deck testing interface
Release v1.7.2
Release v1.7.1
#25 - Optimized the tournament pdf generator to account for larger numbers of unique pokemon cards
Release v1.7.0
- #8 - Added 'Overview' feature to tablet deck builder interface that allows you to view all the cards in your deck.
- #21 - Added ability to search cards from the browse tab
- Added ability to filter expansions by 'GX' and 'Prism Star'
- Optimized expansion browser for tablets
- Optimized landscape phone deck builder interface
- Bug Fixes