- 19 May, 2017 3 commits
-
-
Collin Jackson authored
-
Chris Bracken authored
Under android/ directory, ignore: GeneratedPluginRegistrant.java Under ios/ directory, ignore: GeneratedPluginRegistrant.h GeneratedPluginRegistrant.m Pods/
-
Collin Jackson authored
Fix sliver padding assertion failure that sometimes happens during startup because the app is temporarily built with zero size
-
- 18 May, 2017 5 commits
-
-
Hans Muller authored
-
xster authored
* first pass * improvements * extract terminal.dart * rebase * add default terminal to context * The analyzer wants the ../ imports in front of the ./ imports * review notes
-
Chris Bracken authored
-
mattsarett authored
* Add manual test for color space rendering behavior * Remove unneeded assets * Add test for color demo * Drag up to scroll down
-
Mikkel Nygaard Ravn authored
-
- 17 May, 2017 6 commits
-
-
Ian Hickson authored
Previously it was (arbitrarily?) set to 144.0 pixels wide.
-
Sarah Zakarias authored
-
xster authored
-
Todd Volkert authored
* Remove root restriction https://github.com/flutter/flutter/issues/9547 * Add back log msg
-
Ian Hickson authored
Instead just disable the slider. Fixes https://github.com/flutter/flutter/issues/10055
-
Ian Hickson authored
The slider never really made much sense and it violated UX guidelines. https://github.com/flutter/flutter/issues/4147
-
- 16 May, 2017 10 commits
-
-
Ian Hickson authored
Previously we used logical pixels. This made the accessibility metrics tiny on modern devices, since the OS works in physical units. Also add a bit more debugging info and some docs.
-
Adam Barth authored
Previously we threw an exception to require a non-null value. Now we just treat null as the common case of not stopping propagation.
-
Ian Hickson authored
-
Hans Muller authored
-
Ian Hickson authored
Rather than complain about these in a code review I figured I'd just fix them. :-)
-
Ian Hickson authored
-
stevemessick authored
-
Collin Jackson authored
-
Collin Jackson authored
Fixes #10106
-
Todd Volkert authored
For some reaosn, when we discovered our URI, we were re-instantiating the `Completer` instance variable whose future we listen to in `nextUri()`. This led to a race between a caller calling `nextUri()` and us discovering the URI. If we happened to discover our URI before a caller called `nextUri()`, then they would be left waiting on a future from the newly allocated `Completer` (which would never complete). Fixes #10064
-
- 15 May, 2017 10 commits
-
-
Ian Hickson authored
Requires https://github.com/flutter/engine/pull/3688
-
Ian Hickson authored
Also: * Make TextPainter.preferredLineHeight honour root fontSize * Remove bogus docs. * More aggressively track dirty state for RenderEditable. * Some tests.
-
xster authored
* blind wrote everything except the user prompt * works * Add some logical refinements * Make certificates unique and add more instructinos * print more info * Add test * use string is empty * review notes * some formatting around commands * add a newline
-
Jason Simmons authored
-
Adam Barth authored
-
-
Hans Muller authored
-
Mikkel Nygaard Ravn authored
-
Alexandre Ardhuin authored
* try use_to_and_as_if_applicable lint * address review comments
-
Alexandre Ardhuin authored
-
- 14 May, 2017 1 commit
-
-
Adam Barth authored
If the caller doesn't explicitly give the brightness of the primary color, we now estimate it using an algorithm from the Web Content Accessibility Guidelines. Also, this patch contains a function that converts RGB colors to HSVColors. I was originally going to use that, but the WCAG algorithm ended up seeming like a better choice. The patch still includes this function because it's generally useful. Fixes #5718
-
- 13 May, 2017 3 commits
-
-
Adam Barth authored
-
Alexandre Ardhuin authored
-
Adam Barth authored
Fixes #9989
-
- 12 May, 2017 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-