1. 25 3月, 2015 1 次提交
  2. 24 3月, 2015 1 次提交
  3. 09 3月, 2015 1 次提交
  4. 07 3月, 2015 3 次提交
  5. 04 3月, 2015 5 次提交
  6. 02 3月, 2015 1 次提交
  7. 26 2月, 2015 4 次提交
  8. 23 2月, 2015 3 次提交
  9. 18 2月, 2015 1 次提交
  10. 17 2月, 2015 2 次提交
  11. 10 2月, 2015 1 次提交
    • S
      Add a Size + Config Strategy. · 431ccaf0
      Sam Judd 提交于
      Fixes #335.
      
      Allows us to re-use Bitmaps with configs other
      than ARGB_8888. Differs from AttributeStrategy in
      that it sorts Bitmaps by config only, and allows
      Bitmaps with a given config to be reconfigured to
      change their dimensions. In addition, we allow
      switching configs between the hidden GIF config
      and ARGB_8888 which appears not to trigger #301.
      431ccaf0
  12. 09 2月, 2015 3 次提交
  13. 07 2月, 2015 2 次提交
  14. 06 2月, 2015 1 次提交
  15. 04 2月, 2015 2 次提交
  16. 31 1月, 2015 1 次提交
  17. 30 1月, 2015 1 次提交
  18. 29 1月, 2015 1 次提交
  19. 28 1月, 2015 3 次提交
    • S
      Avoid spammy logged exceptions in ManifestParser. · 6d96b919
      Sam Judd 提交于
      Fixes #314.
      6d96b919
    • S
      Avoid race where Request snapshot contains null. · b2e54477
      Sam Judd 提交于
      Our implementation of toArray() called size()
      multiple times, starting with the size used for
      the array. size() in WeakHashMap removes entries
      from the map if the corresponding WeakReference 
      has been cleared. As a result, if a reference
      was added to WeakHashMap's reference queue between
      our outer call to size() and the methods in 
      toArray(), the actual number of entries might have
      been smaller than our array size, which would
      lead to one or more null entries at the end of the
      Snapshot array.
      
      Fixes #322.
      b2e54477
    • S
      Avoid ClassNotFoundException in RequestTracker. · 351d3d5b
      Sam Judd 提交于
      Fixes #320. Utterly incorrect comment is best
      comment?
      351d3d5b
  20. 26 1月, 2015 3 次提交