Commit Graph

  • ee825ea5d7 Make the diagnostic "listening on" message consistent with observatory's (flutter/engine#3370) Ian Hickson 2017-01-26 15:51:34 -08:00
  • 682c7992e5 Fix a crash (#7597) when the flutter sdk moves after getting packages (#7601) xster 2017-01-26 15:43:28 -08:00
  • bc04c53231 Fix VMIsolateRef type declaration (#7666) Jason Simmons 2017-01-26 14:24:04 -08:00
  • 8a1990ce45 Separate data_table_test util code into its own file. (#7663) Todd Volkert 2017-01-26 12:46:28 -08:00
  • 71242888f1 Revert method generics in packages/flutter/lib/src/http (#7662) Todd Volkert 2017-01-26 12:46:00 -08:00
  • 29872224ed Do not double delete the test font data stream (flutter/engine#3365) Jason Simmons 2017-01-26 12:08:18 -08:00
  • f3f2747a85 Unify engineDirs and toolsDir in Cache of Flutter Tools. (#7644) Michael Goderbauer 2017-01-26 10:23:52 -08:00
  • 7c40446a69 proxy_box tests (#7658) Ian Hickson 2017-01-26 08:00:24 -08:00
  • a4eca31777 Use ScrollView in examples a manual_tests (#7645) Adam Barth 2017-01-25 21:59:03 -08:00
  • 905353b4d1 Added missing dependency. (#7651) P.Y. Laligand 2017-01-25 20:23:19 -08:00
  • 3cde53590c Roll engine to fb69728f33fec15fd39a2b7528cdd8eb45a254d9 (#7650) Chris Bracken 2017-01-25 19:52:18 -08:00
  • 7db0cd44c3 Roll Dart SDK to ed00447138f95ea4ba612509a244ca8205735372 (flutter/engine#3364) Chris Bracken 2017-01-25 19:08:33 -08:00
  • 606ee3610a Add a flutter tools section to CONTRIBUTING.md (#7640) xster 2017-01-25 19:00:06 -08:00
  • 46792dc2c4 Speed up hot reload in the framework. (#7647) Ian Hickson 2017-01-25 17:54:56 -08:00
  • 25223c75bd New scrollbars for the scrollable refactor (#7646) Ian Hickson 2017-01-25 17:51:25 -08:00
  • 417c2f25fc Migrate flutter_tools to use package:platform (#7642) Todd Volkert 2017-01-25 16:06:41 -08:00
  • 600c75cb11 Viewport2 should clip visual overflow (#7641) Adam Barth 2017-01-25 15:54:46 -08:00
  • 9ff2e978cd Sliver Padding (#7628) Ian Hickson 2017-01-25 15:00:57 -08:00
  • 9cfcd3fdec Corrected the "Routes can return a value" example (#7638) Hans Muller 2017-01-25 15:00:18 -08:00
  • 1426ef9944 Appbar slivers. (#7631) Ian Hickson 2017-01-25 13:18:57 -08:00
  • eba5fb1a18 Add a sliver-based ScrollView (#7627) Adam Barth 2017-01-25 12:51:22 -08:00
  • efa1120a99 Roll the engine to 8fea842f027cdc98e2d338f1a04b2c0cb319e204 (#7635) Chris Bracken 2017-01-25 12:33:32 -08:00
  • 15df8436d1 Add a flag to sky_shell that keeps the process alive after the Dart script completes (flutter/engine#3363) Jason Simmons 2017-01-25 12:06:23 -08:00
  • ee97e5639e Change file system copy folder to copy directory (#7624) xster 2017-01-25 11:41:48 -08:00
  • 9733aab929 Fix broken device test (#7637) Michael Goderbauer 2017-01-25 11:25:07 -08:00
  • 0eb8f94b1c Fix display list harness diagnostics (#7634) Adam Barth 2017-01-25 10:08:11 -08:00
  • e5aa1b1e4e Added PageRouteBuilder (#7632) Hans Muller 2017-01-25 08:50:30 -08:00
  • 2caf40dade Apply iOS status bar padding only to fullscreen views (flutter/engine#3362) Chris Bracken 2017-01-25 01:35:55 -08:00
  • 94fab77bea More docs updates for services. (#7633) Ian Hickson 2017-01-24 23:34:16 -08:00
  • 6bd578ff52 Reword the SystemChrome docs to be in the Flutter voice and style. (#7599) Ian Hickson 2017-01-24 23:29:33 -08:00
  • c3c478ec69 Snapshots: Don't use an empty array where a NULL array is expected. (flutter/engine#3361) Ryan Macnak 2017-01-24 18:26:21 -08:00
  • de44f803ae Roll FTL (flutter/engine#3360) Jason Simmons 2017-01-24 17:49:55 -08:00
  • c47069a6b1 Tiny improvement to flutter doctor output on Windows. (#7629) Michael Goderbauer 2017-01-24 17:29:06 -08:00
  • 09fc14cd43 Improve documentation for the winding rule API and rename 'winding' to 'nonZero'. (flutter/engine#3359) Ian Hickson 2017-01-24 17:01:58 -08:00
  • aaaf0dac19 Teach Flutter Tools about IntelliJ and Android SDK on Windows. (#7622) Michael Goderbauer 2017-01-24 16:53:20 -08:00
  • e14925d366 Fix Encoding for PowerShell script (#7625) Michael Goderbauer 2017-01-24 16:38:35 -08:00
  • 58348612a3 Factor out debugPaintPadding and test it (#7598) Ian Hickson 2017-01-24 16:08:27 -08:00
  • 4c32d9a960 Exit the non-interactive sky_shell on Linux when the Dart script has completed (flutter/engine#3358) Jason Simmons 2017-01-24 15:39:30 -08:00
  • 559621ca5a Add SingleChildScrollView (#7620) Adam Barth 2017-01-24 15:16:01 -08:00
  • f683abd757 Sliver Block (#7618) Ian Hickson 2017-01-24 15:06:53 -08:00
  • 2380d854c5 Add a Fuchsia target for the Flutter gallery. (#7619) Chinmay Garde 2017-01-24 14:03:06 -08:00
  • 8c5bee9405 Add Navigator.pushReplacement() and Navigator.pushReplacementNamed() (#7611) Hans Muller 2017-01-24 11:36:48 -08:00
  • 1bdf351818 Merge pubspec.yaml and flutter.yaml. (#7605) Ian Hickson 2017-01-24 11:19:31 -08:00
  • ba4d78acb3 Roll engine to 16b2964f5c300ceea7aac17a82a6afd1ac36b594 (#7612) Chris Bracken 2017-01-24 11:10:52 -08:00
  • 51dc83dd80 Launch Flutter Tools on Windows. (#7613) Michael Goderbauer 2017-01-24 10:58:11 -08:00
  • 6a612caa50 Bump Dart SDK to 1.22.0-dev.9.1. (#7608) Phil Quitslund 2017-01-24 10:53:30 -08:00
  • 5f5db63df3 Handle double-height status bar on iOS (flutter/engine#3357) Chris Bracken 2017-01-24 10:30:36 -08:00
  • 9ba607862e Update to package:process v1.0.1 (#7607) Todd Volkert 2017-01-24 10:09:29 -08:00
  • a3a70c6b23 Fix flutter tool (#7609) Adam Barth 2017-01-24 09:46:36 -08:00
  • 862657e4e4 devicelab: add more hot-reload metrics (#7602) Yegor 2017-01-24 09:04:48 -08:00
  • 134096022c Test PaginatedDataTable (#7594) Adam Barth 2017-01-23 21:36:42 -08:00
  • 4bec9cd940 update build benchmark to match #7589 (#7600) Yegor 2017-01-23 17:49:01 -08:00
  • a6777b2a60 remove flutter setup (#7596) Devon Carew 2017-01-23 15:22:16 -08:00
  • 44f957d606 Prevent overlapping hero transitions from starting (#7568) Hans Muller 2017-01-23 14:52:32 -08:00
  • a34ae0f99d Talk about how to resize IconButtons more. (#7595) Ian Hickson 2017-01-23 14:42:30 -08:00
  • 42c2625950 Make gen_snapshot compile on Windows (flutter/engine#3355) Michael Goderbauer 2017-01-23 14:12:26 -08:00
  • 6c5974fd5f [gn] Update flutter_tools GN build (#7592) James Robinson 2017-01-23 13:46:37 -08:00
  • 84c0b34782 Test some of the sliver helper classes (#7574) Ian Hickson 2017-01-23 13:36:44 -08:00
  • 76460967e6 Adapt to refactoring of snapshot APIs in the Dart VM. (#7589) Ryan Macnak 2017-01-23 13:28:35 -08:00
  • bf296f715e Test DataTable (#7591) Adam Barth 2017-01-23 12:40:51 -08:00
  • 023ebac36d Adapt to refactoring of snapshot APIs in the Dart VM. (flutter/engine#3354) Ryan Macnak 2017-01-23 12:09:59 -08:00
  • 94cac1a69c flutter test --start-paused (#7584) Ian Hickson 2017-01-23 11:31:59 -08:00
  • ef1d7a1929 Update gradle versions in hello_services to those currently shipped in Android Studio (#7587) Michael Thomsen 2017-01-23 19:00:09 +01:00
  • 03d163ce88 Update tools to use package:process (#7590) Todd Volkert 2017-01-23 09:46:38 -08:00
  • 24f1b2ee09 Update IntelliJ template for new projects and existing samples (#7501) Michael Thomsen 2017-01-23 16:33:18 +01:00
  • 63aa1397a3 Increase the strictness of our requiring explicit types (#7585) Ian Hickson 2017-01-23 01:04:31 -08:00
  • 99822088a7 Add operator== and hashCode to TextTheme (#7586) Adam Barth 2017-01-23 00:06:58 -08:00
  • cbda208b4b Reduce the amount of spam from analyze watch. (#7582) Ian Hickson 2017-01-22 16:43:24 -08:00
  • 1e1463216a Roll engine to 858e401c4d83f44634341a0e1fe2b01428fe6746 (#7576) Chris Bracken 2017-01-22 09:34:12 -08:00
  • 0295def2a9 Refactor DevFS for kernel code (#7529) Dan Rubel 2017-01-22 10:37:10 -05:00
  • 9573bc14e0 Avoid double negatives in text editing APIs (#7577) Ian Hickson 2017-01-21 23:34:54 -08:00
  • 15a7eb3b6c Move to real generic method syntax (#7235) Ian Hickson 2017-01-21 20:58:44 -08:00
  • 2e196037f5 Improve the order of members in the mock_canvas file. (#7573) Ian Hickson 2017-01-20 22:31:41 -08:00
  • 66402283dc Roll Dart SDK to b43da048c31a16b9993de1536406ed014ef73ffd (flutter/engine#3353) Chris Bracken 2017-01-20 19:55:26 -08:00
  • 2bb800a2e4 Explain the -15 magic number. (#7571) Ian Hickson 2017-01-20 16:44:26 -08:00
  • 36464ca659 About box should default to the executable name. (#7572) Ian Hickson 2017-01-20 16:44:19 -08:00
  • f4e4480874 Add MultiLicense license class (flutter/engine#3349) Chris Bracken 2017-01-20 16:25:04 -08:00
  • 63160b3dab Scrolling Refactor (#7420) Ian Hickson 2017-01-20 16:18:56 -08:00
  • e52bda2cd0 Document the value that Navigator.push completes to (#7569) Adam Barth 2017-01-20 15:39:06 -08:00
  • 0f1d97756d Strengthen animation listener iteration patterns (#7566) Adam Barth 2017-01-20 15:38:53 -08:00
  • c5fcaf6dea Introduce a paints matcher, and convert the previous customers of (#7567) Ian Hickson 2017-01-20 15:28:00 -08:00
  • 4c92ea1506 Add flags for disabling the diagnostic server or setting its port (flutter/engine#3352) Jason Simmons 2017-01-20 15:18:13 -08:00
  • 3b104a813f Improve test coverage (#7564) Adam Barth 2017-01-20 15:15:27 -08:00
  • 86f5c78f2c Document that the default text color is white. (#7565) Ian Hickson 2017-01-20 14:57:52 -08:00
  • 26fe5e1b12 Add a Vulkan backend for Fuchsia and Android. (flutter/engine#3282) Chinmay Garde 2017-01-20 14:37:10 -08:00
  • 5a3bae9eed Catch another ignorable errno in setting stdin.lineMode (#7563) Todd Volkert 2017-01-20 14:00:12 -08:00
  • 159ee84387 Add .packages to .gitignore (flutter/engine#3350) Chris Bracken 2017-01-20 13:40:45 -08:00
  • 61760f63e9 Rename RawInput to EditableText (#7556) Adam Barth 2017-01-20 11:39:36 -08:00
  • ab1cd3f816 Fix doc comment about onPressed for various buttons (#7555) Michael Goderbauer 2017-01-20 09:35:35 -08:00
  • 34b9ce859a proxy service extension calls through the daemon protocol (#7554) Devon Carew 2017-01-20 08:51:57 -08:00
  • 0afb39eaed Remove FontFamily.addFont and make FontFamily immutable. Seigo Nonaka 2016-12-29 00:36:30 +09:00
  • 92c0eb1f83 Revert "Remove FontFamily.addFont and make FontFamily immutable." Siyamed Sinir 2017-01-20 01:11:02 +00:00
  • 8a4ee2d1b4 Merge "Revert "Introduce createCollectionWithVariation."" Siyamed Sinir 2017-01-20 01:59:47 +00:00
  • 47de51557a Provide a feature to set the ports when running tests. (#7558) Ian Hickson 2017-01-19 17:57:47 -08:00
  • df0cbf3bc0 Revert "Introduce createCollectionWithVariation." Siyamed Sinir 2017-01-20 01:11:20 +00:00
  • 3f1d6d3bca Remove randomness from port assignment during coverage collection. (#7548) Ian Hickson 2017-01-19 15:31:11 -08:00
  • 4a6fe23300 Expose justify TextAlign option (flutter/engine#3348) Michael Goderbauer 2017-01-19 15:07:42 -08:00
  • b2a2ee72f9 Migrate from Input to TextField Adam Barth 2017-01-19 13:03:54 -08:00
  • 930b52a3e5 Rename InputFormField to TextField Adam Barth 2017-01-19 12:55:10 -08:00
  • 32fea4db82 Remove gallery dependency on flutter_markdown (#7534) Adam Barth 2017-01-19 14:47:48 -08:00