Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@gabrielemariotti gabrielemariotti released this 07 Jan 22:54
· 410 commits to master since this release
  • LIB: Added a CustomSource interface to load the CardThumbnails from your custom source preserving the built-in feature as AsyncTask and LRUCache. (doc)
  • LIB: Added a method to modify your bitmap before it is attached to the image View. In this way you can build rounded or circular images for example(doc)
  • LIB: Changed the overflow icon in Header with 3 rounded dots. If you would like to use the old icon read this.
  • LIB: Added state_activated in default card_selector
  • DEMO: Added an example with CustomSource (in Thumbnail screen)
  • DEMO: Added examples with circular and rounded images (in Misc and Google Birthday screen)
  • DEMO: Added an example with a Card with contextual action mode in Card page (doc)
  • DEMO: Added an example with Header with buttons on the left (in Header screen)