Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate | Alex Sakhartchouk | 2012-04-19 | 49 | -425/+683 |
* | Share Insets instances between views that have the same background (Drawable) | Philip Milne | 2012-04-18 | 4 | -23/+13 |
* | Merge "Unhide new SurfaceTexture & TextureView APIs" | Jamie Gennis | 2012-04-16 | 1 | -5/+1 |
|\ | |||||
| * | Unhide new SurfaceTexture & TextureView APIs | Jamie Gennis | 2012-04-13 | 1 | -5/+1 |
* | | Merge "Fix for bug 6110465." | Philip Milne | 2012-04-16 | 4 | -25/+198 |
|\ \ | |/ |/| | |||||
| * | Fix for bug 6110465. | Philip Milne | 2012-04-13 | 4 | -25/+198 |
* | | SurfaceTexture: update API docs | Jamie Gennis | 2012-04-13 | 1 | -9/+24 |
|/ | |||||
* | Merge "Improve Paint.setTextLocale()" | Fabrice Di Meglio | 2012-04-12 | 1 | -8/+21 |
|\ | |||||
| * | Improve Paint.setTextLocale() | Fabrice Di Meglio | 2012-04-12 | 1 | -8/+21 |
* | | Merge "Editing fixes to ImageFormat documentation." | Eino-Ville Talvala | 2012-04-12 | 1 | -17/+21 |
|\ \ | |||||
| * | | Editing fixes to ImageFormat documentation. | Eino-Ville Talvala | 2012-04-10 | 1 | -17/+21 |
* | | | Merge "Add Paint.setTextLocale()" | Fabrice Di Meglio | 2012-04-12 | 1 | -0/+41 |
|\ \ \ | | |/ | |/| | |||||
| * | | Add Paint.setTextLocale() | Fabrice Di Meglio | 2012-04-12 | 1 | -0/+41 |
| |/ | |||||
* | | Merge "Add missing support for Element.FONT()." | Stephen Hines | 2012-04-12 | 2 | -1/+10 |
|\ \ | |||||
| * | | Add missing support for Element.FONT(). | Stephen Hines | 2012-04-11 | 2 | -1/+10 |
| |/ | |||||
* | | Unhiding J API's for Renderscript. | Alex Sakhartchouk | 2012-04-11 | 8 | -101/+87 |
|/ | |||||
* | Merge changes Iac9cc917,I8eed4b0d | Jamie Gennis | 2012-04-06 | 1 | -1/+27 |
|\ | |||||
| * | SurfaceTexture: add GL context attach & detach | Jamie Gennis | 2012-04-05 | 1 | -1/+27 |
* | | Fix javadoc | Romain Guy | 2012-04-05 | 1 | -3/+1 |
|/ | |||||
* | Merge "Embed layout padding in nine patch images" | Amith Yamasani | 2012-04-04 | 4 | -6/+58 |
|\ | |||||
| * | Embed layout padding in nine patch images | Amith Yamasani | 2012-04-04 | 4 | -6/+58 |
* | | Merge "Optimize FBOs composition" | Romain Guy | 2012-04-03 | 1 | -9/+3 |
|\ \ | |||||
| * | | Optimize FBOs composition | Romain Guy | 2012-04-03 | 1 | -9/+3 |
| |/ | |||||
* | | Validate context when using RS objects. | Jason Sams | 2012-04-03 | 16 | -87/+94 |
* | | Rename ioReceive and ioSend | Jason Sams | 2012-03-29 | 1 | -2/+10 |
|/ | |||||
* | Convert from SurfaceTexture to Surface | Jason Sams | 2012-03-28 | 2 | -6/+28 |
* | Add getSizeBytes and cleanup docs. | Jason Sams | 2012-03-23 | 1 | -2/+13 |
* | Cleanup Allocation docs and getter funcs. | Jason Sams | 2012-03-23 | 1 | -0/+39 |
* | Merge "Implement USAGE_IO_INPUT" | Jason Sams | 2012-03-23 | 2 | -19/+15 |
|\ | |||||
| * | Implement USAGE_IO_INPUT | Jason Sams | 2012-03-23 | 2 | -19/+15 |
* | | Fix LayerDrawable#mutate | Adam Powell | 2012-03-21 | 1 | -1/+6 |
|/ | |||||
* | Pre-scale bitmaps on the native heap | Romain Guy | 2012-03-19 | 1 | -10/+55 |
* | Remove unused private API | Romain Guy | 2012-03-15 | 1 | -24/+0 |
* | Handle view properties at the native level | Chet Haase | 2012-03-12 | 1 | -0/+21 |
* | Don't allocate new typefaces when not needed. | Romain Guy | 2012-03-12 | 1 | -14/+64 |
* | Merge "Make Drawable RTL APIs public" | Fabrice Di Meglio | 2012-03-09 | 3 | -6/+0 |
|\ | |||||
| * | Make Drawable RTL APIs public | Fabrice Di Meglio | 2012-03-09 | 3 | -6/+0 |
* | | Fix a typo in RectF.equals | Amith Yamasani | 2012-03-09 | 1 | -1/+1 |
|/ | |||||
* | am b962b98b: am 67a15457: am e5e11fd6: Merge "docs: fixing bug 5942573" into ... | Robert Ly | 2012-03-02 | 1 | -3/+3 |
|\ | |||||
| * | Merge "docs: fixing bug 5942573" into ics-mr1 | Robert Ly | 2012-03-02 | 1 | -3/+3 |
| |\ | |||||
| | * | docs: fixing bug 5942573 | Robert Ly | 2012-02-22 | 1 | -3/+3 |
* | | | am ca7d7541: am d70eaff4: am 941ff38d: Merge "fix bug 5942522" into ics-mr1 | Robert Ly | 2012-03-01 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | fix bug 5942522 | Robert Ly | 2012-02-22 | 1 | -1/+6 |
| |/ | |||||
* | | Merge "Make compute work without an app context." | Jason Sams | 2012-02-24 | 2 | -11/+18 |
|\ \ | |||||
| * | | Make compute work without an app context. | Jason Sams | 2012-02-24 | 2 | -11/+18 |
* | | | Merge "Do RS caching the same way HardwareRenderer does. Eliminates the need ... | Jason Sams | 2012-02-24 | 2 | -5/+22 |
|\ \ \ | |/ / | |||||
| * | | Do RS caching the same way HardwareRenderer does. | Jason Sams | 2012-02-24 | 2 | -5/+22 |
* | | | deprecate L_8, LA_88 and RGB_332 in sdk | Mathias Agopian | 2012-02-24 | 1 | -0/+4 |
|/ / | |||||
* | | Merge "start new headers" | Jason Sams | 2012-02-23 | 1 | -0/+2 |
|\ \ | |||||
| * | | start new headers | Jason Sams | 2012-02-22 | 1 | -0/+2 |