- 19 Oct, 2017 17 commits
-
-
Hans Muller authored
-
robertoscaramuzzi authored
-
amirh authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
* Make clean command top level Fixes https://github.com/flutter/flutter/issues/10783 * remove backwards
-
Chris Bracken authored
The libimobiledevice suite of tools do not include version information. A simple way to verify they meet our version requirements is to run idevice_id -l, which will fail when older versions are run against iOS devices with newer versions of iOS installed. Unfortunately, idevice_id -l will also fail when libimobiledevice is up to date, but the attached devices have never been paired with the host machine in Xcode. This patch updates the error message to help guide the user in such situations.
-
Greg Spencer authored
Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. There were a number of differences with the Material Design spec, including several different padding values and underline thickness. This corrects that so that the decorator is in line with the Material Design spec now. Also, the decorator properly handles changes to the textScaleFactor, where before it would not re-layout when needed, painting the cursor and underline incorrectly. The decorator also now properly animates helper, error, and hint text when the textScaleFactor or input decoration properties change. Helper text is now properly displayed in dense mode, as the spec shows. Before this change, it was never displayed in dense mode. Fixes #12485
-
Greg Spencer authored
Hixie pointed out that what I had before was resetting all of the MediaQuery values, not just textScaleFactor. This should fix that.
-
Alexander Aprelev authored
Syncing source files is not needed when host sends kernel file to the device.
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Todd Volkert authored
This aids in running the tests internally in Google since the libraries upon which tests depend and the test files themselves are defined separately.
-
P.Y. Laligand authored
-
Michael Goderbauer authored
Merge confliuct between #12605 and #12613
-
- 18 Oct, 2017 13 commits
-
-
Michael Goderbauer authored
* Oct 12 10:12am * implicit_semantics_test.dart passes * refactoring * works in nice * minor rename * more doc comments * to be explicit check better * fix test * ++ * ++ * semantics_9_test (BlockSemantics) and implicit_semantics_test are passing * doc updates * tiny refactor * fix static errors in tests * fix gesture detector * ++ * ++ * geometry * ++ * remove noGeometry * revert test * + * all tests but scrolling/clipping pass * clipping works * scrolling halfway * sliver tests pass * ALL TESTS PASS * SemanticsNode changed * docs and tiny fixes * card test * more doc comments * remove missed print * more tests * make test pass on Linux * remove changes to intellij proj file * review comments
-
Collin Jackson authored
-
Michael Goderbauer authored
* Make Tab take a widget as child This way you can override the semantics information of a Tab (see test). Fixes https://github.com/flutter/flutter/issues/12432 * more tests * review comments * review comment * doc nits * style fix
-
Mihail Slavchev authored
On iOS 11.0.x ideviceinfo fails with the following message ERROR: Could not connect to lockdownd, error code -3 This workaround should also work for #12330
-
Jason Simmons authored
libtxt's implementation of Paragraph.getBoxesForRange returns the full line height for all characters in a line. Blink had been returning a tighter enclosing rectangle for each individual character.
-
Adam Barth authored
This patch also makes it possible to create FLX files with no extension. Previously, the zip tool would add the ".zip" extension if the output file lacked an extension.
-
Ian Hickson authored
-
Sarah Zakarias authored
-
xster authored
-
xster authored
-
Ian Hickson authored
-
Jason Simmons authored
-
Jason Simmons authored
libtxt has different policies than Blink for trimming whitespace. This change will make the test results consistent in both text renderers.
-
- 17 Oct, 2017 8 commits
-
-
Collin Jackson authored
-
Ian Hickson authored
-
Alexander Aprelev authored
gen_snapshot loads all packages from single app kernel file.
-
Ian Hickson authored
This still is very limited in what it can lerp, but it sets the stage for arbitrary lerps later.
-
Adam Barth authored
If the flex is empty, there's no space in which to draw the overflow indicator, so we shouldn't bother trying to draw it. Fixes #12532
-
amirh authored
-
Hans Muller authored
-
xster authored
* add CupertinoIcons * Use new font name convention * review
-
- 16 Oct, 2017 2 commits
-
-
P.Y. Laligand authored
-
Alexander Aprelev authored
-