- 18 Oct, 2018 8 commits
-
-
Michael Klimushyn authored
Fixes flutter/flutter#22062
-
Hans Muller authored
Make it possible to disable TextField's default handlers for tap and long press. If enableInteractiveSelection is false then taps no longer move the text caret and long-press no longer selects text and shows the cut/copy/paste menu. Accessibility is similarly limited.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/cc2ec365b738...104f0572802c git log cc2ec365b738..104f0572802c --no-merges --oneline 104f05728 Roll src/third_party/skia dd254486280d..a64e4eeaa357 (1 commits) (flutter/engine#6588) 9a981eace Roll src/third_party/skia 48ee86f818fb..dd254486280d (2 commits) (flutter/engine#6587) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
Alexandre Ardhuin authored
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/8cc49cac3b4a...cc2ec365b738 git log 8cc49cac3b4a..cc2ec365b738 --no-merges --oneline cc2ec365b Roll src/third_party/skia 5deda2e93055..48ee86f818fb (3 commits) (flutter/engine#6585) 31557d0c7 Roll src/third_party/skia 928db927f7fc..5deda2e93055 (6 commits) (flutter/engine#6584) 607c05c93 Run all supported host unit tests on Cirrus. (flutter/engine#6575) 979de076b Add a CountDownLatch to fml with tests. (flutter/engine#6574) 705738fd7 Roll src/third_party/skia 3a0c66da5fc2..928db927f7fc (5 commits) (flutter/engine#6573) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
liyuqian authored
And update goldens. git log 04c860fa1dba..8cc49cac3b4a --no-merges --oneline 8cc49cac3 Ensure that the isolate shutdown callback occurs in an isolate scope. (flutter/engine#6572) 04a1ffa42 Roll src/third_party/skia cb65ce7f77c9..3a0c66da5fc2 (10 commits) (flutter/engine#6571) 35340ceaf Pass full locale list with script and variant codes to framework (flutter/engine#6557)
-
-
- 17 Oct, 2018 10 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/08272ee6aa33...04c860fa1dba git log 08272ee6aa33..04c860fa1dba --no-merges --oneline 04c860fa1 Revert "Roll Dart to ac6d4f7e653deba11d4836768376537893a9e9d6. (#6549)" (flutter/engine#6568) ef2ea1213 Roll src/third_party/skia 5b90b84085cf..cb65ce7f77c9 (8 commits) (flutter/engine#6567) 065246eed Roll src/third_party/skia 483536c242f3..5b90b84085cf (3 commits) (flutter/engine#6566) b0008ca39 Roll src/third_party/skia 583161c09a3b..483536c242f3 (2 commits) (flutter/engine#6565) e22da7c70 Roll src/third_party/skia 0a8faf3f557d..583161c09a3b (1 commits) (flutter/engine#6564) 915f5e01a Roll src/third_party/skia f831b64ed40e..0a8faf3f557d (5 commits) (flutter/engine#6563) ad0fbd5d4 Roll src/third_party/skia c9092eb46754..f831b64ed40e (14 commits) (flutter/engine#6561) 6697d9dde Update @animation dartdoc directives to current api (flutter/engine#6552) 10f9cab4c Ensure that the platform view is created and destroyed when running the shell unittests. (flutter/engine#6560) df5f4207a Roll src/third_party/skia 3d99b1e347be..c9092eb46754 (10 commits) (flutter/engine#6559) 215c14694 Roll src/third_party/skia 1349ec4de78c..3d99b1e347be (3 commits) (flutter/engine#6556) fc376dd53 Roll src/third_party/skia a583a06f831e..1349ec4de78c (1 commits) (flutter/engine#6555) 2dbbb2a9a Roll src/third_party/skia 198b87e5be20..a583a06f831e (5 commits) (flutter/engine#6554) 126e61d34 Roll src/third_party/skia b3067e8e1b6e..198b87e5be20 (2 commits) (flutter/engine#6553) 2cd79d14a Roll src/third_party/skia 4b7b2ceb4ad9..b3067e8e1b6e (1 commits) (flutter/engine#6551) 62cd86c5a Advertise iOS Observatory port over mDNS/Bonjour (flutter/engine#6533) 26f437f37 Fix crash when removeViewImmediate invoked from platform view (flutter/engine#6266) aed6b8c46 Roll Dart to ac6d4f7e653deba11d4836768376537893a9e9d6. (flutter/engine#6549) 3ba6270b2 Roll src/third_party/skia 921ec976556c..4b7b2ceb4ad9 (14 commits) (flutter/engine#6550) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
Sebastian Roth authored
Simple convenience function if users create flutter projects in custom folder structures and but want to specify a custom project name.
-
Michael Klimushyn authored
`FlutterDevice.views` is limited by a filter. Pipe this filter up as an option for the commands that instantiate `FlutterDevice`s. This is the first change necessary for the CLI tooling to target specific isolates (#22009). More work needs to be done after this patch. * Isolate names are dynamically generated and change every restart. * This just filters views, not background isolates (`VMService.isolates`).
-
Jacob Richman authored
Dispatch a Flutter.Navigation event each time navigation occurs.
-
Jacob Richman authored
--track-widget-creation=false to --track-widget-creation=true but not when switching from --track-widget-creation=true to --track-widget-creation=false due to the surprising behavior of Gradle @Optional inputs.
-
Alexandre Ardhuin authored
-
Dwayne Slater authored
If the scroll is out of range for any reason (for instance, changing scroll physics or manually messing with scroll position), the spring simulation causes the scroll position to slingshot towards the end. Also, before this change, `end` was unused.
-
Alexandre Ardhuin authored
* enable lint prefer_void_to_null * replace last Null by void
-
Hans Muller authored
-
- 16 Oct, 2018 19 commits
-
-
Philip authored
* Added sample code for BottomNavigationBar widget [#21136] * bottomnavigationbaritems made single line
-
Hans Muller authored
-
Hans Muller authored
-
Janice Collins authored
-
Jonah Williams authored
-
jslavitz authored
* Fix form field validate method being called if form field is disabled
-
Francisco Magdaleno authored
Behavior remains the same for multiline TextFields. This behavior already happens on iOS and Android, but not desktop. #23014
-
Dan Field authored
* Make it easier to Add2App for iOS * Use local engine if xcconfig says so * newline
-
Max Bittker authored
* fix Curves.bounceInOut * assert maximum slope
-
Alexandre Ardhuin authored
* Future<void> main * Future<void>.delayed * prefer_void_to_Null * address review comments
-
Ryan Macnak authored
aed6b8c46 Roll Dart to ac6d4f7e653deba11d4836768376537893a9e9d6. (#6549) 3ba6270b2 Roll src/third_party/skia 921ec976556c..4b7b2ceb4ad9 (14 commits) (#6550)
-
jslavitz authored
* add onLongPressUp geasture which is fired when a long-press ends
-
escamoteur authored
If `items` or `onChanged` is null the button will be disabled, the down arrow will be grayed out, and the new `disabledHint` will be shown (if provided).
-
Amir Hardon authored
Before this PR AndroidView's gestureRecognizers field was a list of gesture recognizers. This was problematic as when the widget was rebuilt with the same gesture recognizer instances we would try to re-join the recognizers to a gesture arena team and crash (as a OneSeqeunceGestureRecognizer team can only be set once). With this change, we instead take a set of factories. This allows AndroidView to create the gesture recognizers just before adding them to the team, and thus be sure that they are only added once to a team. The factories are identified by the type of the object they create, this allows AndroidView to know when it is given an equivalent set of gesture recognizer factories, and do nothing in that case.
-
Mehmet Fidanboylu authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/32f417db0d56...08272ee6aa33 git log 32f417db0d56..08272ee6aa33 --no-merges --oneline 08272ee6a Allow specifying custom toolchains and sysroots for host builds. (flutter/engine#6548) c6456570a Roll src/third_party/skia c6a17104ad68..921ec976556c (31 commits) (flutter/engine#6546) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
Jacob Richman authored
This reverts commit bf92d7f2.
-
- 15 Oct, 2018 3 commits
-
-
Gary Qian authored
* Add support for shadows in text. * Use dart:ui Shadow as base class for Shadows * Update lerp definition * Roll engine 3ffa3629523..84fe4a9f7e24e4 - Text Shadows and update goldens for skia roll. git log 50c2e69daff4e207c54e463d2304139985c7511c..32f417db0d566d354605305cb29c251276fa65ee --oneline --no-merges 32f417db0 Roll tonic to 077be256142ede39a271385907faadf4fcc62a4d. (#6541) 4ee77256c Revert "Roll Dart to 1f4dfce179c8f05c9e48759300a15e671b88cc10 (#6515)" (#6537) 964acafeb Roll src/third_party/skia 646d917d3c71..c6a17104ad68 (1 commits) (#6536) d4bae4ca4 Roll src/third_party/skia 2b2c00f6ec36..646d917d3c71 (1 commits) (#6535) ff93ccf47 Roll src/third_party/skia 681692726fc0..2b2c00f6ec36 (1 commits) (#6534) a4161c895 Roll src/third_party/skia 23775a2e9736..681692726fc0 (1 commits) (#6532) 116072e46 Roll src/third_party/skia 7435f2553f53..23775a2e9736 (1 commits) (#6531) ef0b0f6e9 Roll src/third_party/skia bc7a51e79c5b..7435f2553f53 (1 commits) (#6530) f46b7b971 Roll src/third_party/skia b28db529c866..bc7a51e79c5b (1 commits) (#6529) 9033c3902 Roll src/third_party/skia 7e67041a1428..b28db529c866 (1 commits) (#6528) e6887a412 Add missing imports for unicode/utf16.h (#6524) 1242f6dfe Roll src/third_party/skia d38382d060ca..7e67041a1428 (2 commits) (#6527) a1bbea77c Add a no-op platform view layer. (#6505) 2bb3afad8 Roll src/third_party/skia 21bd60daa3f3..d38382d060ca (10 commits) (#6526) 75e875240 Fix the Mac embedder build (#6525) 436f9707b Add version check for dismissable (#6522) 7767c785b Provide a default GL function resolver in the embedder (#6523) 32841dd89 Case-insensitive matching of family names for custom fonts (#6519) a9076c7e6 Roll src/third_party/skia 419709dbb167..21bd60daa3f3 (11 commits) (#6520) f2e7441b5 An API for loading fonts from a buffer provided by the application (#6508) 05aac0f27 fix ResourceExtractor npe. (#6461) cf5a2a145 Roll src/third_party/skia b27a9cf2f4a8..419709dbb167 (16 commits) (#6517) 84fe4a9f7 Re-revert invalid line height tests (#6516) 5f529566c Add support for text shadows (#6385) e44c10c96 Reland "Share engine layers with the framework" (#6412) (#6468) ba0449971 Roll Dart to 1f4dfce179c8f05c9e48759300a15e671b88cc10 (#6515)
-
Jacob Richman authored
-
Hans Muller authored
TextTheme.apply was incorrectly applying displayColor to the TextTheme's headline, title, subhead, body1, and body2 TextStyle colors. In all cases it should have been bodyColor.
-