| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Propagate DrawableContainer state on mutate, fix ColorDrawable theming... | Alan Viverette | 2014-12-12 | 2 | -30/+53 |
|\ |
|
| * | Propagate DrawableContainer state on mutate, fix ColorDrawable theming | Alan Viverette | 2014-12-12 | 2 | -30/+53 |
* | | Move ripple to end state on jump when hardware exit is pending | Alan Viverette | 2014-12-12 | 2 | -10/+37 |
|/ |
|
* | Fix build | Alan Viverette | 2014-12-10 | 1 | -1/+1 |
* | Update tint filter after setting gradient drawable state | Alan Viverette | 2014-12-10 | 1 | -0/+2 |
* | Avoid creating futures for drawables with no constant state | Alan Viverette | 2014-12-10 | 1 | -1/+8 |
* | Teach AssetAtlas about more drawables | John Reck | 2014-12-09 | 7 | -7/+79 |
* | Merge "Fix default value of AnimationDrawable's one shot property" into lmp-m... | Alan Viverette | 2014-12-09 | 1 | -1/+1 |
|\ |
|
| * | Fix default value of AnimationDrawable's one shot property | Alan Viverette | 2014-12-09 | 1 | -1/+1 |
* | | Fix hotspot coordinate propagation in ViewGroup and AbsListView | Alan Viverette | 2014-12-08 | 1 | -0/+2 |
|/ |
|
* | Merge "AVD: Deep copy the animator target setup when mutate." into lmp-mr1-dev | ztenghui | 2014-12-05 | 1 | -1/+2 |
|\ |
|
| * | AVD: Deep copy the animator target setup when mutate. | ztenghui | 2014-12-04 | 1 | -1/+2 |
* | | Avoid extra saveLayer calls in RippleDrawable, fix docs | Alan Viverette | 2014-12-04 | 4 | -196/+253 |
* | | Update locally cached drawables when constant state changes | Alan Viverette | 2014-12-04 | 2 | -1/+18 |
* | | Update AndroidPixelRef to prevent VM from cleaning up memory prematurely. | Derek Sollenberger | 2014-12-03 | 1 | -6/+1 |
* | | Update drawable container constant state following clone | Alan Viverette | 2014-11-26 | 4 | -8/+28 |
|/ |
|
* | Ensure calling mutate() on DrawableContainer creates a new state | Alan Viverette | 2014-11-25 | 5 | -37/+81 |
* | Merge "Revert "Ensure calling mutate() on DrawableContainer creates a new sta... | John Reck | 2014-11-25 | 5 | -75/+35 |
|\ |
|
| * | Revert "Ensure calling mutate() on DrawableContainer creates a new state" | John Reck | 2014-11-25 | 5 | -75/+35 |
* | | Merge "Cannot set Pivot X,Y values from setPivotX, setPivotY API" into lmp-mr... | Alan Viverette | 2014-11-25 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Cannot set Pivot X,Y values from setPivotX, setPivotY API | jungheang.lee | 2014-11-21 | 1 | -4/+4 |
* | | Ensure calling mutate() on DrawableContainer creates a new state | Alan Viverette | 2014-11-24 | 5 | -35/+75 |
* | | Merge "Revert "Add a way to override Xfermode DO NOT MERGE"" into lmp-mr1-dev | Chris Craik | 2014-11-21 | 1 | -9/+0 |
|\ \ |
|
| * | | Revert "Add a way to override Xfermode DO NOT MERGE" | Chris Craik | 2014-11-21 | 1 | -9/+0 |
* | | | Merge "ASLD: ASLD's XML reversible flag can turn off the reverse behavior now... | ztenghui | 2014-11-20 | 2 | -19/+59 |
|\ \ \ |
|
| * | | | ASLD: ASLD's XML reversible flag can turn off the reverse behavior now. | ztenghui | 2014-11-20 | 2 | -19/+59 |
* | | | | Merge "Improve ColorMatrix docs" into lmp-mr1-dev | Chris Craik | 2014-11-20 | 1 | -33/+61 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Improve ColorMatrix docs | Chris Craik | 2014-11-20 | 1 | -33/+61 |
* | | | | Merge "Check bounds on CharSequence drawText methods" into lmp-mr1-dev | Raph Levien | 2014-11-14 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Check bounds on CharSequence drawText methods | Raph Levien | 2014-11-12 | 1 | -0/+3 |
| |/ / / |
|
* | | | | Merge "Set current degrees when updating RotateDrawable from typed array" int... | Alan Viverette | 2014-11-14 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Set current degrees when updating RotateDrawable from typed array | Alan Viverette | 2014-11-13 | 1 | -0/+1 |
* | | | | | Merge "Add offset method to Outline" into lmp-mr1-dev | Chris Craik | 2014-11-13 | 2 | -2/+13 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add offset method to Outline | Chris Craik | 2014-11-12 | 2 | -2/+13 |
| |/ / / |
|
* | | | | Merge "Add details and performance warnings to save flag docs" into lmp-mr1-dev | Chris Craik | 2014-11-13 | 1 | -31/+88 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add details and performance warnings to save flag docs | Chris Craik | 2014-11-11 | 1 | -31/+88 |
| |/ / |
|
* | | | Merge "Don't propagate AnimatedStateListDrawable state change to super()" int... | Alan Viverette | 2014-11-12 | 2 | -11/+14 |
|\ \ \ |
|
| * | | | Don't propagate AnimatedStateListDrawable state change to super() | Alan Viverette | 2014-11-11 | 2 | -11/+14 |
| |/ / |
|
* | | | Merge "Add a way to override Xfermode DO NOT MERGE" into lmp-mr1-dev | Rob Tsuk | 2014-11-12 | 1 | -0/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | Add a way to override Xfermode DO NOT MERGE | Rob Tsuk | 2014-11-12 | 1 | -0/+9 |
| |/ |
|
* | | Merge "AVD: Requires all animator has stopped before start again." into lmp-m... | ztenghui | 2014-11-12 | 1 | -3/+6 |
|\ \ |
|
| * | | AVD: Requires all animator has stopped before start again. | ztenghui | 2014-11-10 | 1 | -3/+6 |
* | | | Fix default attributes in ScaleDrawable | Alan Viverette | 2014-11-12 | 1 | -4/+7 |
* | | | Merge "Reduce number of saveLayer calls in RippleDrawable" into lmp-mr1-dev | Alan Viverette | 2014-11-12 | 3 | -175/+113 |
|\ \ \
| |_|/
|/| | |
|
| * | | Reduce number of saveLayer calls in RippleDrawable | Alan Viverette | 2014-11-07 | 3 | -175/+113 |
| |/ |
|
* | | Support theme attributes in StateListDrawable <item> element | Alan Viverette | 2014-11-06 | 2 | -80/+73 |
|/ |
|
* | Default gradient radius to %p when no intrinsic width or height set | Alan Viverette | 2014-11-03 | 1 | -4/+8 |
* | Crash apps that print malformed or password protected PDFs. | Svet Ganov | 2014-11-01 | 2 | -0/+8 |
* | Merge "Save to a PDF file should look like print preview." into lmp-mr1-dev | Svetoslav | 2014-10-31 | 1 | -0/+155 |
|\ |
|
| * | Save to a PDF file should look like print preview. | Svetoslav | 2014-10-31 | 1 | -0/+155 |