Commit Graph

18842 Commits

Author SHA1 Message Date
Jonah Williams
5e467bda3a Remove @protected annotation on ImageProvider.obtainKey (#34600) 2019-06-17 14:59:21 -07:00
Jonah Williams
a772d4d314 retry on HttpException (#34526) 2019-06-17 10:48:01 -07:00
Emmanuel Garcia
09c09bf14b Add back ability to override the local engine in Gradle (#34460) 2019-06-16 21:52:44 -07:00
Van Looveren Koen
60d2735e1a Added customizable padding for the segmented controll (#34555) 2019-06-16 14:58:04 -07:00
Josh Burton
07dc236237 Handles parsing APK manifests with additional namespaces or attributes (#34535) 2019-06-16 00:18:38 -07:00
Devon Carew
5f521eea22 add route information to Flutter.Navigation events (#34508)
* add route information to Flutter.Navigation events

* route can be null; re-work how we send route info to accomidate that
2019-06-15 20:40:34 -07:00
Jonah Williams
dfa39f3ee5 Separate web and io implementations of network image (#34112)
* add web and io implemenations of network and asset image

* fix foundation import

* update to remove extra asset image indirection

* skip chunk test

* address comments

* disable non-functional test

* disable all golden tests

* address comments
2019-06-15 10:20:45 -07:00
Anthony
8b2ccca3a4 [Material] Fix TextDirection and selected thumb for RangeSliderThumbShape and RangeSliderValueIndicatorShape (#34501)
Expose the RangeSlider's TextDirection in the RangeSliderThumbShape's abstract paint() method, and ensure that start and end thumb are non-null when being passed to the thumb and value indicator shape paint methods.
2019-06-15 09:44:01 -04:00
Dan Field
3d58400e76 Revert "Revert "redux of a change to use new engine APIs for Flutter.Frame events (#34365)" (#34514)" (#34530)
This reverts commit 8f75d53735.
2019-06-15 00:01:35 -07:00
Dan Field
1427fef8f8 Make sure fab semantics end up on top (#34512) 2019-06-14 14:47:54 -07:00
Keerti Parthasarathy
8f75d53735 Revert "redux of a change to use new engine APIs for Flutter.Frame events (#34365)" (#34514)
This reverts commit ceb09b8bad.
2019-06-14 13:08:14 -07:00
Devon Carew
ceb09b8bad redux of a change to use new engine APIs for Flutter.Frame events (#34365) 2019-06-14 11:16:54 -07:00
Zachary Anderson
dfecafa4ab [flutter_tool,fuchsia] Update the install flow for packaging migration. (#34447) 2019-06-14 09:46:23 -07:00
Kate Lovett
81bbd3e12c SliverFillRemaining flag for different use cases (#33627)
* WIP

* Fixing nested scroll view tests

* Fixing nested scroll view tests

* Fixing nested scroll view tests

* WIP

* Added flag for SliverFillRemaining

* Clean up

* Review

* Reverted nested scroll view tests

* Updating tests

* Updated for overscroll behavior
2019-06-14 09:44:57 -07:00
LongCatIsLooong
ef1e64124d SizedBox documentation (#34424) 2019-06-14 09:18:40 -07:00
Michael Thomsen
264de26572 Change API doc link to api.dart.dev (#34388) 2019-06-14 14:19:36 +02:00
LongCatIsLooong
731e9819e2 Allow "from" hero state to survive hero animation in a push transition (#32842) 2019-06-13 20:41:43 -07:00
Ian Hickson
d310d31de3 Roll pub dependencies (#33677) 2019-06-13 18:07:16 -07:00
Todd Volkert
530824f423 Skip flaky test on Windows (#34464)
https://github.com/flutter/flutter/issues/34446
2019-06-13 17:56:07 -07:00
Jonah Williams
f68bc1beb2 Dont depend on web SDK unless running tests on chrome (#34457) 2019-06-13 17:51:36 -07:00
Dan Field
ea6b758720 Fix semantics_tester (#34368) 2019-06-13 16:15:00 -07:00
Michael Goderbauer
72828d66cf Include raw value in Diagnostics json for basic types (#34417) 2019-06-13 16:14:14 -07:00
Emmanuel Garcia
1c6cda9a0d Refactor Gradle plugin (#34353) 2019-06-13 16:05:28 -07:00
Jonah Williams
8c6841c738 skip bottom_sheet (#34430) 2019-06-13 12:23:18 -07:00
Emmanuel Garcia
2488c38931 Remove unused flag --target-platform from flutter run (#34369) 2019-06-13 11:47:42 -07:00
Michael Goderbauer
eb9160eb93 Extract DiagnosticsNode serializer from WidgetInspector (#34012) 2019-06-13 11:30:18 -07:00
Jonah Williams
aedf46afc7 Disable flaky tests (#34419) 2019-06-13 11:19:09 -07:00
Emmanuel Garcia
afdc783ce5 Report commands that resulted in success or failure (#34288)
This is added as a dimension cd26
2019-06-13 10:27:23 -07:00
Zachary Anderson
3b42341aac [flutter_tool,fuchsia] Prefetch tiles when starting an app (#34276) 2019-06-13 09:52:09 -07:00
Ian Hickson
f31fc1bd0f More removing of timeouts. (#33932) 2019-06-12 23:12:35 -07:00
LongCatIsLooong
5f39487740 Don't show scrollbar if there isn't enough content (#34175) 2019-06-12 17:55:31 -07:00
Jonah Williams
3ae6abd9e8 Compatibility pass on flutter/material tests for JavaScript compilation. (9) (#33378) 2019-06-12 17:06:01 -07:00
chunhtai
ad507723ec fix Applying decoration for a table row widget will cause render exception (#34285) 2019-06-12 16:58:24 -07:00
Todd Volkert
c40c687b2d Add widget of the week videos (#34356)
* Spacer
* MediaQuery
* InheritedWidget
2019-06-12 16:36:09 -07:00
Todd Volkert
8163c0aebb Re-apply compressionState changes. (#34341)
This re-applies the changes that were made in #33697 and #33729,
but which were reverted in #33792 and #33790, respectively due to
the Dart SDK not having received the update within Google yet.
The SDK has now rolled, so these changes can be re-applied.

https://github.com/flutter/flutter/issues/32374
https://github.com/flutter/flutter/issues/33791
2019-06-12 13:47:47 -07:00
Devon Carew
25c84001c4 Revert "update the Flutter.Frame event to use new engine APIs (#34243)" (#34352)
This reverts commit 446179f6c1.
2019-06-12 13:14:20 -07:00
Jenn Magder
c40d701e96 Change Xcode project developmentRegion to 'en' and plist CFBundleDevelopmentRegion to DEVELOPMENT_LANGUAGE (#34293) 2019-06-12 11:31:17 -07:00
Devon Carew
446179f6c1 update the Flutter.Frame event to use new engine APIs (#34243)
* update the Flutter.Frame event to use new engine APIs

* add a test

* update test
2019-06-12 11:20:10 -07:00
Zachary Anderson
22ca3f96ca [flutter_tool] Don't truncate verbose logs from _flutter.listViews (#34255) 2019-06-12 11:18:53 -07:00
Todd Volkert
fb2f18e7e8 Prepare for Uint8List SDK breaking changes (#34295)
https://github.com/dart-lang/sdk/issues/36900
2019-06-12 10:22:50 -07:00
Jonah Williams
9d724d4c44 Compatibility pass on flutter/widgets tests for JavaScript compilation. (8) (#33377) 2019-06-11 14:51:03 -07:00
Emmanuel Garcia
d9c1962973 Instrument usage of include_flutter.groovy and xcode_backend.sh (#34189)
This is done via `flutter build bundle`.   As a consequence, this PR introduces a new way to disable analytics via the `FLUTTER_SUPPRESS_ANALYTICS` env flag.
2019-06-11 14:46:00 -07:00
LongCatIsLooong
1eb8c640bb Fix CupertinoTabScaffold index out of range (#33624) 2019-06-11 14:14:54 -07:00
Jason Simmons
89d887f331 Strip debug symbols from ELF library snapshots (#34250)
AOT compiled code is now packaged as an ELF library for Android targets.
By default gen_snapshot's output contains debug symbols.  The symbols could
be stripped as a separate step, but that requires NDK tools that the user
may not have available.

This change passes a gen_snapshot flag that omits the symbols, and it filters
out a warning printed when that flag is used.
2019-06-11 13:34:24 -07:00
Ben Konyi
e59d9a815d Reland "Added --dart-flags option to flutter run (#33924)" (#34181)
Reland "Added --dart-flags option to flutter run (#33924)"

This reverts commit 587687eedf.
2019-06-11 11:37:47 -07:00
guoskyhero
1bc8402478 Add hintStyle in SearchDelegate (#30388)
SearchDelegate hintStyle parameter
2019-06-11 11:15:50 -07:00
Jonah Williams
7feddfdec0 make sure this test doesnt run for real (#34199) 2019-06-11 10:35:10 -07:00
Neevash Ramdial
d850d69c3f Added tool sample for PageController (#34137)
* Added tool sample for PageController

* Fixed text directionality bug
2019-06-11 09:57:17 -07:00
Jonah Williams
05e92c828b Compatibility pass on flutter/physics tests for JavaScript compilation. (6) (#33359) 2019-06-11 09:09:13 -07:00
LongCatIsLooong
e9ca112e44 update CupertinoDialogAction isDefaultAction documentation (#34163) 2019-06-10 19:17:55 -07:00