Hixie
deccd853c6
Rev the Dart SDK to pick up better dartdocs
2015-10-28 14:50:19 -07:00
Ian Hickson
394990f41c
Merge pull request #1856 from Hixie/auto-rev
...
rev_flutter tool
2015-10-28 14:46:51 -07:00
Hixie
b85168787e
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
Matt Perry
9135319cb2
Merge pull request #1853 from mpcomplete/tests
...
Some initial unit tests for package signing
2015-10-28 16:57:27 -04:00
Matt Perry
fb7520756e
Add some unit tests for flx signing code.
2015-10-28 15:52:34 -04:00
Adam Barth
0e1d7b6c55
Merge pull request #1854 from abarth/fix_deps
...
Stop excluding sky/packages/sky during pub update
2015-10-28 12:12:02 -07:00
Adam Barth
b89b550d20
Stop excluding sky/packages/sky during pub update
...
There's no need to exclude it anymore.
2015-10-28 12:01:44 -07:00
Adam Barth
d749a73805
Icon should use an enum rather than an int for size
...
Material design icons are defined to work at specific sizes: 18, 24, 36, 48.
The current API doesn't reflect that and just takes a size int. If an invalid
size is chosen an error is printed to the console and no icon shows up.
Fixes #1816
2015-10-28 08:55:49 -07:00
Adam Barth
dfe47456b9
Rev pub packages
2015-10-27 20:15:58 -07:00
Chinmay Garde
437429c451
Default to a known code signing identity when a new XCode project harness is generated
2015-10-27 16:45:49 -07:00
Chinmay Garde
cca3b67c7b
Merge pull request #1842 from chinmaygarde/master
...
Update Dart revision to pull in armv7 precompiled snapshotting updates
2015-10-27 16:39:36 -07:00
Chinmay Garde
f1a7b6ccc8
Update Dart revision to pull in armv7 precompiled snapshotting updates
2015-10-27 16:05:14 -07:00
Chinmay Garde
bcb9d293ce
Merge pull request #1820 from chinmaygarde/master
...
Remove `ios_active_arch` and directly specify `arm64` vs `armv7` preference via `target_cpu`
2015-10-27 16:03:49 -07:00
Chinmay Garde
263542dc68
Remove ios_active_arch and directly specify arm64 vs armv7 preference via target_cpu
2015-10-27 15:58:55 -07:00
Adam Barth
5f06c59599
Add a position to the onTap callback
...
Fixes #1807
2015-10-27 14:12:54 -07:00
Hixie
b8388a7c94
Use the presence of handler to determine 'enabled'
...
Instread of an explicit 'enabled' bool, this uses the presence of the
event handler to determine if a widget is enabled or not. This means
that if you've not passed a handler, your widget will be disabled, which
makes sense, since it wouldn't work anyway.
Adds this feature to checkbox, and ports raised button, flat button, and
radio buttons to this new model.
Adds a checkbox to card_collection that can be disabled.
Hide a (basically bogus) hint from the (soon to be disabled) strong hint
mode in the analyzer that this reveals.
2015-10-26 17:35:41 -07:00
Chinmay Garde
8e10a20bda
Merge pull request #1812 from chinmaygarde/master
...
Add a clang_i386 toolchain definition to build/toolchain/mac
2015-10-26 15:47:58 -07:00
Chinmay Garde
e878098b31
Add a clang_i386 toolchain definition to build/toolchain/mac
2015-10-26 15:41:56 -07:00
Matt Perry
7fdf11df2a
Merge pull request #1792 from mpcomplete/license
...
Add LICENSE file to flx package.
2015-10-26 14:55:55 -04:00
Matt Perry
1ca98d361d
Add LICENSE file to flx package.
2015-10-26 14:52:52 -04:00
Matt Perry
23f1663e38
Merge pull request #1723 from mpcomplete/flx.2
...
Change updater to use shared flx package
2015-10-26 14:45:29 -04:00
Matt Perry
6a09911396
Change updater to use shared flx package.
...
This changes flutter's updater package to depend on and use the new flx
package. I also did a little cleanup of the Bundle interface.
2015-10-26 14:20:32 -04:00
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