- 24 Oct, 2017 1 commit
-
-
Michael Goderbauer authored
* Without checking compatibility * ++ * ++ * ++ * more docs
-
- 23 Oct, 2017 7 commits
-
-
Yegor authored
* merge with Hans; address comments * merge material_localizations.dart
-
Greg Spencer authored
Revert "Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. (#12595)" (#12678) This reverts commit 67cf7918. Reverting because this causes scuba regressions that I'd like to address in another PR that is pending, but we'd like to roll Flutter.
-
-
Jason Simmons authored
-
Ian Hickson authored
-
Ian Hickson authored
This reverts commit 964a138d. It may (or may not) have caused a performance regression. Hard to say.
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Oct, 2017 2 commits
- 20 Oct, 2017 11 commits
-
-
Ian Hickson authored
This avoids some code duplication that existed before and will make further modifications easier.
-
Jason Simmons authored
-
Jason Simmons authored
-
Devon Carew authored
-
Hans Muller authored
-
Devon Carew authored
-
P.Y. Laligand authored
Also switched to relative paths for local packages.
-
xster authored
* create auto back button behaviour * cosmetic fidelity * tests * review * document new icon
-
amirh authored
This refactoring allows us to have SemanticsEvent object for events that are not associated with an accessibility node id. And allow https://github.com/flutter/flutter/pull/12594 to be a bit cleaner with a single place for accessibility channel documentation (the SemanticsEvent classes documentation).
-
xster authored
* Revert "BoxDecoration.borderRadius and RoundedRectangleBorder.borderRadius RTL (#12603)" This reverts commit 07908916. * Revert "Copy snapshot file into assets (#12523)" This reverts commit f6135107. * Revert "Add a rootNavigator option to Navigator.of (#12580)" This reverts commit 822084b2.
-
Ian Hickson authored
-
- 19 Oct, 2017 18 commits
-
-
xster authored
-
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
-