Adam Barth
54f29d86d2
Rev Sky package
2015-08-03 15:57:21 -07:00
Adam Barth
8f76a9ec85
Fix build
...
This file was deleted.
2015-08-03 15:52:07 -07:00
Ian Fischer
3a8351e48d
Merge pull request #435 from iansf/bugfix_ios_refresh
...
Avoid crashing when building an app without an app.skyx file in DEBUG mode.
2015-08-03 15:45:41 -07:00
Ian Fischer
a84528c10d
Avoid crashing when building an app without an
...
app.skyx file in DEBUG mode.
2015-08-03 15:43:36 -07:00
mpcomplete
830357ee74
Merge pull request #434 from mpcomplete/card.test
...
Fix failing test card_collection.dart
2015-08-03 18:22:03 -04:00
Matt Perry
36e6ad344c
Fix failing test card_collection.dart.
2015-08-03 18:14:51 -04:00
Adam Barth
e0a11e8d1b
Merge pull request #433 from abarth/widgets_dart
...
Add a widgets.dart uber library
2015-08-03 15:14:08 -07:00
Adam Barth
78379cf4aa
Add a widgets.dart uber library
...
Now you can import 'package:sky/widgets.dart' to get all the widgets.
2015-08-03 15:09:49 -07:00
mpcomplete
bf482952b9
Merge pull request #431 from mpcomplete/renames
...
Rename some animation classes.
2015-08-03 18:07:13 -04:00
Matt Perry
8d2aa7994f
Rename some animation classes.
...
* Intentions => Behaviors
* SlideIn => SlideTransition
* FadeIn => FadeTransition
* removed unused AnimatedContainer intentions
2015-08-03 17:30:34 -04:00
mpcomplete
ffc33bbd68
Merge pull request #427 from mpcomplete/dismissable
...
Use transitions for Dismissable
2015-08-03 17:18:06 -04:00
Adam Barth
a9bf204c11
Merge pull request #430 from abarth/sk_image
...
Use SkImage instead of SkBitmap
2015-08-03 14:17:08 -07:00
Adam Barth
cf193ccb9b
Merge pull request #428 from abarth/stocks_visuals
...
Fix visual bugs in Stocks
2015-08-03 14:15:05 -07:00
Adam Barth
c4fd79b512
Use SkImage instead of SkBitmap
...
Apparently SkImage is the new hotness.
2015-08-03 14:12:44 -07:00
Matt Perry
d3dbc72145
Use transitions for Dismissable.
...
Simplifies the code a bit.
2015-08-03 16:56:36 -04:00
Adam Barth
ac9bf03564
Merge pull request #429 from abarth/italics
...
Add support for FontStyle.italics
2015-08-03 13:52:27 -07:00
Adam Barth
c8f99a60dc
Add support for FontStyle.italics
2015-08-03 13:50:46 -07:00
Adam Barth
4e9f2d6dde
Fix visual bugs in Stocks
...
- Center the labels on the tabs
- Make the drawer's mask visible
2015-08-03 12:43:25 -07:00
Ian Fischer
e7d1dc73eb
Merge pull request #426 from iansf/ios_refresh
...
Allow iOS apps to restart by copying the app.skyx to the Documents directory on the device.
2015-08-03 11:36:56 -07:00
Ian Fischer
057798813d
Allow iOS apps to restart by copying the app.skyx to the Documents
...
directory on the device.
This work is to support a workflow where developers testing on an iOS
device will automatically see their app updates as they change their Sky
code. Currently this works by using the ios-deploy tool:
$ ios-deploy --bundle_id 'org.domokit.sky.game' --upload out/ios_Debug/game_app.app/app.skyx --to Documents/app.skyx
Upcoming commits will incorporate this into skytool.
2015-08-03 11:33:28 -07:00
Adam Barth
215ffde9e7
Update Sky package deps
2015-08-03 11:12:09 -07:00
Adam Barth
bb1ade9e1a
Rev pub packages
2015-08-03 10:54:54 -07:00
Adam Barth
dd0b5a500c
Merge pull request #425 from abarth/skyanalyzer
...
Fix skyanalyzer
2015-08-03 10:37:41 -07:00
Adam Barth
fc1c68217c
Merge pull request #424 from abarth/scrollable_block_cannot_overscroll
...
ScrollableBlock should be able to overscroll
2015-08-03 10:37:35 -07:00
Adam Barth
6942e9557e
Fix skyanalyzer
...
Our supressions for the generated mojom.dart files weren't working after we
deleted the mojom package. This CL updates the filters to catch mojom.dart
files again.
2015-08-03 10:00:52 -07:00
Adam Barth
cf293bba1b
ScrollableBlock should be able to overscroll
...
When a ScrollableBlock can scroll, we want to be able to drag into the
overscroll region. Previously we could fling into the overscroll region, but we
couldn't actually drag there.
2015-08-03 09:57:38 -07:00
Adam Barth
264e00c743
Merge pull request #422 from abarth/rm_sky_init
...
Remove sky:init
2015-08-01 21:30:22 -07:00
Adam Barth
a6017e214d
Remove sky:init
...
Now that we don't have a magicaly mojom package, we don't need sky:init.
2015-08-01 19:02:54 -07:00
Adam Barth
7615f23992
Remove unused imports to make the analyzer happy
2015-08-01 18:58:13 -07:00
Adam Barth
3eb424fa37
Add documentation about layout models
2015-08-01 18:56:54 -07:00
Adam Barth
6ea7788ac5
Add some documentation for the basic widgets
2015-08-01 16:35:37 -07:00
Adam Barth
628c01f263
Update README.md
2015-08-01 10:29:58 -07:00
Adam Barth
fb8c19b7f8
Update README.md
2015-08-01 10:29:06 -07:00
Adam Barth
ee431ae832
Merge pull request #421 from abarth/rounded_border
...
Support borders with borderRadius
2015-07-31 16:03:55 -07:00
mpcomplete
5a5f313669
Merge pull request #405 from mpcomplete/transitions
...
Add transitions.dart for common animation transitions.
2015-07-31 19:03:43 -04:00
Matt Perry
0cac70980f
Add transitions.dart for common animation transitions.
...
Use those in SnackBar, Drawer, navigator instead of AnimatedContainer's
intentions.
2015-07-31 19:03:11 -04:00
Adam Barth
5f95865831
Support borders with borderRadius
...
Currently we support only borders with uniform color and width.
2015-07-31 16:03:09 -07:00
Adam Barth
e719855b60
Merge pull request #420 from abarth/fix_readme_links
...
Use absolute URLs in sky/packages/sky/README.md
2015-07-31 13:49:54 -07:00
Adam Barth
ab146ec0f8
Use absolute URLs in sky/packages/sky/README.md
...
When this README.md is published to pub.dartlang.org, the base URL is
pub.dartlang.org. We need to use absolute URLs in order to get back to GitHub.
Fixes #417
2015-07-31 13:33:04 -07:00
Adam Barth
eae66eb03e
Merge pull request #419 from abarth/fix_align_right
...
Fix TextAlign.right
2015-07-31 13:05:27 -07:00
Adam Barth
75c7e617e5
Fix TextAlign.right
...
We were applying the style to the RenderInline but we actually needed to apply
it to the RenderParagraph. The lineHeight property had the same problem.
2015-07-31 12:57:53 -07:00
John McCutchan
abc86e33d3
Merge pull request #416 from johnmccutchan/require_new_versions
...
Make sky package depend on new sky_engine and sky_services
2015-07-31 11:12:03 -07:00
John McCutchan
1263fff9ea
Make sky package depend on new sky_engine and sky_services
2015-07-31 11:05:30 -07:00
John McCutchan
22afe31864
Merge pull request #415 from johnmccutchan/dont_upload_twice
...
Don't upload things again in stage two
2015-07-31 10:52:17 -07:00
John McCutchan
e95a0b2d89
Don't upload things again in stage two
2015-07-31 10:49:46 -07:00
John McCutchan
bbf7a0229e
Merge pull request #414 from johnmccutchan/bump_versions
...
Bump versions of sky packages
2015-07-31 10:47:58 -07:00
John McCutchan
8ded610b49
Bump versions of sky packages
2015-07-31 10:46:14 -07:00
John McCutchan
e72cf3eb24
Merge pull request #413 from johnmccutchan/big_red_button_split
...
Add a --stage-two to big_red_button.py
2015-07-31 10:44:34 -07:00
John McCutchan
414da6628e
Continue to upload binaries as part of stage 1
2015-07-31 10:43:52 -07:00
John McCutchan
82fca35f7e
whitespace
2015-07-31 10:42:16 -07:00