Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Added fling support. #10

Merged
merged 3 commits into from
Dec 7, 2012
Merged

Added fling support. #10

merged 3 commits into from
Dec 7, 2012

Commits on Nov 23, 2012

  1. Support fling, as described in issue #2

    Flipboard snaps the page to the direcion of the last touch gesture. E.g. If the last gesture was negative (bottom to top), always flip to the next page, regardless of how the gesture started, or how quick the finger was moving.
    Paul Burke committed Nov 23, 2012
    Configuration menu
    Copy the full SHA
    f05b221 View commit details
    Browse the repository at this point in the history
  2. Use scaled pixels for text size in demo

    The previous text size was too big to be seen on devices like Galaxy Nexus.
    Paul Burke committed Nov 23, 2012
    Configuration menu
    Copy the full SHA
    68b1acc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2012

  1. Added constructors to support XML layouts.

    Added the constructors required for the layout editor.
    Added custom attribute to control orientation from XML.
    Added Activity and layout to Demo with an example of FlipViewController in XML layouts.
    Paul Burke committed Dec 2, 2012
    Configuration menu
    Copy the full SHA
    76b2b36 View commit details
    Browse the repository at this point in the history