jcollins-g
e9541729a3
Update dartdoc to v0.18.1 and fix API readme ( #16080 )
...
* Update dartdoc to v0.18.1 and fix API readme, borrowing from docs.flutter.io
2018-03-30 12:19:44 -07:00
Alexander Aprelev
71bd094806
Roll engine. ( #16087 )
...
Changes since last roll:
```
ec1e96864 Revert pub roll from recent dart roll. (#4904 )
ac552fba4 Port flutter content handler to FIDL2. (#4903 )
94cdd8103 Roll dart. (#4902 )
af63732de Support `Path.addCircle` (#4783 )
564c6a5a9 Add hint to use ninja with goma (#4894 )
```
```
2018-03-30 08:35:48 -07:00
Chris Bracken
1d067220da
Roll engine to 9af82c5a1a79ae02477db13e721c8365f31a4840 ( #16088 )
...
Includes:
* libtxt: move to the next run if the current run ends before the start of the line block (flutter/engine#4891 )
* Rolled Dart SDK to e3051175192c83fafa3636c0f16d804734bb285a (flutter/engine#4877 )
2018-03-29 22:14:04 -07:00
Todd Volkert
8d6673dcf0
Revert "Make sure flutter update-packages --verify-only
has a non-zero exit code ( #15962 )" ( #16089 )
...
This reverts commit cfda7a65487dbad44bbeeca1516f84b7166bded6.
2018-03-29 21:34:31 -07:00
Jonah Williams
cfda7a6548
Make sure flutter update-packages --verify-only
has a non-zero exit code ( #15962 )
...
* make sure --verify-only logs error messages and fix typo
* ensure non zero exit code
* undo random pubspec change
2018-03-29 20:34:49 -07:00
Jason Simmons
b4274ef685
URL encode asset paths to support reserved characters in paths ( #16046 )
...
Fixes https://github.com/flutter/flutter/issues/14864
2018-03-29 13:47:35 -07:00
Mikkel Nygaard Ravn
29eebcbe88
Remove flaky flag from non-flaky test ( #16075 )
2018-03-29 22:02:29 +02:00
Michael Goderbauer
35a7f43749
Fix FAB Tooltip semantics label ( #16072 )
2018-03-29 15:37:05 -04:00
Jonah Williams
69f0c839d2
Address comments from #5714 ( #15886 )
...
* add simple test case for passing shadow color through physical layer
* Update physical_model_test.dart
add newline
2018-03-29 11:05:03 -07:00
najeira
464109c0e7
AppBar shows CloseButton even on custom PageRoute ( #15643 )
...
* AppBar accepts custom PageRoute
* remove unused import
* update AUTHORS
2018-03-29 10:36:03 -07:00
Todd Volkert
f69d125954
Move Cache.flutterRoot initialization up sooner ( #16057 )
...
It's required to be set before we detect local engine.
Was broken by #15984
2018-03-29 09:16:34 -07:00
Hans Muller
8e97807671
Support for disabling TextField, TextFormField ( #16027 )
2018-03-29 07:28:22 -07:00
Ralph Bergmann
895707324d
improve Flutter build commands ( #15788 )
...
add --buildNumber and --buildName to flutter build like
flutter build apk --buildNumber=42 --buildName=1.0.42
2018-03-29 05:58:31 -07:00
Todd Volkert
2c898f6813
Remove writelnStderr ( #16058 )
...
Paying off technical debt...
2018-03-29 05:55:32 -07:00
xster
cab8242f27
Revert "Re-enable usage of TransformLayers with text in RenderListWheelViewport ( #15625 )" ( #16042 )
...
This reverts commit 1f5d904182f866102fe40a3e640863f9888783e7.
2018-03-28 18:58:19 -07:00
xster
4565395693
Let iOS auto-signing tool handle Googler scenario ( #16010 )
...
* Let iOS auto-signing tool handle Googler scenario
* Forgot to update tests
2018-03-28 18:58:06 -07:00
xster
fb37bd1323
Revert "Let travis test archiving per commit too" ( #16050 )
...
* Revert "Roll engine to 6473f1b106485cb0b4ea569af383173daeef8895 (#16032 )"
This reverts commit 844ced010a19e7375e246f6d3f001bdc0d7305fd.
* Revert "Let travis test archiving per commit too (#16004 )"
This reverts commit df5905f3823acaf5596bad909d27a66b3b5f9c70.
2018-03-28 18:31:27 -07:00
Chris Bracken
844ced010a
Roll engine to 6473f1b106485cb0b4ea569af383173daeef8895 ( #16032 )
...
Includes:
* Use newer Skia API for constructing mask blur filters (flutter/engine#4875 )
* Retry fixing vulkan include (flutter/engine#4874 )
2018-03-28 17:25:12 -07:00
xster
df5905f382
Let travis test archiving per commit too ( #16004 )
2018-03-28 16:40:26 -07:00
Mikkel Nygaard Ravn
77403ba6ec
Experiment to understand test flakiness ( #15872 )
2018-03-29 00:24:05 +02:00
Todd Volkert
f8058d7fb2
Make AppContext API not be prone to Future oddities ( #16034 )
...
Follow-up comments to #15984
2018-03-28 15:17:29 -07:00
Alexander Aprelev
bffae21571
Again move mockito to 300plus2 ( #15981 )
...
* Revert "Revert "Move mockito to 3.0.0-alpha. (#15949 )" (#15979 )"
This reverts commit e59651f925917ed44a9bf27c37e80fc9992c0890.
* More thenReturn to thenAnswer when mocking Futures
* Revert "More thenReturn to thenAnswer when mocking Futures"
This reverts commit 194d2cf41754ad171efd6bb5898cf73bce5a75ab as we are reverting engine roll.
* Revert "Revert "More thenReturn to thenAnswer when mocking Futures""
This reverts commit 52c9e96b304b220f66d78a252fccea0c8e0ef24c.
* Add dependency override
* Fix issue
2018-03-28 12:07:12 -07:00
Todd Volkert
31049a5a73
Mark test as non-flaky now that it's been fixed ( #16033 )
2018-03-28 10:58:48 -07:00
Todd Volkert
8d11f5c763
Make AppContext immutable and race-free ( #15984 )
...
This updates AppContext per the recommendations in #15352
Fixes #15352
2018-03-28 10:58:28 -07:00
Hans Muller
4226bff789
Updated memory_nav_test with FlutterDriver.scrollUntilVisible() ( #16009 )
2018-03-28 10:33:13 -07:00
Stanislav Baranov
c5288c7346
Support for decimal and signed numeric keyboard ( #15846 )
...
* Support for decimal and signed numeric keyboard
* Comments
* Rebase.
* Roll engine to dd6f46c485192f4506035088c9065b9f5dbba9ab
2018-03-28 08:32:27 -07:00
Hans Muller
0eec5ad0ad
Fixed an uninitialized bool in the gallery FAB demo ( #16012 )
2018-03-28 07:50:00 -07:00
Chris Bracken
39eeec47d6
Apply Mockito-related type fixes ( #16002 )
...
Type-related fixes in flutter_driver and fuchsia_remote_debug_protocol
tests.
2018-03-27 15:27:24 -07:00
Chris Bracken
040fbd2947
Roll engine to 3e877d371a359097d7af28aa6e85026fa2318baa ( #15992 )
...
Includes:
* Remove declaration for undefined GPUSurfaceGL::SelectPixelConfig (flutter/engine#4857 )
* Vulkan swap chain setup no longer uses GrPixelConfig and doesn't incl…
* Revert dart roll 20180322 (flutter/engine#4855 )
* Roll back pub upgrade. (flutter/engine#4854 )
* Roll flutter 20180322a (flutter/engine#4852 )
* Document Window.defaultRouteName a little better. (flutter/engine#4851 )
* Roll dart to 95e9e890a9 (flutter/engine#4850 )
2018-03-27 14:54:52 -07:00
Chris Bracken
40bcdf40ef
Roll engine to 01be4c6017f98532eea2456ea422e2c285e219c8 ( #15990 )
...
Includes:
* Fix GPUSurfaceGL includes on Linux (flutter/engine#4849 )
* Slightly improve the docs for the internal _futurize method (flutter/engine#4847 )
* Fix supported color type check on iOS simulators (flutter/engine#4846 )
* Fix GPUSurfaceGL includes on macOS (flutter/engine#4844 )
* Handle Apple-specific GLES headers (flutter/engine#4843 )
* [fuchsia] Fix up includes of Zircon headers (flutter/engine#4842 )
* VulkanSurface and GPUSurfaceGL no longer use GrPixelConfig (flutter/engine#4814 )
2018-03-27 13:48:51 -07:00
Hans Muller
a0099a9016
Make gallery tests more robust ( #15957 )
2018-03-27 13:39:30 -07:00
Hans Muller
8ca99327f9
Corrected default tab indicator color ( #15959 )
2018-03-27 13:39:05 -07:00
Chris Bracken
eb9fc2baf9
Roll engine to e102ae3d28eace7f350ece188187c2566920e654 ( #15988 )
...
Includes:
* Roll Skia (flutter/engine#4841 )
2018-03-27 13:23:56 -07:00
Chris Bracken
9c9162e560
Roll engine to 2114a88b5ee0c5240f2aec6cde164798d00b61b4 ( #15987 )
...
Includes:
* Provide asset lookup key on ios (flutter/engine#4817 )
* Load kernel files from the script URI in the isolate create callback (flutter/engine#4828 )
* Remove some unneeded profiling flags (flutter/engine#4827 )
* Remove the canvas save/restore calls in Paragraph::Paint (flutter/engine#4822 )
2018-03-27 13:22:34 -07:00
Ian Hickson
171f94d179
Update gallery about box. ( #15954 )
2018-03-27 11:59:02 -07:00
Chris Bracken
49c87d010c
Revert "Roll engine to version dd6f46c485192f4506035088c9065b9f5dbba9ab ( #15885 )" ( #15980 )
...
This caused a test failure in the integration_ui_ios devicelab test.
```
stdout: [ +3 ms] 00:02 [32m+0[0m: end-to-end test Ensure keyboard dismissal resizes the view to original size[0m
stdout: [+8129 ms] 00:11 [32m+0[0m[31m -1[0m: end-to-end test Ensure keyboard dismissal resizes the view to original size [1m[31m[E][0m[0m
stdout: [ +5 ms] DriverError: Failed to fulfill Tap: Flutter application not responding
stdout: [ ] Original error: TimeoutException after 0:00:07.500000: Future not completed
stdout: [ ] Original stack trace:
stdout: [ ] #0 FlutterDriver._sendCommand (package:flutter_driver/src/driver/driver.dart:324:18)
stdout: [ ]
stdout: [ ] #1 FlutterDriver.tap (package:flutter_driver/src/driver/driver.dart:368:11)
stdout: [ ]
stdout: [ ] #2 main.. (file:///[... snip ...]/flutter/dev/integration_tests/ui/test_driver/keyboard_resize_test.dart:34:20)
```
This reverts commit 067be92ae8fe2e82529c4b23db8df58d05028558.
2018-03-27 10:57:50 -07:00
Alexander Aprelev
e59651f925
Revert "Move mockito to 3.0.0-alpha. ( #15949 )" ( #15979 )
...
This reverts commit a7e6225820719eec08ae3c79ce73ebeb8ec33523 as there are failing tests.
2018-03-27 10:38:20 -07:00
Alexander Aprelev
a7e6225820
Move mockito to 3.0.0-alpha. ( #15949 )
...
* Move mockito to 3.0.0-alpha.
This is needed so it matches mockito version used internally.
* Pick up +2 for the fixes
* Fix whenReturn in fuchsia_remote_debug_protocol
* more thenReturn becomes thenAnswer
* more thenReturn becomes thenAnswer
* more thenReturn becomes thenAnswer
2018-03-27 10:05:16 -07:00
Siva
067be92ae8
Roll engine to version dd6f46c485192f4506035088c9065b9f5dbba9ab ( #15885 )
...
Roll engine to version dd6f46c485192f4506035088c9065b9f5dbba9ab
2018-03-26 22:16:48 -07:00
Zachary Anderson
d15cc57b7f
[fuchsia] Fix package/flutter BUILD.gn deps ( #15951 )
2018-03-26 14:03:31 -07:00
Stanislav Baranov
d3abf174be
Removed obsolete step in for rolling a new engine
2018-03-26 13:58:51 -07:00
Greg Spencer
2171fcb882
Address post-submit comments for sliders ( #15836 )
...
* Address post-submit comments
* Added dispose protection for the animation controllers.
2018-03-25 00:04:24 -07:00
Greg Spencer
a6d8ca2980
Post submit review changes for chip ( #15835 )
2018-03-24 17:55:40 -07:00
Jonah Williams
e91683942c
Update AndroidManifest to include screenLayout|density in config changes ( #15871 )
...
* android templates should add density and screenLayout to config changes
* update the rest of the manifests
2018-03-24 12:38:42 -07:00
Alexander Aprelev
af74a7253b
Send relative uri when target physical file path is specified. ( #15887 )
2018-03-23 19:18:39 -07:00
Sam Rawlins
2eebf6a0f1
Remove tear-off mocking in refresh_test ( #15869 )
...
* Remove tear-off mocking in refresh_test
* Comments
* Analyzer fix
* Final final final final mushroom mushroom!
* Fix for Dart 1 AND Dart 2 semantics; anonymous closure over tear-off
* Final final
2018-03-23 18:19:50 -07:00
Hans Muller
3fd0423a11
Marked flutter_gallery_instrumentation_test flaky ( #15891 )
2018-03-23 18:16:44 -07:00
Yegor
e9cf950006
CONTRIBUTING.md: updates for Dart 2; move parts to flutter/engine ( #15874 )
...
* CONTRIBUTING.md: updates for Dart 2; move parts to flutter/engine
* address comments
2018-03-23 17:51:41 -07:00
xster
03683bf638
Add more doc linking the material and cupertino refresh controls ( #15842 )
...
* Add more doc linking the material and cupertino refresh controls
* review
2018-03-23 15:10:17 -07:00
Hans Muller
3a93061e9e
Extended Floating Action Button ( #15841 )
2018-03-23 14:40:18 -07:00