- 10 Jan, 2019 1 commit
-
-
Stanislav Baranov authored
Before this change, rolling back a patch relied on deleting the patch file from the server completely. This PR implements a more reliable approach where developer needs to create a physical rollback patch file. This is more robust to mistakenly taking down a patch from user devices.
-
- 09 Jan, 2019 19 commits
-
-
Marco Scannadinari authored
-
Tim Sneath authored
-
Andrew Davies authored
When setting the Fuchsia logging function, it should happen before any initialization code, as init can still cause warning/error/info messages to get printed to logs. Since the default stderr/stdout fd's aren't correct, this can cause a program to crash for unclear reasons.
-
Dan Field authored
* update docs for editable_text (TextField) * typo, clarify behavior when lines > 1
-
Dan Field authored
* Check for bad configuration in Xcode10
-
matthew-carroll authored
-
kongshanshan33 authored
Fix project directory has spaces lead to compile error when use 'flutter create -t module'command (#23817)
-
Sean Freiburg authored
The variable isn't interpolating because it's using "${}" when ruby uses "#{}".
-
jslavitz authored
* the onStart callback will report the location of the pointer where it wins the gesture arena by default instead of the pointer down location. Fixes all tests related to changing this default value.
-
jxltom authored
* Remove *.lock from gitignore * Remove pubspec.lock from gitignore
-
Jonah Williams authored
-
Jonah Williams authored
-
KyleWong authored
-
Danny Tuppeny authored
* Add source line to snippet metadata * Parse sourceLine as an int
-
Dan Field authored
-
Dan Field authored
-
KyleWong authored
-
Ben Konyi authored
https://github.com/flutter/engine/compare/7112b72cc229...e5ec3cf3ea5c git log 7112b72cc229e05d36716c3d7739885d3ffa72e6..e5ec3cf3ea5ce78c6c3116271601f60d30a799d4 --no-merges --oneline e5ec3cf3e Dart SDK roll for 2019-01-08 08c95d27a Roll src/third_party/skia 55ff5d3ba881..1337f5b85978 (10 commits) (flutter/engine#7407) e385f5cbb Roll src/third_party/skia 26d173fee72b..55ff5d3ba881 (12 commits) (flutter/engine#7406) 0f8273b0c Dart SDK roll for 2019-01-07 4036b260a Reset ParagraphBuilder after build() (flutter/engine#7401) 4820cbec4 Dart SDK roll for 2019-01-07 8eccb860d Add onStart hook to FlutterFragmentActivity (flutter/engine#6719) f2ea838b3 Roll src/third_party/skia b2fdcbf3033f..26d173fee72b (10 commits) (flutter/engine#7400) 5ca8aadaa Announce in/out of list (flutter/engine#6918) 4487d392d Replace Java code with equivalent, more concise code. (flutter/engine#7398) 395b7852d Roll src/third_party/skia 46ee3f7a8ff5..b2fdcbf3033f (11 commits) (flutter/engine#7394) 5965f9084 Make `ParagraphConstraints` have const constructor (flutter/engine#7346) e02dd416a Roll src/third_party/skia a47eb455360f..46ee3f7a8ff5 (2 commits) (flutter/engine#7390) f0038b3cc Roll src/third_party/skia 3ac3a4053f86..a47eb455360f (2 commits) (flutter/engine#7389)
-
Ben Konyi authored
-
- 08 Jan, 2019 14 commits
-
-
Michael Goderbauer authored
-
Hans Muller authored
* Force DatePicker value to stay within firstDate and lastDate upon year change * updated per review feedback
-
Jonah Williams authored
* Revert "Replace netls and netaddr with dev_finder (#26090)" This reverts commit eee154af.
-
Devon Carew authored
-
Jonah Williams authored
-
Mehmet Fidanboylu authored
-
Ian Hickson authored
Looks like the bot is working as we want, so I don't need to be cc'ed on all of the closures any more.
-
Marco Scannadinari authored
* Add Robert Penner’s easing functions These easing functions are the most popular functions in use on the web and other platforms. Including them in Flutter will encourage users to create more engaging and attractive animations.
-
Jonah Williams authored
Adds avatarBorder property to SelectableChipAttributes and uses the outer path to draw the darkened layer.
-
Danny Tuppeny authored
-
Jonah Williams authored
-
Hans Muller authored
-
Mary authored
-
- 07 Jan, 2019 6 commits
-
-
jslavitz authored
* Adds start behavior option to the drag gesture recognizer and makes it the default option when a drag gesture recognizer is created. Also fixes all the tests to work correctly with the new default behavior.
-
Alexandre Ardhuin authored
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
Florian Huonder authored
-
Michael Goderbauer authored
-