Skip to content

v3.4.4

Compare
Choose a tag to compare
@AEFeinstein AEFeinstein released this 04 Nov 02:12
· 1011 commits to master since this release

Same features as 3.4.3, but a number of bugfixes

  • Added unique User Agent to web requests. Scryfall requested this.
  • Fetch "normal" size images from Scryfall instead of "large" (default) images.
  • Properly scale image dialogs
  • Fixed crash for invalid input for Wishlist, Decklist, and Trade card entry
  • Fix issue where the wrong drawer entry is tinted when selecting a new page
  • Fix issue where the drawer automatically bounces more than once
  • Fix crash because the drawer tries to bounce after the activity is gone
  • Clean up layouts (MoJhoSto padding, removed unnecessary FrameLayouts)
  • Inflate using non-null ViewGroups when able
  • Be more careful about when dialogs can be shown
  • Only use ViewGroup.LayoutParams to avoid casting exceptions (potential crash)
  • Removed dead code
  • Updated copyrights
  • Cleaned up javadoc comments