Adam Barth
d96cbdd084
Port demo_launcher and fitness to fn3
2015-10-01 09:07:17 -07:00
Adam Barth
4467a268ce
Move theme into material.dart
...
Also, introduce Colors and Typography to hold the material colors and the
typography declarations. Previously we expected clients of these libraries to
import them into a namespace, but that doesn't play nice with re-exporting them
from material.dart.
2015-09-18 09:57:21 -07:00
Adam Barth
5108e15ed0
Introduce painting.dart and move painting code to src/painting
2015-09-08 10:36:14 -07:00
Adam Barth
b356d14635
Introduce package:sky/animation.dart
...
Move the animation libraries into src/animation and change importers to use
package:sky/animation.dart. Also, move scheduler.dart into the animation
library so that the animation library can be self-contained.
2015-09-08 09:44:01 -07:00
Adam Barth
318b69be10
Fold package:sky/editing/* into package:sky/widgets.dart
...
The editing directory just defined two widgets. We might as well fold them into
the main widgets library.
2015-09-07 10:07:41 -07:00
Eric Seidel
5ad78bd3bc
Hack around Fitness.app crashing if it can't load data
...
I'm not sure this is the correct approach, but it
at least mitigates https://github.com/domokit/sky_engine/issues/804
for now.
I also made it not crash if you haven't set a goalWeight.
@collinjackson
2015-08-25 13:09:50 -07:00
Adam Barth
2873880f50
Fix analyzer warnings
2015-08-22 08:24:02 -07:00
Collin Jackson
ca42e8865d
Merge pull request #747 from collinjackson/fitness_loading
...
Don’t flash a message while fitness data is loading
2015-08-21 16:21:05 -07:00
Adam Barth
51c7194075
Add SetRequestedOrientation to Activity service
...
Fixes #743
2015-08-21 12:49:49 -07:00
Collin Jackson
d75fb40585
Don’t flash a message while fitness data is loading
2015-08-21 11:19:26 -07:00
Collin Jackson
d77d7b4893
Add goal weight indicator line to fitness chart
2015-08-20 11:45:31 -07:00
Collin Jackson
3e3f6242e3
Support for goal weight saving
2015-08-20 11:02:00 -07:00
Collin Jackson
c890dde70a
Split fitness app’s UserData into UserData and UserDataImpl
2015-08-20 10:54:48 -07:00
Collin Jackson
09216794e7
Add support for saving settings in fitness app
2015-08-19 12:12:33 -07:00
Collin Jackson
98d4c3af12
Add weight chart to fitness app
2015-08-12 14:50:50 -07:00
Eric Seidel
b221278582
Make Fitness tiles nicer
...
Moved from Cards to Tiles and made the printing
of the dates nicer by using some code from a Dart SDK example:
https://github.com/dart-lang/sdk/blob/master/samples-dev/swarm/swarm_ui_lib/util/DateUtils.dart
I also built a UserData class to help keep saving/sorting
consistent as well as fixed the sort order to have most
recent at the top.
@abarth
2015-08-11 14:02:12 -07:00
Eric Seidel
01255a6417
Make it possible to save/load fitness measurements
...
This required me wrapping the new Activity APIs
as well as adding the missing pubspec.yaml
@abarth
2015-08-10 14:29:22 -07:00
Ian Fischer
d44ed7dfc3
Move example out of sky/packages to //examples
2015-08-07 17:04:50 -07:00