1. 26 8月, 2017 4 次提交
  2. 25 8月, 2017 2 次提交
  3. 23 8月, 2017 1 次提交
  4. 22 8月, 2017 1 次提交
  5. 19 8月, 2017 7 次提交
  6. 18 8月, 2017 3 次提交
  7. 16 8月, 2017 2 次提交
    • S
      Use generated API in giphy sample. · 49142cf1
      Sam Judd 提交于
      49142cf1
    • S
      Rewind ByteBuffers in ByteBufferUtil.toFile. · 1594655d
      Sam Judd 提交于
      This avoids writing partial data if the buffer is not at position 0 when the method is called. This fixes a bug where using DiskCacheStrategy.ALL
      or DiskCacheStrategy.RESOURCE with GifDrawables would result in partial
      and invalid gif files being written to Glide’s disk cache.
      1594655d
  8. 15 8月, 2017 4 次提交
  9. 12 8月, 2017 2 次提交
    • S
      Always use TransitionDrawable for cross fades. · 06aced3f
      Sam Judd 提交于
      RecyclerView breaks badly when you run ViewAnimation on its views 
      outside of an ItemAnimator. As a result, Glide’s cross fades are broken
      when used for loads into ImageViews in RecyclerView. Instead of using
      ViewAnimations when no placeholder is set in the cross fade, we can 
      instead default to cross fading from a transparent ColorDrawable. Using
      the ColorDrawable avoids the issues with ViewAnimations in RecyclerView
      and provides a similar looking effect.
      06aced3f
    • S
      Allow users to specify default transition options in GlideBuilder. · 0b99260f
      Sam Judd 提交于
      Fixes #2182.
      0b99260f
  10. 10 8月, 2017 1 次提交
  11. 08 8月, 2017 5 次提交
  12. 07 8月, 2017 1 次提交
  13. 05 8月, 2017 2 次提交
    • S
      Avoid starting identical requests. · 9d10097e
      Sam Judd 提交于
      If a request is already in progress we should only
      cancel and restart it if the new request differs
      from the in progress request in some way. Prior
      to this change, we always cleared and restarted 
      requests without checking to see if the request
      parameters had changed. 
      
      Progress toward #2194.
      9d10097e
    • T
      Annotate getDataClass and getDataSource from DataFetcher as NonNull (#2203) · 7004e595
      Tolriq 提交于
      Returning null from those will trigger obscure crash in MultiClassKey, annotation helps preventing that.
      7004e595
  14. 04 8月, 2017 1 次提交
  15. 03 8月, 2017 2 次提交
  16. 02 8月, 2017 1 次提交
  17. 01 8月, 2017 1 次提交