1. 07 11月, 2017 1 次提交
  2. 03 11月, 2017 2 次提交
    • J
      MOE automated commit. · 4827c9eb
      judds 提交于
      Use ResourceIds instead of depending on R.raw.canonical in 
      CanonicalBitmap.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=173974844
      4827c9eb
    • S
      Start animatable resources after setting the resource in ImageViewTarget · aa2711b5
      Sam Judd 提交于
      After 90b3b9f0 we have a case where a
      GifDrawable may load a frame synchronously when it’s started. If the
      GifDrawable was started before it was attached to a View (and gets a 
      non-null Callback) and the GifDrawable had a frame pending, then the
      GifDrawable would stop itself in the start() call, causing the 
      drawable not to animate. We can avoid this scenario by changing the 
      order in which we start animated drawables and set them on views so that
      we only start the drawable after its set on the View.
      
      Fixes #2541
      aa2711b5
  3. 02 11月, 2017 2 次提交
    • S
      Retry 3 times when running instrumentation tests. · b56dbd99
      Sam Judd 提交于
      Fixes #2540
      b56dbd99
    • S
      Avoid unsafely recycling Bitmaps in DrawableTransformation. · 2371aa66
      Sam Judd 提交于
      There were two issues here:
      1. The BitmapPool used by the Drawable converter was recycling Bitmaps
      when it was used specifically to avoid recycling Bitmaps when the converter didn’t allocate the returned values
      2. If the Drawable wasn’t transformed, because the BitmapTransformation that the DrawableTransformation wrapped didn’t need to mutate the 
      converted Drawable, the intermediate Bitmap would be placed into the
      BitmapPool twice.
      
      Both of these issues should be fixed with some additional tests to 
      hopefully prevent this from happening again.
      2371aa66
  4. 01 11月, 2017 2 次提交
  5. 31 10月, 2017 5 次提交
  6. 30 10月, 2017 3 次提交
  7. 29 10月, 2017 5 次提交
  8. 27 10月, 2017 1 次提交
  9. 26 10月, 2017 2 次提交
  10. 25 10月, 2017 2 次提交
  11. 24 10月, 2017 4 次提交
  12. 23 10月, 2017 8 次提交
  13. 21 10月, 2017 3 次提交