- 15 Jun, 2020 2 commits
-
-
Mozilla L10n Automation Bot authored
-
Mihai Branescu authored
This helps because we will always need the observer to be initiated, not only when the `openToBrowser` method gets called. Example: Opening a tab from the tab tray had it's own method for opening the browser, causing this to not be called.
-
- 13 Jun, 2020 3 commits
-
-
Jonathan Almeida authored
-
Jonathan Almeida authored
-
TejaswiKarasani authored
-
- 12 Jun, 2020 25 commits
-
-
Tiger Oakes authored
-
Tiger Oakes authored
-
Tiger Oakes authored
-
David Walsh authored
-
David Walsh authored
-
David Walsh authored
-
liuche authored
-
Arturo Mejia authored
-
Mark Hammond authored
The end result is that Android Studio can be used in Windows to build Fenix when using the "local publish" workflow managed by settings.gradle - android-components publishes automatically, although it's necessary to manually public application-services because it doesn't build on native Windows, only via WSL. So instead of trying to build it, it just prints a message indicating the manual build is necessary.
-
ekager authored
-
Tiger Oakes authored
-
Tiger Oakes authored
-
Tiger Oakes authored
-
Sawyer Blatz authored
-
Gabriel Luong authored
-
Sawyer Blatz authored
-
Sawyer Blatz authored
-
Sawyer Blatz authored
-
Elise Richards authored
-
person808 authored
-
mcarare authored
-
mcarare authored
-
mcarare authored
-
mcarare authored
-
mozilla-l10n-automation-bot authored
-
- 11 Jun, 2020 10 commits
-
-
Jeff Boek authored
-
Tiger Oakes authored
-
ekager authored
-
Sachin authored
for #11364 added a exception list for manufacturers violating strict mode policies on startup (#11407) for #11364 changed blackList -> exceptionList, added one plus to the list change magic strings into const Val
-
person808 authored
-
Mugurell authored
This was previously regressed by having the RecyclerViews for "recent" and "all" items put inside a HorizontalScrollView which would then prevent the RecyclerViews from actually scrolling, recycling, showing new items. As a quick solution that would keep the desired behavior the "all" items list is now a child of a RelativeLayout which will allow it to load all items at once and so all the share targets will be available to the user but which also means no recycling. The RecyclerView for the "recent" items uses a `RECENT_APPS_LIMIT = 6` so this does not need the same "fix" as all the items would fit the screen without any issue.
-
mcarare authored
-
Sawyer Blatz authored
-
person808 authored
-
Mozilla L10n Automation Bot authored
-