- 02 May, 2020 7 commits
-
-
engine-flutter-autoroll authored
86c0c54be Roll src/third_party/dart eca696c0268f..be1f85847fd5 (3 commits) (flutter/engine#18100) (#56187)
-
engine-flutter-autoroll authored
d0bcc6980 Roll src/third_party/skia 64964bb1150e..80cab814091d (1 commits) (flutter/engine#18099) (#56182)
-
engine-flutter-autoroll authored
edf65e286 Roll fuchsia/sdk/core/linux-amd64 from cIjMH... to Rp56G... (flutter/engine#18098) (#56177)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Shi-Hao Hong authored
* Run encode kn character encoding tool when gen_localizations is run * Add test that ensures *_kn.arb files are properly encoded/escaped in order to be checked in * Fix *_no.arb test to not incorrectly pass
-
Jonah Williams authored
Introduce BuildSystem.buildIncremental, which keeps an in-memory cache of timestamps instead of file hashes. This will be used to implement localization generation through the same build system API.
-
- 01 May, 2020 11 commits
-
-
Hans Muller authored
-
Jonah Williams authored
Ensure iOS and android builds can be correctly cached. Use the performance-measurement-file to verify that all targets were skipped on the second invocation. This is only run on the flutter_gallery build.
-
Jonah Williams authored
-
Greg Spencer authored
This adds an ExcludeFocus widget that prevents widgets in a subtree from having or obtaining focus. It also adds the ability for a FocusNode to conditionally prevent its children from being focusable when it isn't focusable (i.e. when canRequestFocus is false). It does this by adding an descendantsAreFocusable attribute to the FocusNode, which, when false, prevents the descendants of the node from being focusable (and removes focus from them if they are currently focused).
-
Daniel Iglesia authored
-
Greg Spencer authored
-
Jonah Williams authored
-
Ferhat authored
-
Jonah Williams authored
Avoid syncing unchanged versions of these files during hot restart/reload. This happens if the asset bundle needs to be built but produces identical manifests/licenses due to only asset contents changing
-
Kate Lovett authored
-
liyuqian authored
See https://github.com/flutter/flutter/issues/56135
-
- 30 Apr, 2020 3 commits
-
-
Jose Alba authored
-
Jonah Williams authored
Support bundling SkSL shaders into an android APK or appbundle via the --bundle-sksl-path command line options. If provided, these are validated for platform engine revision and then placed in flutter_assets/io.flutter.shaders.json
-
Ferhat authored
Change display mode of PWA default to standalone, update integration test manifest to new default
-
- 29 Apr, 2020 19 commits
-
-
Jonah Williams authored
The resident runner does not check if the ApplicationPackage is null when trying to stop the app. Update AndroidDevice.stopApp to handle this case by returning false. The package will be null when flutter attach is used.
-
Jonah Williams authored
-
Jonah Williams authored
-
Matt Mohandiss authored
Fixed #55858
-
Jonah Williams authored
-
Jenn Magder authored
-
Jonah Williams authored
-
Jonah Williams authored
Finishes the gradual vm service migration by deleting the flutter tooling's vm_service
-
Jonah Williams authored
Fixes the performance issue with tree-shake-icons and filters to ttf mime type. Does not change default or error behavior.
-
Jonah Williams authored
Constructing the WebDevices with the global logger too early will lead to them grabbing the StdoutLogger when running in daemon mode. This prevents IDEs from seeing the correct debug message.
-
Tom authored
-
engine-flutter-autoroll authored
-
Anthony authored
-
guylivneh authored
-
michaellee8 authored
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-