All Versions
28
Latest Version
Avg Release Cycle
25 days
Latest Release
3265 days ago

Changelog History
Page 2

  • v1.6.0 Changes

    May 06, 2014
    • LIB: Added a CardCursorMultiChoiceAdapter (doc)
    • ๐Ÿ‘ LIB-EXTRA: Added a CardListDragDropView, a cardList with drag and drop support: (doc)
    • LIB-EXTRA: Added a new method to add external adapter different from CardGridStaggeredArrayAdapter (doc)
    • โž• Added Travis CI support
    • DEMO: Added an example with CardCursorMultiChoiceAdapter
    • DEMO-Extra: Added an example with CardListDragDropView
    • DEMO-Extra: Added an example with CardGridStaggered + ListViewAnimation
  • v1.5.0 Changes

    March 21, 2014
    • LIB-EXTRA: Added a CardGridStaggeredView (doc)
    • LIB: Added the chance to use a ForegroundLinearLayout in your Card (doc)
    • LIB: Added a feature to use a own OnScrollListener with CardListView and Swipe Action (doc)
    • 0๏ธโƒฃ LIB: Added the method ViewToClickToExpand.setupCardElement() to enable the expand/collapse action on the default card elements (doc)
    • 0๏ธโƒฃ LIB: Introduced a flag to disable the default broadcast after a bitmap is attached to an imageView in CardThumbnail (doc)
    • DEMO-Extra: Added examples with StaggeredGridView
    • DEMO-Extra: Added an example with a List with expand-inside.(source)
  • v1.4.2 Changes

    March 07, 2014
    • LIB: new expand/collapse methods are now available also for CardCursorAdapter (doc)

    It contains a BREAKING CHANGE with CardCursorApdater and Expand feature. Read the above link to migrate your code.

  • v1.4.0 Changes

    March 02, 2014
    • ๐Ÿ›  LIB: expand/collapse methods are completely new.(Fixed issues with smooth scroll, proper height measure, parent lose when expanded view isn't entirely visible...)
    • LIB: Added a feature to add the PopupMenu in CardHeader entirely from code (doc)
    • DEMO: Added an example with PopupMenu in CardHeader built programmatically (in Header screen)
    • โšก๏ธ DEMO-Extras: updated all libraries.
  • v1.3.0 Changes

    January 25, 2014
    • LIB: Added a CardGridArrayMultiChoiceAdapter (doc)
    • LIB: Added a CardArrayMultiChoiceAdapter (doc)
    • LIB: Added a CardHeader.OnPrepareCardHeaderPopupMenuListener to customize the popupMenu dynamically.(doc)
    • DEMO: Added an example with CardGridArrayMultiChoiceAdapter
    • DEMO: Added an example with CardArrayMultiChoiceAdapter
    • DEMO: Added an example with the popupMenu changed dynamically (in Header screen)
    • ๐Ÿ”Œ Migrated library and demo to gradle 1.10 and gradle-plugin 0.8.0
  • v1.2.0 Changes

    January 07, 2014
    • LIB: Added a feature to enable the expand/collapse action anywhere not only on button header (doc)
    • LIB: Added a feature to provide a custom undoBar (doc)
    • DEMO: Added a new section CardExpand with new feature to enable the expand/collapse action anywhere
    • ๐Ÿ›  LIB: Fixed some issues with swipe action: swipe with ExpandCard, swipe with cards with different height, un-highlight items on swipe, swipe and onClickListener events
    • ๐Ÿ›  LIB: Fixed overflow rounded icon in xxhdpi resources
    • 0๏ธโƒฃ LIB: Fixed margin to default title on Header
    • LIB: Added a right margin on header buttons
    • ๐Ÿ”Œ Migrated library and demo to gradle 1.9 and gradle-plugin 0.7.0
  • v1.1.0 Changes

    December 16, 2013
    • 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.
    • 0๏ธโƒฃ 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)
  • v1.0.0 Changes

    December 03, 2013
    • DEMO-extras: Added an example with StickyListHeaders by Emil Sjรถlander (doc)
    • LIB: Added a CardGridCursorAdapter (doc)
    • LIB: Added a new method to change dynamically the card background with a Drawable object. (doc)
    • ๐Ÿ‘€ LIB: Fixed an issue on CardHeader.OnClickCardHeaderPopupMenuListener. (You can see this page to fix your code)
    • ๐Ÿšš LIB: Minor fixes (removed clickable warning, removed scaleType in base thumbnail layout)
    • DEMO: Added an example to change dynamically the card background
    • DEMO: Added an example with CardGridCursorAdapter (source)
  • v0.9.0 Changes

    November 19, 2013
    • LIB: Added a CardCursorAdapter (doc)
    • LIB: Fixed an issue collapsing cards when you don't have enough items to fill the screen.
    • DEMO: Added an example with CardCursorAdapter (source)
    • DEMO-extras: Added an example with Crouton by Benjamin Weiss (doc)
    • DEMO-extras: Updated ActionBar-PullToRefresh example to new API (0.9.1)
    • DEMO-extras: minor fixes
  • v0.8.0 Changes

    November 11, 2013
    • DEMO-extras: Added an example with ListViewAnimations by Niek Haarman (doc)
    • DEMO-extras: Added an example with grid and ListViewAnimations
    • LIB: Added a new method to add external adapter different from CardArrayAdapter. (doc)
    • LIB: Fixed margin on shadow according to rounded corners
    • DEMO: Fixed resources for XXHDPI screen
    • Migrated library and demo to sdk 19 (updated gradle files)