1. 03 10月, 2021 1 次提交
  2. 15 4月, 2021 1 次提交
    • B
      Introduce tests · 9754d57f
      Ben Weiss 提交于
      * Update testing dependencies
      * Add testing dependencies to WorkManager sample
      * Add CleanupWorkerTest
      * Add Test for BaseFilterWorker
      * Test periodic execution
      9754d57f
  3. 01 3月, 2021 1 次提交
    • B
      Introduce tests · cb6e7a7b
      Ben Weiss 提交于
      * Update testing dependencies
      * Add testing dependencies to WorkManager sample
      * Add CleanupWorkerTest
      * Add Test for BaseFilterWorker
      * Test periodic execution
      cb6e7a7b
  4. 24 2月, 2021 1 次提交
  5. 10 2月, 2021 1 次提交
    • D
      Fix GithubBrowserSample · 24e9bc23
      Dustin Lam 提交于
      fragment-testing:1.2.x has a strict version dependency on
      androidx.test.core 1.2.x, preventing upgrading to 1.3.x
      24e9bc23
  6. 06 2月, 2021 2 次提交
  7. 03 2月, 2021 1 次提交
  8. 09 1月, 2021 1 次提交
  9. 23 12月, 2020 1 次提交
  10. 03 11月, 2020 1 次提交
  11. 21 10月, 2020 1 次提交
  12. 23 8月, 2020 1 次提交
  13. 30 6月, 2020 1 次提交
  14. 11 6月, 2020 1 次提交
  15. 10 6月, 2020 1 次提交
  16. 08 4月, 2020 1 次提交
  17. 01 3月, 2020 1 次提交
  18. 25 2月, 2020 1 次提交
  19. 17 2月, 2020 2 次提交
  20. 12 2月, 2020 1 次提交
  21. 10 2月, 2020 9 次提交
  22. 24 1月, 2020 1 次提交
    • I
      Add dependency on AndroidX Transition 1.3.0 · e571c596
      Ian Lake 提交于
      AndroidX Transition 1.2.0 is required for apps that target API 29 or higher and AndroidX Transition 1.3.0 is needed to take full advantage of the changes in Fragment 1.2.0.
      
      Test: ./run_all_tests.sh
      e571c596
  23. 23 1月, 2020 1 次提交
  24. 20 1月, 2020 1 次提交
    • I
      Alphabetize dependencies · eeffc3db
      Ian Lake 提交于
      Sort the dependencies alphabetically to make it more consistent when adding new dependencies.
      
      Test: ./run_all_tests.sh
      eeffc3db
  25. 19 1月, 2020 3 次提交
  26. 10 1月, 2020 2 次提交
  27. 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