1. 08 4月, 2020 1 次提交
  2. 01 3月, 2020 1 次提交
  3. 25 2月, 2020 1 次提交
  4. 23 2月, 2020 1 次提交
  5. 19 2月, 2020 3 次提交
  6. 17 2月, 2020 8 次提交
  7. 12 2月, 2020 1 次提交
  8. 10 2月, 2020 17 次提交
  9. 08 2月, 2020 1 次提交
  10. 28 1月, 2020 5 次提交
    • J
      Adds View Binding sample to README · 64757856
      Jose Alcérreca 提交于
      64757856
    • 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
    • I
      Avoid multiple concurrent observe() calls with Transformations.switchMap · ea66fae1
      Ian Lake 提交于
      Instead of starting a new `observe` call every time the query button is pressed, we should just update our current source of data by using `Transformations.switchMap`. We store the user's query in a `SavedStateHandle` to ensure that we handle process death and recreation properly (and to take advantage of the `getLiveData()` method to drive our `switchMap`.
      
      Test: tests still pass
      
      Fixes #759
      ea66fae1
    • I
      Fix warnings in BasicSample · 821c5b9f
      Ian Lake 提交于
      - Export the schema
      - Switch to `@SuppressWarnings` to suppress warnings at the compiler level
      - Remove `android.databinding.enableV2=true` since V1 has been removed
      
      Fixes #324
      821c5b9f
    • I
      Add animations to Congratulations screen to Leaderboards · 1a3b72f8
      Ian Lake 提交于
      Fixes #367
      1a3b72f8
  11. 27 1月, 2020 1 次提交