1. 31 5月, 2016 2 次提交
  2. 29 5月, 2016 2 次提交
  3. 27 5月, 2016 1 次提交
    • T
      Avoid object creations in the onMeasure method. · e8083a52
      Takeshi Hagikura 提交于
      (avoid reordering the views in every onMeasure method even if any order
      attributres haven't changed from the last measurement)
      
      Instead, this PR changes the behavior to reorder the views if a new view
      is added or order attributes of any children has changed from the last
      measurement.
      
      Change-Id: Ied25bdbcb0da93a96445e4225eac7fee6b93cff9
      e8083a52
  4. 18 5月, 2016 1 次提交
  5. 13 5月, 2016 1 次提交
  6. 10 5月, 2016 1 次提交
    • T
      Fixes #18. · 403ff8ca
      Takeshi Hagikura 提交于
      When there is a view whose visibility is View.GONE, the itemCount in a FlexLine
      isn't correctly counted in the onMeasure method.
      Thus in the onLayout method, an index mismatch was introduced.
      
      Change-Id: I7e9c3ee8b847902c9db434e38dfc0a904951f611
      403ff8ca
  7. 06 5月, 2016 3 次提交
  8. 26 4月, 2016 1 次提交
  9. 25 4月, 2016 1 次提交
  10. 22 4月, 2016 1 次提交
  11. 21 4月, 2016 2 次提交
  12. 19 4月, 2016 1 次提交
  13. 18 4月, 2016 2 次提交
  14. 08 4月, 2016 1 次提交
  15. 07 4月, 2016 1 次提交
  16. 05 4月, 2016 3 次提交
  17. 04 4月, 2016 2 次提交
  18. 31 3月, 2016 2 次提交