1. 27 2月, 2021 1 次提交
  2. 24 2月, 2021 2 次提交
    • D
      Code cleanup · 1ddac2dc
      Dustin Lam 提交于
      Renamed CheeseItem to CheeseListITem
      Fix imports
      Minor nits
      1ddac2dc
    • D
      ViewModel + Differ sample test · a11291c7
      Dustin Lam 提交于
      Added an example of mock differ + mock paging source style viewmodel
      test, which allows testing against separator / transformation logic.
      a11291c7
  3. 06 10月, 2018 1 次提交
    • D
      Migrate android-arch-components sample apps to the androidx namespace. · d31d2bb6
      Daniel Santiago 提交于
      Besides refactoring a lot of imports, this PR also makes the following changes:
      
      * Updated to targetSDK 28 and build tools 28.0.3 along with android
        gradle plugin 3.2.0
      * Updated various compile and and androidTestCompile to their
        implementation version.
      * Bumped Kotlin version and moved from the jre to the jdk version of
        the stb libs.
      * Bumped Dagger to 2.16 which contains a fix for projects using the
        androidx namespace.
      * Bumped Glide to 4.8.0 which also contains a fix for projects using
        the androidx namespace.
      * Removed dexmaker in favor of mockito-android in some of the sample
        projects that used it.
      * Added android.useAndroidX=true and android.enableJetifier=true to
        various gradle.properties in projects that used data binding and/or
        used libraries that expected the old namespace.
      d31d2bb6
  4. 22 9月, 2017 1 次提交
  5. 15 9月, 2017 1 次提交