Loading components/lib/push-amazon/src/test/java/mozilla/components/lib/push/amazon/AbstractAmazonPushServiceTest.kt +2 −3 Original line number Diff line number Diff line Loading @@ -143,8 +143,7 @@ class ShadowADM { @Implementation @Suppress("UNUSED_PARAMETER") fun __constructor__(context: Context) { } fun __constructor__(context: Context) {} fun isSupported() = true } docs/changelog.md +4 −2 Original line number Diff line number Diff line Loading @@ -25,10 +25,12 @@ permalink: /changelog/ * **service-glean** * ⚠️ **This is a breaking change**: `Glean.handleBackgroundEvent` is now an internal API. * **browser-engine-gecko(-beta/nightly)**, **concept-engine** * Added simplified `Media.state` derived from `Media.playbackState` events. * **lib-push-adm**, **lib-push-firebase**, **concept-push** * Added `isServiceAvailable` to signify if the push service is supported on the device. # 9.0.0 * [Commits](https://github.com/mozilla-mobile/android-components/compare/v8.0.0...v9.0.0) Loading Loading
components/lib/push-amazon/src/test/java/mozilla/components/lib/push/amazon/AbstractAmazonPushServiceTest.kt +2 −3 Original line number Diff line number Diff line Loading @@ -143,8 +143,7 @@ class ShadowADM { @Implementation @Suppress("UNUSED_PARAMETER") fun __constructor__(context: Context) { } fun __constructor__(context: Context) {} fun isSupported() = true }
docs/changelog.md +4 −2 Original line number Diff line number Diff line Loading @@ -25,10 +25,12 @@ permalink: /changelog/ * **service-glean** * ⚠️ **This is a breaking change**: `Glean.handleBackgroundEvent` is now an internal API. * **browser-engine-gecko(-beta/nightly)**, **concept-engine** * Added simplified `Media.state` derived from `Media.playbackState` events. * **lib-push-adm**, **lib-push-firebase**, **concept-push** * Added `isServiceAvailable` to signify if the push service is supported on the device. # 9.0.0 * [Commits](https://github.com/mozilla-mobile/android-components/compare/v8.0.0...v9.0.0) Loading