Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Revert "Remove Bitmap#getSkBitmap" | John Reck | 2015-04-17 | 3 | -17/+22 | |
* | | | | | | Merge "Move date picker arrows out of SimpleMonthView" | Alan Viverette | 2015-04-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Move date picker arrows out of SimpleMonthView | Alan Viverette | 2015-04-17 | 1 | -1/+1 | |
* | | | | | | Remove Bitmap#getSkBitmap | John Reck | 2015-04-15 | 3 | -22/+17 | |
* | | | | | | Move AssetAtlas off of SkBitmap* | John Reck | 2015-04-15 | 1 | -0/+10 | |
|/ / / / / | ||||||
* | | | | | A bunch more cleanups | John Reck | 2015-04-14 | 2 | -21/+8 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge "Allow null layers in LayerDrawable" | Alan Viverette | 2015-04-13 | 1 | -61/+166 | |
|\ \ \ \ | ||||||
| * | | | | Allow null layers in LayerDrawable | Alan Viverette | 2015-04-13 | 1 | -61/+166 | |
* | | | | | Merge "Change how Java Bitmaps are accessed in a few places" | John Reck | 2015-04-13 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | Change how Java Bitmaps are accessed in a few places | John Reck | 2015-04-13 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
* | | | Merge "Don't change state when inflating LayerDrawable" | Alan Viverette | 2015-04-10 | 1 | -2/+0 | |
|\ \ \ | ||||||
| * | | | Don't change state when inflating LayerDrawable | Alan Viverette | 2015-04-09 | 1 | -2/+0 | |
| |/ / | ||||||
* | | | Only parse LayerDrawable child items when necessary | Alan Viverette | 2015-04-09 | 1 | -1/+5 | |
|/ / | ||||||
* | | Merge "Fix path clipping in VectorDrawable" | Chris Craik | 2015-04-06 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Fix path clipping in VectorDrawable | Chris Craik | 2015-04-06 | 1 | -1/+1 | |
* | | Merge "Add group scaling factor into stroke width." | ztenghui | 2015-04-03 | 1 | -2/+39 | |
|\ \ | ||||||
| * | | Add group scaling factor into stroke width. | ztenghui | 2015-04-02 | 1 | -2/+39 | |
* | | | Merge "Add Paint.hasGlyph method" | Raph Levien | 2015-04-02 | 1 | -0/+22 | |
|\ \ \ | ||||||
| * | | | Add Paint.hasGlyph method | Raph Levien | 2015-04-02 | 1 | -0/+22 | |
| | |/ | |/| | ||||||
* | | | Merge "Add compat path for restore underflow" | Chris Craik | 2015-04-02 | 1 | -4/+9 | |
|\ \ \ | ||||||
| * | | | Add compat path for restore underflow | Chris Craik | 2015-04-02 | 1 | -4/+9 | |
| |/ / | ||||||
* | | | am 428c2fa0: am c3fbf13d: am e2fc3adb: am 61ce6c9b: am 776cf41d: Fix a broken... | Yuichi Araki | 2015-04-02 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * \ \ | am e2fc3adb: am 61ce6c9b: am 776cf41d: Fix a broken link in javadoc | Yuichi Araki | 2015-04-02 | 1 | -3/+3 | |
| |\ \ \ | ||||||
| | * | | | Fix a broken link in javadoc | Yuichi Araki | 2015-04-02 | 1 | -3/+3 | |
* | | | | | Merge "Fix issues with theming of preloaded ColorStateLists" | Alan Viverette | 2015-04-02 | 13 | -121/+121 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix issues with theming of preloaded ColorStateLists | Alan Viverette | 2015-04-01 | 13 | -121/+121 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge "Fix cursor position calculation." | Seigo Nonaka | 2015-04-02 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix cursor position calculation. | Seigo Nonaka | 2015-04-02 | 1 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Fix Drawable.getOpacity() docs | Chet Haase | 2015-04-01 | 1 | -2/+5 | |
|/ / / / | ||||||
* | | | | Merge "Add RAW12 image format" | Yin-Chia Yeh | 2015-03-31 | 1 | -0/+105 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Add RAW12 image format | Yin-Chia Yeh | 2015-03-20 | 1 | -0/+105 | |
* | | | | ImageFormat: add PRIVATE format | Zhijun He | 2015-03-30 | 1 | -0/+28 | |
* | | | | Merge "Only verify resolved theme attributes" | Alan Viverette | 2015-03-27 | 1 | -5/+7 | |
|\ \ \ \ | ||||||
| * | | | | Only verify resolved theme attributes | Alan Viverette | 2015-03-27 | 1 | -5/+7 | |
* | | | | | Merge "Polish the documentation for VectorDrawable and AnimatedVectorDrawable" | ztenghui | 2015-03-26 | 2 | -12/+12 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Polish the documentation for VectorDrawable and AnimatedVectorDrawable | ztenghui | 2015-03-26 | 2 | -12/+12 | |
* | | | | | Don't draw when bounds are negative | ztenghui | 2015-03-25 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Merge "Add listener support in AVD" | ztenghui | 2015-03-24 | 1 | -60/+71 | |
|\ \ \ \ | ||||||
| * | | | | Add listener support in AVD | ztenghui | 2015-03-24 | 1 | -60/+71 | |
* | | | | | am 5e968ad1: am dde72862: am 7db6ebe0: Merge "Frameworks/base: Don\'t allocat... | Andreas Gampe | 2015-03-24 | 1 | -2/+1 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | Merge "Frameworks/base: Don't allocate another identity matrix" | Andreas Gampe | 2015-03-24 | 1 | -2/+1 | |
| |\ \ \ | ||||||
| | * | | | Frameworks/base: Don't allocate another identity matrix | Andreas Gampe | 2015-03-15 | 1 | -2/+1 | |
* | | | | | Only propagate state changes if wrapped drawable is stateful | Alan Viverette | 2015-03-20 | 2 | -20/+19 | |
| |_|/ / |/| | | | ||||||
* | | | | Clean up ripple exit, null out software animators on cancel/end | Alan Viverette | 2015-03-18 | 2 | -24/+5 | |
* | | | | Merge "Remove HardwareCanvas" | Chris Craik | 2015-03-18 | 3 | -17/+17 | |
|\ \ \ \ | ||||||
| * | | | | Remove HardwareCanvas | Chris Craik | 2015-03-10 | 3 | -17/+17 | |
* | | | | | am 46277ba2: am 28e6aeca: Merge "Frameworks/base: Make IDENTITY_MATRIX final" | Andreas Gampe | 2015-03-17 | 1 | -1/+1 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Merge "Frameworks/base: Make IDENTITY_MATRIX final" | Andreas Gampe | 2015-03-17 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Frameworks/base: Make IDENTITY_MATRIX final | Andreas Gampe | 2015-03-17 | 1 | -1/+1 | |
| | | |/ / | | |/| | | ||||||
* | | | | | Merge "Add resource type annotations to some APIs" | Tor Norbye | 2015-03-16 | 2 | -2/+3 | |
|\ \ \ \ \ |