- 22 Aug, 2019 1 commit
-
-
Jenn Magder authored
-
- 20 Aug, 2019 2 commits
-
-
Zachary Anderson authored
-
Jenn Magder authored
-
- 17 Aug, 2019 1 commit
-
-
Todd Volkert authored
We were using the `defaults` command-line utility to parse Plist files, but it was never supported by Apple, and it appears that in an upcoming OS release, it will be less likely to work: > WARNING: The defaults command will be changed in an upcoming > major release to only operate on preferences domains. General > plist manipulation utilities will be folded into a different > command-line program. Fixes https://github.com/flutter/flutter/issues/37701
-
- 16 Aug, 2019 3 commits
-
-
Andri Jasinski authored
-
Jonah Williams authored
-
- 15 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 12 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 10 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Aug, 2019 1 commit
-
-
Christopher Fujino authored
-
- 06 Aug, 2019 1 commit
-
-
sjindel-google authored
This PR contains the tests for flutter/engine#10186.
-
- 31 Jul, 2019 2 commits
-
-
Jonah Williams authored
-
Jenn Magder authored
Build number (part after +) is documented as optional, use entire app version if not present (#37036)
-
- 30 Jul, 2019 1 commit
-
-
Jenn Magder authored
-
- 29 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 19 Jul, 2019 2 commits
-
-
Christopher Fujino authored
-
Dan Field authored
-
- 18 Jul, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 17 Jul, 2019 1 commit
-
-
Christopher Fujino authored
* add failing tests * fix tests * be more specific with try-catch * add further mocking to get tests to pass again * fix analyzer failure
-
- 16 Jul, 2019 3 commits
-
-
Todd Volkert authored
Slight cleanup of file locations in flutter_tools to make it easier to see which files are responsible for data reporting.
-
Christopher Fujino authored
This reverts commit 5501a1c1.
-
sjindel-google authored
## Description Instead of detaching from the spawned App process on the device immediately, keep the LLDB client connection open (in autopilot mode) until the App quits or the server connection is lost. This replicates the behavior of Xcode, which also keeps a debugger attached to the App after launching it. ## Tests This change will be covered by all running benchmarks (which are launched via "flutter run"/"flutter drive"), and probably be covered by all tests as well. I also tested the workflow locally -- including cases where the App or Flutter CLI is terminated first. ## Breaking Change I don't believe this should introduce any breaking changes. The LLDB client automatically exits when the app dies or the device is disconnected, so there shouldn't even be any user-visible changes to the behavior of the tool (besides the output of "-v").
-
- 15 Jul, 2019 1 commit
-
-
Christopher Fujino authored
This updates the flutter tool cache to download binary files for ideviceinstaller, ios-deploy, libimobiledevice, and dynamically linked dependencies from Flutter's GCP bucket.
-
- 12 Jul, 2019 2 commits
-
-
Christopher Fujino authored
This reverts commit 14d489ad.
-
Christopher Fujino authored
This updates the flutter tool to cache binary files for ideviceinstaller, ios-deploy, libimobiledevice, and dynamically linked dependencies from Flutter's GCP bucket.
-
- 11 Jul, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit d200dc15.
-
sjindel-google authored
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-
- 26 Jun, 2019 1 commit
-
-
Danny Tuppeny authored
* Add emulatorId to Android and iOS emulator devices * Update docs * Review tweaks * Add tests for AndroidConsole for getting avd names * Remove unused import * Remove duplicated header * Fix imports
-
- 24 Jun, 2019 1 commit
-
-
Danny Tuppeny authored
-
- 19 Jun, 2019 1 commit
-
-
Danny Tuppeny authored
-
- 18 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 11 Jun, 2019 2 commits
-
-
Emmanuel Garcia authored
This is done via `flutter build bundle`. As a consequence, this PR introduces a new way to disable analytics via the `FLUTTER_SUPPRESS_ANALYTICS` env flag.
-
- 10 Jun, 2019 2 commits
-
-
Jenn Magder authored
Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#34167) Updates the Podfile template to use the CocoaPod disable_input_output_paths installation option which prevents the [CP] Embed Pods Frameworks build phase from outputting the Flutter.framework files.
-
Emmanuel Garcia authored
* Gradle generates ELF shared libraries instead of AOT snapshots. * `flutter build apk/appbundle` supports multiple `--target-platform` and defaults to `android-arm` and `android-arm64`. * `flutter build apk` now has a flag called `--split-per-abi`.
-
- 09 Jun, 2019 2 commits
-
-
Jonah Williams authored
Revert "Generate ELF shared libraries and allow multi-abi libs in APKs and App bundles (#33696)" (#34121)
-
Emmanuel Garcia authored
* Gradle generates ELF shared libraries instead of AOT snapshots. * `flutter build apk/appbundle` supports multiple `--target-platform` and defaults to `android-arm` and `android-arm64`. * `flutter build apk` now has a flag called `--split-per-abi`.
-
- 08 Jun, 2019 1 commit
-
-
Jonah Williams authored
-