- 12 Feb, 2016 30 commits
-
-
Hans Muller authored
-
Adam Barth authored
Stop Travis from uploading docs
-
Ian Hickson authored
Clean-up around progress indicators.
-
Adam Barth authored
We now upload these from Chromium infra.
-
Ian Hickson authored
Assert that custom painters balance save/restores.
-
Todd Volkert authored
Ignore generated/ instead of ios/
-
Hixie authored
Move StepTween to tween.dart. Move _buildIndicator() methods to be next to the build() methods they're used from, so that reading the code is easier. Fix typos, add some comments, style nits.
-
Adam Barth authored
ImageCache should be a public type
-
Ian Hickson authored
Fix style nits in progress_indicator.dart
-
Hixie authored
-
Todd Volkert authored
-
Todd Volkert authored
-
Todd Volkert authored
-
Ian Hickson authored
toString for Tween and ThemeData
-
Adam Barth authored
We expose `imageCache`, which is an ImageCache, but previously the class was private which means there was no documentation for the methods on that object. Fixes #1750
-
Ian Hickson authored
-
Adam Barth authored
This patch tightens up the imports in this file and hides some more of the implementation details by making RepeatingCurveTween and StepTween private. Also, removed a CurvedAnimation with a linear curve. That's not needed because the animation controller itself is an Animation<double>.
-
Josh Estelle authored
This animation expands/collapses an arc that's 3/4ths of a circle. The next iteration begins where the previous appeared to finish. This happens while the whole thing rotates, such that the starting point of each expansion moves in a star-wise pattern around the circle. See: https://www.google.com/design/spec/components/progress-activity.html (note: the video here demonstrating this animation is actually slightly incorrect... we'll hopefully update it soon)
-
Chinmay Garde authored
Allow users to upgrade their iOS engines without removing their edits to the Xcode project
-
Adam Barth authored
Add versionCode and versionName to default Android manifest
-
Adam Barth authored
These are required to upload to the store. Fixes #1006
-
Adam Barth authored
rename the apk/ directory to android/
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Ian Hickson authored
Ticker typedef had no defined return type
-
Adam Barth authored
-
Ian Hickson authored
Refactor MultiDragPointerState to support delays
-
Hixie authored
...even after winning the arena.
-
- 11 Feb, 2016 10 commits
-
-
Chinmay Garde authored
Write a REVISION file in the ios directory to aid in version checks
-
Chinmay Garde authored
-
Hans Muller authored
Added a Card demo
-
Ian Hickson authored
-
Hans Muller authored
-
Chinmay Garde authored
Explicitly specify the sdk and arch when building for an iOS device
-
Chinmay Garde authored
-
Jason Simmons authored
Change the text/selection value API of the input field
-
Devon Carew authored
-
Ian Hickson authored
Provide a Draggable that starts on drag
-