Ian Hickson
2c4ec1c9c2
Avoid self-referential imports. ( #11045 )
...
And add a test to verify we don't do this again.
2017-06-30 14:42:22 -07:00
Todd Volkert
f02e9acc33
Add known physical device that would otherwise look like an emulator ( #11056 )
...
https://github.com/flutter/flutter/issues/10203
2017-06-30 13:48:24 -07:00
Chris Bracken
c1c1522591
Make _createSnapshot private, depfilePath required ( #11054 )
...
* Only one call to createSnapshot exists, and it's in the same library.
* Eliminate conditional logic around the presence of depfilePath, the
only existing call always passes a non-null depfilePath.
2017-06-30 12:48:12 -07:00
xster
c1e3b75cc2
Verbose cocoapods output if error or flutter is verbose ( #11048 )
...
* Output verbose cocoapods output when pod install has an error or if flutter build/run is in -v
* remove repeated stdout
2017-06-30 11:17:48 -07:00
Hans Muller
e5009e8827
Updated sample catalog templates and app summaries ( #11052 )
2017-06-30 10:29:59 -07:00
Sarah Zakarias
a48fd13184
Fix path in doc script ( #11050 )
2017-06-30 10:53:36 +02:00
Jacob Richman
9dab22684a
More toStringDeep and toString tests. ( #11028 )
2017-06-29 18:57:21 -07:00
Brian Slesinsky
6841ab22be
Add --name and --plain-name to 'flutter test' ( #11020 )
...
This adds a way to run only a subset of the tests.
(The new flags do the same thing as 'pub run test'.)
2017-06-29 17:26:19 -07:00
xster
0a915d6faf
let the year picker start at the current date instead of the first date ( #11042 )
2017-06-29 17:13:36 -07:00
Alexander Aprelev
d9ca775f40
Roll engine dependency forward ( #11046 )
2017-06-29 15:42:53 -07:00
Devon Carew
94e14f0c5a
increase the timeout for service discovery ( #10965 )
...
* increase the timeout for service discovery
* remove the timeout for discovering service ports
2017-06-29 14:35:20 -07:00
xster
be228eae78
Add a dev mode doctor check ( #11023 )
2017-06-29 11:54:18 -07:00
Hans Muller
3045c289ea
Fix sample page generator: add the commit arg ( #11038 )
2017-06-29 11:22:22 -07:00
Hans Muller
3d6e36d056
Updates Sample Catalog v0.0 ( #11022 )
2017-06-29 10:44:45 -07:00
Michael Thomsen
0f726490e1
Update MainActivity.kt.tmpl ( #11033 )
...
Remove terminating semicolons; they are causing an "code inspection warning" in Android Studio:
```
This inspection reports redundant semicolon (';') token which is not required in Kotlin and may be removed.
```
2017-06-29 16:38:25 +02:00
Mikkel Nygaard Ravn
021a9ee2a2
Fix bug in prev commit ( #11030 )
2017-06-29 12:19:45 +02:00
Mikkel Nygaard Ravn
030abfd49a
Provide user feedback on slow Gradle operations ( #11015 )
2017-06-29 11:54:03 +02:00
Mikkel Nygaard Ravn
a106f504c7
Make flutter drive await app reinstall ( #11029 )
2017-06-29 11:23:27 +02:00
Mikkel Nygaard Ravn
1731a16d81
Make consistent use of gradle wrapper ( #10993 )
2017-06-29 09:48:01 +02:00
Ian Hickson
5279563071
Keep-alive for widgets in lazy lists ( #11010 )
2017-06-28 14:06:40 -07:00
xster
57746f38c0
Guess sign iOS with the first certificate when running in machine mode ( #10870 )
...
* Guess sign with the first certificate when multiple are available in machine mode
* review
2017-06-28 13:33:14 -07:00
Chris Bracken
a41e354a55
Emit CocoaPods output if pod install fails ( #11018 )
...
In the case where the CocoaPods 'pod install' step fails, emit its
stdout to provide any potentially-useful error messages to the user.
2017-06-28 11:58:06 -07:00
Ian Hickson
cb4a54db8f
The documentation will continue until morale improves ( #10978 )
2017-06-27 16:19:59 -07:00
Todd Volkert
f5f795c2f2
Revert "Re-enable coverage and docs uploading ( #11005 )" ( #11006 )
...
This reverts commit b800654ad5991d0c4cca34f347af03e65a6dc0be.
2017-06-27 15:14:37 -07:00
Todd Volkert
b800654ad5
Re-enable coverage and docs uploading ( #11005 )
...
This time, do so in Travis' sudo-enabled environment,
which is said to be less prone to networking issues.
It also means we'll run in an env with 7.5GB of RAM
instead of 4GB or RAM (at the cost of about 45 seconds
of extra boot-up time).
https://github.com/flutter/flutter/issues/10940
2017-06-27 15:09:08 -07:00
Ian Hickson
50924fb7db
Revert "Re-enable coverage and docs uploading ( #10995 )" ( #10999 )
...
This reverts commit aa904a580a34c277c963f7b0b06ccc983517640e.
2017-06-27 12:31:37 -07:00
Todd Volkert
aa904a580a
Re-enable coverage and docs uploading ( #10995 )
...
Fixes #10940
2017-06-27 12:24:49 -07:00
Jacob Richman
76a50fe0ca
Switch existings tests to use equalsIgnoringHashCodes and add more tests. ( #10954 )
...
* Switch existings tests to use equalsIgnoringHashCodes and add more tests.
2017-06-27 10:44:35 -07:00
Jacob Richman
70d3a62125
Use defaultTargetPlatform instead of Platform.operatingSystem for ImageProvider. ( #10986 )
...
* Use defaultTargetPlatform instead of Platform.operatingSystem for ImageProvider.
Add convenience helper to make it easier to display a short string for
an enums value.
* Add comment linking to issue.
2017-06-27 09:13:35 -07:00
Alexander Aprelev
86e6ffeed4
Rev up the engine dependency ( #10988 )
2017-06-26 21:03:32 -07:00
Yegor
a4a276b71a
rev engine (38b3e89) and Dart SDK (1.24.2) ( #10985 )
2017-06-26 18:08:56 -07:00
Chris Bracken
bb732b4655
Add tests for xcodeVersionSatisfactory ( #10981 )
...
And fix a typo in a test description.
2017-06-26 14:34:44 -07:00
Chris Bracken
e04907a48b
Ensure Xcode major, minor version always return non-null ( #10980 )
...
Previously, xcodeMajorVersion and xcodeMinorVersion returned null unless
xcodeVersionSatisfactory had been called first. We now compute them on
demand, and cache the resultant values.
2017-06-26 13:37:59 -07:00
Chris Bracken
5141c1e8e9
Add test for unknown Xcode version string ( #10979 )
...
Also, correct an existing test description.
2017-06-26 13:11:49 -07:00
Ian Hickson
dbb734ddb5
More documentation. ( #10953 )
...
Applies comments I missed from https://github.com/flutter/flutter/pull/10904 .
2017-06-26 12:05:49 -07:00
gspencergoog
ddf25d23fe
Enabling StrokeJoin for paths and rectangles. ( #10742 )
...
* Prefix and Suffix support for TextFields
* Adding Tests
* Removing spurious newline.
* Fixing a small problem with the test
* Code review changes
* Code Review Changes
* Review Changes
* Export the new StrokeJoin enum
* Added example for line styles, and enabled line join styles.
* Reverting inadvertent change to main.dart.
* Updated due to code review of engine code
* Removed example.
2017-06-26 11:26:46 -07:00
Ian Hickson
dbe038ef6c
Make this (working) test more verbose ( #10973 )
...
...so that we can compare it to the not-working test next to it.
2017-06-26 11:19:11 -07:00
Michael Goderbauer
13edb3209d
Add Windows support to CONTRIBUTING.md ( #10956 )
2017-06-26 09:47:05 -07:00
Mikkel Nygaard Ravn
c5999c74c0
Add gradle wrapper to project template ( #10928 )
2017-06-26 12:47:43 +02:00
Sarah Zakarias
d97b13b5fd
Add objc doc to the dartdoc output ( #10905 )
2017-06-26 12:15:24 +02:00
Devon Carew
f946171817
update our build bot exclusions ( #10964 )
2017-06-25 21:17:39 -07:00
Yegor
148565eed5
check existence of task files ( #10959 )
2017-06-23 22:12:30 -07:00
Chris Bracken
2ebb9e5dc6
Use ProcessManager for Xcode tool invocations ( #10955 )
...
1. Run all Xcode tool invocations through ProcessManager, which allows
us to mock out failures, etc. for tests.
2. Add said tests.
2017-06-23 18:50:27 -07:00
Ian Hickson
bbea0c3d1a
enable routing_test in devicelab ( #10958 )
2017-06-23 18:13:40 -07:00
Ian Hickson
d131a8df42
Fix --keep-app-running default and make devicelab verboser ( #10957 )
2017-06-23 18:09:37 -07:00
Chris Bracken
845c1b7f01
Re-land Lazily initialise Xcode installation status ( #10952 )
...
This reverts commit 3e265e9e423392373a171be3d1303ebca1f4c7a4.
Rather than pre-compute Xcode install path, version, and EULA status,
compute and cache on demand.
2017-06-23 16:58:14 -07:00
Chris Bracken
3e265e9e42
Revert "Lazily initialise Xcode installation status ( #10945 )" ( #10951 )
...
This reverts commit bb8e2a7ccd46f8c4855391d6884b2a87c95267f6.
Triggers a doctor failure on the Mac chromebots.
2017-06-23 16:08:36 -07:00
Chris Bracken
bb8e2a7ccd
Lazily initialise Xcode installation status ( #10945 )
...
Rather than pre-compute Xcode install path, version, and EULA status,
compute and cache on demand.
2017-06-23 15:56:44 -07:00
Ian Hickson
02171dcaf2
Roll engine ( #10944 )
...
Picks up primarily stability fixes.
2017-06-23 15:29:24 -07:00
Michael Goderbauer
fe40eed362
Provide haptic/acoustic feedback for tap & long-press on Android ( #10920 )
...
* Provide haptic/acoustic feedback for tap & long-press on Android
* review comments
* fixed example code
* review comments
* comment fix
2017-06-23 15:02:55 -07:00