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: yarolegovich/DiscreteScrollView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: HKMOpen/DiscreteScrollView
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.
  • 12 commits
  • 27 files changed
  • 2 contributors

Commits on Sep 14, 2017

  1. Configuration menu
    Copy the full SHA
    1395e8d View commit details
    Browse the repository at this point in the history
  2. add discreed selection

    have the it ready for set current position
    jjhesk committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    df6a096 View commit details
    Browse the repository at this point in the history
  3. wrap up items

    build with bintray.
    jjhesk committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    a9f085f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. support API 26.1.0

    use      Glide.with(holder.itemView.getContext())
                    .load(holder.imageView)
                    .transition(DrawableTransitionOptions.withCrossFade())
                    .into(holder.imageView);
    jjhesk committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    62a9138 View commit details
    Browse the repository at this point in the history
  2. Fixed a bug with incorrectly triggered onScroll

    There was a possibility of onScroll being triggered incorrecly when user attempts to scroll to item before the first/after the last.
    jjhesk committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    5e90ee6 View commit details
    Browse the repository at this point in the history
  3. Fixed a possibility of incorrect first layout

    Ensure that currentPosition is valid when onLayoutChildren is called and there items in the adapter.
    
    closes #44
    yarolegovich authored and jjhesk committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    67cb8be View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Update README.md

    jjhesk authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    22460b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. update more examples

    testing with movie poster optimisation design
    jjhesk committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    0aa25a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. update fix catch bug

    1.5.3
    jjhesk committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    1708138 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pop'

    jjhesk committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    729c224 View commit details
    Browse the repository at this point in the history
  3. update bug

    jjhesk committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    43741e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. 1.5.6

    up
    jjhesk committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    72a3bf2 View commit details
    Browse the repository at this point in the history
Loading