Skip to content

Commit 9c3ff3a

Browse files
author
Chris Banes
committed
Merge tag 'v2.1'
[maven-release-plugin] copy for tag v2.1
2 parents ed84625 + dba70e6 commit 9c3ff3a

71 files changed

Lines changed: 1192 additions & 867 deletions

File tree

Some content is hidden

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

extras/PullToRefreshListFragment/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.handmark.pulltorefresh.extras.listfragment"
4-
android:versionCode="2010"
5-
android:versionName="2.0.1" >
4+
android:versionCode="2100"
5+
android:versionName="2.1" >
66

77
<application />
88

extras/PullToRefreshListFragment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.chrisbanes.pulltorefresh</groupId>
1212
<artifactId>extras</artifactId>
13-
<version>2.0.1</version>
13+
<version>2.1</version>
1414
</parent>
1515

1616
<dependencies>

extras/PullToRefreshViewPager/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.handmark.pulltorefresh.extras.viewpager"
4-
android:versionCode="2010"
5-
android:versionName="2.0.1" >
4+
android:versionCode="2100"
5+
android:versionName="2.1" >
66

77
<uses-sdk android:minSdkVersion="4" />
88

extras/PullToRefreshViewPager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.chrisbanes.pulltorefresh</groupId>
1212
<artifactId>extras</artifactId>
13-
<version>2.0.1</version>
13+
<version>2.1</version>
1414
</parent>
1515

1616
<dependencies>

extras/PullToRefreshViewPager/src/com/handmark/pulltorefresh/extras/viewpager/PullToRefreshViewPager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public PullToRefreshViewPager(Context context, AttributeSet attrs) {
3333
}
3434

3535
@Override
36-
public final int getPullToRefreshScrollDirection() {
37-
return HORIZONTAL_SCROLL;
36+
public final Orientation getPullToRefreshScrollDirection() {
37+
return Orientation.HORIZONTAL;
3838
}
3939

4040
@Override

extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.chrisbanes.pulltorefresh</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.0.1</version>
13+
<version>2.1</version>
1414
</parent>
1515

1616
<modules>

library/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.handmark.pulltorefresh.library"
4-
android:versionCode="2010"
5-
android:versionName="2.0.1" >
4+
android:versionCode="2100"
5+
android:versionName="2.1" >
66

77
<uses-sdk android:minSdkVersion="4" />
88

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.chrisbanes.pulltorefresh</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.0.1</version>
13+
<version>2.1</version>
1414
</parent>
1515

1616
<dependencies>
1.79 KB
-667 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)