1. 17 2月, 2020 1 次提交
  2. 10 2月, 2020 1 次提交
  3. 28 1月, 2020 1 次提交
    • J
      New View binding sample (#791) · 5184727b
      Jose Alcérreca 提交于
      * Initial commit ViewBindingSample
      
      * Adds first version of the sample and migrates gradle files to our versioning system
      
      * Updates copyright headers and adds simple UI test
      
      * Adds View Binding sample to circleCI config
      
      * Typing in the wrong window apparently
      
      * Reverts to API 28 for now
      
      * Adds bind API to View Binding sample
      5184727b
  4. 22 1月, 2020 1 次提交
  5. 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
  6. 28 3月, 2019 1 次提交
  7. 08 3月, 2019 1 次提交
  8. 06 12月, 2018 1 次提交
  9. 24 11月, 2018 1 次提交
  10. 09 10月, 2017 2 次提交
    • Y
      Initial circle ci setup · 9e3722f1
      Yigit Boyar 提交于
      This CL adds a circle yml file to run tests of all build files.
      It unfortunately uses v1 so it is very slow. Emulator may also
      lock during tests, which i'm trying to mitigate in the runner
      shell script but has no guaratee. I didn't want to change our
      UI tests to unlock the device but we can do that as well.
      9e3722f1
    • Y
      add circle ci configuration file · a3fd3417
      Yigit Boyar 提交于
      a3fd3417