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

Commit d28fc41

Browse files
Merge branch 'dev'
2 parents 54693cb + d062713 commit d28fc41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+222
-154
lines changed

ListViewAnimationsExample.apk

41.4 KB
Binary file not shown.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Known applications using ListViewAnimations
1616
* Car Hire ([Play Store][10])
1717
* Super BART ([Play Store][11])
1818
* DK FlashCards ([Play Store][15])
19+
* Voorlees Verhaaltjes 2.0 ([Play Store][21])
1920

2021
If you want your app to be listed as well please contact me via [Google Plus][8], or send me an email at haarman.niek [at] gmail.com, starting the title with `[LVA]`.
2122

@@ -60,7 +61,6 @@ Special Thanks
6061
* Roman Nurik - The ListViewAnimations library uses a modified version of his [SwipeDismissListViewTouchListener][5] to support swipe-to-dismiss.
6162
* DevBytes - Drag-and-Drop reordering is done by a modified version of their [DynamicListView][16].
6263
* Jake Warthon - To support devices pre-HC (<3.0), a jar file of [NineOldAndroids][2] is included.
63-
* Emil Sjölander - If you're already using the [StickyListHeaders][14] library, the ListViewAnimations library makes sure your header views are animated as well. Therefore, a copy of the StickyListHeaders jar file is included.
6464

6565
License
6666
-----
@@ -82,7 +82,7 @@ License
8282
[1]: https://play.google.com/store/apps/details?id=com.haarman.listviewanimations
8383
[2]: http://nineoldandroids.com/
8484
[3]: http://en.wikipedia.org/wiki/Decorator_pattern
85-
[4]: https://github.com/nhaarman/ListViewAnimations/blob/master/com.haarman.listviewanimations-2.5.1.jar?raw=true
85+
[4]: https://github.com/nhaarman/ListViewAnimations/blob/master/com.haarman.listviewanimations-2.5.2.jar?raw=true
8686
[5]: https://gist.github.com/romannurik/2980593
8787
[6]: https://play.google.com/store/apps/details?id=com.haarman.treinverkeer
8888
[7]: https://www.twitter.com/niekfct
@@ -92,10 +92,10 @@ License
9292
[11]: https://play.google.com/store/apps/details?id=com.getgoodcode.bart
9393
[12]: https://play.google.com/store/apps/details?id=com.haarman.ultimatettt
9494
[13]: https://github.com/nhaarman/ListViewAnimations/wiki
95-
[14]: http://emilsjolander.github.io/StickyListHeaders/
9695
[15]: https://play.google.com/store/apps/details?id=com.ducky.flashcards
9796
[16]: http://youtu.be/_BZIvjMgH-Q
9897
[17]: https://github.com/JakeWharton/NineOldAndroids/downloads
9998
[18]: https://play.google.com/store/apps/details?id=com.rageconsulting.android.lightflowlite
10099
[19]: https://play.google.com/store/apps/details?id=com.juannale.pearljamlyricsapp
101-
[20]: https://play.google.com/store/apps/details?id=com.cafetaso.foodinfo
100+
[20]: https://play.google.com/store/apps/details?id=com.cafetaso.foodinfo
101+
[21]: https://play.google.com/store/apps/details?id=sa.voorleesVerhaaltjes
-75.5 KB
Binary file not shown.
75.3 KB
Binary file not shown.

example/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.haarman.listviewanimations"
3-
android:versionCode="201310141"
4-
android:versionName="2.5.1" >
3+
android:versionCode="201311071"
4+
android:versionName="2.5.2" >
55

66
<uses-sdk
77
android:minSdkVersion="8"
8-
android:targetSdkVersion="18" />
8+
android:targetSdkVersion="19" />
99

1010
<uses-permission android:name="com.android.vending.BILLING" />
1111

example/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-18
14+
target=android-19
1515
android.library.reference.1=..\\..\\android-support-v7-appcompat
1616
android.library.reference.2=../library
845 Bytes
Loading
741 Bytes
Loading
539 Bytes
Loading
490 Bytes
Loading

0 commit comments

Comments
 (0)