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

Changelog History
Page 1

  • v2.1.0 Changes

    May 12, 2015
    • โšก๏ธ Updated to support libraries 22.1.1
  • v2.0.1 Changes

    November 12, 2014
    • ๐Ÿ›  LIB-CORE:Fixed NPE in ForegroundLinearLayout
    • ๐Ÿ›  LIB-CORE:Fixed expand area with CardWithList
  • v2.0.0 Changes

    November 08, 2014
    • LIB: Added the new CardViewNative! based on Google CardView (Learn how to migrate your cards)
    • ๐Ÿ— LIB: New aar modules. [(doc)[(BUILD.md#including-in-your-project-with-gradle)
    • LIB-CARDS: New module with built-in cards.
    • LIB-CARDS: Material Cards (doc)
    • LIB-CARDS: Top Colored Cards (doc)
    • ๐Ÿ‘ LIB-RECYCLERVIEW: Ner module with support for the new RecyclerView
    • LIB-RECYCLERVIEW: Added a CardRecyclerView and a CardArrayRecyclerViewAdapter (doc)
    • EXTRA-STAGGERED and EXTRA-DRAGDROP: split from old extra lib.
  • v1.9.1 Changes

    September 18, 2014
    • LIB: Added two built-in Undobars with Material Design (doc)
    • LIB: Now you can customize the animation of the UndoBar and you can enable an action to swipe it off the screen (doc)
    • LIB: Added a new OnUndoHideSwipeListListener to listen for when the Undo controller hides the Undo Bar (doc)
    • ๐Ÿ”€ LIB: Fixed a bug in UndoBar to Keep mInternalObjects in sync for CardArrayAdapter so that undo always works as expected
    • โšก๏ธ DEMO: Updated example with UndoBar (List with swipe and undo)
  • v1.9.0 Changes

    August 29, 2014

    LIB: Added a method to expand and collpase the card in programmatic way (doc)

    LIB: Added a callback at the start of the expansion/collapsing animation (doc)

    LIB: Added the ability to expand and collapse the card with a longClick (doc)

    LIB: Added a method to add dinamically Sections to a SectionedCardAdapter (doc)

    LIB: Added a feature to restrict card swipe direction (doc)

    โšก๏ธ LIB-EXTRA: Updated the drap and drop list. Now you can drag over the card (doc)

    โšก๏ธ LIB-EXTRA: Updated ListViewAnimations dependency to 3.1.0

    ๐Ÿ’ฅ It contains a little BREAKING CHANGE on the mListView.setOnItemMovedListener. listener (doc)

    DEMO: Added an example to expand/collapse action in programmatic way

    ๐Ÿš€ DEMO-EXTRA: Updated all dependencies to last releases

  • v1.8.0 Changes

    July 14, 2014
    • LIB: Added a SectionedCardAdapter which allows to display a CardList with Sections (doc)
    • LIB: Added a parameter to customize the swipe action (doc)
    • ๐Ÿ›  LIB: Fixed the CAB feature with the ForegroundLinearLayout
    • DEMO: Added an example with SectionedCardAdapter
  • v1.7.3 Changes

    June 20, 2014
    • ๐Ÿ”€ LIB: Removed labels app_name to prevent issue with the new Manifest merger
  • v1.7.2 Changes

    June 18, 2014
    • ๐Ÿ”„ Changed the visibility of theinit() method and its call.

    ๐Ÿ’ฅ It contains a BREAKING CHANGE.* (doc)

    • ๐Ÿ›  Fixed the issue with Observer when the CardWithList works in a CardListView
  • v1.7.1 Changes

    June 18, 2014
    • ๐Ÿ”€ LIB: Removed application labels from android-libs manifest to prevent issues with the new Manifest merger
  • v1.7.0 Changes

    June 18, 2014

    LIB: Added a new feature to display a list of items inside a Card (doc)

    LIB: Added a feature to customize dynamically the undoBar message (doc)

    ๐Ÿ’ฅ It contains a BREAKING CHANGE with UndoBar and UndoBarUIElements feature. Read the above link to migrate your code.

    โšก๏ธ LIB-EXTRA: Updated Etsy-Grid dependency to 1.0.5

    DEMO: Added a new example for Card with List

    DEMO-Extra: Added a new example for Card with List integrated with WeatherLib

    DEMO-Extra: Improved staggered grid examples.

    โšก๏ธ DEMO-Extra: updated all libraries.