You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🚒 Bug fixed [issue #9351] Camera images are available even with "Don't keep activities" enabled.
17
24
@@ -31,6 +38,31 @@ permalink: /changelog/
31
38
* 🚒 Bug fixed [issue #9229](https://github.com/mozilla-mobile/android-components/issues/9229) - Dismiss SelectLoginPrompt from the current tab when opening a new one ensuring the new one can show it's own. When returning to the previous tab users should focus a login field to see the SelectLoginPrompt again.
32
39
* PromptFeature now implements UserInteractionHandler.onBackPressed to dismiss loginPicker.
33
40
41
+
***browser-session**
42
+
* 🚒 Bug fixed [issue #9445](https://github.com/mozilla-mobile/android-components/issues/9445) - LinkEngineSessionAction does not consider restoreState result.
43
+
44
+
***feature-contextmenu**
45
+
* 🌟 New functionality [issue #9392](https://github.com/mozilla-mobile/android-components/issues/9392) - Add share and copy link context menu options to images.
46
+
47
+
***feature-customtabs**
48
+
* ⚠️ **This is a breaking change**: Multiple breaking changes after migrating `feature-customtabs` to use the browser store, `CustomTabIntentProcessor` requires `AddCustomTabUseCase`, `CustomTabsToolbarFeature` requires the `BrowserStore` and `CustomTabsUseCases` for more details see [issue #4257](https://github.com/mozilla-mobile/android-components/issues/4257).
49
+
50
+
***feature-intent**
51
+
* ⚠️ **This is a breaking change**: Multiple breaking changes after migrating `feature-intent` to use the browser store, `TabIntentProcessor` requires `TabsUseCases` and removes the `openNewTab` parameter, for more details see [issue #4279](https://github.com/mozilla-mobile/android-components/issues/4279).
52
+
53
+
***feature-tabs**
54
+
* ⚠️ **This is a breaking change**: `TabsUseCases` now requires `SessionStorage` for more info see [issue #9323](https://github.com/mozilla-mobile/android-components/issues/9323).
55
+
56
+
***browser-icons**
57
+
* 🚒 Bug fixed [issue #7888](https://github.com/mozilla-mobile/android-components/issues/7888) - Fixed crash when fetching icon with invalid URI scheme.
58
+
59
+
***feature-media**
60
+
* 🚒 Bug fixed [issue #9243](https://github.com/mozilla-mobile/android-components/issues/9243) - Pausing YouTube Video for A While Causes Media Notification to Disappear.
61
+
* 🚒 Bug fixed [issue #9254](https://github.com/mozilla-mobile/android-components/issues/9254) - Headphone control does not pause or play video.
62
+
63
+
***support-webextensions**
64
+
* 🚒 Bug fixed [issue #9210](https://github.com/mozilla-mobile/android-components/issues/9210) - White page shown in custom tab when ublock blocks page.
65
+
34
66
***feature-downloads**:
35
67
* Allow browsers to change the download notification accent color by providing `Style()` in `AbstractFetchDownloadService`, for more information see [#9299](https://github.com/mozilla-mobile/android-components/issues/9299).
36
68
@@ -58,8 +90,9 @@ permalink: /changelog/
58
90
***support-base**
59
91
* 🌟 Add an `ActivityResultHandler` for features that want to consume the result.
* 🌟 Added a new `ActivityDelegate` for handling intent requests from the engine.
95
+
* ⚠️ **This is a breaking change**: `EngineSessionState`.`toJSON()` has been removed for more details see [issue #8370](https://github.com/mozilla-mobile/android-components/issues/8370).
63
96
64
97
***browser-engine-gecko(-nightly)**
65
98
* Added `GeckoActivityDelegate` for the GeckoView `activityDelegate`.
0 commit comments