1. 39af624 DO NOT MERGE: Remove a few left-over layout direction things. by Dianne Hackborn · 12 years ago
  2. 3bbcbcd Release the constraint on the requested version. by Owen Lin · 12 years ago
  3. 852be16 Fix typo in javadoc. by Pin Ting · 12 years ago
  4. d4ca991 GFX api cleanup 2 of 2 by Jason Sams · 12 years ago
  5. e619de6 GFX api cleanup 1.5 of 2 by Jason Sams · 12 years ago
  6. 65c80f8 GFX api cleanup 1 of 2 by Jason Sams · 12 years ago
  7. 1d56afc Merge "Revert "Deprecate"" into jb-dev by Stephen Hines · 12 years ago
  8. 30ca5cd Fix bug #6408393 Character corruption is caused when locale is changed by Fabrice Di Meglio · 12 years ago
  9. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 12 years ago
  10. b0aa2f5 Hide Paint textLocale APIs - DO NOT MERGE by Fabrice Di Meglio · 12 years ago
  11. 66388dc Hide RTL related APIs - DO NOT MERGE by Fabrice Di Meglio · 12 years ago
  12. 163a3ae Merge "Update docs for YV12 format and camera preview callbacks." into jb-dev by Eino-Ville Talvala · 12 years ago
  13. 9515163 Update docs for YV12 format and camera preview callbacks. by Eino-Ville Talvala · 12 years ago
  14. adeb809 Start passing element/dim information along with FieldPacker. by Stephen Hines · 13 years ago
  15. 9da1b5d Unhide FONT. by Stephen Hines · 12 years ago
  16. 7634424 Fix scaling of layout bounds. by Dianne Hackborn · 12 years ago
  17. 7a23b49 Fixes for optical bounds feature. by Philip Milne · 13 years ago
  18. a0c2eb2 Deprecate by Alex Sakhartchouk · 13 years ago
  19. bbd51f1 Share Insets instances between views that have the same background (Drawable) by Philip Milne · 13 years ago
  20. d1661dc Merge "Unhide new SurfaceTexture & TextureView APIs" by Jamie Gennis · 13 years ago
  21. 4e1cb3b Merge "Fix for bug 6110465." by Philip Milne · 13 years ago
  22. 33efb23 Unhide new SurfaceTexture & TextureView APIs by Jamie Gennis · 13 years ago
  23. 1557fd7 Fix for bug 6110465. by Philip Milne · 13 years ago
  24. 2b4bfa5 SurfaceTexture: update API docs by Jamie Gennis · 13 years ago
  25. 069c4f3 Merge "Improve Paint.setTextLocale()" by Fabrice Di Meglio · 13 years ago
  26. 029b633 Improve Paint.setTextLocale() by Fabrice Di Meglio · 13 years ago
  27. ae9a5ca Merge "Editing fixes to ImageFormat documentation." by Eino-Ville Talvala · 13 years ago
  28. 62901af Merge "Add Paint.setTextLocale()" by Fabrice Di Meglio · 13 years ago
  29. 517825f Add Paint.setTextLocale() by Fabrice Di Meglio · 13 years ago
  30. e267f5f Merge "Add missing support for Element.FONT()." by Stephen Hines · 13 years ago
  31. 3a29141 Add missing support for Element.FONT(). by Stephen Hines · 13 years ago
  32. 918e840 Unhiding J API's for Renderscript. by Alex Sakhartchouk · 13 years ago
  33. 9184ec3 Editing fixes to ImageFormat documentation. by Eino-Ville Talvala · 13 years ago
  34. 335a662 Merge changes Iac9cc917,I8eed4b0d by Jamie Gennis · 13 years ago
  35. 17471d7 Fix javadoc by Romain Guy · 13 years ago
  36. c6d9930 SurfaceTexture: add GL context attach & detach by Jamie Gennis · 13 years ago
  37. 1da8f00 Merge "Embed layout padding in nine patch images" by Amith Yamasani · 13 years ago
  38. ec4a504 Embed layout padding in nine patch images by Amith Yamasani · 13 years ago
  39. 8c8c240 Merge "Optimize FBOs composition" by Romain Guy · 13 years ago
  40. e0aa84b Optimize FBOs composition by Romain Guy · 13 years ago
  41. e07694b Validate context when using RS objects. by Jason Sams · 13 years ago
  42. c5f519c Rename ioReceive and ioSend by Jason Sams · 13 years ago
  43. fb9aa9f Convert from SurfaceTexture to Surface by Jason Sams · 13 years ago
  44. 36c0f64 Add getSizeBytes and cleanup docs. by Jason Sams · 13 years ago
  45. 03d2d00 Cleanup Allocation docs and getter funcs. by Jason Sams · 13 years ago
  46. cbe55a1 Merge "Implement USAGE_IO_INPUT" by Jason Sams · 13 years ago
  47. fe1d5ff Implement USAGE_IO_INPUT by Jason Sams · 13 years ago
  48. 26e35fc Fix LayerDrawable#mutate by Adam Powell · 13 years ago
  49. 7b2f8b8 Pre-scale bitmaps on the native heap by Romain Guy · 13 years ago
  50. caf813f Remove unused private API by Romain Guy · 13 years ago
  51. a1cff50 Handle view properties at the native level by Chet Haase · 13 years ago
  52. 4692669 Don't allocate new typefaces when not needed. by Romain Guy · 13 years ago
  53. 73ba0df Merge "Make Drawable RTL APIs public" by Fabrice Di Meglio · 13 years ago
  54. 06e1ec6 Make Drawable RTL APIs public by Fabrice Di Meglio · 13 years ago
  55. 3b577dd Fix a typo in RectF.equals by Amith Yamasani · 13 years ago
  56. 861d5ec am b962b98b: am 67a15457: am e5e11fd6: Merge "docs: fixing bug 5942573" into ics-mr1 by Robert Ly · 13 years ago
  57. e5e11fd Merge "docs: fixing bug 5942573" into ics-mr1 by Robert Ly · 13 years ago
  58. dea05e9 am ca7d7541: am d70eaff4: am 941ff38d: Merge "fix bug 5942522" into ics-mr1 by Robert Ly · 13 years ago
  59. b73644a Merge "Make compute work without an app context." by Jason Sams · 13 years ago
  60. 1a4e1f3 Make compute work without an app context. by Jason Sams · 13 years ago
  61. 93d083b Merge "Do RS caching the same way HardwareRenderer does. Eliminates the need for an application context for caching." by Jason Sams · 13 years ago
  62. a6f338c Do RS caching the same way HardwareRenderer does. by Jason Sams · 13 years ago
  63. e9d4c71 deprecate L_8, LA_88 and RGB_332 in sdk by Mathias Agopian · 13 years ago
  64. a23c4eb Merge "start new headers" by Jason Sams · 13 years ago
  65. cfef123 Perform early intersect to avoid unnecessary draws by Romain Guy · 13 years ago
  66. f11ffc11 docs: fixing bug 5942573 by Robert Ly · 13 years ago
  67. 9366ce8 fix bug 5942522 by Robert Ly · 13 years ago
  68. f70b0fc start new headers by Jason Sams · 13 years ago
  69. 791c0d1 Merge "Piping texture names through shader builder. Fixing uint size_t mismatch." by Alex Sakhartchouk · 13 years ago
  70. 3beb60e Vectors of non-primitive types are not allowed. by Stephen Hines · 13 years ago
  71. 2123b46 Piping texture names through shader builder. Fixing uint size_t mismatch. by Alex Sakhartchouk · 13 years ago
  72. f6fb3ab Merge "Update Element.isCompatible() to work with NONE." by Stephen Hines · 13 years ago
  73. c107b103 Merge "Beging IO stream out from allocation to surface texture." by Jason Sams · 13 years ago
  74. 163766c Beging IO stream out from allocation to surface texture. by Jason Sams · 13 years ago
  75. 2094811 Update Element.isCompatible() to work with NONE. by Stephen Hines · 13 years ago
  76. 79952ee Merge "Clarify documentation of Bitmap.createScaledBitmap/createBitmap Bug #6015472" by Romain Guy · 13 years ago
  77. f12f6f0 Clarify documentation of Bitmap.createScaledBitmap/createBitmap Bug #6015472 by Romain Guy · 13 years ago
  78. 0599d6e Merge "Fix typos/spacing with new APIs." by Stephen Hines · 13 years ago
  79. 9069ee8 Fix typos/spacing with new APIs. by Stephen Hines · 13 years ago
  80. cb66aec Merge "Start implementing SurfaceTexture streaming into RS allocations." by Jason Sams · 13 years ago
  81. 532efd3 Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 13 years ago
  82. cc3669a am fe07b9a2: Merge "Tentative fix for mysteriously recycled bitmap" by Justin Ho · 13 years ago
  83. 4e525a6 Tentative fix for mysteriously recycled bitmap by Romain Guy · 13 years ago
  84. 0b1ad70 am e05bc81c: Merge "We should not throw for non-fatal errors." by Stephen Hines · 13 years ago
  85. be74bdd We should not throw for non-fatal errors. by Stephen Hines · 13 years ago
  86. 0a29fe1 am cc2daede: Merge "Properly recover from failed compilation." by Stephen Hines · 13 years ago
  87. cc2daed Merge "Properly recover from failed compilation." by Stephen Hines · 13 years ago
  88. 98bea4a am 7042613c: Merge "Fix an incorrect assert that doesn\'t account for element array size." by Alex Sakhartchouk · 13 years ago
  89. 862dadb Properly recover from failed compilation. by Stephen Hines · 13 years ago
  90. bf3c3f2 Fix an incorrect assert that doesn't account for element array size. by Alex Sakhartchouk · 13 years ago
  91. 6019853 am a403a2e0: Merge "Add GradientDrawable.setColors(int[])" by Romain Guy · 13 years ago
  92. 8bd9698 Add GradientDrawable.setColors(int[]) by Romain Guy · 13 years ago
  93. 99022a3 am b74b84f1: Merge "Proper equals/hashCode impls in Rect and RectF" by Romain Guy · 13 years ago
  94. 74d7ca1 Proper equals/hashCode impls in Rect and RectF by Romain Guy · 13 years ago
  95. 68a1df6 am 1a54368b: Merge "Add full support for Canvas.setDrawFilter()" by Romain Guy · 13 years ago
  96. 5ff9df6 Add full support for Canvas.setDrawFilter() by Romain Guy · 13 years ago
  97. 767a04d am e575005f: Merge "Update hardware acceleration doc" by Romain Guy · 13 years ago
  98. 36d7549 Update hardware acceleration doc by Romain Guy · 13 years ago
  99. 86fcb90 am 22d41843: Fix the build, for real by Romain Guy · 13 years ago
  100. 22d4184 Fix the build, for real by Romain Guy · 13 years ago