1. 16 6月, 2018 1 次提交
  2. 15 6月, 2018 3 次提交
  3. 13 6月, 2018 3 次提交
    • J
      Break request creation parsing out of service method · a12554ea
      Jake Wharton 提交于
      The parsing of annotations which define the shape of a request and the mechnism of request creation is independent of the response converter and call adapter parsing in the return type. Moreover, the request creation part is common to things like web sockets and server-sent events which might be supported in the future where the return type handling is completely different.
      a12554ea
    • J
      Merge pull request #2787 from square/jakew/ship-rules/2018-06-11 · 8b8887c1
      Jesse Wilson 提交于
      Ship R8/ProGuard rules in the jar.
      8b8887c1
    • J
      Refactorings (#2789) · 16e46b1c
      Jake Wharton 提交于
      * Encapsulate ServiceMethod creation inside the type
      
      This will allow subtypes to be returned in the future.
      
      * Rename one-letter type parameters to be more descriptive
      
      Fun fact: this type and its builder were using R and T to mean the opposite things. 🤦
      
      * Make the ServiceMethod entirely responsible for invocation
      
      This way a base class can be exposed to the reflection-y bits and subtypes for different styles of requests can be implemented as subtypes.
      16e46b1c
  4. 12 6月, 2018 2 次提交
  5. 18 4月, 2018 2 次提交
  6. 17 4月, 2018 1 次提交
  7. 28 3月, 2018 2 次提交
  8. 27 3月, 2018 1 次提交
  9. 24 3月, 2018 3 次提交
  10. 22 3月, 2018 1 次提交
  11. 21 3月, 2018 1 次提交
  12. 16 3月, 2018 4 次提交
  13. 15 3月, 2018 3 次提交
  14. 14 3月, 2018 5 次提交
  15. 09 3月, 2018 2 次提交
  16. 07 3月, 2018 2 次提交
  17. 26 2月, 2018 2 次提交
  18. 25 2月, 2018 2 次提交