1. 18 9月, 2016 5 次提交
  2. 02 9月, 2016 2 次提交
  3. 21 8月, 2016 4 次提交
  4. 20 8月, 2016 1 次提交
  5. 19 8月, 2016 3 次提交
    • J
      Implement proper error handling for Rx types. · 504dd092
      Jake Wharton 提交于
      Since we've implemented our own observables instead of using the built-in factories we have to do the heavy lifting of these edge cases ourselves.
      504dd092
    • J
      Merge pull request #1980 from square/jw/rex · a556e9d7
      Jake Wharton 提交于
      Switch to a better, custom validating subscriber.
      a556e9d7
    • J
      Switch to a better, custom validating subscriber. · eccfe208
      Jake Wharton 提交于
      TestSubscriber is a poor implementation for correctness testing. This new subscriber ensures all events are tested by being a JUnit rule. It also consumes events as they're validated so that assertion becomes more like a script than a ledger.
      
      This also switches tests to use unsafeSubscribe to ensure that any contract violations are not being suppressed. The latest version of RxJava is required for accessing this method on Completable.
      eccfe208
  6. 17 8月, 2016 3 次提交
  7. 16 8月, 2016 1 次提交
  8. 09 8月, 2016 2 次提交
  9. 03 8月, 2016 2 次提交
  10. 02 8月, 2016 2 次提交
  11. 21 7月, 2016 1 次提交
  12. 19 7月, 2016 2 次提交
  13. 09 7月, 2016 4 次提交
  14. 26 6月, 2016 2 次提交
  15. 23 6月, 2016 2 次提交
  16. 22 6月, 2016 2 次提交
  17. 15 6月, 2016 2 次提交