Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NullPointeRR/AndroidSlidingUpPanel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: umano/AndroidSlidingUpPanel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 11 files changed
  • 4 contributors

Commits on May 9, 2017

  1. Fixed Bug: SlidingUpPanelLayout ignores setPanelState(), as long as a…

    …nimated settling is in progress.
    Tobias Royé committed May 9, 2017
    Configuration menu
    Copy the full SHA
    4f2f5ee View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Update build.gradle

    NeilMajumder authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    83d367d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Merge pull request umano#838 from NullPointeRR/master

    Fix potential NPEs and synchronization errors.
    tokudu authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    23f58d2 View commit details
    Browse the repository at this point in the history
  2. Update build.gradle

    I have updated the 26.+ to the correct version. And yes the Gradle version also has to be upgraded in the file AndroidSlidingUpPanel/build.gradle
    Line no 8 to -> classpath 'com.android.tools.build:gradle:2.3.2'
    and
    Line no 26 to -> gradleVersion = '3.3'
    NeilMajumder authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    4544df7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Update build.gradle

    NeilMajumder authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    4c32d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b296636 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88e4d89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1be3593 View commit details
    Browse the repository at this point in the history
  5. Update build.gradle

    NeilMajumder authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    cf9108c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b95f31d View commit details
    Browse the repository at this point in the history
  7. Update .travis.yml

    NeilMajumder authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    96677b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. In SlidingUpPanelLayout.dispatchTouchEvent(), ignore horizontal scrolls

    This will allow child views with horizontally scrollable content to behave as expected, regardless of the state of the panel.
    Chris Hanson committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    41fadaa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Merge pull request umano#857 from hansonchris/hansonchris/horizontalS…

    …crollFix
    
    In SlidingUpPanelLayout.dispatchTouchEvent(), ignore horizontal scrolls
    tokudu authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    23cbb33 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Merge pull request umano#830 from WurstMitDurst/setPanelStateBugfix

    Fixed Bug: SlidingUpPanelLayout ignores setPanelState()
    tokudu authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    a96cfcb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tokudu authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    f88e850 View commit details
    Browse the repository at this point in the history
  3. Merge pull request umano#837 from NeilMajumder/patch-3

    Update build.gradle
    tokudu authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    6337d98 View commit details
    Browse the repository at this point in the history
  4. Upgrade to SDK

    tokudu committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    2e01794 View commit details
    Browse the repository at this point in the history
  5. Update the library

    tokudu committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    869dd59 View commit details
    Browse the repository at this point in the history
  6. Fix the group

    tokudu committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    45a4604 View commit details
    Browse the repository at this point in the history
Loading