Commit Graph

1850 Commits

Author SHA1 Message Date
Chinmay Garde
464576a6cb Merge pull request #1790 from chinmaygarde/master
Update Dart revision
2015-10-26 11:19:05 -07:00
Chinmay Garde
8231bb3df2 Update Dart revision 2015-10-26 11:12:03 -07:00
Adam Barth
2bf539d8dd Rev pub packages 2015-10-26 10:42:14 -07:00
Adam Barth
06aa70b0a7 Roll Skia 2015-10-26 10:36:00 -07:00
Hixie
9dfc62bf5f Strong modeify the examples
This makes skyanalyzer also check the examples, and fixes everything it
found there.
2015-10-23 18:13:25 -07:00
Todd Volkert
8e91c0b251 Merge pull request #1767 from tvolkert/CONTRIB
Minor documentation update
2015-10-23 15:52:47 -07:00
Todd Volkert
cf48f145d5 Update 'Getting the code and configuring your environment' to have
the user run download_android_tools.py before adding platform-tools
to their path so they don't fret over the platform-tools folder
not existing yet.
2015-10-23 15:08:53 -07:00
Chinmay Garde
7df1a1b0c2 Merge pull request #1766 from chinmaygarde/master
Ensure the workbench uses the a version of sky_tools greater or equal to 0.0.26
2015-10-23 15:04:28 -07:00
Chinmay Garde
62e55c716f Ensure the workbench uses the a version of sky_tools greater or equal to 0.0.26 2015-10-23 15:01:01 -07:00
Chinmay Garde
e830096f00 Merge pull request #1764 from chinmaygarde/master
Update Mojo SDK revision
2015-10-23 14:47:02 -07:00
Chinmay Garde
7d47302f06 Update Mojo SDK revision 2015-10-23 14:45:08 -07:00
Adam Barth
ada2561453 Rev pub packages and simplify big_red_button 2015-10-23 10:12:02 -07:00
Adam Barth
894e72bbe3 Rev pub packages 2015-10-23 10:09:17 -07:00
Chinmay Garde
cda177da39 Merge pull request #1752 from chinmaygarde/precompile_pr
Switch to using precompiled snapshots on iOS
2015-10-22 17:32:09 -07:00
Chinmay Garde
723a431760 Switch to using precompiled snapshots on iOS 2015-10-22 17:27:40 -07:00
Jason Simmons
b356ce6d9e Merge pull request #1736 from jason-simmons/flx_gitignore
Add .gitignore file to the flx package
2015-10-22 16:04:10 -07:00
Adam Barth
317414c339 Merge pull request #1735 from abarth/navigator_of
Add Navigator.of
2015-10-22 12:36:33 -07:00
Adam Barth
cb9c87564c Add Navigator.of
Now you don't need to pass the navigator around everywhere.
2015-10-22 12:32:42 -07:00
Jason Simmons
32dd9c08e6 Add .gitignore file to the flx package 2015-10-22 11:26:03 -07:00
Matt Perry
e44780e74d Merge pull request #1722 from mpcomplete/flx.1
Create new 'flx' package. Just a copy for now.
2015-10-21 17:56:37 -04:00
Matt Perry
23ff561361 deps 2015-10-21 17:55:20 -04:00
Matt Perry
4a0eb5bd4d Create new 'flx' package. Just a copy for now.
This will be shared by sky/updater and flutter_tools. Currently
bundle.dart and signing.dart are unmodified copies of the files from
updater and flutter_tools, respectively. This is so future changes are
easier to see.
2015-10-21 17:20:25 -04:00
Jason Simmons
2dd3af73ce Update to mojo 5f74f421c1fa8fa691360294d9ada303ccf6de4b
* Remove most of mojo/dart/embedder
  * Update roll.py to only import a subset of mojo/dart/embedder
* Add mojo/dart/observatory
* Update mojo_sdk_revision to get fixes to dart_pkg.py
2015-10-21 13:26:54 -07:00
Adam Barth
7062f07150 Rev pub packages 2015-10-21 11:07:06 -07:00
Adam Barth
7562cb3b97 Rev pub packages 2015-10-21 11:05:59 -07:00
Adam Barth
234d94582f Rev pubspec.yaml 2015-10-20 16:18:35 -07:00
Collin Jackson
6c25e9c637 Update CONTRIBUTING.md 2015-10-20 10:56:53 -07:00
Adam Barth
7ad7790a92 Update CONTRIBUTING.md 2015-10-20 08:45:19 -07:00
Ian Hickson
789f21e038 Update CONTRIBUTING.md 2015-10-20 08:25:28 -07:00
Ian Hickson
6e0075d30f Update CONTRIBUTING.md 2015-10-20 08:24:30 -07:00
Ian Hickson
5f3db0c9e9 Update CONTRIBUTING.md 2015-10-20 08:23:31 -07:00
Ian Hickson
1bf269d547 Revamp of CONTRIBUTING.md to reflect everything I learnt installing it at home. 2015-10-20 08:22:52 -07:00
Ian Hickson
fda699f8e2 Update CONTRIBUTING.md 2015-10-20 07:52:10 -07:00
Ian Hickson
32b8a01e88 Update CONTRIBUTING.md 2015-10-19 20:53:50 -07:00
Ian Hickson
4f9081eda3 Update CONTRIBUTING.md 2015-10-19 20:52:35 -07:00
Ian Hickson
6b6473971e Update CONTRIBUTING.md 2015-10-19 20:52:06 -07:00
Ian Hickson
c1c28478b3 Update CONTRIBUTING.md 2015-10-19 20:50:52 -07:00
Matt Perry
adb1ebb727 Merge pull request #1612 from mpcomplete/signer.cipher
Add support for verifying .flx signatures when updating
2015-10-19 17:18:17 -04:00
Matt Perry
ca3b2d6eb5 Support verifying .flx signatures when updating.
Adds a step to the updater to verify that the new .flx package is signed and
untampered.

Each .flx contains a signed manifest file. The manifest contains a SHA-256 hash
of the .flx contents. See bundle.dart for a description of the new .flx format.
2015-10-19 16:39:02 -04:00
Adam Barth
22ae5f437d Merge pull request #1671 from abarth/scaffold_material
Scaffold should wrap its body in a Material
2015-10-19 12:22:37 -07:00
Adam Barth
55611edf38 Scaffold should wrap its body in a Material
Fixes #1669
2015-10-19 12:11:10 -07:00
Adam Barth
a4156d7636 Rev pub package 2015-10-19 11:15:04 -07:00
Adam Barth
67aa7d31fa Merge pull request #1670 from abarth/improve_roll_py
Improve roll.py
2015-10-19 10:40:57 -07:00
Adam Barth
696127dcf2 Improve roll.py
* Make the paths absolute
 * Using filter to remove tonic from mojo/dart/embedder/BUILD.gn instead of a
   patch
2015-10-19 10:35:02 -07:00
Adam Barth
6c80c65f7d Update to mojo 15d4677f174b1862d95545bf9b1866b4338c3e92 2015-10-19 10:24:27 -07:00
James Robinson
dad1b5d846 Merge pull request #1626 from jamesr/shut_up_download
Specify --quiet to download_from_google_storage hooks
2015-10-19 10:11:52 -07:00
Ian Hickson
f49313ce8e Update CONTRIBUTING.md 2015-10-19 09:45:56 -07:00
Ian Hickson
de418e2799 Update CONTRIBUTING.md 2015-10-19 09:38:47 -07:00
Ian Hickson
85a120331f Update CONTRIBUTING.md 2015-10-19 09:37:06 -07:00
Ian Hickson
7f5a3afb07 Update CONTRIBUTING.md 2015-10-19 09:32:14 -07:00