- 25 Feb, 2020 4 commits
-
-
MickeyMoz authored
-
MozLando authored
6054: Closes #6053: Register an account state persistence callback for offline migration recovery r=pocmo a=grigoryk This fixes a problem where an account state persistence callback was not registered during the recovery part of the offline fxa migration flow. This caused us to successfully migrate, but then migrate again and again (always successfully) upon application restart, since we wouldn't remember our own success. Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
MozLando authored
6055: For Fenix #8706: Add padding to web-ext menu item badge text r=Amejia481 a=psymoon https://github.com/mozilla-mobile/fenix/issues/8706 Co-authored-by:
Simon Chae <chaesmn@gmail.com>
-
MozLando authored
6005: Closes #5975: Make StreamingSessionStoreParser less strict. r=psymoon a=pocmo > Configure this parser to be be liberal in what it accepts. By default, this parser is strict and only accepts JSON as specified by RFC 4627. > https://developer.android.com/reference/android/util/JsonReader#setLenient(boolean) Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
- 24 Feb, 2020 29 commits
-
-
MozLando authored
6051: For Fenix #8524 - Use SwitchCompat for BrowserMenuImageSwitch r=psymoon a=ekager Co-authored-by:
ekager <ekager@mozilla.com>
-
Simon Chae authored
-
MozLando authored
5953: Closes #6027 Add support for video autoplay permissions r=Amejia481 a=Baron-Severin For Fenix#8411: fix crash in SitePermissionsFeature#updateSitePermissionsStatus 6050: Closes issue #6030: Set the default add-on icon when failing to fetch it r=csadilek a=Amejia481 Fixes https://github.com/mozilla-mobile/fenix/issues/8111#issuecomment-590220306 and https://github.com/mozilla-mobile/fenix/issues/8698 Co-authored-by:
Severin Rudie <srudie@mozilla.com> Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Grisha Kruglov authored
This fixes a problem where an account state persistence callback was not registered during the recovery part of the offline fxa migration flow. This caused us to successfully migrate, but then migrate again and again (always successfully) upon application restart, since we wouldn't remember our own success.
-
MozLando authored
6052: Closes #6015: Deny installing add-ons if built-in permissions required r=Amejia481 a=csadilek Just a fallback in case add-ons do ever land in our AMO collection with permissions of built-in extensions. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
6049: Document Facts emitted in support-migration README r=gabrielluong a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
ekager authored
-
MozLando authored
6037: For Fenix #5696 - Add share to selection action delegate r=pocmo a=ekager Co-authored-by:
ekager <ekager@mozilla.com>
-
ekager authored
-
Arturo Mejia authored
-
Arturo Mejia authored
-
Jonathan Almeida authored
-
MozLando authored
6046: Add changelog for breaking AutoPushFeature APIs [ci skip] r=rocketsroger a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
Jonathan Almeida authored
-
MozLando authored
6034: Closes #6011: Integrate DebuggerDelegate to support temporary extensions r=Amejia481 a=csadilek GeckoView calls us back now when a debug / temporary extension was installed so we can refresh the list of installed extensions to make sure action handlers are hooked up. We're gonna have to uninstall all extensions and call `listInstalledExtensions` again to re-install everything that is there now incl. the new temporary extension. This is fine as it's for debugging purposes only. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
5658: Issue #4925: Add support for scopes in AutoPushFeature and others r=grigoryk a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
Jonathan Almeida authored
We've cleaned up a lot of the code here to simplify our logic and also add the support needed for integrating WebPush with Gecko-based engines. - Avoid naming collisions between push and coroutine scopes. - Added new `subscribe` and `unsubscribe` APIs. - Added a simplified observer on the feature itself. - Removed APIs: `subscribeForType`, `unsubscribeForType`, `subscribeAll`. - Removed old `registerForPushMessages` and `registerForSubscriptions` - Removed the MessageBus implementation and the Bus API. - Removed the PushType enum and it's usages. - Updated `FxaPushSupportFeature` with the new APIs. - Added a random scope for individual devices that use `FxaPushSupportFeature`. - Added a lot more documentation through out all files touched. Partially unrelated changes: - Added Mockito nullable with Kotlin reified types.
-
Jonathan Almeida authored
-
Jonathan Almeida authored
-
MozLando authored
6042: Docs update (20200224-120753) [ci skip] r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
6043: GeckoView update (beta) (20200224-140505) r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
6000: Closes #5965: Migrate concept-tabstray and browser-tabstray to use browser-state. r=csadilek a=pocmo Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
Sebastian Kaspari authored
-
MozLando authored
6036: Import strings from android-l10n. r=jonalmeida a=mozilla-l10n-automation-bot n/t Co-authored-by:
Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com>
-
Mozilla L10n Automation Bot authored
-
- 23 Feb, 2020 4 commits
-
-
MozLando authored
6040: GeckoView update (nightly) (20200223-140643) r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MozLando authored
6038: Docs update (20200222-120814) [ci skip] r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
6039: GeckoView update (nightly) (20200222-140653) r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
- 22 Feb, 2020 2 commits
- 21 Feb, 2020 1 commit
-
-
Severin Rudie authored
-