- 12 Jun, 2020 21 commits
-
-
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 12 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
-
Tiger Oakes authored
-
Tiger Oakes authored
-
- 10 Jun, 2020 7 commits
-
-
Jeff Boek authored
Co-authored-by:
person808 <kainaluh808@gmail.com>
-
Elise Richards authored
* Set edit text listeners * Set clearable icons and change with error states * Clear text buttons show and hide * Move error checks to afterTextChanged. Refactor. Remove unused color.
-
Tiger Oakes authored
-
Tiger Oakes authored
-
Christian Sadilek authored
-
MickeyMoz authored
-
ValentinTimisica authored
-