- 13 Nov, 2019 1 commit
-
-
Jenn Magder authored
-
- 12 Nov, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Shi-Hao Hong authored
* Sort Localization generation output - When creating locales that were assumed from existing locales, the file that is used is non-deterministic. This adds a sort to the iterator to ensure that the same existing locale is used to generate the assumed locale - When generating material, cupertino and date localizations, the generated getters were not sorted. This introduces an alphabetic sort * remove main.dart.snapshot
-
- 11 Nov, 2019 2 commits
-
-
Shi-Hao Hong authored
* Add check for placeholders being an empty map * Remove unnecessary properties from en_ES.arb in the stocks example * Use getter instead of methods in the stocks example * Fixed "annotating types for function expression parameters" lint issue from generated localizations delegate code
-
Janice Collins authored
-
- 09 Nov, 2019 4 commits
-
-
Shi-Hao Hong authored
* Use raw string for l10n description * Stock app refresh
-
Jenn Magder authored
-
Ian Hickson authored
-
Greg Spencer authored
This adds support for the fn key on macOS. It adds it to the key mappings as a supplemental mapping that overwrites the one from the Chrome headers, since the chrome headers have a TODO, but no implementation of the key. Also, ignore the fn key entirely on macOS. This is because On macOS laptop keyboards, the fn key is used to generate home/end and f1-f12, but it ALSO generates a separate down/up event for the fn key itself. Other platforms hide the fn key, and just produce the key that it is combined with, so to keep it possible to write cross platform code that looks at which keys are pressed, the fn key is ignored.
-
- 08 Nov, 2019 9 commits
-
-
Collin Jackson authored
* Revert "Turn off docs upload temporarily (#44365) (#44413)" This reverts commit 8f2ea9d0. * Re enables docs upload
-
Jonah Williams authored
This reverts commit c1d029b8.
-
Jonah Williams authored
-
Jonah Williams authored
Removes multiple re-entrant calls of bundle and aot and replaces them with a single call to assemble. This restores full caching and will allow follow-up performance improvements when building multiple ABIs
-
Jonah Williams authored
-
Jonah Williams authored
-
Jenn Magder authored
-
Jonah Williams authored
This reverts commit e5d6d924.
-
Jonah Williams authored
-
- 07 Nov, 2019 5 commits
-
-
Collin Jackson authored
* Revert "Turn off docs upload temporarily (#44365)" This reverts commit 3dd67410. * show contents of firebase-debug.log
-
Emmanuel Garcia authored
-
xster authored
-
Greg Spencer authored
Turning off Docs upload temporarily until Firebase outage is over. Landing on red to fix the build.
-
Shi-Hao Hong authored
* Add pubspec.yaml comment * Add --help flag
-
- 06 Nov, 2019 5 commits
-
-
xster authored
-
Shi-Hao Hong authored
* Use l10n tool to generate stocks i18n files * Rename *_en_EN.arb to *_en_US.arb * Fix l10n script
-
chunhtai authored
-
xster authored
-
chunhtai authored
* added new lfecycle state * update * update
-
- 05 Nov, 2019 5 commits
-
-
Yegor authored
-
Shi-Hao Hong authored
*Starting with arb files in lib/l10n, the tool creates the following by default: 1. An AppLocalizations class containing: - an `AppLocalizationsDelegate` - a `supportedLocales` property that returns a list of all supported locales. - a `localizationsDelegate` property that returns a list containing this delegate along with `GlobalMaterialLocalizations.delegate`, `GlobalCupertinoLocalizations.delegate`, and `GlobalWidgetsLocalizations.delegate`. 2. One Dart `message_<locale>.dart` file for each arb file, as well as a `messages_all.dart` file that performs the locale message lookup. The tool infers the locale of each arb file from the @@Locale property or the arb file's name.
-
Jenn Magder authored
-
Emmanuel Garcia authored
-
Darren Austin authored
Added tests for the new Android heading semantic flag to android_semantics_testing.
-
- 02 Nov, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 01 Nov, 2019 5 commits
-
-
Emmanuel Garcia authored
-
Dan Field authored
-
Janice Collins authored
-
Emmanuel Garcia authored
This reverts commit 99cd4403.
-
Greg Spencer authored
This adds accessors for WidgetsBinding.instance.focusManager and WidgetsBinding.instance.focusManager.primaryFocus so that they can be more easily found in IDEs and accessed. This adds a top level getter for WidgetsBinding.instance.focusManager.primaryFocus called primaryFocus, and a static accessor FocusManager.instance that returns WidgetsBinding.instance.focusManager.
-