1. 24 9月, 2019 1 次提交
  2. 31 7月, 2019 2 次提交
  3. 06 6月, 2019 2 次提交
  4. 04 4月, 2019 1 次提交
    • J
      Next version is 2.6.0 · c7df6b80
      Jake Wharton 提交于
      Also fix some Javadoc errors and ensure Javadoc (and source) jar generation is tested on CI.
      c7df6b80
  5. 19 11月, 2018 2 次提交
  6. 17 11月, 2018 1 次提交
  7. 14 3月, 2018 2 次提交
  8. 06 2月, 2018 1 次提交
  9. 14 5月, 2017 2 次提交
  10. 08 5月, 2017 1 次提交
  11. 22 2月, 2017 2 次提交
  12. 05 1月, 2017 1 次提交
  13. 15 6月, 2016 2 次提交
  14. 15 4月, 2016 2 次提交
  15. 31 3月, 2016 2 次提交
  16. 12 3月, 2016 2 次提交
  17. 05 2月, 2016 2 次提交
  18. 26 1月, 2016 1 次提交
  19. 06 1月, 2016 2 次提交
  20. 24 12月, 2015 1 次提交
  21. 05 12月, 2015 1 次提交
  22. 28 9月, 2015 2 次提交
  23. 28 8月, 2015 2 次提交
  24. 04 6月, 2015 1 次提交
  25. 01 6月, 2015 1 次提交
    • J
      Introduce call, call adapters, and the response type. · 2ca19506
      Jake Wharton 提交于
      * `Call` is the mechanism for request execution. It encapsulates a single request action either synchronously or asynchronously, and can support canceling.
      * `CallAdapter` is a means of supporting a method return type other than `Call` (like RxJava's `Observable`) by adapting the `Call` instance into another instance. This change moves RxJava support into a sibling module which uses an adapter for supporting `Observable` types.
      * `Response` represents the HTTP response along side the deserialized body. It allows access to both the converted body and lower-level items such as the header, response code, and underlying OkHttp request and response objects.
      2ca19506
  26. 08 1月, 2015 1 次提交