This repository was archived by the owner on Nov 2, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
src/com/comcast/freeflow/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
22 dependencies {
3- classpath ' com.android.tools.build:gradle:0.14.4 '
3+ classpath ' com.android.tools.build:gradle:1.1.0 '
44 }
55}
6- apply plugin : ' android- library'
6+ apply plugin : ' com. android. library'
77
88repositories {
99 mavenLocal()
@@ -29,4 +29,4 @@ repositories {
2929 mavenLocal()
3030 mavenCentral()
3131}
32- apply from : ' ../maven_push.gradle'
32+ apply from : ' ../maven_push.gradle'
Original file line number Diff line number Diff line change @@ -1261,7 +1261,7 @@ protected void moveViewport(boolean isInFlingMode) {
12611261 viewPortY = (int ) (mScrollableHeight + overflingDistance );
12621262 }
12631263
1264- if (mEdgeEffectsEnabled ) {
1264+ if (mEdgeEffectsEnabled && overflingDistance > 0 ) {
12651265 if (viewPortX <= 0 ) {
12661266 mLeftEdge .onPull (viewPortX / (-overflingDistance ));
12671267 } else if (viewPortX >= mScrollableWidth ) {
Original file line number Diff line number Diff line change 11buildscript {
22 dependencies {
3- classpath ' com.android.tools.build:gradle:0.14.4 '
3+ classpath ' com.android.tools.build:gradle:1.1.0 '
44 }
55}
66
7- apply plugin : ' android'
7+ apply plugin : ' com. android.application '
88
99dependencies {
1010 compile project(' :FreeFlow' )
Original file line number Diff line number Diff line change 11buildscript {
22 dependencies {
3- classpath ' com.android.tools.build:gradle:0.14.4 '
3+ classpath ' com.android.tools.build:gradle:1.1.0 '
44 }
55}
66
7- apply plugin : ' android'
7+ apply plugin : ' com. android.application '
88
99dependencies {
1010 compile project(' :FreeFlow' )
You can’t perform that action at this time.
0 commit comments