Releases: gabrielemariotti/cardslib
Releases · gabrielemariotti/cardslib
Version 1.4.2
Fix 1.4.1
Version 1.4.1
- LIB: new expand/collapse methods are now available also for
CardCursorAdapter
(doc)
Version 1.4.0
- 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.
Version 1.3.0
- 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
Version 1.2.0
- 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)
Version 1.1.0.
- 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)
Version 1.0.0
- 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)
Version 0.9.0
- 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
Version 0.8.0
- 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)
Version 0.7.0.
- DEMO-extras: Added an example with ActionBar-PullToRefresh by Chris Banes (doc)
- LIB: Added a new method to change dynamically the card background. (doc)
- LIB: Added errorResourceId in CardThumbnail (doc)
- LIB: Improved Broadcast when the download is finished/cancelled in CardViewThumbnail (doc)
- LIB: Improved caching in CardThumbnail
- DEMO: Added an example with colored cards (source)
- DEMO: Fixed issues on Google Stock Card (NPE) and NavigationDrawer (Resources$NotFoundException)