1. 10 1月, 2020 2 次提交
  2. 09 1月, 2020 1 次提交
    • I
      Upgrade AGP, Jetpack versions · 7cf85912
      Ian Lake 提交于
      Upgrade to the latest releases:
      
      - Android Gradle Plugin 3.5.3
      - Activity 1.0.0
      - Arch Core 2.1.0
      - Core-ktx 1.1.0
      - Fragment 1.2.0-rc05
      - Lifecycle 2.2.0-rc03
      - Navigation 2.2.0-rc04
      - Room 2.2.3
      - Work 2.2.0
      
      Fixes Lint issues where observe() was incorrectly being used with `this` instead of `getViewLifecycleOwner()`.
      
      Fixed usage of the deprecated `getSupportLoaderManager()` to use `LoaderManager.getInstance(this)`.
      
      Test: ./run_all_tests.sh
      7cf85912
  3. 22 11月, 2019 1 次提交
  4. 07 11月, 2019 1 次提交
  5. 30 10月, 2019 1 次提交
  6. 10 10月, 2019 1 次提交
  7. 09 10月, 2019 1 次提交
  8. 28 8月, 2019 1 次提交
    • J
      Adds LiveDataSample (#710) · 4a36ccba
      Jose Alcérreca 提交于
      * LiveData sample
      
      * Removes internal script
      
      * Adds call to super.onActivityResult to fix broken build
      
      * Bumps testing versions and fixes NavBasicSample dependencies
      
      * Fixes testing versions
      4a36ccba
  9. 13 8月, 2019 2 次提交
  10. 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
  11. 16 7月, 2019 1 次提交
  12. 29 6月, 2019 1 次提交
  13. 22 6月, 2019 1 次提交
  14. 07 6月, 2019 1 次提交
  15. 24 5月, 2019 1 次提交
  16. 16 5月, 2019 1 次提交
  17. 15 5月, 2019 1 次提交
  18. 14 5月, 2019 4 次提交
  19. 12 5月, 2019 1 次提交
  20. 25 4月, 2019 1 次提交
  21. 27 3月, 2019 1 次提交
  22. 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
  23. 21 3月, 2019 1 次提交
  24. 15 3月, 2019 1 次提交
  25. 08 3月, 2019 2 次提交
  26. 07 3月, 2019 1 次提交
    • I
      Update to Navigation 2.0.0-rc02 · 64bd25c6
      Ian Lake 提交于
      As Architecture Components use AndroidX, we can safely switch to Navigation 2.0.0-rc02
      
      Verified with ./run_all_tests.sh
      64bd25c6
  27. 06 3月, 2019 1 次提交
  28. 27 2月, 2019 1 次提交
  29. 22 2月, 2019 2 次提交
  30. 16 2月, 2019 1 次提交
  31. 15 2月, 2019 3 次提交