1. 22 2月, 2018 1 次提交
  2. 04 1月, 2018 1 次提交
  3. 03 1月, 2018 2 次提交
  4. 05 9月, 2017 1 次提交
    • T
      Add postDelayed operation to Clock interface. · 2f4a3fe1
      tonihei 提交于
      The default implementation is just calling through to handler.postDelayed,
      while the fake clock uses its internal time value to trigger the handler
      calls at the correct time.
      
      This is useful to apply a fake clock in situations where a handler is used to
      post delayed messages.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=167567914
      2f4a3fe1
  5. 21 7月, 2017 1 次提交
  6. 19 7月, 2017 1 次提交
  7. 23 3月, 2017 1 次提交
  8. 31 8月, 2016 1 次提交
  9. 08 7月, 2016 1 次提交
    • O
      Finalize v2 directory + package name · dbb43567
      olly 提交于
      - The package is renamed to avoid conflicts with v1, should any
      app wish to include both v1 and v2 for a period of time. This is
      similar to the approach used by some other open source projects
      (e.g. okhttp).
      - Copyright year is updated everywhere for completeness.
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=126895326
      dbb43567
  10. 16 6月, 2014 1 次提交