Skip to content

Commit

Permalink
Prepared 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Dec 3, 2013
1 parent 4c6536a commit e477813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Change Log
===============================================================================

Version 1.0.0 *(2013-12-02)*
Version 1.0.0 *(2013-12-03)*
----------------------------
* DEMO-extras: Added an example with [StickyListHeaders by Emil Sjölander](https://github.com/emilsjolander/StickyListHeaders) [(doc)](https://github.com/gabrielemariotti/cardslib/tree/master/doc/OTHERLIBRARIES.md#using-card-with-stickylistheaders)
* LIB: Added a CardGridCursorAdapter [(doc)](https://github.com/gabrielemariotti/cardslib/tree/master/doc/CARDGRID.md#using-a-cursor-adapter)
* LIB: Added a new method to change dynamically the card background with a Drawable object. [(doc)](https://github.com/gabrielemariotti/cardslib/tree/master/doc/CARD.md#change-dynamically-card-background-with-a-drawable-object)
* LIB: Fixed an issue on CardHeader.OnClickCardHeaderPopupMenuListener. [(You can see this page to fix your code)](https://github.com/gabrielemariotti/cardslib/issues/35)
* 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)](https://github.com/gabrielemariotti/cardslib/tree/master/demo/stock/src/main/java/it/gmariotti/cardslib/demo/fragment/GridCursorCardFragment.java)



Version 0.9.0 *(2013-11-19)*
----------------------------
* LIB: Added a CardCursorAdapter [(doc)](https://github.com/gabrielemariotti/cardslib/tree/master/doc/CARDLIST.md#using-a-cursor-adapter)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1-SNAPSHOT
VERSION_CODE=23
GROUP=com.github.gabrielemariotti.cards

Expand Down

0 comments on commit e477813

Please sign in to comment.