Skip to content

Releases: gabrielemariotti/cardslib

Version 0.6.0

07 Jan 06:28
Compare
Choose a tag to compare
  • LIB: CardThumbnail can load image with your favorite library (doc)
  • DEMO-extras: Added an extra demo with an integration with Picasso library in CardThumbnail
  • DEMO-extras: Added an extra demo with an integration with Ion library in CardThumbnail
  • DEMO-extras: Added an extra demo with an integration with Android-Universal-Image-Loader in CardThumbnail

Version 0.5.0

07 Jan 06:29
Compare
Choose a tag to compare
  • LIB: Now you can export your card as Bitmap (doc)
  • LIB: Now adapters support cards with different Inner Layouts (doc)
  • LIB: Added an Undo Action on swipe in CardArrayAdapter (doc)
  • LIB: Added a method to replace the inner layout in a card: cardView.replaceCard(Card card). - (doc)
  • LIB: Added a id field in the Card model.
  • LIB: Added a type field in the Card model. It can be useful with adapters.
  • LIB: Changed the card background. Now cards have a default corner radius = 2dp. You can customize it easily . (doc)
  • LIB: Added Broadcast to know when the download is finished and image is attached to ImageView through CardViewThumbnail (doc)
  • DEMO: Added the share action in BirthDayCardFragment and StockCardFragment to export a card in a bitmap format.
  • DEMO: Added a list with different inner layouts.
  • DEMO: Added an example with undo action.
  • DEMO: Added an example with "replace inner layout" in Refresh card example.

Version 0.4.0

07 Jan 06:29
Compare
Choose a tag to compare
  • LIB: Added CardGridView with a CardGridArrayAdapter. - (doc)
  • DEMO: Added a simple Grid View
  • DEMO: Added a grid of Cards as Google Play

Version 0.3.0.

07 Jan 06:29
Compare
Choose a tag to compare
  • LIB: Added CardListView with a CardArrayAdapter. - (doc)
  • LIB: Added a method to refresh card: cardView.refreshCard(card). - (doc)
  • DEMO: Added a card refresh example
  • DEMO: Added a simple list example
  • DEMO: Added a list with expandable and collapsible cards
  • DEMO: Added a list of Cards as Google Play

Version 0.2.0.

07 Jan 06:29
Compare
Choose a tag to compare
  • Card Library is now pushed to Maven Central as a AAR

Version 0.1.1.

07 Jan 06:30
Compare
Choose a tag to compare
  • LIB: Rename folder in demo and library
  • DEMO: Removed addToBackStack in Demo

Version 0.1.0.

07 Jan 06:30
Compare
Choose a tag to compare

Initial release.