Commit Graph

1850 Commits

Author SHA1 Message Date
Adam Barth
a98502df94 Merge pull request #749 from abarth/rev_dart_sdk
Update Dart SDK
2015-08-21 12:52:54 -07:00
Adam Barth
33061afe5f Merge pull request #748 from abarth/screen_orientation
Add SetRequestedOrientation to Activity service
2015-08-21 12:52:15 -07:00
Adam Barth
24a68cb445 Add SetRequestedOrientation to Activity service
Fixes #743
2015-08-21 12:49:49 -07:00
Adam Barth
49aea46535 Update Dart SDK 2015-08-21 12:21:37 -07:00
Ian Fischer
2d333f5612 Merge pull request #719 from iansf/add_listen_command
Add listen command to sky_tool, and related changes.
2015-08-21 09:54:04 -07:00
Ian Fischer
fda65a6c97 Make sky_tool install to ios devices and simulators if available, and add a ‘listen’ command that will listen to filesystem changes in the current directory and update running versions of the app.
Also refactors ios_sim.py to be part of sky_tool.

The current skyx file that ‘listen’ generates does not contain material design icons, so icons will be missing.
2015-08-21 09:53:35 -07:00
Adam Barth
bd845c2a33 Merge pull request #733 from abarth/sky_unit_test
Introduce sky/unit/test
2015-08-20 21:25:21 -07:00
Adam Barth
82bf151a38 Introduce sky/unit/test
This patch adds a new test harness and a first, trivial test to run with the
harness. The new test harness is built on package:test and should run on
Travis. Over time, we'll migrate our existing tests into this harness.
2015-08-20 21:01:13 -07:00
Chinmay Garde
d7b1c234c4 Merge pull request #731 from chinmaygarde/master
Ensure the actual iOS bundle has been created before attempting to generate an Xcode harness for the same
2015-08-20 17:15:20 -07:00
Chinmay Garde
4df6f6f581 Ensure the actual iOS bundle has been created before attempting to generate an Xcode harness for the same 2015-08-20 17:12:20 -07:00
Chinmay Garde
f743311614 Merge pull request #728 from chinmaygarde/master
Enable launching iOS applications using Xcode for profiling and tracing
2015-08-20 16:55:22 -07:00
Adam Barth
9b51b5950b Include sky_snapshot in the binary artifacts
We'll need sky_snapshot to produce skyx files and eventually APKs.
2015-08-20 15:42:43 -07:00
Chinmay Garde
33526ad74d Enable launching iOS applications using Xcode for profiling and tracing 2015-08-20 15:06:43 -07:00
Adam Barth
1a6f69cc13 Rev pub packages 2015-08-19 12:56:27 -07:00
Adam Barth
1ddd6f10f3 Merge pull request #687 from abarth/rev_playfair
Update playfair revision
2015-08-19 09:06:39 -07:00
Adam Barth
a7df18a0d4 Update playfair revision
... and reattach fitness to the build. We detached fitness from the build
because it was seeing an old version of playfair that didn't work with the most
recent version of the Sky package.
2015-08-19 09:05:30 -07:00
Adam Barth
63767d67de Temporary build fix
Unhook fitness from the build to work around build break in playfair. We
updated the Sky package in an incompatible way, which means we need to roll in
a new playfair package to build fitness.
2015-08-18 21:50:29 -07:00
Adam Barth
231c2a9c70 Merge pull request #685 from abarth/rendering_dart
Add package:sky/rendering.dart
2015-08-18 21:43:25 -07:00
Adam Barth
25527c9919 Add package:sky/rendering.dart
Similar to widgets.dart, rendering.dart exports the entire rendering layer.
Also, update the examples to use rendering.dart and widgets.dart. Also clean up
some exports so that the examples have more sensible imports.
2015-08-18 21:39:51 -07:00
Ian Hickson
99700eaa00 Update README.md 2015-08-18 18:50:46 -07:00
Chinmay Garde
a6986caa7e Set default active arch on iOS to armv7 2015-08-18 14:38:50 -07:00
Ian Hickson
5a754c3509 Merge pull request #665 from Hixie/analyzer
Fix analyzer to not change the working directory.
2015-08-17 17:18:30 -07:00
Chinmay Garde
a86cdd5686 Merge pull request #667 from chinmaygarde/master
Fix iOS build breaks due to recent dart roll
2015-08-17 17:12:36 -07:00
Chinmay Garde
ebe502ec75 Update Dart dep to include fixes for build breaks on Clang 2015-08-17 17:08:23 -07:00
Chinmay Garde
9292523650 Revert "Temporarily roll back dart dependency to work around build errors"
This reverts commit b515d03db0.
2015-08-17 17:01:27 -07:00
Chinmay Garde
8d6df64027 Merge pull request #664 from chinmaygarde/master
Build fat binaries on iOS by default unless "ios_active_arch" is specified
2015-08-17 16:59:29 -07:00
Hixie
880a57f3a9 Fix analyzer to not change the working directory.
I didn't understand what was going on before. Now I do. This is a better fix that making the path absolute.
2015-08-17 16:57:08 -07:00
Chinmay Garde
813ba5d56d Build fat binaries on iOS by default unless "ios_active_arch" is specified 2015-08-17 16:49:01 -07:00
Hixie
092f64abdf Analyzer updates
- Remove shelldb analyze, since we want to remove shelldb.
- Make skyanalyzer pass the absolute path to dartanalyzer. I'm not
  sure why this is sometimes needed, but without it, I sometimes get
  file not found errors.
- Remove some of the patterns we were ignoring, since either the
  errors have been fixed or the analyzer has been fixed.

There's still hundreds of warnings in the mojo and sky packages (the
ones in the sky packages are all bogus, I believe).
2015-08-17 15:42:34 -07:00
Chinmay Garde
78579c46ff Merge pull request #655 from chinmaygarde/master
Roll back dart dependency to work around build errors
2015-08-17 13:54:48 -07:00
Chinmay Garde
b515d03db0 Temporarily roll back dart dependency to work around build errors
Tracking issue https://github.com/domokit/sky_engine/issues/654
2015-08-17 13:51:13 -07:00
Chinmay Garde
30b851c747 Merge pull request #652 from chinmaygarde/master
Avoid disabling extra clang plugins on iOS
2015-08-17 13:40:07 -07:00
Adam Barth
e5ed242afb Merge pull request #636 from devoncarew/material_design_readme
update the readme for the material design package
2015-08-17 13:29:18 -07:00
Chinmay Garde
6c60a16f6a Avoid disabling extra clang plugins on iOS 2015-08-17 13:17:26 -07:00
Eric Seidel
3c0bd2d9c9 Merge pull request #651 from eseidelGoogle/roll_version
Remove more dead code from roll_apk_version
2015-08-17 13:17:26 -07:00
Eric Seidel
0677605efa Remove more dead code from roll_apk_version
Also fixed the url in roll_pub_versions CHANGELOG.md message.

@abarth
2015-08-17 13:16:13 -07:00
Eric Seidel
bef43c2948 Split roll_versions.py into apk vs. pub 2015-08-17 12:43:16 -07:00
Devon Carew
5c89f3275c update the readme for the material design package 2015-08-16 14:36:34 -07:00
Adam Barth
c7910bd8c5 Don't grey out Sky code in Atom
For some reason having |packages| in this .gitignore file is causing Atom to
grey out all the files in the Sky package. Moving the entry up to the root of
the git repo fixes the issue.
2015-08-14 15:39:09 -07:00
Adam Barth
0e9c575097 Rev pub package 2015-08-14 14:02:01 -07:00
Adam Barth
2eb4c28dab Merge pull request #622 from abarth/haptic_feedback
Add haptic and aural feedback service
2015-08-14 13:47:59 -07:00
Adam Barth
81fcadc21d Add haptic and aural feedback service
And use the service in mine_digger to notify the user when they flag a bomb.
2015-08-14 12:46:04 -07:00
Adam Barth
69f51cf2c4 Roll Dart 2015-08-13 14:08:27 -07:00
Chinmay Garde
8585fa3d71 Merge pull request #578 from chinmaygarde/master
Make |TracingController| platform agnostic and enable collecting traces from base and the shell view dart isolate simultaneously
2015-08-13 12:58:54 -07:00
Chinmay Garde
7a81a860d7 Update dart_revision in DEPS 2015-08-13 12:51:54 -07:00
Adam Barth
0c0d990479 Rev pub packages 2015-08-13 09:18:24 -07:00
Adam Barth
78ed4c51c2 Merge pull request #588 from abarth/fix_abs_paths
sky_snapshot should work with absolute paths
2015-08-13 09:13:14 -07:00
Adam Barth
064db3fcf2 sky_snapshot should work with absolute paths
Instead of appending the first path component, we should use it to initialize
`result`. That makes this code work with absolute paths.
2015-08-13 09:11:24 -07:00
Eric Seidel
e69847e137 Add a minimum sdk version for sky_engine
We could update all our other versions as well if we wanted
but this the only package in sky which uses sdk_ext

@abarth
2015-08-12 17:48:37 -07:00
Eric Seidel
63a41d295c Merge pull request #584 from eseidelGoogle/workbench
Stop using workbench/packages for sky_snapshot
2015-08-12 17:44:19 -07:00