1. 20 12月, 2014 1 次提交
  2. 18 12月, 2014 2 次提交
  3. 25 11月, 2014 1 次提交
  4. 24 11月, 2014 2 次提交
  5. 23 11月, 2014 2 次提交
  6. 22 11月, 2014 1 次提交
  7. 20 11月, 2014 3 次提交
  8. 19 11月, 2014 3 次提交
  9. 12 11月, 2014 2 次提交
  10. 10 11月, 2014 2 次提交
  11. 24 10月, 2014 1 次提交
  12. 17 10月, 2014 1 次提交
  13. 16 10月, 2014 3 次提交
  14. 15 10月, 2014 1 次提交
  15. 11 10月, 2014 6 次提交
  16. 10 10月, 2014 4 次提交
    • J
      Remove Client provider indirection. · 47316ec1
      Jake Wharton 提交于
      Those who desire lazy initialization can do so through a custom Client implementation which creates the delegate on first invocation. Also we can ensure OkHttp does initialization requiring i/o (e.g., disk cache) lazily.
      47316ec1
    • J
      Remove ResponseCallback. · 0bf0cea0
      Jake Wharton 提交于
      Callback will be replaced with Call.
      0bf0cea0
    • J
      Remove endpoint names. · 468e0efe
      Jake Wharton 提交于
      This isn't the right granularity of data about an endpoint and we never exposed this anywhere in the actual library.
      468e0efe
    • J
      Remove deprecated error identifier. · 745e29b7
      Jake Wharton 提交于
      This whole class is probably going to die or morph, but killing off tech debt before major refactorings makes me feel good.
      745e29b7
  17. 09 10月, 2014 5 次提交