Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Account for divider height when switching pinned headers #38

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

Commits on Feb 27, 2014

  1. -Account for divider height when switching pinned headers

    -Fix NullPointerException when data set changes
    Sheng Dean Chang committed Feb 27, 2014
    Configuration menu
    Copy the full SHA
    4e6c37e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2014

  1. Override setSelect(int) and setSelectionFromTop(int, int) to account …

    …for the height of the pinned view if it is displayed
    Sheng Dean Chang committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    180c211 View commit details
    Browse the repository at this point in the history
  2. Override setSelect(int) and setSelectionFromTop(int, int) to account …

    …for the height of the pinned view if it is displayed
    Sheng Dean Chang committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    65be67e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. Prevent NPE when adapter's data set changes.

    Sheng Dean Chang committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    e16f6c0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. Caller of setSelectionFromTop must explicitly call for the view to ac…

    …count for headers.
    
    Default implementation of setSelectionFromTop will ignore header.
    Alan Guo committed May 9, 2014
    Configuration menu
    Copy the full SHA
    d908405 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2014

  1. Merge pull request #1 from alingrad/master

    SetSelectionFromTop ignores header again unless explicitly asked to account for it
    littledot committed May 20, 2014
    Configuration menu
    Copy the full SHA
    ed093b9 View commit details
    Browse the repository at this point in the history