| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't make ripples respond to selection state | Alan Viverette | 2014-08-08 | 1 | -2/+1 |
* | Make letterSpacing and fontFeatureSettings public | Raph Levien | 2014-08-07 | 1 | -4/+0 |
* | Add insets to dialog background | Alan Viverette | 2014-08-08 | 1 | -13/+33 |
* | Removing fill and stroke opacity | ztenghui | 2014-08-07 | 1 | -45/+3 |
* | Merge "Fix CTS test for nine patch padding sanity check" into lmp-dev | Alan Viverette | 2014-08-06 | 1 | -7/+12 |
|\ |
|
| * | Fix CTS test for nine patch padding sanity check | Alan Viverette | 2014-08-07 | 1 | -7/+12 |
* | | Add an extra pixel to the ripple radius used for bounds | Alan Viverette | 2014-08-07 | 2 | -2/+2 |
|/ |
|
* | Merge "Separate tint and tintMode properties" into lmp-dev | Alan Viverette | 2014-08-06 | 13 | -45/+155 |
|\ |
|
| * | Separate tint and tintMode properties | Alan Viverette | 2014-08-06 | 13 | -45/+155 |
* | | Update radial gradient doc | Chris Craik | 2014-08-06 | 1 | -32/+36 |
|/ |
|
* | Merge "MiterLimit represent a ratio itself, no need to scale" into lmp-dev | ztenghui | 2014-08-06 | 1 | -1/+1 |
|\ |
|
| * | MiterLimit represent a ratio itself, no need to scale | ztenghui | 2014-08-06 | 1 | -1/+1 |
* | | End the animator when stop() is called | ztenghui | 2014-08-06 | 1 | -4/+2 |
|/ |
|
* | Fix nine patch crash | Chris Craik | 2014-08-06 | 2 | -3/+6 |
* | Add Bitmap.compress to TRACE_TAG_RESOURCES | John Reck | 2014-08-05 | 1 | -1/+5 |
* | Make outline alpha APIs public | Chris Craik | 2014-08-04 | 1 | -6/+2 |
* | Fix one typo and add linear progress bar in the test. | ztenghui | 2014-08-04 | 1 | -1/+1 |
* | Add fontFeatureSettings to TextView and attrs | Behdad Esfahbod | 2014-08-01 | 1 | -2/+5 |
* | Merge "Add outline alpha" into lmp-dev | Chris Craik | 2014-07-31 | 8 | -31/+21 |
|\ |
|
| * | Add outline alpha | Chris Craik | 2014-07-31 | 8 | -31/+21 |
* | | Fix the create() for the attrs position | ztenghui | 2014-07-31 | 1 | -5/+11 |
* | | Correct the tag's name in the exceptions | ztenghui | 2014-07-31 | 1 | -4/+4 |
* | | Support FontFeatureSettings in Paint | Behdad Esfahbod | 2014-07-30 | 1 | -0/+33 |
* | | Update switch assets, fix SearchView asset 9-patch areas | Alan Viverette | 2014-07-30 | 1 | -3/+22 |
|/ |
|
* | Revert "Update switch assets, fix SearchView asset 9-patch areas" | Alan Viverette | 2014-07-30 | 1 | -22/+3 |
* | Update switch assets, fix SearchView asset 9-patch areas | Alan Viverette | 2014-07-30 | 1 | -3/+22 |
* | Don't double-cancel the active ripple | Alan Viverette | 2014-07-29 | 1 | -10/+15 |
* | ImageFormat: update raw10 spec to allow row padding | Zhijun He | 2014-07-28 | 1 | -21/+24 |
* | API REVIEW: VectorDrawable | ztenghui | 2014-07-25 | 2 | -329/+440 |
* | Move ClipBounds to native | Chris Craik | 2014-07-25 | 1 | -0/+3 |
* | Don't crash when drawing zero pixels. | Dan Sandler | 2014-07-25 | 1 | -0/+6 |
* | Separate background from ripple for better focus/press UX | Alan Viverette | 2014-07-24 | 3 | -208/+779 |
* | Add letter-spacing to Paint and TextView | Behdad Esfahbod | 2014-07-24 | 1 | -0/+27 |
* | Merge "Remove the max ripple count exceeded warning" into lmp-dev | Alan Viverette | 2014-07-24 | 1 | -1/+0 |
|\ |
|
| * | Remove the max ripple count exceeded warning | Alan Viverette | 2014-07-24 | 1 | -1/+0 |
* | | Document BlurMaskFilter.Blur. | Leon Scroggins III | 2014-07-24 | 1 | -4/+19 |
* | | Make updateLocalMatrix replace the current Matrix. | Leon Scroggins III | 2014-07-24 | 7 | -21/+38 |
* | | Add negative sign separation support in the pathData | ztenghui | 2014-07-23 | 1 | -3/+1 |
* | | Ensure ripple mask gets updated in public constructor | Alan Viverette | 2014-07-23 | 1 | -0/+1 |
|/ |
|
* | Merge "Make setter methods on Outline call setEmpty() based on params" into l... | Chris Craik | 2014-07-22 | 1 | -0/+16 |
|\ |
|
| * | Make setter methods on Outline call setEmpty() based on params | Chris Craik | 2014-07-22 | 1 | -0/+16 |
* | | Clean up view tinting APIs, tileModeX/Y attribute docs | Alan Viverette | 2014-07-22 | 1 | -0/+2 |
|/ |
|
* | Separate Canvas JNI code from the implementation. | Derek Sollenberger | 2014-07-21 | 1 | -29/+46 |
* | Tweaks to outline API | Chris Craik | 2014-07-19 | 13 | -53/+38 |
* | Fix FIT_XY scaleType issue on VectorDrawable | ztenghui | 2014-07-18 | 1 | -4/+6 |
* | Fix caching in VectorDrawable to pass the CTS test | ztenghui | 2014-07-18 | 1 | -2/+8 |
* | Add the RTL support to VectorDrawable. | ztenghui | 2014-07-17 | 1 | -0/+31 |
* | Revert "Separate Canvas JNI code from the implementation." | John Reck | 2014-07-17 | 1 | -46/+29 |
* | Merge "Add accessibility text contrast setting" into lmp-dev | Chris Craik | 2014-07-16 | 1 | -0/+3 |
|\ |
|
| * | Add accessibility text contrast setting | Chris Craik | 2014-07-16 | 1 | -0/+3 |