1. 01 3月, 2021 2 次提交
  2. 10 2月, 2021 1 次提交
  3. 03 2月, 2021 1 次提交
  4. 11 6月, 2020 1 次提交
  5. 08 6月, 2020 2 次提交
  6. 10 2月, 2020 3 次提交
  7. 19 1月, 2020 1 次提交
  8. 08 8月, 2019 1 次提交
    • I
      Upgrade Navigation, AppCompat, Fragments, and Lifecycle · 8aa00a6a
      Ian Lake 提交于
      Upgrade to the latest releases:
      
      - Navigation 2.2.0-alpha01
      - AppCompat 1.1.0-rc01
      - Fragment 1.2.0-alpha02
      - Lifecycle 2.2.0-alpha03
      
      As Navigation and the -ktx modules are built with Java 8 bytecode, many of the projects now also use Java 8.
      
      Any times we were using a FrameLayout as a container for fragments, it has been switched to the new FragmentContainerView.
      
      This change also involves replacing the deprecated ViewModelProviders.of() with either `by viewModels()` or the `ViewModelProvider` constructor and removing all dependencies on lifecycle-extensions, which only contains deprecated classes at this point.
      
      Also took the opportunity to remove support.v4 from all projects as it was not being used anywhere.
      
      Test: ./run_all_tests.sh
      8aa00a6a
  9. 16 7月, 2019 1 次提交
  10. 14 5月, 2019 2 次提交
  11. 23 3月, 2019 1 次提交
    • D
      Update Room dep to 2.1.0-alpha06 · 3d017991
      Daniel Santiago 提交于
      Additionally bump androidx.arch.core to 2.0.1 and add it as a dependency in WorkManagerSample and NavigationAdvanceSample to avoid conflicting versions between app and test variant.
      3d017991
  12. 14 11月, 2018 1 次提交
  13. 12 10月, 2018 1 次提交
  14. 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
  15. 20 6月, 2018 1 次提交
    • R
      Update WorkManagerSample tests. · 644620a6
      Rahul Ravikumar 提交于
      * Bitmap comparisons are only being made for custom scripts.
       ScriptIntrinsic outputs vary by platform version.
      
      Change-Id: I64ff5a02cf8b57b2be7d5517c7f91303eacc698c
      644620a6
  16. 05 6月, 2018 1 次提交
  17. 08 5月, 2018 1 次提交