Adam Barth
7115ff2674
Rev pub package
2015-10-30 10:08:21 -07:00
Adam Barth
36ba2337d0
Merge pull request #150 from devoncarew/increase_timeout
...
increase test timeout
2015-10-30 09:39:39 -07:00
Adam Barth
6c241e38ea
Merge pull request #149 from flutter/stable_sdk
...
Stop requiring customers to use a dev SDK
2015-10-30 09:37:58 -07:00
Adam Barth
ff1b131814
Teach OverlayEntry how to rebuild in place
...
This patch makes it so drag-and-drop doesn't thrash the overlay list.
2015-10-29 23:34:05 -07:00
Adam Barth
05f19cfd44
Merge pull request #1881 from abarth/navigator2
...
Switch to Navigator2
2015-10-29 23:29:20 -07:00
Adam Barth
50a177b7aa
Switch to Navigator2
2015-10-29 23:18:56 -07:00
Adam Barth
a7cd12fc19
Remove a number of unused Python scripts
...
Removes sky_tool and shelldb, which are replaced by the flutter command line
tool.
2015-10-29 20:59:28 -07:00
Adam Barth
b003fc898d
Merge pull request #1875 from abarth/page_storage
...
Add PageStorage support to Navigator2
2015-10-29 18:03:34 -07:00
Devon Carew
15acf8ef6b
increase test timeout
2015-10-29 16:45:11 -07:00
Adam Barth
4877c06149
Add PageStorage support to Navigator2
2015-10-29 16:24:45 -07:00
Adam Barth
6e076a3522
Merge pull request #148 from alhaad/update_run_mojo_command
...
Modify run_mojo command to take path to devtools.
2015-10-29 16:22:36 -07:00
Adam Barth
64c96e0dfa
Stop requiring customers to use a dev SDK
2015-10-29 16:17:13 -07:00
Alhaad Gokhale
dde6bd2034
Use a common flag for both android and linux.
2015-10-29 15:29:44 -07:00
Hixie
fca9b8f3d6
Rev package versions for release.
...
sky_engine is now at 0.0.45
sky_services is now at 0.0.45
flx is now at 0.0.4
flutter is now at 0.0.15
flutter_sprites is now at 0.0.12
2015-10-29 14:41:56 -07:00
Jason Simmons
5f742b70ba
Merge pull request #145 from jason-simmons/init_dir_path
...
Generalize path handling in flutter init
2015-10-29 14:41:33 -07:00
Alhaad Gokhale
587f6e27fe
Modify run_mojo command to take path to devtools.
...
Made changes as discussed.
R=@jamesr
2015-10-29 14:36:25 -07:00
Hixie
184ab7c9aa
Put an upper bound on flx dependency
...
In case we run into trouble, this at least gives us an escape hatch.
2015-10-29 14:35:55 -07:00
Hixie
f069ac2427
Loosen the sky_tools dependency on flx
2015-10-29 14:33:30 -07:00
Jason Simmons
ef2e038b11
Generalize path handling in flutter init
...
This will make "-o ." work as expected to initialize a project in the
current directory
2015-10-29 14:33:27 -07:00
Hixie
7aa05d4bce
Release 0.0.30.
2015-10-29 14:24:35 -07:00
Todd Volkert
3d7f2126b9
Merge pull request #142 from flutter/issue_141
...
Wait for sky server to start before starting device
2015-10-29 14:21:07 -07:00
Todd Volkert
a57109beba
Wait for sky server to start before starting device
...
Instead of just waiting for the sky server process to start
before we start the activity on the device, this causes us to
wait for the sky server to actually start listening on its port
Fixes #141
2015-10-29 14:19:15 -07:00
Hixie
79ceee73b2
Port our testing framework to new test library
2015-10-29 14:07:24 -07:00
Matt Perry
cbd4931579
Merge pull request #140 from mpcomplete/pubspec
...
Depend on exact version of flx package so I can make breaking changes.
2015-10-29 16:44:00 -04:00
Adam Barth
e904ab5773
Add missing import
2015-10-29 13:42:57 -07:00
Adam Barth
9548634bc2
Merge pull request #1866 from abarth/route_types
...
Add support for modal, ephemeral, and contentless routes to Navigator2
2015-10-29 13:42:20 -07:00
Matt Perry
30ad6ebaae
Depend on exact version of flx package so I can make breaking changes.
2015-10-29 16:40:13 -04:00
Adam Barth
395184f77f
Add hero transition support to Navigator2
...
In this approach, the hero support is layered on top of the basic navigator
functionality.
2015-10-29 13:29:24 -07:00
Jason Simmons
0a2bfc314f
Merge pull request #1861 from jason-simmons/canvas_image_memory_leak_2
...
simplify the ImageDecoder native code binding
2015-10-29 13:28:04 -07:00
Jason Simmons
f1b048f245
simplify the ImageDecoder native code binding
2015-10-29 13:11:02 -07:00
Devon Carew
0da7c7c6ac
upgrade test
2015-10-29 11:42:02 -07:00
Devon Carew
b15bcc5c64
0.0.29
2015-10-29 11:32:54 -07:00
Devon Carew
494d1e0140
verify that we're running from the root of a project
...
remove an unused import
review comments
rename st --> stack
2015-10-29 11:30:44 -07:00
Adam Barth
fab160cfce
Rationalize embedder.dart and shell.dart
...
This patch combines embedder.dart and shell.dart into one thing. We should now
handle a bunch of error cases better.
* embedder.connectToApplication has moved to shell.connectToApplication,
matching the rest of the mojo universe.
* embedder.connecttoService has moved to shell.connnectToService (and merged
with shell.requestService).
* shell.requestService is now shell.connectToService, matching the rest of
the mojo universe.
* serviceRegistry has moved from embedder.serviceRegistry to a top-level
getter.
Fixes #1803
2015-10-29 10:47:34 -07:00
Adam Barth
2e301d4d70
Add support for modal, ephemeral, and contentless routes to Navigator2
...
Routes can now create a list of widgets, which can be empty (in the case of
contentless routes) or have multiple entries (in the case of modal routes).
Ephemeral routes are handled by keeping a separate list of modal and ephemeral
routes.
2015-10-28 23:18:14 -07:00
Lex Berezhny
64b27be5dd
maxWidth -> maxIntrinsicWidth
2015-10-28 22:10:08 -04:00
Lex Berezhny
9153e7bbce
update playfair to match flutter/painting module refactoring
2015-10-28 20:43:37 -04:00
Viktor Lidholt
856ee97892
Merge pull request #1863 from vlidholt/master
...
Adds API documentation to sprite physics
2015-10-28 17:07:02 -07:00
Adam Barth
5b3b3dfb3a
Merge pull request #1862 from abarth/navigator2
...
Add an initial implementation of Navigator2
2015-10-28 17:00:12 -07:00
Viktor Lidholt
567b0cf293
Adds API documentation to sprite physics and renames a few private variables for clarity.
2015-10-28 16:51:00 -07:00
Hans Muller
90a3a20d83
Merge pull request #1860 from HansMuller/tabs
...
Correct TabNavigatorWidth, tabs.dart example
2015-10-28 16:40:50 -07:00
Adam Barth
b991b7d664
Add an initial implementation of Navigator2
...
This navigator can handle simple page navigation. I'll add more features in
subsequent CLs.
2015-10-28 16:40:22 -07:00
Hans Muller
7de7105fc5
Correct TabNavigatorWidth, tabs.dart example
2015-10-28 16:26:22 -07:00
Hixie
cbf9eab8fe
Rev package versions for release.
...
sky_engine is now at 0.0.44
sky_services is now at 0.0.44
flx is now at 0.0.3
flutter is now at 0.0.14
flutter_sprites is now at 0.0.11
2015-10-28 14:54:33 -07:00
Hixie
4c9f15cc8b
Rev the Dart SDK to pick up better dartdocs
2015-10-28 14:50:19 -07:00
Ian Hickson
6d4221cb95
Merge pull request #1851 from Hixie/MixedViewport-bug
...
Fix crash when removing a card in card_collection
2015-10-28 14:47:40 -07:00
Hixie
58013dc80d
rev-flutter tool
...
A tool to update all the pubspec.yaml versions when we're revving flutter.
2015-10-28 14:45:02 -07:00
Collin Jackson
edf5db1943
Merge pull request #1831 from collinjackson/media_query
...
Media query class for querying viewport dimensions
2015-10-28 14:14:08 -07:00
Matt Perry
114d8fe6c4
Merge pull request #1853 from mpcomplete/tests
...
Some initial unit tests for package signing
2015-10-28 16:57:27 -04:00
Devon Carew
678af9c045
fix some issues found by strong mode
2015-10-28 13:42:46 -07:00