Skip to content

Releases: r0adkll/DeckBox

Release v1.7.9

06 Nov 16:36
dd1104f
Compare
Choose a tag to compare
  • Hotfix for Java 1.8 bug on Android 6.x and lower devices

Release v1.7.8

06 Nov 02:48
Compare
Choose a tag to compare
  • #56 - Fixed Glide issue causing recycled bitmap bug
  • #55 - Fixed issue where searching was forced into disk even with connectivity
  • Fixed issue with validation icon flashing
  • Fixed UI bug in expansion browser header

Release v1.7.7

03 Nov 20:32
Compare
Choose a tag to compare
  • Hotfix for previous release where multi-id API lookup was hitting the default page size limit.

Release v1.7.6

03 Nov 16:48
38f07fa
Compare
Choose a tag to compare
  • #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

27 Sep 12:26
Compare
Choose a tag to compare

• Removed missing card action from empty search results
• Added privacy policy
• Fixed several Lint issues

Release v1.7.4

14 Sep 15:19
Compare
Choose a tag to compare
  • 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

12 Sep 15:17
Compare
Choose a tag to compare
  • Hotfix for Shortcuts crash
  • Fix for mulligan graph rendering in the Deck testing interface

Release v1.7.2

12 Sep 03:01
71fbcd7
Compare
Choose a tag to compare
  • #35 - Expansion preview is now based on RemoteConfig
  • #33 - App Shortcuts (7.1+)
  • #31 - Improved expansion invalidation based on RemoteConfig
  • Added Adaptive App Icon
  • Fixed preview layout on phones
  • Adjusted the header coloring and pattern on some expansion set browsers
  • Bug fixes

Release v1.7.1

01 Sep 21:28
8d340f3
Compare
Choose a tag to compare

#25 - Optimized the tournament pdf generator to account for larger numbers of unique pokemon cards

Release v1.7.0

31 Aug 15:38
Compare
Choose a tag to compare
  • #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