- 11 Sep, 2019 6 commits
-
-
MickeyMoz authored
-
MozLando authored
4376: Bump A-S to 0.38.2: no breaking changes r=pocmo a=grigoryk Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
MozLando authored
4374: Closes #4290: Add PromptRequest to browser-state r=pocmo a=csadilek Same as for `Download` and `HitResult` consumables. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
MozLando authored
4375: Proper 'matches' permission for webchannel extension manifest r=jonalmeida a=grigoryk FxA URL was mistyped in #4221 :( ### After merge - [ ] **Milestone**: Make sure issues closed by this pull request are added to the [milestone](https://github.com/mozilla-mobile/android-components/milestones) of the version currently in development. - [ ] **Breaking Changes**: If this is a breaking change, please push a draft PR on [Reference Browser](https://github.com/mozilla-mobile/reference-browser ) to address the breaking issues. Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
Grisha Kruglov authored
-
MozLando authored
4362: Add Gitter badge to README [ci skip] r=NotWoods a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
- 10 Sep, 2019 25 commits
-
-
Grisha Kruglov authored
-
MozLando authored
3949: Issue #2295 - Convert WebNotification to Notification r=jonalmeida a=NotWoods Adds a new data class for [web notifications](https://developer.mozilla.org/en-US/docs/Web/API/Notification), and a method to convert it to an Android notification (not to actually send the notification, yet). ### Pull Request checklist <!-- Before submitting the PR, please address each item --> - [x] **Quality**: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended) - [x] **Tests**: This PR includes thorough tests or an explanation of why it does not - [ ] **Changelog**: This PR includes [a changelog entry](https://github.com/mozilla-mobile/android-components/blob/master/docs/changelog.md) or does not need one - [x] **Accessibility**: The code in this PR follows [accessibility best practices](https://github.com/mozilla-mobile/shared-docs/blob/master/android/accessibility_guide.md) or does not include any user facing features ### After merge - [ ] **Milestone**: Make sure issues closed by this pull request are added to the [milestone](https://github.com/mozilla-mobile/android-components/milestones ) of the version currently in development. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
MozLando authored
4373: PWA: Don't use white nav bar below Oreo r=rocketsroger a=NotWoods Below Oreo, white navigation bars just look like a giant white rectangle since we can't darken the button colors. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
MozLando authored
4357: Closes #4300: Add lib-crash BreadCrumb Support to README doc r=pocmo a=rocketsroger Co-authored-by:
Roger Yang <royang@mozilla.com>
-
Roger Yang authored
-
MozLando authored
4366: Issue #4353: MediaStateMachine: Lower state update delay to 100ms. r=Amejia481 a=pocmo A quick fix that makes it feel less laggy. I did some measurements on various devices. See issue #4353. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
4372: Rename isPWA to isInstallable r=Amejia481 a=NotWoods I'm worried about confusion between a tab that can be installed as a web app vs a session opened as a PWA inside `ExternalAppBrowserFragment`. This hasn't been integrated into Fenix just yet so let's rename it. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
Tiger Oakes authored
-
Tiger Oakes authored
-
Tiger Oakes authored
-
MozLando authored
4367: Public Suffix List update (20190910-141614) r=pocmo a=MickeyMoz 4368: GeckoView update (nightly) (20190910-141620) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
4364: Docs update (20190910-121409) [ci skip] r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Sebastian Kaspari authored
-
MozLando authored
4344: Enable Gecko scalars exfiltration in engine-gecko r=Dexterp37 a=Dexterp37 This enables exfiltrating Gecko scalars defined in Gecko in products using both engine-gecko and the Glean SDK. This needs the new parsers from mozilla/glean_parser#96 Co-authored-by:
Alessio Placitelli <alessio.placitelli@gmail.com>
-
Sebastian Kaspari authored
-
Alessio Placitelli authored
This enables exfiltrating Gecko scalars defined in Gecko in products using both engine-gecko and the Glean SDK.
-
Sebastian Kaspari authored
-
MickeyMoz authored
-
MozLando authored
4358: Closes #4348: Empty toolbar after switching from custom tab to browser r=pocmo a=csadilek Pretty much exactly as described in https://github.com/mozilla-mobile/android-components/issues/4348#issuecomment-529508578 . We need to update our store to move the tab from the custom tab list to the regular tab list. I decided to re-use our existing events (Remove, Add) instead of introducing a new one, as it's technically two different reducers having to handle it. I've verified that this fixes the issues in Fenix (and r-b). Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
MozLando authored
4363: Closes #4349: Align default tracking protection policies with Firefox Desktop policies. r=pocmo a=Amejia481 Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
Firefox Desktop policies.
-
Jonathan Almeida authored
-
- 09 Sep, 2019 9 commits
-
-
MozLando authored
4351: Closes #4161: Make MediaState extension methods visible for consuming apps. r=csadilek a=pocmo 4360: Closes #4350: Allow for a missing `action` param in FxA auth flows r=jonalmeida a=grigoryk It's possible that `action` parameter may be missing. This patch adds handling for that case, and tests for the interceptor (which were missing entirely) that cover all combinations. Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com> Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
Grisha Kruglov authored
It's possible that `action` parameter may be missing. This patch adds handling for that case, and tests for the interceptor (which were missing entirely) that cover all combinations.
-
MozLando authored
4329: For #4113. Add extension method for creating service `PendingIntent`. r=rocketsroger a=dector Co-authored-by:
Denys M <dector9@gmail.com>
-
Denys M authored
-
Christian Sadilek authored
-
Sebastian Kaspari authored
-
MozLando authored
4346: GeckoView update (nightly) (20190909-141055) r=pocmo a=MickeyMoz 4347: GeckoView update (beta) (20190909-141143) r=pocmo a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-