-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Pull requests: bumptech/glide
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add an experimental plugin system for decorating
OnPreDrawListener in Glide.
#5635
opened Oct 28, 2025 by
copybara-service
bot
Loading…
Update androidx.lifecycle.runtime to v2.9.4
#5633
opened Oct 24, 2025 by
renovate
bot
Loading…
1 task
Update dependency com.google.truth:truth to v1.4.5
#5629
opened Oct 24, 2025 by
renovate
bot
Loading…
1 task
Limit the size of LruBitmapPool/MemoryCache when app is in background
#5626
opened Oct 22, 2025 by
ericmiao
Loading…
fix err: java.lang.IndexOutOfBoundsException(index=-2023161846 out of bounds (limit=68, nb=2))
#5555
opened Jul 25, 2025 by
flayone
Loading…
When an app is moved to background, onTrimMemory() will be called, and LruBitmapPool/MemoryCache will be trimmed. However, the app could keep running and will new bitmaps will be retired to MemoryCache and LruBitmapPool. This change limits the sizes of LruBitmapPool/MemoryCache to zero when the app is in background, and restore the sizes to normal when it's moved out of background.
#5546
opened Jun 24, 2025 by
copybara-service
bot
Loading…
This is needed due to the parent cl. I will remove this once that is submitted
#5544
opened Jun 23, 2025 by
copybara-service
bot
Loading…
Creates callback api to notify when image becomes visible to user
#5543
opened Jun 22, 2025 by
copybara-service
bot
Loading…
Update Robolectric to more recent version
#5536
opened Jun 11, 2025 by
copybara-service
bot
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.