Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum overScroll distance #73

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Maximum overScroll distance #73

wants to merge 6 commits into from

Commits on Jun 3, 2020

  1. # androidX migration

    DanGdl committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    80abf2f View commit details
    Browse the repository at this point in the history
  2. # maximum overScroll distance allowed

    DanGdl committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    912732a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. # androidX migration

    DanGdl authored and d4vidi committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    cd15419 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Merge remote-tracking branch 'origin/master'

    DanGdl committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    48245b9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master_main'

    # Conflicts:
    #	app/build.gradle
    #	app/src/main/java/me/everything/overscrolldemo/OverScrollDemoActivity.java
    #	app/src/main/java/me/everything/overscrolldemo/view/DemoRecyclerAdapterBase.java
    #	app/src/main/java/me/everything/overscrolldemo/view/DemoRecyclerAdapterHorizontal.java
    #	app/src/main/java/me/everything/overscrolldemo/view/DemoRecyclerAdapterVertical.java
    #	app/src/main/java/me/everything/overscrolldemo/view/ListViewDemoFragment.java
    #	app/src/main/java/me/everything/overscrolldemo/view/RecyclerViewDemoFragment.java
    #	app/src/main/java/me/everything/overscrolldemo/view/RecyclerViewStaggeredGridDemoFragment.java
    #	app/src/main/java/me/everything/overscrolldemo/view/ScrollViewDemoFragment.java
    #	app/src/main/java/me/everything/overscrolldemo/view/ViewPagerDemoFragment.java
    #	app/src/main/res/layout/activity_overscroll_demo.xml
    #	app/src/main/res/layout/activity_overscroll_demo_content.xml
    #	app/src/main/res/layout/vert_recycler.xml
    #	build.gradle
    #	gradle.properties
    #	gradle/wrapper/gradle-wrapper.properties
    #	liboverscroll/build.gradle
    #	liboverscroll/src/main/java/me/everything/android/ui/overscroll/OverScrollBounceEffectDecoratorBase.java
    #	liboverscroll/src/main/java/me/everything/android/ui/overscroll/OverScrollDecoratorHelper.java
    #	liboverscroll/src/main/java/me/everything/android/ui/overscroll/adapters/RecyclerViewOverScrollDecorAdapter.java
    #	liboverscroll/src/main/java/me/everything/android/ui/overscroll/adapters/ViewPagerOverScrollDecorAdapter.java
    DanGdl committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    b6905db View commit details
    Browse the repository at this point in the history
  3. # maximum overscroll distance added

    DanGdl committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    2e1162a View commit details
    Browse the repository at this point in the history