1. 26 11月, 2019 2 次提交
  2. 25 11月, 2019 1 次提交
  3. 23 11月, 2019 1 次提交
  4. 22 11月, 2019 1 次提交
  5. 19 11月, 2019 2 次提交
  6. 08 11月, 2019 3 次提交
  7. 07 11月, 2019 1 次提交
  8. 02 11月, 2019 1 次提交
  9. 30 10月, 2019 2 次提交
  10. 16 10月, 2019 2 次提交
  11. 15 10月, 2019 2 次提交
  12. 10 10月, 2019 2 次提交
  13. 09 10月, 2019 1 次提交
  14. 01 10月, 2019 2 次提交
  15. 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
  16. 19 8月, 2019 2 次提交
  17. 13 8月, 2019 4 次提交
  18. 12 8月, 2019 1 次提交
  19. 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
  20. 16 7月, 2019 2 次提交
  21. 02 7月, 2019 1 次提交
  22. 29 6月, 2019 3 次提交
  23. 25 6月, 2019 1 次提交
  24. 22 6月, 2019 1 次提交