Commit Graph

  • 1344211bdb Merge pull request #941 from abarth/scroll_disambig Adam Barth 2015-08-28 20:33:31 -07:00
  • b40864c9b7 Disambiguate horizontal and vertical scrolling Adam Barth 2015-08-28 16:04:46 -07:00
  • d96f385310 Merge pull request #944 from iansf/no_android Ian Fischer 2015-08-28 19:28:51 -07:00
  • af9212c78d Fixed a typo in the README. Misha Dynin 2015-08-28 17:54:14 -07:00
  • 576f51d4f4 Make it so that sky_tool doesn’t crash if an Android device isn’t attached. Ian Fischer 2015-08-28 17:13:39 -07:00
  • a5d9c0cb2b Merge pull request #942 from Hixie/mixed-mid Ian Hickson 2015-08-28 16:59:43 -07:00
  • fc7943fe06 Test MixedViewport Hixie 2015-08-28 16:54:44 -07:00
  • 791bd8b546 Fix crash when a MixedViewport is initially offset at a non-zero position. Hixie 2015-08-28 16:55:44 -07:00
  • 2d0d82e0b0 Merge pull request #940 from vlidholt/master Viktor Lidholt 2015-08-28 16:16:51 -07:00
  • ce2d9f374e Rev pub package Adam Barth 2015-08-28 16:13:02 -07:00
  • 138e8fbf42 Adds power-ups to demo game Viktor Lidholt 2015-08-28 16:06:23 -07:00
  • c7d2872d77 Adds new enemies and coin display to demo game Viktor Lidholt 2015-08-27 16:03:01 -07:00
  • eb84a0cae4 Set and remove the callbacks on the RenderObject when we create and remove it. ...and not when we mount and dismount. Hixie 2015-08-27 15:41:09 -07:00
  • f4869c764b onScrollStart shouldn't have an offset Adam Barth 2015-08-28 15:00:39 -07:00
  • 06efe78546 Add support for 'direction' to MixedViewport. Hixie 2015-08-28 14:02:33 -07:00
  • 81b3bdd414 Merge pull request #930 from abarth/scroll Adam Barth 2015-08-28 14:05:36 -07:00
  • e99ff36283 Add scroll gestures and use them in Scrollable Adam Barth 2015-08-28 13:20:02 -07:00
  • 9047830c2e Rationalise the Key API. Hixie 2015-08-28 10:52:23 -07:00
  • 12e3897f40 Stop exporting framework.dart from basic.dart, since we now have widgets.dart exporting all of framework.dart. Hixie 2015-08-28 11:14:02 -07:00
  • 1674ecb6f1 Merge pull request #921 from abarth/use_tap Adam Barth 2015-08-28 12:52:51 -07:00
  • 4f1b4e3e85 Merge pull request #922 from iansf/verbose_flag Ian Fischer 2015-08-28 12:40:59 -07:00
  • 0ee00fb2fa Add a verbose flag to sky_tool that logs all of shell commands being run. Ian Fischer 2015-08-28 11:00:54 -07:00
  • dc84e882df Use GestureDetector in the framework and examples Adam Barth 2015-08-28 10:58:06 -07:00
  • a46b83da80 Merge pull request #912 from abarth/tap Adam Barth 2015-08-28 10:23:01 -07:00
  • 95e80663db Add tap, show press, and long press gestures and use tap in IconButton Adam Barth 2015-08-27 18:05:16 -07:00
  • d2e32b806d Merge pull request #916 from iansf/release_flag Ian Fischer 2015-08-28 09:56:33 -07:00
  • f3d9961af7 Add global release flag that will attempt to use release builds during install. Ian Fischer 2015-08-28 09:37:54 -07:00
  • 01e7c6966e Fix analyzer warning Adam Barth 2015-08-27 22:59:24 -07:00
  • d7e6f7b751 Merge pull request #908 from abarth/gesture_arena Adam Barth 2015-08-27 17:17:28 -07:00
  • d8de2f9770 Add GestureArena Adam Barth 2015-08-27 17:07:24 -07:00
  • 19766c05de Merge pull request #878 from eseidelGoogle/grid Eric Seidel 2015-08-27 15:55:39 -07:00
  • ce51289616 Merge pull request #901 from Hixie/layout-callback Ian Hickson 2015-08-27 15:32:02 -07:00
  • ccd4add7c4 Merge pull request #903 from iansf/fix_dumb_mistake Ian Fischer 2015-08-27 15:31:04 -07:00
  • 24d1e09b0d Add test for PointerRouter Adam Barth 2015-08-27 15:29:31 -07:00
  • ec503ea9b8 Fix infinite loop in sky_tool listen if you didn’t specify —local-build Ian Fischer 2015-08-27 15:29:26 -07:00
  • a6e6b93b14 Allow parents of RenderObjects that have layout callbacks to depend on those objects' sizes. Hixie 2015-08-27 15:24:07 -07:00
  • 2994e47c48 Merge pull request #899 from abarth/pointer_router Adam Barth 2015-08-27 15:25:51 -07:00
  • e30b436d1a Merge pull request #898 from iansf/require_ios_7 Ian Fischer 2015-08-27 15:08:27 -07:00
  • 45f2c58987 Add PointerRouter Adam Barth 2015-08-27 15:02:35 -07:00
  • b214e355f6 Only require iOS 7 for Fitness app. Ian Fischer 2015-08-27 15:02:18 -07:00
  • b58f850e63 Add a Widget wrapper around Grid and test RenderGrid Eric Seidel 2015-08-27 14:48:35 -07:00
  • 0d4b997008 Add a pageChanged callback to PageableList Eric Seidel 2015-08-27 13:33:32 -07:00
  • 204c073615 Provide a fast path for MultiChildRenderObjectWrapper.syncRenderObject() when the children lists are identical. Hixie 2015-08-27 14:49:29 -07:00
  • 338ca571b2 Make sure that local build paths exist before doing things that expect them. Ian Fischer 2015-08-27 13:46:15 -07:00
  • f688c11ceb Merge pull request #890 from abarth/cancel_queued_callback Adam Barth 2015-08-27 11:06:26 -07:00
  • 8fa319a3e7 Merge pull request #891 from iansf/reorder_listen Ian Fischer 2015-08-27 10:56:59 -07:00
  • fdaea8b79d Have “sky_tool listen” start with a refresh so that iOS devices don’t wait on a black screen for the first filesystem change. Ian Fischer 2015-08-27 10:54:10 -07:00
  • 315577fc95 Scheduler should be able to cancel a queued callback Adam Barth 2015-08-27 10:51:01 -07:00
  • 91a72d9fed Merge pull request #879 from Hixie/RenderBlockViewport Ian Hickson 2015-08-27 10:44:45 -07:00
  • e51525cfe8 Rev pub package Adam Barth 2015-08-27 10:29:47 -07:00
  • 5f277dd4d2 Merge pull request #874 from vlidholt/master Viktor Lidholt 2015-08-27 10:23:24 -07:00
  • 82153a5163 Update version of mojo and mojo_services to 0.0.23 for sky dart. Alhaad Gokhale 2015-08-27 10:05:22 -07:00
  • a29e2ebb18 Merge pull request #882 from abarth/image_logging Adam Barth 2015-08-26 19:45:08 -07:00
  • d6e949fba3 Add logging to help diagnose image loading failures Adam Barth 2015-08-26 17:17:35 -07:00
  • e6f34f8666 Abstract out syncChildren(). Hixie 2015-08-26 16:55:05 -07:00
  • 07d96a2314 Rename layout_utils.dart to rendering_tester.dart Adam Barth 2015-08-26 15:49:04 -07:00
  • d8fdccc596 Merge pull request #875 from abarth/merge_pump_frame Adam Barth 2015-08-26 15:46:28 -07:00
  • c405631ccd Merge pumpPaintFrame and pumpFrame in WidgetTester Adam Barth 2015-08-26 15:42:52 -07:00
  • 56508d4159 Merge pull request #872 from collinjackson/more_date_picker_tests Collin Jackson 2015-08-26 15:39:24 -07:00
  • e239e4c993 Adds counting of coins in demo game Viktor Lidholt 2015-08-26 15:35:19 -07:00
  • 52ed57e1bb Test year selection for date picker Collin Jackson 2015-08-26 15:30:49 -07:00
  • 38d2302864 Merge pull request #850 from HansMuller/progress-bar-animation Hans Muller 2015-08-26 15:24:12 -07:00
  • 4e650a8928 Fix ProgressIndicators and add a regression test Hans Muller 2015-08-26 09:49:39 -07:00
  • 7a4bdc7f2a Merge pull request #870 from Hixie/RenderBlockViewport Ian Hickson 2015-08-26 15:16:43 -07:00
  • b1468cb2ea ShrinkWrapHeight widget Hixie 2015-08-26 10:41:51 -07:00
  • 04a8fe8e6b Generalise RenderBlockViewport so that it can be used by a Widget that knows its children's dimensions. Hixie 2015-08-26 14:24:39 -07:00
  • bb38d1d974 Remove unused import to silence analyzer Adam Barth 2015-08-26 14:21:36 -07:00
  • c6ae330320 Fix npe. Andrew Wilson 2015-08-26 14:14:44 -07:00
  • b122969624 Add support for RenderGrid Eric Seidel 2015-08-26 13:23:52 -07:00
  • bdc77e868c Merge pull request #863 from Hixie/mixed-viewport-changes Ian Hickson 2015-08-26 13:43:55 -07:00
  • c476f8b3d5 Merge pull request #866 from abarth/test_date_picker Adam Barth 2015-08-26 13:40:31 -07:00
  • 92e5a65d29 Add a basic test for DatePicker Adam Barth 2015-08-26 13:33:54 -07:00
  • f5fdc1cf1b Merge pull request #852 from Hixie/sizing-docs Ian Hickson 2015-08-26 13:25:17 -07:00
  • 301d0d3774 Make RenderBlockViewport shrink-wrap its children in the main axis direction. Hixie 2015-08-26 12:52:17 -07:00
  • 6528903150 Merge pull request #862 from vlidholt/master Viktor Lidholt 2015-08-26 13:18:57 -07:00
  • d90ccd3a2a Moves GameObjectFactory and PlayerState to their own files in demo game Viktor Lidholt 2015-08-26 13:14:40 -07:00
  • 3c1672a899 Automatically update apk on device. Jim Beveridge 2015-08-26 12:51:57 -07:00
  • d7a7a2ed29 Merge pull request #859 from vlidholt/master Viktor Lidholt 2015-08-26 12:46:50 -07:00
  • 3464bd18d0 Adds power ups to demo game, and some minor refactoring to support the addition Viktor Lidholt 2015-08-26 12:41:21 -07:00
  • 6215abec4d Change generic value names to be more descriptive for assert tracing. Andrew Wilson 2015-08-26 12:22:38 -07:00
  • ea2ff27356 Merge pull request #855 from abarth/big_circle_test Adam Barth 2015-08-26 11:20:36 -07:00
  • 79e92a53a8 Add haptic feedback to date picker Collin Jackson 2015-08-26 11:13:25 -07:00
  • 4cd223a7e5 Cancel timer when un-mounting date picker widget Collin Jackson 2015-08-26 10:45:05 -07:00
  • d547103f6a Move ClipRRect logic from Card to Material (fixes rounded corners on top of date picker dialog) Collin Jackson 2015-08-26 11:06:22 -07:00
  • fd3884b473 Turn big_circle.dart into a test Adam Barth 2015-08-26 11:08:27 -07:00
  • 1a15cb2d27 Merge pull request #854 from abarth/sector_broken Adam Barth 2015-08-26 11:02:51 -07:00
  • 2e2fa94e1b Sector demo is broken because of compositor changes Adam Barth 2015-08-26 10:57:52 -07:00
  • 51f3fdcb1f Merge pull request #851 from vlidholt/master Viktor Lidholt 2015-08-26 10:42:20 -07:00
  • a1bafaa317 Merge pull request #838 from collinjackson/improve_date_picker Collin Jackson 2015-08-26 10:28:27 -07:00
  • 1bb647e67f Splits up demo game into multiple files for better readability Viktor Lidholt 2015-08-26 10:22:09 -07:00
  • a951bf685e Update the documentation on sizing, make another assert point to it. This hopefully explains things well enough that it fixes #846, after a manner. Hixie 2015-08-26 09:42:28 -07:00
  • e2af762e76 Updates demo game to work with new constraints api Viktor Lidholt 2015-08-26 10:07:59 -07:00
  • 065673711e Switches to named arguments in sprite constraints Viktor Lidholt 2015-08-26 10:07:24 -07:00
  • b244a082ad Fixes issue with inheritance in sprite constraints Viktor Lidholt 2015-08-26 09:54:32 -07:00
  • ce28a7176e Replace Flex to Row and Column in tests and examples. Hixie 2015-08-25 10:18:36 -07:00
  • 7c3e878df3 Rev pub package Adam Barth 2015-08-26 08:59:09 -07:00
  • 31a1886a5a Merge pull request #842 from abarth/test_mimic Adam Barth 2015-08-25 17:26:09 -07:00
  • 240e807f84 Add a basic test for Mimic tree movement Adam Barth 2015-08-25 16:50:44 -07:00
  • f164e560c3 Add date picker to widgets library and teach fitness app to use it Collin Jackson 2015-08-25 16:11:51 -07:00
  • 46e3c47f6c Merge pull request #840 from iansf/change_fitness_app_id Ian Fischer 2015-08-25 16:40:10 -07:00