Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIMOB-9386: Android: Implement conditional horizontal layout wrapping #2368

Merged
merged 12 commits into from
Jun 18, 2012

Commits on Jun 8, 2012

  1. TIMOB-9386: Implement wrap flag for horizontal layouts

    Allen Yeung committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    f1fbb3b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of git://github.com/appcelerator/titanium_mobil…

    …e into timob-9386
    Allen Yeung committed Jun 8, 2012
    Configuration menu
    Copy the full SHA
    cedf4fb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2012

  1. TIMOB-9386:Changed left/right/top/bottom to be padding in horizontal …

    …layouts with wrap
    Allen Yeung committed Jun 11, 2012
    Configuration menu
    Copy the full SHA
    b0153fc View commit details
    Browse the repository at this point in the history
  2. Added drillbit tests

    Allen Yeung committed Jun 11, 2012
    Configuration menu
    Copy the full SHA
    2fd9765 View commit details
    Browse the repository at this point in the history
  3. Added drillbit test for horizontal layout with no wrap

    Allen Yeung committed Jun 11, 2012
    Configuration menu
    Copy the full SHA
    ea30e03 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2012

  1. Added docs for horizontal layout with wrapping behavior

    Allen Yeung committed Jun 13, 2012
    Configuration menu
    Copy the full SHA
    7f69984 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2012

  1. Remove unused comments

    Allen Yeung committed Jun 14, 2012
    Configuration menu
    Copy the full SHA
    3f1c742 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2012

  1. Change 'wrap' property to 'horizontalWrap'

    Fixed wrapping behavior
    Allen Yeung committed Jun 16, 2012
    Configuration menu
    Copy the full SHA
    127f493 View commit details
    Browse the repository at this point in the history
  2. Don't use fill behavior relative to maxRowHeight

    Allen Yeung committed Jun 16, 2012
    Configuration menu
    Copy the full SHA
    e07c01f View commit details
    Browse the repository at this point in the history
  3. Remove unused code, and addressed PR comments

    Allen Yeung committed Jun 16, 2012
    Configuration menu
    Copy the full SHA
    a8892bc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2012

  1. Fixed horizontalWrap property in docs

    Allen Yeung committed Jun 18, 2012
    Configuration menu
    Copy the full SHA
    3240472 View commit details
    Browse the repository at this point in the history
  2. Change wrap property to horizontalWrap

    Allen Yeung committed Jun 18, 2012
    Configuration menu
    Copy the full SHA
    4d53be1 View commit details
    Browse the repository at this point in the history