- 24 Jul, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 19 May, 2021 1 commit
-
-
Lau Ching Jun authored
-
- 12 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 12 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 20 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 4 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 17 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 16 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Feb, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] move gradle helper methods into AndroidBuilder class body, split unit tests (#75931)
-
- 11 Feb, 2021 1 commit
-
-
mx1up authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
Jonah Williams authored
Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
-
- 02 Feb, 2021 1 commit
-
-
Jonah Williams authored
= gets escaped into %3D which seems to be tripping up cmake on windows since % is a control character. Switch to base64 encoding, since this does not have % nor , in the output character set. This change is not trivially cherry pickable, and isn't tested on windows aside from my local, manual tests due to the planned CI work not being complete yet. Fixes #75017 Fixes #74705
-
- 29 Jan, 2021 1 commit
-
-
Jenn Magder authored
-
- 27 Jan, 2021 2 commits
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
Alexandre Ardhuin authored
-
- 07 Jan, 2021 1 commit
-
-
xster authored
-
- 03 Dec, 2020 1 commit
-
-
Jason Simmons authored
Create symlinks for local engine Maven metadata files required by the Android Gradle plugin (#71600)
-
- 02 Dec, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 01 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 23 Nov, 2020 1 commit
-
-
Amir Hardon authored
This reverts commit 8e73bab9.
-
- 20 Nov, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 13 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 11 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 19 Oct, 2020 3 commits
-
-
Jonah Williams authored
Remove devicelab specific code for shutting down gradle daemon, add --android-gradle-daemon option to build/run/drive`. Avoids need for un-tested devicelab specific handler. There are also some feature requests for this, so 2 birds one stone. Example: flutter build apk --no-android-gradle-daemon will pass --no-daemon on to gradle
-
Jonah Williams authored
This reverts commit ddab72e7.
-
Jonah Williams authored
Remove devicelab specific code for shutting down gradle daemon, add --android-gradle-daemon option to build/run/drive`. Avoids need for un-tested devicelab specific handler. There are also some feature requests for this, so 2 birds one stone. Example: flutter build apk --no-android-gradle-daemon will pass --no-daemon on to gradle
-
- 15 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Sep, 2020 1 commit
-
-
Jenn Magder authored
-
- 25 Sep, 2020 1 commit
-
-
knaeckeKami authored
Teach the flutter tool how to find android output files if the flavor contains uppercase letters (#66687) This changes the name of the generated output files on android in case a flavor with uppercase letters is used. Previously, the lowercased flavor name would be used for the apk/aab file. Now, the flavor name is used as-is.
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 27 Aug, 2020 1 commit
-
-
Jonah Williams authored
* [flutter_tools] add analytics to code size, add more testing * add gradle case * Update build_macos_test.dart * move analytics to code size tooling * Update analyze_size.dart * fix analysis
-