Skip to content

Commit 8e856ef

Browse files
7809: Remove ImageLoader.loadIntoView extension function r=jonalmeida a=gabrielluong Co-authored-by: Gabriel Luong <[email protected]>
2 parents 4fec235 + 779569f commit 8e856ef

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

components/support/images/src/main/java/mozilla/components/support/images/ext/ImageLoader.kt

-20
This file was deleted.

docs/changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ permalink: /changelog/
1212
* [Gecko](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Gecko.kt)
1313
* [Configuration](https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/Config.kt)
1414

15+
* **support-images**
16+
* ⚠️ **This is a breaking change**: Removed `ImageLoader.loadIntoView(view: ImageView, id: String)` extension function.
17+
1518
# 51.0.0
1619

1720
* [Commits](https://github.com/mozilla-mobile/android-components/compare/v50.0.0...v51.0.0)
@@ -79,7 +82,7 @@ permalink: /changelog/
7982
* BUGFIX: fix `int32` to `ErrorType` mapping. The `InvalidOverflow` had a value mismatch between glean-core and the bindings. This would only be a problem in unit tests. ([#1063](https://github.com/mozilla/glean/pull/1063))
8083
* Enable propagating options to the main product Activity when using the `GleanDebugActivity`.
8184
* BUGFIX: Fix the metrics ping collection for startup pings such as `reason=upgrade` to occur in the same thread/task as Glean initialize. Otherwise, it gets collected after the application lifetime metrics are cleared such as experiments that should be in the ping. ([#1069](https://github.com/mozilla/glean/pull/1069))
82-
85+
8386
* **service-location**
8487
* `LocationService.hasRegionCached()` is introduced to query if the region is already cached and a long running operation to fetch the region is not needed.
8588

0 commit comments

Comments
 (0)