diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e968ab..1cfa7ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change Log =============================================================================== -Version 2.0.0 *(2014-XX-XX)* +Version 2.0.0 *(2014-11-07)* ---------------------------- * LIB: Added the new **CardViewNative**! based on Google CardView [(Learn how to migrate your cards)](/doc/MIGRATE) * LIB: New aar modules. [(doc)[(BUILD.md#including-in-your-project-with-gradle) diff --git a/README.md b/README.md index 6d88663a..c40c79a1 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Travis master: [![Build Status](https://travis-ci.org/gabrielemariotti/cardslib. Travis dev: [![Build Status](https://travis-ci.org/gabrielemariotti/cardslib.svg?branch=dev)](https://travis-ci.org/gabrielemariotti/cardslib) -**Card Library** provides an easy way to display a UI Card in your Android app. +**Card Library** provides an easy way to display a UI Card using the **Official Google CardView** in your Android app. -You can display **single cards**, **list** of cards, **grid** , **staggered grid** and **spannable grid** of Cards and many other views, using the **Official Google CardView**. +Before using this library I recommend that you check out the new Google Material Guidelines.Don't over cardify your UI. ![Screen](/demo/images/screen.png) @@ -25,12 +25,6 @@ You can display **single cards**, **list** of cards, **grid** , **staggered grid [![Get it on Google Play](http://www.android.com/images/brand/get_it_on_play_logo_small.png)](https://play.google.com/store/apps/details?id=it.gmariotti.cardslib.demo.extras) - -* Browse the [source code of the sample application](/demo) for a complete example of use. - -* [Card Gallery:](/doc/EXAMPLE.md) How to realize simple and nice cards. - - [See this page for more info about demo and samples](/demo/README.md) ## Support Join the [**Google+ Community**](https://plus.google.com/u/0/communities/111800040690738372803): diff --git a/demo/stock/src/main/res/drawable-nodpi/navdrawer_cover.png b/demo/stock/src/main/res/drawable-nodpi/navdrawer_cover.png index d1e4077e..89e40fd1 100644 Binary files a/demo/stock/src/main/res/drawable-nodpi/navdrawer_cover.png and b/demo/stock/src/main/res/drawable-nodpi/navdrawer_cover.png differ diff --git a/demo/stock/src/main/res/layout-sw600dp/demo_fragment_gplay_card.xml b/demo/stock/src/main/res/layout-sw600dp/demo_fragment_gplay_card.xml index 2b5148d7..cd7e418c 100644 --- a/demo/stock/src/main/res/layout-sw600dp/demo_fragment_gplay_card.xml +++ b/demo/stock/src/main/res/layout-sw600dp/demo_fragment_gplay_card.xml @@ -23,10 +23,9 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - + OK Library & Demo
- Author: Gabriele Mariotti
+ Author: Gabriele Mariotti

Get: Source and doc
Get on Google Play: Cardslib Demo Extras
diff --git a/extra/extra-dragdrop/build.gradle b/extra/extra-dragdrop/build.gradle index 099f3a53..2097d29a 100644 --- a/extra/extra-dragdrop/build.gradle +++ b/extra/extra-dragdrop/build.gradle @@ -32,4 +32,4 @@ dependencies { } // Used to update in Maven -//apply from: '../maven_push.gradle' \ No newline at end of file +//apply from: '../../maven_push.gradle' \ No newline at end of file diff --git a/extra/extra-staggeredgrid/build.gradle b/extra/extra-staggeredgrid/build.gradle index d0201306..6f4f660a 100644 --- a/extra/extra-staggeredgrid/build.gradle +++ b/extra/extra-staggeredgrid/build.gradle @@ -31,4 +31,4 @@ dependencies { } // Used to update in Maven -//apply from: '../maven_push.gradle' \ No newline at end of file +//apply from: '../../maven_push.gradle' \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 302f0828..b8c322f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=2.0.0-RC1-SNAPSHOT -VERSION_CODE=36 +VERSION_NAME=2.0.1-SNAPSHOT +VERSION_CODE=201 GROUP=com.github.gabrielemariotti.cards POM_DESCRIPTION=Android Library to build a UI Card