2147 Commits

Author SHA1 Message Date
Adam Barth
b792ca37fa Rev pub packages 2015-11-24 12:45:02 -08:00
Adam Barth
a9db805f58 Add system-level routing
We now respect the "route" field in Intents to load a route other than '/'.
Also, use popRoute rather than events to indicate that the framework has asked
us to go back.
2015-11-24 12:40:41 -08:00
Chinmay Garde
2689e040b8 Merge pull request #2104 from chinmaygarde/master
Move all engine generated resources into a single directory in the Xcode project
2015-11-23 14:59:11 -08:00
Chinmay Garde
fe837d1d8a Fix paths in script invocations from Xcode build 2015-11-23 14:01:17 -08:00
Chinmay Garde
2863481966 Move all engine generated artifacts into a single FlutterResources
folder
2015-11-23 13:55:11 -08:00
Chinmay Garde
30f54448db Merge pull request #2103 from chinmaygarde/master
Fix iOS builds using the keyboard service
2015-11-23 13:37:32 -08:00
Chinmay Garde
86212ddf61 Fix iOS builds using the keyboard service 2015-11-23 13:21:02 -08:00
Todd Turnidge
df3977e38d Add stdout/stderr streaming for Dart debuggers. 2015-11-23 12:53:30 -08:00
Adam Barth
8208e6c276 Remove unnecesary DEPS hooks
We don't need to run "pub get" anymore because we don't have any real Dart
packages in this repo anymore.
2015-11-21 16:44:33 -08:00
Hixie
d960e3ed31 rev to 0.0.62. 2015-11-21 16:10:17 -08:00
Ian Hickson
24a7f3795f Rev the engine again. 2015-11-20 21:53:37 -08:00
Kris Giesing
016baa5454 Update version to 0.0.60 2015-11-20 15:36:05 -08:00
Kris Giesing
d392aea9da Add support for IME on mojo/Linux 2015-11-20 15:02:56 -08:00
Kris Giesing
bb4eae40b0 Update version to 0.0.59 2015-11-20 14:06:45 -08:00
Kris Giesing
578ad3a68c Add ServiceName to various interfaces 2015-11-20 13:49:10 -08:00
Kris Giesing
ff2a82d96c Remove patch step from mojo roll 2015-11-20 13:49:10 -08:00
Adam Barth
1c7a36c687 Merge pull request #2093 from abarth/jittery_text
Text snaps to pixel grid, images don't
2015-11-20 12:50:09 -08:00
Adam Barth
15a638332c Text snaps to pixel grid, images don't
Previously, we tried to use the render tree's paint offset to move the text to
the proper position, but that appears to snap to integer logical pixels,
introducing jitter. Now we use the SkCanvas's matrix to position the text,
removing the jitter.

Fixes https://github.com/flutter/flutter/issues/234
2015-11-20 12:49:01 -08:00
Chinmay Garde
ff6d7a3a9e Avoid removing the stub runner as Xcode relies on this being present
during archiving for release
2015-11-20 11:39:03 -08:00
Adam Barth
e80be08b57 Fix Mac build 2015-11-19 14:53:05 -08:00
Jason Simmons
a18ab30e97 Rev pub packages 2015-11-19 14:16:46 -08:00
Jason Simmons
830fced719 Merge pull request #2082 from jason-simmons/apk_upload_artifacts_2
Upload artifacts as a zip file
2015-11-19 14:12:40 -08:00
Adam Barth
2d217034be Fix RRect#shift
Previous this would crash.
2015-11-19 11:21:54 -08:00
Collin Jackson
ca04a77540 Fix gn on iOS/Mac builds 2015-11-19 11:08:06 -08:00
Jason Simmons
5aa1119ef6 Upload artifacts as a zip file
* Include all the artifacts required to build an APK package
* In addition to the zip, some files will be uploaded separately:
  * libflutter_library.so (large debug symbol library)
  * flutter.mojo (needs to be downloadable from the target device)
2015-11-18 16:40:21 -08:00
Adam Barth
a743fbf27a Remove ui.tracing
This feature is redundant with the Timeline in dart:developer. I've already
switched all the clients over to using dart:developer.
2015-11-18 14:18:45 -08:00
Adam Barth
33288c2868 Fix Android build by adding missing dependency 2015-11-18 13:21:22 -08:00
George Kulakowski
e60e50386a Add fnl build configuration 2015-11-18 13:07:19 -08:00
Chinmay Garde
bde64ab147 Use dart_host_toolchain when building host binaries that depend on Dart 2015-11-18 12:15:45 -08:00
George Kulakowski
6db4443b08 Merge pull request #2071 from kulakowski/build-stuff
Remove use_glib gn variable
2015-11-18 10:17:53 -08:00
Adam Barth
db2c9d43ce Remove sky_viewer.mojo
We now use flutter.mojo instead.
2015-11-17 14:32:57 -08:00
George Kulakowski
a8bbe66cb9 Remove use_glib gn variable 2015-11-17 13:01:31 -08:00
George Kulakowski
15fce47583 Merge pull request #2068 from kulakowski/build-stuff
Clean up some dead code in core renderer
2015-11-17 12:54:28 -08:00
Chinmay Garde
9497a37460 Initialize the window_ ivar in PlatformView to gfx::kNullAcceleratedWidget 2015-11-17 12:04:03 -08:00
Chinmay Garde
50289d3de3 Fix iOS builds: InlinedStructPtr is not copyable. Avoid the same while iterating over request headers. 2015-11-17 11:40:02 -08:00
George Kulakowski
a3d7faafed Clean up some dead code in core renderer 2015-11-17 11:32:09 -08:00
Adam Barth
fed101feb7 Rev pub packages 2015-11-17 11:24:14 -08:00
Adam Barth
a42a7615a9 Merge pull request #2067 from abarth/event_units
Fix the units for Pointer events
2015-11-17 11:22:37 -08:00
Adam Barth
4e0ec4c23b Fix the units for Pointer events
The time_stamp is supposed to be in microseconds. Previously we were using
milliseconds.
2015-11-17 11:21:58 -08:00
Adam Barth
a38c904604 Publish flutter.mojo along with sky_viewer.mojo 2015-11-17 10:00:52 -08:00
Adam Barth
c9b7f2f7d4 Scrollable widgets don't fling in MojoShell
There's some confusion over the units for time_stamp. This patch works around
the issue. I've filed a bug (https://github.com/domokit/mojo/issues/541) to
figure out the right fix.

Also, rename the final target to flutter.mojo, which is a more descriptive
name.
2015-11-17 09:41:07 -08:00
Collin Jackson
24edb84322 Add support for HTTP headers on iOS 2015-11-16 22:40:43 -08:00
Collin Jackson
9f5f4c1f18 fix entitlements path 2015-11-16 21:56:32 -08:00
Adam Barth
39bc40f434 Merge pull request #2062 from abarth/feature_parity
Bring sky_shell.mojo up to feature parity with sky_viewer.mojo
2015-11-16 19:07:42 -08:00
Adam Barth
ae58ba7c8c Bring sky_shell.mojo up to feature parity with sky_viewer.mojo
I believe this patch implements all the remaining features from
sky_viewer.mojo.
2015-11-16 17:19:35 -08:00
Hixie
b9b6ad3b92 Skyanalyzer is no longer needed. 2015-11-16 15:57:58 -08:00
Adam Barth
36b4f0669c Make sky_shell.mojo work on Android
There's no vsync service in MojoShell, so we shouldn't try to connect to it.
Feature request for MojoShell is in https://github.com/domokit/mojo/issues/535.
2015-11-16 15:27:28 -08:00
Adam Barth
c075697fcf Rev pub packages 2015-11-16 15:16:12 -08:00
Collin Jackson
794caa2314 Merge pull request #2059 from collinjackson/rename_flutter_strings
Fix #371 Replace “chromium” and “sky” with “flutter” in logs and Mac Shell UI
2015-11-16 14:54:30 -08:00
Collin Jackson
0904164fd6 Fix https://github.com/flutter/flutter/issues/371 renaming "sky" and "chromium" to "flutter" in logs and Mac Shell UI 2015-11-16 14:54:18 -08:00