1. 28 7月, 2017 1 次提交
    • T
      Bump up versions of dependencies (#338) · 717a7b45
      Takeshi Hagikura 提交于
      After this change, minSdkVersion is going to be 14 since the support library 26 isn't able to set the minSdkVersion lower than 14.
      
      Also findViewById now requires type inference. Modified the code that uses findViewById.
      717a7b45
  2. 04 7月, 2017 1 次提交
  3. 28 6月, 2017 1 次提交
    • T
      Fix the issue that Payload isn't correctly passed to an Adapter. (#299) · 3a9bb66b
      Takeshi Hagikura 提交于
      The issue was caused because FlexboxLayoutManager returned a scrapped
      view holder when it should be returned through the RecyclerView (it's
      also returned from the scrapped views, but additional procedures are
      processed, such as passing the payload objects if any,
      if returned through the RecyclerView)
      3a9bb66b
  4. 26 5月, 2017 1 次提交
  5. 15 3月, 2017 1 次提交
  6. 22 12月, 2016 1 次提交
  7. 12 12月, 2016 1 次提交
  8. 20 10月, 2016 2 次提交
  9. 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
  10. 07 9月, 2016 1 次提交
  11. 22 8月, 2016 1 次提交
  12. 07 6月, 2016 1 次提交
  13. 23 5月, 2016 1 次提交
    • 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
  14. 11 5月, 2016 1 次提交
  15. 06 5月, 2016 1 次提交
    • T
      Prepare bintray upload settings. · 0f8d4cb1
      Takeshi Hagikura 提交于
      - Adds gradle setting files for bintray and maven
      - rename the module name from 'library' to 'flexbox' to match the artifactId
      
      Change-Id: I292d99329c4d44b0e609e90ad88f1373f56e2187
      0f8d4cb1
  16. 28 4月, 2016 1 次提交
  17. 27 4月, 2016 1 次提交
  18. 25 4月, 2016 3 次提交
  19. 21 4月, 2016 1 次提交
  20. 19 4月, 2016 1 次提交
  21. 18 4月, 2016 1 次提交
  22. 06 4月, 2016 1 次提交
    • T
      Add a skeleton demo app. · 07e770fa
      Takeshi Hagikura 提交于
      Also move the project wide gradle properties to the root build.gradle so that
      integer values can be used.
      
      Change-Id: Iebaf36de7ac5012ba680a75b2e494b704bee4e1f
      07e770fa
  23. 31 3月, 2016 1 次提交