Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Fixes for screen orientation changes #214

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

Commits on Mar 11, 2015

  1. Use SparseArray instead of plain array

    Milosz Derezynski committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    530cc45 View commit details
    Browse the repository at this point in the history
  2. Add code to store and update screen orientation

    Milosz Derezynski committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    6d0c926 View commit details
    Browse the repository at this point in the history
  3. Don't run into negative item index

    Milosz Derezynski committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    e5a50d4 View commit details
    Browse the repository at this point in the history
  4. Don't restore lanes if screen orientation has changed

    Milosz Derezynski committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    a5435d1 View commit details
    Browse the repository at this point in the history
  5. Properly determine last item

    Milosz Derezynski committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    1c548b6 View commit details
    Browse the repository at this point in the history
  6. keyAt(size()-1) is the last key, not the size, so we have to check fo…

    …r greater-than only
    Milosz Derezynski committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    5ef9ec0 View commit details
    Browse the repository at this point in the history
  7. Documentation

    Milosz Derezynski committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    364a09b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. Don't access invalid index in underlying SparseArray

    Milosz Derezynski committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    0edf327 View commit details
    Browse the repository at this point in the history