Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Oct 13, 2013
2 parents e0aa541 + 1d06cd8 commit 5e260f5
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
Binary file modified ListViewAnimationsExample.apk
Binary file not shown.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ A mention to haarman.niek [at] gmail.com about your app using this library is ve
Known applications using ListViewAnimations
-----
* Ultimate Tic-Tac-Toe ([Play Store][12])
* Light Flow Lite - LED Control ([Play Store][18])
* TreinVerkeer ([Play Store][6])
* Running Coach ([Play Store][9])
* Pearl Jam Lyrics ([Play Store][19])
* Calorie Chart ([Play Store][20])
* Car Hire ([Play Store][10])
* Super BART ([Play Store][11])
* DK FlashCards ([Play Store][15])
Expand Down Expand Up @@ -79,7 +82,7 @@ License
[1]: https://play.google.com/store/apps/details?id=com.haarman.listviewanimations
[2]: http://nineoldandroids.com/
[3]: http://en.wikipedia.org/wiki/Decorator_pattern
[4]: https://github.com/nhaarman/ListViewAnimations/blob/master/com.haarman.listviewanimations-2.4.0.jar?raw=true
[4]: https://github.com/nhaarman/ListViewAnimations/blob/master/com.haarman.listviewanimations-2.5.0.jar?raw=true
[5]: https://gist.github.com/romannurik/2980593
[6]: https://play.google.com/store/apps/details?id=com.haarman.treinverkeer
[7]: https://www.twitter.com/niekfct
Expand All @@ -91,4 +94,8 @@ License
[13]: https://github.com/nhaarman/ListViewAnimations/wiki
[14]: http://emilsjolander.github.io/StickyListHeaders/
[15]: https://play.google.com/store/apps/details?id=com.ducky.flashcards
[16]: http://youtu.be/_BZIvjMgH-Q
[16]: http://youtu.be/_BZIvjMgH-Q
[17]: https://github.com/JakeWharton/NineOldAndroids/downloads
[18]: https://play.google.com/store/apps/details?id=com.rageconsulting.android.lightflowlite
[19]: https://play.google.com/store/apps/details?id=com.juannale.pearljamlyricsapp
[20]: https://play.google.com/store/apps/details?id=com.cafetaso.foodinfo
Binary file removed com.haarman.listviewanimations-2.4.0.jar
Binary file not shown.
Binary file added com.haarman.listviewanimations-2.5.0.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions example/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.haarman.listviewanimations"
android:versionCode="201310131"
android:versionName="2.4.0" >
android:versionCode="201310132"
android:versionName="2.5.0" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public void onItemManipulationClicked(View view) {
@Override
public void onServiceDisconnected(ComponentName name) {
mService = null;
supportInvalidateOptionsMenu();
}

@Override
Expand Down
4 changes: 2 additions & 2 deletions library/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.haarman.listviewanimations"
android:versionCode="201309122"
android:versionName="2.4.0" >
android:versionCode="201310132"
android:versionName="2.5.0" >

<uses-sdk
android:minSdkVersion="8"
Expand Down

0 comments on commit 5e260f5

Please sign in to comment.