Commit Graph

  • e0685aff2c Roll engine to pre-dart Alexander Aprelev 2018-02-05 14:56:49 -08:00
  • cad61b1817 Mark iOS App ID param as required (#14480) Chris Bracken 2018-02-05 18:11:33 -08:00
  • 024cebf8f3 Fix mismatched bracket in Xcode failure diagnostic (#14478) Chris Bracken 2018-02-05 18:11:07 -08:00
  • c3ef874a23 Fix an improper deletion of DirectoryAssetBundle when creating isolates (flutter/engine#4637) Jason Simmons 2018-02-05 17:33:59 -08:00
  • 23ee4a4af5 Updated InkWell, InkResponse troubleshooting doc (#14473) Hans Muller 2018-02-05 17:06:05 -08:00
  • e75747c907 Update PlatformViewAndroid for the new definition of SemanticsNodeUpdates (flutter/engine#4636) Jason Simmons 2018-02-05 16:11:51 -08:00
  • d7e1cd0ba2 Some cleanups for building platform.dill. (flutter/engine#4635) Ryan Macnak 2018-02-05 15:33:55 -08:00
  • 7df584d855 iOS a11y text entry (~70% of it) (flutter/engine#4575) Yegor 2018-02-05 15:14:13 -08:00
  • 0b5c1dacc2 Bundle install before running fastlane on Travis (#14470) xster 2018-02-05 15:00:30 -08:00
  • b88ba79c04 Customized Cupertino navigation bar. (#14307) Volodymyr Lykhonis 2018-02-05 14:01:55 -08:00
  • e810bee6e5 Fix scrolling of multiple SliverLists and SliverGrids (#14449) Ian Hickson 2018-02-05 13:56:28 -08:00
  • bf7f436e36 Roll dart, remove patched_sdk from flutter now that frontend handles patching (flutter/engine#4633) Alexander Aprelev 2018-02-05 13:44:16 -08:00
  • 3c379aaf43 whitespace cleanup (#14458) Alexandre Ardhuin 2018-02-05 22:20:21 +01:00
  • f5dea9325b Material button update (#14410) Hans Muller 2018-02-05 12:59:45 -08:00
  • 5b46e0a4be Let Travis build the gallery and push to TestFlight / Play Store (#14408) xster 2018-02-05 12:00:24 -08:00
  • 9d302ac46b Widget Inspector support for tracking Widget creation locations. (#14056) Jacob Richman 2018-02-05 10:25:28 -08:00
  • 06386d4be3 Add optional arguments to dartdoc.dart for Dartdoc's grinder and travis (#14440) jcollins-g 2018-02-05 09:31:18 -08:00
  • f6af67a850 Revert "[fuchsia] Enable running from source packages (#4629)" (flutter/engine#4632) Zachary Anderson 2018-02-02 22:38:49 -08:00
  • f0f0f09707 Fix InkRipple.cancel animation race (#14442) Hans Muller 2018-02-02 16:13:56 -08:00
  • 21ee1a25fd Explain MaterialColor's constructor better. (#14407) Ian Hickson 2018-02-02 16:00:57 -08:00
  • a8da87e0af [fuchsia] Enable running from source packages (flutter/engine#4629) Zachary Anderson 2018-02-02 15:43:21 -08:00
  • c02b6a8bcf some whitespace cleanup (#14443) Alexandre Ardhuin 2018-02-02 23:27:29 +01:00
  • 688a571c71 update doc styles for 'implementation' sections (#14441) Devon Carew 2018-02-02 12:36:03 -08:00
  • ce38cf6e1d Roll engine to d5338ed14376f62b252078b1dcd742bd3b01a7da (#14434) Zachary Anderson 2018-02-02 04:27:11 -08:00
  • e941299862 Change sky_engine to use a sdk dependency (#14436) Michael Thomsen 2018-02-02 11:22:00 +01:00
  • c12d120bbf Provide a way to override global InheritedWidgets (#14348) Ian Hickson 2018-02-01 23:12:52 -08:00
  • 12ceaefb18 work around const lints (#14416) Alexandre Ardhuin 2018-02-02 08:06:42 +01:00
  • 558f686c8b [fuchsia] Set up the namespace in dart:zircon (flutter/engine#4628) Zachary Anderson 2018-02-01 22:47:01 -08:00
  • 08823595b0 Fix devicelab tests broken by #14173 (#14420) jcollins-g 2018-02-01 20:23:40 -08:00
  • 759dae835f bump the dart sdk version (#14426) Devon Carew 2018-02-01 18:31:54 -08:00
  • a352307589 Roll Dart to 7078f6be58802c4e274625b8b59b4c855ddc4fb7 (flutter/engine#4627) Zachary Anderson 2018-02-01 16:04:39 -08:00
  • d5149d4457 Toolchain support for Android ARM64 targets (#14394) Jason Simmons 2018-02-01 15:14:48 -08:00
  • 996feda91d Adjust to thinner Fuchsia sysroot. (flutter/engine#4624) P.Y. Laligand 2018-02-01 13:33:22 -08:00
  • 26102c9120 Condense and summarize doctor output without --verbose (#14173) jcollins-g 2018-02-01 10:27:55 -08:00
  • 308899f874 Roll engine to de34a3e272ba31cd7a80befbdb60cf9af532327f (#14418) Zachary Anderson 2018-02-01 09:42:18 -08:00
  • c81a5ed09a fix rare flutter_tools logging crash in daemon mode (#14401) jcollins-g 2018-02-01 09:30:53 -08:00
  • 51158c9177 Fix passing "void" into "dynamic" to future-proof new changes. (#14366) Michael R Fairhurst 2018-02-01 05:09:07 -08:00
  • 841d5d7bd5 prefer_const_declarations on local variables (#14358) Alexandre Ardhuin 2018-02-01 07:51:26 +01:00
  • b0e17949aa Position bottom bar widgets relative to window (#14406) Chris Bracken 2018-01-31 21:19:15 -08:00
  • 5c2323fc3e address review comment. Siva Annamalai 2018-01-31 18:22:33 -08:00
  • 337ad9dc9e Add meta tag @optionalTypeArgs to the mixin classes where we don't expect a generic type to be specified at the points where the mixin is applied. This suppresses the analyzer warnings. Siva Annamalai 2018-01-31 17:20:46 -08:00
  • 1c236d5245 Fixes in flutter framework code to address the mixin issue raised in https://github.com/dart-lang/sdk/issues/31984 Siva Annamalai 2018-01-31 10:03:21 -08:00
  • 17c50693b1 Rationalize the ScrollMetrics cloning logic (#14281) Ian Hickson 2018-01-31 17:10:56 -08:00
  • d9ef7df978 Use RRects instead of Paths when possible in Material. (#14404) amirh 2018-01-31 16:06:14 -08:00
  • b54b576c1a Assorted a11y fixes (#14395) Michael Goderbauer 2018-01-31 15:23:20 -08:00
  • 2869e7929d libtxt: extend Minikin to find a fallback font if its font collection can not match a given character (flutter/engine#4623) Jason Simmons 2018-01-31 13:56:44 -08:00
  • dd0c2a273d Fix some errors in Javadoc annotations (flutter/engine#4622) Jason Simmons 2018-01-31 13:56:32 -08:00
  • 882be89e4c Improved bottom media padding for SnackBars (#14396) Chris Bracken 2018-01-31 12:35:13 -08:00
  • 3fd737c8f7 a11y on Android: copy/cut/paste (#14343) Michael Goderbauer 2018-01-31 12:26:24 -08:00
  • 217bcfe261 Update the roll dev script to actually work (#14376) Ian Hickson 2018-01-31 12:24:10 -08:00
  • 82ddabd32a Fastlane instructives for tool publishing the Gallery (#14347) xster 2018-01-31 11:21:37 -08:00
  • 5ccd5a1e75 [kernel/flutter] Improve speed of first hot reload (#13699) jensjoha 2018-01-31 16:39:58 +01:00
  • 06d12a78d7 Use const constructor for RoundedRectangleBorder. (#14384) amirh 2018-01-31 00:21:09 -08:00
  • 0672055a72 Support arbitrary shaped Material. (#14367) amirh 2018-01-30 23:24:42 -08:00
  • 340d9e00cf Fix various strong mode issues. (#14284) Vyacheslav Egorov 2018-01-31 08:21:32 +01:00
  • 122796137b Make Cupertino alert dialog honor text scale factor (#14346) Greg Spencer 2018-01-30 17:23:03 -08:00
  • 4a1eeed677 Roll engine to dbc071aa6211596c25e6c6e6cc6862178e937d18 (#14365) Chris Bracken 2018-01-30 14:23:48 -08:00
  • 394c11e33f Adding semantics traversal order support (flutter/engine#4540) Greg Spencer 2018-01-30 13:42:12 -08:00
  • c1827995b1 libtxt: update some unit tests (flutter/engine#4603) Jason Simmons 2018-01-30 13:30:47 -08:00
  • 405a30aca6 libtxt: track the range of code units represented by the current glyph (flutter/engine#4598) Jason Simmons 2018-01-30 13:30:06 -08:00
  • 178ad8aba8 Add unit tests for the Material widget (for clipping and elevation) (#14334) amirh 2018-01-30 12:54:52 -08:00
  • 3001b3307d Try to make transitioning channels actually work. (#14353) Ian Hickson 2018-01-30 11:37:15 -08:00
  • 2580e6eb1f Upgrade gallery xcode project pod hookup to cocoapods 1.4 (#14332) xster 2018-01-30 11:36:28 -08:00
  • 6379fe0bba Release script should tag with vX.Y.Z (#14351) Ian Hickson 2018-01-30 10:05:39 -08:00
  • 65ceaf57f4 Use @available checks for iOS 11 features (flutter/engine#4619) Chris Bracken 2018-01-30 09:36:21 -08:00
  • 45e81140c3 Actually update docs on dev branch (#14357) Ian Hickson 2018-01-30 09:00:57 -08:00
  • 6e87292bba Fix "extracing" typo (#14356) Ian Hickson 2018-01-30 09:00:45 -08:00
  • a0ffbe29ff Add tracing to print front-end command (#14340) Alexander Markov 2018-01-30 08:52:04 -08:00
  • 1680d3f3da Only implement application:performActionForShortcutItem:completionHandler: on iOS 9.0+. And fix some tests. (flutter/engine#4600) Coder256 2018-01-30 11:00:39 -05:00
  • adcb5ab493 Roll engine to 8f2d72b183fa996449d2a2252c497a64126b44c4 (#14355) Chris Bracken 2018-01-29 23:58:44 -08:00
  • ddfc322de8 Creates a package publishing script to publish packages as part of the dev roll process. (#14294) Greg Spencer 2018-01-29 23:15:57 -08:00
  • b7f6be6ff2 Add onLeave callback to DragTarget (#14103) Tom Larsen 2018-01-30 01:48:35 -05:00
  • 47e52b827f adds properties to dismissible widget (#14162) Ankur Kedia 2018-01-30 12:15:30 +05:30
  • c54fab0444 Roll engine to 293b37c61f41e07cb5d9949d1bd16f656bae788e (#14352) Chris Bracken 2018-01-29 22:26:28 -08:00
  • a9c1399243 Improve test.dart output (#14333) Ian Hickson 2018-01-29 21:14:41 -08:00
  • 1a4af2c360 Roll Dart to 7af4db0ea091dddca6b2da851e6dda8d7f9467e8 (flutter/engine#4613) Régis Crelier 2018-01-29 20:30:18 -08:00
  • d6f16dcfbe Roll engine to f557f476c86c09d9659fe22072237efcb4a2faa7 (#14350) Chris Bracken 2018-01-29 20:24:32 -08:00
  • 52d47751a0 Add onCancelled callback to PopupMenu (#14226) Tom Larsen 2018-01-29 23:10:43 -05:00
  • ce985d1bb3 Revert "Update //garnet (#4611)" (flutter/engine#4617) Chris Bracken 2018-01-29 18:24:49 -08:00
  • 90723f13fd Remove unnecessary trim (flutter/engine#4616) Michael Goderbauer 2018-01-29 18:12:29 -08:00
  • ca4ddfcb50 Fix Windows build (flutter/engine#4615) Adam Barth 2018-01-29 17:11:38 -08:00
  • f6eaf438f9 Update //garnet (flutter/engine#4611) Adam Barth 2018-01-29 16:15:15 -08:00
  • ee4f722023 Revert "libtxt: extend Minikin to find a fallback font if its font collection can not match a given character (#4595)" (flutter/engine#4609) Chris Bracken 2018-01-29 15:23:24 -08:00
  • 93a38a5426 Update buildtools to Fuchsia HEAD (flutter/engine#4599) Chris Bracken 2018-01-29 15:00:06 -08:00
  • c709e56e78 Run clang-format checks before other phases (flutter/engine#4608) Chris Bracken 2018-01-29 14:59:10 -08:00
  • 2e449f06f0 import all generated files in animated_icons_private_test (#14329) amirh 2018-01-29 14:26:51 -08:00
  • ea84dd9118 libtxt: extend Minikin to find a fallback font if its font collection can not match a given character (flutter/engine#4595) Jason Simmons 2018-01-29 12:06:48 -08:00
  • 85b5b88e0b Add more animated icon assets (#14328) amirh 2018-01-29 10:36:59 -08:00
  • 1859e82a3d Extensibility improvements to flutter_tools (#14299) Todd Volkert 2018-01-29 09:40:28 -08:00
  • 492e311c3c Add a manual test app for animated icons (#14272) amirh 2018-01-29 09:19:53 -08:00
  • 0c01028351 Update Flutter Gallery Xcode project to a publishable state (#14309) xster 2018-01-29 01:14:03 -08:00
  • fa96568e15 Transition render target images before submit. Craig Stout 2017-12-14 15:00:24 -08:00
  • 9ee335cdff Introduce VulkanProvider Craig Stout 2017-12-14 15:20:22 -08:00
  • b2c65e7653 Update path to app.so when using aot compilation to shared library on android (#14302) Martin Kustermann 2018-01-27 14:21:58 +01:00
  • 7701127bdd Fix shadows in NestedScrollView (#14279) Ian Hickson 2018-01-26 22:36:00 -08:00
  • ae1f65ebd6 Re-organize the Material widget's documentation. (#14303) amirh 2018-01-26 20:09:11 -08:00
  • 6854e81bdb Fix host engine lookup for iOS simulator builds (#14304) Chris Bracken 2018-01-26 17:31:49 -08:00
  • d6f006db1e Rename a test that wasn't running (#14278) Ian Hickson 2018-01-26 17:00:06 -08:00
  • 64e2e00d6f Attempt to make flutter compatible with more git versions (#14273) Ian Hickson 2018-01-26 16:59:56 -08:00
  • d6dad95842 Point to master API docs (#14292) Seth Ladd 2018-01-26 16:34:08 -08:00