1. 22 3月, 2017 1 次提交
  2. 15 3月, 2017 2 次提交
  3. 07 3月, 2017 2 次提交
  4. 27 2月, 2017 1 次提交
  5. 22 2月, 2017 2 次提交
  6. 01 2月, 2017 1 次提交
  7. 27 1月, 2017 1 次提交
  8. 17 1月, 2017 1 次提交
  9. 22 12月, 2016 1 次提交
  10. 19 12月, 2016 1 次提交
    • T
      Fix the incorrect denominator in the folllowing case (#163) · 4db51fa0
      Takeshi Hagikura 提交于
      This PR fixes the incorrect alignment where:
      - justifyContent is set to either or space_between or space_around
      - Views whose visibitilies are gone are included in a flex line
      
      Also use the number of item count, which the number of gone items are filtered
      where appropriate.
      
      Fixes #162
      4db51fa0
  11. 12 12月, 2016 1 次提交
  12. 08 12月, 2016 1 次提交
  13. 07 12月, 2016 1 次提交
    • T
      Fix the issue that child margins do not expand flexbox container with wrap_content (#155) · 1a9fbc3b
      Takeshi Hagikura 提交于
      This PR fixes the case where:
        - layout_width is set to wrap_content for the FlexboxLayout
        - End (or start) margin is set to a child
        - The child which the has the end (start) margin has the largest width in the
          same flex line (or only a single child exists)
        - The child has a positive layout_flexGrow (or layout_flexShrink) attribute set
      
      If these conditions were met, the width of the FlexboxLayout didn't take the bottom
      margin on the child into account.
      
      Fixes #154
      1a9fbc3b
  14. 24 11月, 2016 1 次提交
  15. 21 11月, 2016 3 次提交
  16. 16 11月, 2016 2 次提交
    • T
      Replace the deprecated attribute. (#141) · 8a8580a9
      Takeshi Hagikura 提交于
      8a8580a9
    • T
      Fix the invalid height in the following situation: (#140) · b5af2041
      Takeshi Hagikura 提交于
      - flex direction is set to row (or row_reverse)
      - FlexboxLayout has a TextView (or other views that expand vertically if
        not enough space is left horizontally)
      - TextView's layout_width is set to 0dp, layout_height is set to wrap_content and
        layout_flexGrow is set to positive
      
      In the situation above, the initial height of the TextView is calculated
      as bigger than the actual height because at first the width is set to 0dp,
      so the TextView is trying to expand vertically, but actually the height
      needs to be measured again with the expanded width (by setting the
      layout_flexGrow attribute)
      b5af2041
  17. 21 10月, 2016 1 次提交
  18. 20 10月, 2016 2 次提交
  19. 20 9月, 2016 1 次提交
    • T
      Update some tools. (#127) · 17cfa5f3
      Takeshi Hagikura 提交于
      - Android gradle tool to 2.2.0
      - Support library to 24.2.1
      - Rename the androidTest apk for sending it to Cloud Test Lab
        to accomodate the latest build artifact rule
      
      Change-Id: Id0fdf8b4168db776675ef82016fa61ae6e50280f
      17cfa5f3
  20. 09 9月, 2016 1 次提交
  21. 07 9月, 2016 1 次提交
  22. 05 9月, 2016 1 次提交
  23. 04 9月, 2016 1 次提交
  24. 01 9月, 2016 1 次提交
  25. 31 8月, 2016 4 次提交
  26. 22 8月, 2016 1 次提交
  27. 18 8月, 2016 1 次提交
  28. 16 8月, 2016 1 次提交
  29. 27 7月, 2016 2 次提交