- 26 Nov, 2015 6 commits
-
-
Ian Hickson authored
Fix minor typos and style nits.
-
Ian Hickson authored
Turn the LocalHistoryRoute into a mixin.
-
Hixie authored
-
Hixie authored
-
Ian Hickson authored
Clean up the Navigator API again.
-
Hixie authored
* Split didPush() into didPush() and install(), so that we can install the overlays without triggering the push logic. This will be used in a subsequent patch to implement route replacement. * Split didPop() into didPop() and dispose(), so that we can remove overlays without triggering the pop logic. Also for a subsequent patch that implements replacement. * Clean up _navigator on the routes when the Navigator itself is disposed. * Drop the forwarding logic on willPushNext() -- now didPushNext() -- and didPopNext(), since we no longer have StateRoutes to get in the way. * Implement isCurrent more broadly and without having to keep track of state. * Provide some toString()s on NamedRouteSettings and ModalRoutes. * Make OverlayState.initState() use the insertAl functionality. * Make OverlayRoute.builders abstract since that way you'll catch when you forget to do it. If you don't want overlays, don't inherit from this class. * Made handleStatusChanged() on TransitionRoute public so that it can be overridden by subclasses.
-
- 25 Nov, 2015 20 commits
-
-
Adam Barth authored
Animate slider radial reaction
-
Adam Barth authored
Also, have the slider draw different in its disabled state.
-
Devon Carew authored
print logging timestamps to profile app launch
-
Devon Carew authored
allow logs to work from any location
-
Devon Carew authored
-
Devon Carew authored
-
Adam Barth authored
Add a basic material slider
-
Adam Barth authored
Finish TimePicker
-
Adam Barth authored
The slider in this patch works, but it's missing animations and many subtle touches.
-
Adam Barth authored
After this patch, TimePicker should work correctly. Fixes #559
-
Ian Hickson authored
Opacity was dropping stuff on the floor.
-
Hixie authored
Turns out we passed the wrong bounds to the PaintingContext constructor. Fix, and assert that we don't do that again.
-
Ian Hickson authored
Rev the engine dependency to the latest engine.
-
Hixie authored
-
Devon Carew authored
fix analysis errors; add missing icon
-
Devon Carew authored
-
Adam Barth authored
Remove start_test
-
Adam Barth authored
This test was a bad mock-based test that hasn't ever caught a bug but has required a lot of maintenance. Currently its broken because its mock doesn't match the real interface.
-
Adam Barth authored
Add support for system-level routing
-
Adam Barth authored
Now you can supply a route argument to flutter start: $ flutter start --route /foo which will start the app at /foo instead of /.
-
- 24 Nov, 2015 14 commits
-
-
Adam Barth authored
Update to a new engine release
-
Adam Barth authored
-
Adam Barth authored
Teach the TimerPicker how to pick a time
-
Adam Barth authored
The TimePicker can now actually pick a time. However, it doesn't understand AM or PM and there's lots of visual polish missing.
-
Ian Hickson authored
Remove StateRoutes
-
Adam Barth authored
Hide pub get output when updating flutter tool
-
Hixie authored
-
Adam Barth authored
Pin `package:test` to an exact revision
-
Adam Barth authored
We use a number of non-public APIs in the test package, which makes our dependency quite fragile. This patch pins a specific, known-good version. We should update to the lastest version in a follow-up patch.
-
Adam Barth authored
ignore .atom directories
-
Seth Ladd authored
-
Adam Barth authored
Start working on a TimePicker
-
Adam Barth authored
Improve unauthorized regexp
-
-