Commit Graph

18842 Commits

Author SHA1 Message Date
Jonah Williams
da4b5d68c4 [flutter_tools] support --split-debug-info option in android builds (#49650) 2020-02-05 17:45:24 -08:00
Jonah Williams
de7908f9e9 [flutter_tools] Reland flutter assemble for iOS (#50229) 2020-02-05 17:44:06 -08:00
Jonah Williams
91c342e213 [flutter_tools] force page refresh when hot restarting in profile/release mode (#50215) 2020-02-05 17:43:05 -08:00
creativecreatorormaybenot
e300c1a45a Docs: provide Guidance for SingleChildRenderObjectWidget implementations (#49993) 2020-02-05 17:43:02 -08:00
Gary Qian
3e1a124e0e Expose selectionHeightStyle and selectionWidthStyle on TextFields (#48917) 2020-02-05 17:38:03 -08:00
Jenn Magder
3aa7a80053 Replace ideviceinfo and idevice_id with xcdevice (#49854) 2020-02-05 17:37:25 -08:00
Jonah Williams
4d2ce7be2c Revert "[flutter_tools] Reland migrate xcode_backend.sh to flutter assemble (#50200)" (#50228)
This reverts commit 868b0e6d97.
2020-02-05 15:57:49 -08:00
creativecreatorormaybenot
cc7b886491 Docs: provide Guidance for MultiChildRenderObjectWidget implementations (#49994)
provide Guidance for MultiChildRenderObjectWidget implementations
2020-02-05 15:22:57 -08:00
Jonah Williams
868b0e6d97 [flutter_tools] Reland migrate xcode_backend.sh to flutter assemble (#50200) 2020-02-05 13:04:22 -08:00
Kate Lovett
1c15cd863b Fix Gold flake from gsutil fallback (#50149) 2020-02-05 11:03:02 -08:00
chunhtai
05eae42559 fix initial routes do not run secondary animation when pops (#47476) 2020-02-05 10:53:01 -08:00
Alexandre Ardhuin
94c7e823be remove unnecessary string escapes (#50096) 2020-02-05 08:00:32 +01:00
Dan Field
4b8efad99b Font subset in the tool (#49737) 2020-02-04 20:34:24 -08:00
Mehmet Oguz Derin
a4093edbcf Fix Path Separator in Service Workers (#50154) 2020-02-04 20:18:01 -08:00
Jenn Magder
4485a65e60 Add -destination generic/platform=iOS to "build ios-framework" xcodebuild (#50140) 2020-02-04 18:08:03 -08:00
Zachary Anderson
103b12fc11 [flutter_tools] Isolate userHomePath, other cleanups (#50125) 2020-02-04 18:03:03 -08:00
creativecreatorormaybenot
7467bde424 Add Gamepad support for the activation action (#49987) 2020-02-04 16:33:02 -08:00
Jonah Williams
52d5744ea2 Revert "[flutter_tools] Migrate xcode_backend.sh to flutter assemble (#49842)" (#50151)
This reverts commit c2353b2911.
2020-02-04 15:02:55 -08:00
Dan Field
ccf5d641c5 Fix stack filtering (#49956) 2020-02-04 14:23:03 -08:00
Jonah Williams
64b82f50ad [flutter_tools][web] serve dummy service_worker and manifest file in run mode (#50115) 2020-02-04 14:19:26 -08:00
Jonah Williams
c2353b2911 [flutter_tools] Migrate xcode_backend.sh to flutter assemble (#49842) 2020-02-04 14:19:08 -08:00
Jenn Magder
d00a39cbdd Remove dead code IMobileDevice.isWorking (#50084) 2020-02-04 14:18:20 -08:00
Jenn Magder
6e605f3fdc Run "build ios-framework" processes async (#49657) 2020-02-04 14:17:53 -08:00
Emmanuel Garcia
9b3e1639db Revert "Reland: Skia gold driver test (#49905)" (#50127)
This reverts commit e03f439145.
2020-02-04 13:28:55 -08:00
Zachary Anderson
a301878b54 [flutter_tools] Small addition to the readme about testing (#50051) 2020-02-04 08:19:59 -08:00
Mehmet Fidanboylu
0c5ae7d656 Use the FlutterVersion defined in context (#50040) 2020-02-03 20:43:02 -08:00
Chris Bracken
b236465bed Revert "Track lastKnownRemoteTextEditingValue separately from received data (#49406)" (#50082)
This change broke some internal tests that set the text editing value to
the same thing (the empty string) twice in a row. Note that in that
case, the developer had subclassed EditableTextState and overridden the
updateEditingValue method, which may or may not be relevant to the
failure.

This reverts commit 83d4d63a71.
2020-02-03 20:40:10 -08:00
Dan Field
26619b3c35 Reland #49925 (#50071)
* Reland "Fix custom Elements that wants to decorate State.build (#49925)" (#50068)"

This reverts commit 62fdcb0319.

Updates stack filtering for new frames in stateful element
2020-02-03 20:39:49 -08:00
Jonah Williams
50eeda2495 [flutter_tools] fix frontend server generated entrypoint (#50036) 2020-02-03 20:38:03 -08:00
Jenn Magder
62fdcb0319 Revert "Fix custom Elements that wants to decorate State.build (#49925)" (#50068)
This reverts commit a1143d174f.
2020-02-03 16:42:47 -08:00
Zachary Anderson
ef62d53222 [flutter_tools] Fix crash on null Android apiVersion (#50029) 2020-02-03 14:48:02 -08:00
creativecreatorormaybenot
abf4e1617d Docs (RenderObject): minor fix and link to more information (#49992) 2020-02-03 14:43:02 -08:00
Remi Rousselet
a1143d174f Fix custom Elements that wants to decorate State.build (#49925) 2020-02-03 14:38:07 -08:00
Bogdan Lukin
9e9e741672 fix cupertino selection handle paint with transparent color (#49910) 2020-02-03 14:38:04 -08:00
Jonah Williams
b24bca1383 [flutter_tools] add missing period to end of filter (#50038) 2020-02-03 14:33:08 -08:00
Zachary Anderson
390ed1cd81 [flutter_tools] Move homeDirPath to FileSystemUtils (#49909) 2020-02-03 14:33:03 -08:00
Jonah Williams
068fa84c5b [flutter_driver] document caveats with driver method (#50017) 2020-02-03 10:57:28 -08:00
Shi-Hao Hong
e10df3c1a6 Step 1.5 of 3: AboutDialog uses scrollable AlertDialog (#49913) 2020-01-31 19:23:01 -08:00
Dan Field
8600d2305e Image provider fix (#49920)
* Fix image provider missing early return

* test

* comments

* whitespace, another comment
2020-01-31 19:19:48 -08:00
Dan Field
a1aa3c5b3d Reland elide long tree walks (#49891) 2020-01-31 19:18:03 -08:00
Cristian Zazo
306c23fd36 [web] Fix typo apple-mobile-web-app-status-bar-style (#49894) 2020-01-31 15:38:02 -08:00
Hans Muller
bf4cde74e1 Clarified AppBar toolbar layout API docs (#49583) 2020-01-31 15:33:01 -08:00
Emmanuel Garcia
e03f439145 Reland: Skia gold driver test (#49905) 2020-01-31 14:50:50 -08:00
Kate Lovett
8b600032ee Fixing constraints.precedingScrollExtent passed to SliverPadding child (#49433) 2020-01-31 12:58:03 -08:00
Kate Lovett
bc8bfb10f8 Exposing inner controller of NestedScrollView (#49004) 2020-01-31 12:53:03 -08:00
chunhtai
2dc71a343f reland Refactors global key duplication detection (#49896)
* reland "Refactors global key duplication detection (#46183)"

This reverts commit d2b66dbfcf.

* fix test
2020-01-31 12:51:42 -08:00
Zachary Anderson
2c51efef29 [flutter_tools] Make Config context-free (#49834) 2020-01-31 12:51:20 -08:00
Emmanuel Garcia
1eb5bb653c Revert "Use skia golden files in driver test (#49750)" (#49900) 2020-01-31 12:14:08 -08:00
Emmanuel Garcia
a50743f658 Use skia golden files in driver test (#49750) 2020-01-31 11:05:29 -08:00
Prerak Mann
688948b778 switching channel prompts to run flutter upgrade (#49511) 2020-01-31 09:33:29 -08:00