| Commit message (Expand) | Author | Age | Files | Lines |
* | Add callback to track and thumb drawables, propagate state in ASLD | Alan Viverette | 2014-09-26 | 1 | -2/+7 |
* | Fixed mutate() for RippleDrawable, ASLD, AVD, fix applyTheme in VD | Alan Viverette | 2014-09-26 | 4 | -17/+47 |
* | Merge "Cut ripple background alpha in half" into lmp-dev | Alan Viverette | 2014-09-25 | 1 | -1/+1 |
|\ |
|
| * | Cut ripple background alpha in half | Alan Viverette | 2014-09-25 | 1 | -1/+1 |
* | | Merge "Fix AVD for CTS failure." into lmp-dev | ztenghui | 2014-09-24 | 1 | -2/+9 |
|\ \ |
|
| * | | Fix AVD for CTS failure. | ztenghui | 2014-09-23 | 1 | -2/+9 |
| |/ |
|
* | | Fix animation on the some properties | ztenghui | 2014-09-23 | 1 | -8/+8 |
|/ |
|
* | Hide other color filter mutability | Chris Craik | 2014-09-19 | 3 | -3/+18 |
* | Merge "Reduce overdraw after clearing ripples in RippleDrawable" into lmp-dev | Alan Viverette | 2014-09-16 | 3 | -5/+30 |
|\ |
|
| * | Reduce overdraw after clearing ripples in RippleDrawable | Alan Viverette | 2014-09-15 | 3 | -5/+30 |
* | | Set cache dirty when re-create the cache bitmap | ztenghui | 2014-09-15 | 1 | -0/+1 |
|/ |
|
* | Merge "Apply VectorDrawable color filter at draw time" into lmp-dev | Alan Viverette | 2014-09-12 | 1 | -75/+40 |
|\ |
|
| * | Apply VectorDrawable color filter at draw time | Alan Viverette | 2014-09-12 | 1 | -75/+40 |
* | | Merge "Report button opacity for current state, fix button shadows" into lmp-dev | Alan Viverette | 2014-09-12 | 1 | -19/+19 |
|\ \
| |/
|/| |
|
| * | Report button opacity for current state, fix button shadows | Alan Viverette | 2014-09-12 | 1 | -19/+19 |
* | | Merge "Add root alpha and animation to (Animated)VectorDrawable" into lmp-dev | ztenghui | 2014-09-12 | 1 | -19/+90 |
|\ \
| |/
|/| |
|
| * | Add root alpha and animation to (Animated)VectorDrawable | ztenghui | 2014-09-12 | 1 | -19/+90 |
* | | Update icons to vectors, fix preload theming & vector tinting | Alan Viverette | 2014-09-12 | 7 | -31/+89 |
* | | Merge "Unfilled shapes should not report themselves as opaque" into lmp-dev | Chet Haase | 2014-09-12 | 1 | -0/+5 |
|\ \ |
|
| * | | Unfilled shapes should not report themselves as opaque | Chet Haase | 2014-09-11 | 1 | -0/+5 |
* | | | Fix null rect parameter for saveLayer / saveLayerAlpha | Chris Craik | 2014-09-11 | 1 | -15/+11 |
| |/
|/| |
|
* | | Merge "Bring back the fillAlpha and strokeAlpha." into lmp-dev | ztenghui | 2014-09-11 | 1 | -28/+42 |
|\ \ |
|
| * | | Bring back the fillAlpha and strokeAlpha. | ztenghui | 2014-09-10 | 1 | -28/+42 |
* | | | Merge "Copy opaque over shape in GradientDrawable copy constructor" into lmp-dev | Alan Viverette | 2014-09-11 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Copy opaque over shape in GradientDrawable copy constructor | Alan Viverette | 2014-09-10 | 1 | -0/+1 |
* | | | | Merge "Only force drawing in RippleDrawable when necessary" into lmp-dev | Alan Viverette | 2014-09-10 | 1 | -3/+15 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Only force drawing in RippleDrawable when necessary | Alan Viverette | 2014-09-10 | 1 | -3/+15 |
| |/ / |
|
* | | | Use constant state in AnimatedVectorDrawable | Chet Haase | 2014-09-10 | 2 | -9/+55 |
* | | | Merge "Use intrinsic size for path animation in AnimatedVectorDrawable" into ... | George Mount | 2014-09-10 | 2 | -3/+30 |
|\ \ \ |
|
| * | | | Use intrinsic size for path animation in AnimatedVectorDrawable | George Mount | 2014-09-09 | 2 | -3/+30 |
| |/ / |
|
* | | | Trim unnecessary pages when printing. | Svetoslav | 2014-09-09 | 2 | -1/+163 |
|/ / |
|
* | | Merge "Simplify ripple background drawing, fix ripple alphas" into lmp-dev | Alan Viverette | 2014-09-05 | 3 | -174/+105 |
|\ \ |
|
| * | | Simplify ripple background drawing, fix ripple alphas | Alan Viverette | 2014-09-05 | 3 | -174/+105 |
* | | | Merge "Remove old setTint from Drawable" into lmp-dev | Alan Viverette | 2014-09-05 | 1 | -13/+0 |
|\ \ \ |
|
| * | | | Remove old setTint from Drawable | Alan Viverette | 2014-09-05 | 1 | -13/+0 |
| |/ / |
|
* | | | Merge "Replace native crash with IAE when calling picture.draw() w/ a HW canv... | Chris Craik | 2014-09-05 | 2 | -1/+6 |
|\ \ \ |
|
| * | | | Replace native crash with IAE when calling picture.draw() w/ a HW canvas | Chris Craik | 2014-09-05 | 2 | -1/+6 |
| |/ / |
|
* | | | Merge "Hide color filter mutability" into lmp-dev | Chris Craik | 2014-09-05 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Hide color filter mutability | Chris Craik | 2014-09-04 | 1 | -0/+4 |
* | | | Clear ripple animations on cancel/end | Alan Viverette | 2014-09-04 | 2 | -0/+10 |
* | | | Merge "Remove partial support for hotspot changes on focus movement" into lmp... | Alan Viverette | 2014-09-03 | 2 | -146/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove partial support for hotspot changes on focus movement | Alan Viverette | 2014-09-02 | 2 | -146/+6 |
* | | | Merge "Fix behavior of inflating InsetDrawable" into lmp-dev | Chet Haase | 2014-09-03 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Fix behavior of inflating InsetDrawable | Chet Haase | 2014-09-02 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge "Make sure ripple background bounds are used for invalidation" into lmp... | Alan Viverette | 2014-09-02 | 2 | -26/+5 |
|\ \ \ |
|
| * | | | Make sure ripple background bounds are used for invalidation | Alan Viverette | 2014-09-02 | 2 | -26/+5 |
| | |/
| |/| |
|
* | | | Merge "Move print rendering in an isolated process." into lmp-dev | Svet Ganov | 2014-09-02 | 1 | -0/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | Move print rendering in an isolated process. | Svet Ganov | 2014-09-02 | 1 | -0/+7 |
| |/ |
|
* | | Merge "Fix disappearing ripple background, treat active ripple separately" in... | Alan Viverette | 2014-08-30 | 3 | -85/+115 |
|\ \ |
|
| * | | Fix disappearing ripple background, treat active ripple separately | Alan Viverette | 2014-08-29 | 3 | -85/+115 |
| |/ |
|