Skip to content

Commit

Permalink
Updated doc to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Jan 7, 2014
1 parent 62c7968 commit 96bbc2f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Change Log
===============================================================================

Version 1.2.0 *(201X-XX-XX)*
Version 1.2.0 *(2014-01-07)*
----------------------------
* LIB: Added a feature to enable the expand/collapse action anywhere not only on button header [(doc)](https://github.com/gabrielemariotti/cardslib/blob/master/doc/EXPAND.md#expand-the-card-by-clicking-on-different-view)
* LIB: Added a feature to provide a custom undoBar [(doc)](https://github.com/gabrielemariotti/cardslib/blob/master/doc/CARDLIST.md#swipe-and-undo-with-a-custom-undobar)
* 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
* 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


Version 1.1.0 *(2013-12-16)*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The Guide provides a extensive doc, with all tips and full examples. Don't miss
Card Library is pushed to Maven Central as an AAR, so you just need to add the following dependency to your `build.gradle`.

dependencies {
compile 'com.github.gabrielemariotti.cards:library:1.1.0'
compile 'com.github.gabrielemariotti.cards:library:1.2.0'
}


Expand Down
2 changes: 1 addition & 1 deletion doc/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this page you can find info about:
Card Library is pushed to Maven Central as a AAR, so you just need to add the following dependency to your `build.gradle`.

dependencies {
compile 'com.github.gabrielemariotti.cards:library:1.1.0'
compile 'com.github.gabrielemariotti.cards:library:1.2.0'
}

## Building locally in Android Studio with Gradle
Expand Down
2 changes: 1 addition & 1 deletion doc/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In this page you can find info about:
Card Library is pushed to Maven Central as an AAR, so you just need to add the following dependency to your `build.gradle`.

dependencies {
compile 'com.github.gabrielemariotti.cards:library:1.1.0'
compile 'com.github.gabrielemariotti.cards:library:1.2.0'
}

[To build the library and demo locally you can see this page for more info](https://github.com/gabrielemariotti/cardslib/tree/master/doc/BUILD.md).
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.1.2-SNAPSHOT
VERSION_CODE=25
VERSION_NAME=1.2.1-SNAPSHOT
VERSION_CODE=26
GROUP=com.github.gabrielemariotti.cards

POM_DESCRIPTION=Android Library to build a UI Card
Expand Down

0 comments on commit 96bbc2f

Please sign in to comment.