- 12 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 09 May, 2022 1 commit
-
-
Greg Spencer authored
When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part. Also, added menuBarMenuLabel for an accessibility label for menu bar menus. I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
-
- 04 May, 2022 1 commit
-
-
Zachary Anderson authored
-
- 28 Apr, 2022 1 commit
-
-
Phil Quitslund authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Apr, 2022 1 commit
-
-
Christopher Fujino authored
-
- 08 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 29 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 25 Feb, 2022 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 15 Feb, 2022 1 commit
-
-
Christopher Fujino authored
-
- 07 Jan, 2022 1 commit
-
-
Greg Spencer authored
Updates the platform shims in dev/manual_tests so that Windows and Linux can be built. I had to update the Windows shims, because I was unable to build a Windows app there. Also updates the analyze.dart script to report all license issues simultaneously instead of just dying after the first failure. The only substantive code changes are in dev/bots/analyze.dart and dev/bots/test/analyze_test.dart
-
- 15 Dec, 2021 2 commits
-
-
Paul Berry authored
-
Dan Field authored
-
- 14 Dec, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Dec, 2021 1 commit
-
-
Dan Field authored
-
- 19 Nov, 2021 1 commit
-
-
Ian Hickson authored
-
- 09 Nov, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit bfe9c598.
-
Greg Spencer authored
-
- 19 Oct, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 31e33647.
-
Greg Spencer authored
This change updates the platform runners in the benchmarks subdir. I've attempted to replace the entire group with new code as if the project were recreated with flutter create so that they don't become a Frankenstein of minor changes to make it work again, but just plain old generated code that can be replaced and updated in place.
-
- 04 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 01 Oct, 2021 1 commit
-
-
Christopher Fujino authored
-
- 27 Sep, 2021 1 commit
-
-
Daco Harkes authored
-
- 15 Sep, 2021 1 commit
-
-
Ian Hickson authored
-
- 30 Aug, 2021 1 commit
-
-
Kate Lovett authored
-
- 25 Aug, 2021 1 commit
-
-
Darren Austin authored
-
- 11 Aug, 2021 1 commit
-
-
Darren Austin authored
Added a check to the analyzer script to detect skipped tests that aren't commented. The comment following the `skip` parameter should include either a link to a github issue tracking the reenabling of the test, or a '[intended]' tag with a brief description of why the test should never be enabled for the given condition.
-
- 04 Aug, 2021 1 commit
-
-
Greg Spencer authored
This fixes how the sample analyzer handles missing_identifier errors. It was looking at the wrong line, and missing an else clause, so it was silently allowing missing_identifier errors to pass. In addition, this fixes the sample generation so that it uses the correct filename for the output files: it previously was looking for the first line that had a filename, which was meant to indicate a non-generated line. This change adds a new Line.generated constructor for generated lines, so that they can also have the correct filename associated with them.
-
- 03 Aug, 2021 2 commits
-
-
Jonah Williams authored
-
Greg Spencer authored
-
- 26 Jul, 2021 1 commit
-
-
Greg Spencer authored
Fixes a small problem with the analyze.dart script that fixes it so that it can be invoked from any directory, not just the Flutter root.
-
- 19 Jul, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 30 Jun, 2021 1 commit
- 28 Jun, 2021 1 commit
- 27 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 23 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Apr, 2021 2 commits
-
-
Jonah Williams authored
This reverts commit c2aa193c.
-
Jonah Williams authored
-