Skip to content

Commit

Permalink
Prepared release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Jan 25, 2014
1 parent 57534e8 commit 1f7fc9b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Change Log
===============================================================================

Version 1.3.0 *(2014-XX-XX)*
Version 1.3.0 *(2014-01-25)*
----------------------------
* LIB: Added a `CardGridArrayMultiChoiceAdapter` [(doc)](https://github.com/gabrielemariotti/cardslib/tree/master/doc/CARDGRID.md#using-a-cardgrid-in-multichoicemode)
* LIB: Added a `CardArrayMultiChoiceAdapter` [(doc)](https://github.com/gabrielemariotti/cardslib/tree/master/doc/CARDLIST.md#using-a-cardlist-in-multichoicemode)
* LIB: Added a `CardHeader.OnPrepareCardHeaderPopupMenuListener` to customize the popupMenu dynamically.[(doc)](https://github.com/gabrielemariotti/cardslib/tree/master/doc/HEADER.md#standard-header-with-the-overflow-botton-and-popup-menu)
* 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 *(2014-01-07)*
Expand All @@ -35,6 +36,7 @@ Version 1.1.0 *(2013-12-16)*
* DEMO: Added an example with Header with buttons on the left (in Header screen)



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)
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.2.0'
compile 'com.github.gabrielemariotti.cards:library:1.3.0'
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ private void openFragment(BaseFragment baseFragment) {
"ListViewAnimations",
"GridViewAnimations",
"Crouton",
"StickyListHeaders",
"StaggeredGrid"
"StickyListHeaders"
//"StaggeredGrid"

};

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.2.0'
compile 'com.github.gabrielemariotti.cards:library:1.3.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.2.0'
compile 'com.github.gabrielemariotti.cards:library:1.3.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.2.1-SNAPSHOT
VERSION_CODE=26
VERSION_NAME=1.3.1-SNAPSHOT
VERSION_CODE=27
GROUP=com.github.gabrielemariotti.cards

POM_DESCRIPTION=Android Library to build a UI Card
Expand Down

0 comments on commit 1f7fc9b

Please sign in to comment.