- 28 May, 2020 1 commit
-
-
Mozilla L10n Automation Bot authored
-
- 27 May, 2020 13 commits
-
-
David Walsh authored
-
David Walsh authored
-
David Walsh authored
-
David Walsh authored
-
David Walsh authored
-
David Walsh authored
-
David Walsh authored
-
David Walsh authored
-
mcarare authored
Also remove text margin to maintain visual appearance.
-
mcarare authored
-
Mugurell authored
It is possible that after migration users would already have Firefox PWAs on their screen. Since they already know about this functionality, we should not promote it to them with the one-off `FirstTimePwaFragment`. To query installed PWAs we'll use an API available only on Android >= 26 which means that we will probably have half of users with PWAs still see the onboarding but half which will not.
-
Sebastian Kaspari authored
-
Mozilla L10n Automation Bot authored
-
- 26 May, 2020 4 commits
-
-
Roger Yang authored
-
moz://aTiger Oakes authored
-
Simon Chae authored
-
Mozilla L10n Automation Bot authored
-
- 25 May, 2020 8 commits
-
-
mcarare authored
-
mcarare authored
-
mcarare authored
-
mcarare authored
-
Sebastian Kaspari authored
-
Mugurell authored
This comes to resolve a small regression in which they were opened in new custom tab.
-
Mozilla L10n Automation Bot authored
-
Jonathan Almeida authored
-
- 22 May, 2020 9 commits
-
-
Grisha Kruglov authored
Problem was that we were trying to process menu changes (in response to account manager events) on some background thread as that's what account manager emits them on, so some code internally in PopupWindow's dismiss handling (i think, didn't dig very deeply here) was silently giving up and we'd get into a bad state. The reason this seemingly only happened if you quickly opened a menu on startup is because account manager isn't initialized until sometime after the startup finished. So the trick was to open the menu (and register account manager state callbacks) before it got initialized, so that the callbacks are invoked. This should also reproduce in other, much more obscure ways, e.g. if you open the menu right before sync is scheduled to run in the background, change FxA password on another connected client, and then eventually receive a onAuthenticationProblem callback.
-
David Walsh authored
-
Sawyer Blatz authored
-
Mozilla L10n Automation Bot authored
-
sraturi authored
touch listener was blocking the scroll
-
sraturi authored
-
sraturi authored
-
sraturi authored
-
sraturi authored
-
- 21 May, 2020 5 commits