1. 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
  2. 25 5月, 2016 1 次提交
  3. 23 5月, 2016 2 次提交
    • T
      Lower the minSdkVersion to 9. · e14f589c
      Takeshi Hagikura 提交于
      Changes include:
      - Use methods from the ViewCompat otherwise those methods are not supported in
        < 14
      - Use the compat version of Fragment and Preferences for the demo app
      
      The ./gradlew build runs the lint check to verify the methods that aren't
      supported in the API level < 14 are not called.
      So it should be checked by the Circle CI.
      e14f589c
    • T
      Add .vscode/ to .gitignore · 30a429ee
      Takeshi Hagikura 提交于
      Change-Id: Iff326f1cb2a5b8c5e34f1ff258eb24afff46124a
      30a429ee
  4. 19 5月, 2016 2 次提交
  5. 18 5月, 2016 6 次提交
  6. 17 5月, 2016 2 次提交
  7. 13 5月, 2016 5 次提交
  8. 12 5月, 2016 6 次提交
  9. 11 5月, 2016 6 次提交
  10. 10 5月, 2016 7 次提交
  11. 08 5月, 2016 1 次提交
  12. 07 5月, 2016 1 次提交