Skip to content

Commit

Permalink
Released 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed May 6, 2014
1 parent 69c2b05 commit 0573f71
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
===============================================================================

Version 1.6.0 *(2014-XX-XX)*
Version 1.6.0 *(2014-05-06)*
----------------------------
* LIB: Added a `CardCursorMultiChoiceAdapter` [(doc)](/doc/CARDLIST.md#using-a-cardlist-in-multichoicemode-and-cursoradapter)
* LIB-EXTRA: Added a `CardListDragDropView`, a cardList with drag and drop support: [(doc)](/doc/DRAGDROPLIST.md)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Acknowledgements
* Thanks to [Roman Nurik][1] for [Android-SwipeToDismiss][2] classes and [UndoBarController][3] classes.
* Thanks to [Niek Haarman][4] for some ideas and code taken from his [ListViewAnimations][5].
* Thanks to [Chris Banes][6] for [ForegroundLinearLayout][7] class (See this [post][8] for more info).
* Thanks to [Taylor Ling][9] for drag and drop icon.


Credits
Expand Down Expand Up @@ -118,4 +119,5 @@ Google and the Google Maps logo are registered trademarks of Google Inc., used w
[5]: https://github.com/nhaarman/ListViewAnimations
[6]: https://plus.google.com/+ChrisBanes
[7]: https://gist.github.com/chrisbanes/9091754
[8]: https://plus.google.com/+AndroidDevelopers/posts/aHPVDtr6mcp
[8]: https://plus.google.com/+AndroidDevelopers/posts/aHPVDtr6mcp
[9]: https://plus.google.com/+TaylorLing
2 changes: 2 additions & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Extras demo uses these open source libraries:
* [AndroidStaggeredGrid][16] by [Etsy][17]

* Thanks to [JakeWharton][18] for some ideas and code taken from his [u2020][19].
* Thanks to [Taylor Ling][20] for drag and drop icon.

Credits
-------
Expand Down Expand Up @@ -103,4 +104,5 @@ License
[17]: https://github.com/etsy
[18]: http://jakewharton.com/
[19]: https://github.com/JakeWharton/u2020
[20]: https://plus.google.com/+TaylorLing

Binary file added demo/images/dragdrop.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion doc/DRAGDROPLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ In this page you can find info about:
This feature is base on [ListViewAnimation](https://github.com/nhaarman/ListViewAnimations) provided by [Niek Haarman](https://plus.google.com/+NiekHaarman).
Check the [`build.gradle`](/library-extra/build.gradle) to know the last version used.

The library-extra provides a `@drawable/card_drag` icon kindly offered by [Taylor Ling](https://plus.google.com/+TaylorLing).

![Screen](/demo/images/demo/dragdrop.png)


Expand All @@ -36,7 +38,7 @@ You have to customize the layout used for each item in ListView using the attr:

I suggest you using a ImageView with a "standard" drag and drop icon.

The library-extra provide a `@drawable/card_drag` icon kindly offered by [Taylor Ling](https://plus.google.com/+TaylorLing).
The library-extra provides a `@drawable/card_drag` icon kindly offered by [Taylor Ling](https://plus.google.com/+TaylorLing).

Example:
``` xml
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.5.1-SNAPSHOT
VERSION_CODE=30
VERSION_NAME=1.6.1-SNAPSHOT
VERSION_CODE=31
GROUP=com.github.gabrielemariotti.cards

POM_DESCRIPTION=Android Library to build a UI Card
Expand Down

0 comments on commit 0573f71

Please sign in to comment.