- 02 May, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit e5459942.
-
Jonah Williams authored
-
- 29 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 26 Apr, 2019 1 commit
-
-
Danny Tuppeny authored
* Allow adb stdout to contain the port number without failing * Add tests that port forwarder correctly responds to known ADB output
-
- 25 Apr, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 22 Apr, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 19 Apr, 2019 1 commit
-
-
Ben Konyi authored
* Added support for authentication codes for the VM service. Previously, a valid web socket connection would use the following URI: `ws://127.0.0.1/ws` Now, by default, the VM service requires a connection to be made with a URI similar to the following: `ws://127.0.0.1:8181/Ug_U0QVsqFs=/ws` where `Ug_U0QVsqFs` is an authentication code generated and shared by the service. This behavior can be disabled with the `--disable-service-auth-codes` flag.
-
- 27 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Mar, 2019 1 commit
-
-
Alexander Aprelev authored
* Use source list from the compiler to track invalidated files. * Revert accidental change * Fix first-time-seen-the-file logic * Fix/simplify invalidate logic now that we can rely on compiler to let us know what is the cut-off point for invalidation. * Update devfs mock to accommodate for new fields * Fix deleted files case * Analyzer found missing final
-
- 20 Mar, 2019 2 commits
-
-
Alexandre Ardhuin authored
* some space formattings * always use blocks in if-else if a block is used * format spaces in for and while * allow multiline if conditions * fix missing space
-
Lau Ching Jun authored
-
- 18 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Mar, 2019 2 commits
-
-
liyuqian authored
This is the accompanying change for https://github.com/flutter/engine/pull/8148 and it needs the engine PR to land first. For https://github.com/flutter/flutter/issues/813
-
liyuqian authored
Sorry that I missed the typo during the review of https://github.com/flutter/flutter/pull/29321
-
- 14 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Mar, 2019 1 commit
-
-
Dan Field authored
-
- 06 Mar, 2019 1 commit
-
-
Phil Quitslund authored
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 23 Feb, 2019 2 commits
-
-
Dan Field authored
* Allow for gradle downloading missing SDK assets if SDK licenses are present. * Improvements for windows testing
-
Stanislav Baranov authored
-
- 22 Feb, 2019 2 commits
-
-
Stanislav Baranov authored
-
- 21 Feb, 2019 2 commits
-
-
Dan Field authored
* Allow for gradle downloading missing SDK assets if SDK licenses are present. * Fix license path for missing sdkmanager * Cirrus re-run... * Fix condition check * rename props, add docs, rename method * fix tests after param changes * Fix weird path for flutter run and add tests * remove print, fix tests
-
Alexandre Ardhuin authored
-
- 16 Feb, 2019 1 commit
-
-
Stanislav Baranov authored
Revert "Add support for binary compression of dynamic patches by the flutter tool. (#27754)" (#28031) This reverts commit b47da6c2.
-
- 13 Feb, 2019 2 commits
-
-
KyleWong authored
This PR aims at several things: 1. Use pub_semver to check a version in pubspec.yaml meets the requirements specified in https://semver.org/. 2. Don't limit build-number/build-name as a fixed format. Instead, validate it according to the target(ios/android). 3. Make sure that build-number/build-name are always validated no matter it's specified by the `flutter command` or version in pubspec.yaml. Fixes #27589
-
KyleWong authored
* Make plugin path search logic use version check as a fallback. * In JetBrainsToolbox, Info.plist would be just some kind of wrapper, we need a double check before get the real one. * Use Regex to get content instead of `default command` to avoid error output as there could be no JetBrainsToolboxApp key/value for a normal Info.plist(Android Studio.)
-
- 12 Feb, 2019 1 commit
-
-
Stanislav Baranov authored
This reduces the typical dynamic patch size by more than 10x. Also see https://github.com/flutter/engine/pull/7777 for decompression support in the runtime.
-
- 09 Feb, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 08 Feb, 2019 1 commit
-
-
Michael Klimushyn authored
Try to detect Gradle error messages that hint at AndroidX problems, and warn in the logs about the potential problem and point to documentation on how to fix the issue. Unfortunately the Gradle errors based on this root issue are varied and project dependent. It's probably better to still leave the message intact in case the problem is unrelated. Also filters out the plugin warning message pending in flutter/plugins#1138. It's still valuable to add that for people on previous versions of Flutter, but this link should override that message for anyone on an up to date version of Flutter. #27106
-
- 06 Feb, 2019 1 commit
-
-
KyleWong authored
-
- 05 Feb, 2019 2 commits
- 30 Jan, 2019 1 commit
-
-
sjindel-google authored
-
- 29 Jan, 2019 2 commits
-
-
Alexandre Ardhuin authored
-
Chinmay Garde authored
-
- 26 Jan, 2019 1 commit
-
-
Jonah Williams authored
-