1. e9d4c71 deprecate L_8, LA_88 and RGB_332 in sdk by Mathias Agopian · 13 years ago
  2. 88572f7 Implementation of a java media codec interface and associated tools. by Andreas Huber · 13 years ago
  3. 6d3d505 Improve textDirection APIs by Fabrice Di Meglio · 13 years ago
  4. ccb1562 Add View.onResolvePadding() as a public API by Fabrice Di Meglio · 13 years ago
  5. aba0336 Fix the build by Fabrice Di Meglio · 13 years ago
  6. 54546f2 Make MarginLayoutParams startMargin and endMargin API public by Fabrice Di Meglio · 13 years ago
  7. 2c88482 Make View paddingStart and paddingEnd API public by Fabrice Di Meglio · 13 years ago
  8. e7beae3 Make textDirection API public by Fabrice Di Meglio · 13 years ago
  9. 7a29d84 Merge "Fix bug #5904777 GridLayout should be RTL aware" by Fabrice Di Meglio · 13 years ago
  10. 47d248e Fix bug #5904777 GridLayout should be RTL aware by Fabrice Di Meglio · 13 years ago
  11. 9c1d298 Clean up and expose LongSparseArray. by Dianne Hackborn · 13 years ago
  12. d262744 Merge "Some cruft removal." by Dianne Hackborn · 13 years ago
  13. 21fbd1f Some cruft removal. by Dianne Hackborn · 13 years ago
  14. 59d46b0 Merge "Add an api to switch to the next IME and subtype" by satok · 13 years ago
  15. 688bd47 Add an api to switch to the next IME and subtype by satok · 13 years ago
  16. a0c283e Add new feature for running services in "isolated" sandbox processes. by Dianne Hackborn · 13 years ago
  17. a33de55 Make the TimeAnimator class public. by Chet Haase · 13 years ago
  18. ec99f60 Merge "Rename CancellationSignal using preferred spelling." by Jeff Brown · 13 years ago
  19. 4c1241d Rename CancellationSignal using preferred spelling. by Jeff Brown · 13 years ago
  20. 96d4f4d Merge "Unhide AAC_ADTS file format" by James Dong · 13 years ago
  21. 874d1f1 Unhide AAC_ADTS file format by James Dong · 13 years ago
  22. 895f99e New global setting for developer options. by Dianne Hackborn · 13 years ago
  23. c38fa1f Add Developer Option setting for Animator scaling. by Chet Haase · 13 years ago
  24. 88de70f Merge "Deprecate ACTION_BACKGROUND_DATA_SETTING_CHANGED." by Jeff Sharkey · 13 years ago
  25. 9dbfc33 Merge "Support automatic cancellation of Loaders." by Jeff Brown · 13 years ago
  26. b19a71a Support automatic cancellation of Loaders. by Jeff Brown · 13 years ago
  27. f46723b Implement background vs foreground broadcasts by Christopher Tate · 13 years ago
  28. d2726ba Add tools specific annotations to the API. by Xavier Ducrohet · 13 years ago
  29. a403a2e Merge "Add GradientDrawable.setColors(int[])" by Romain Guy · 13 years ago
  30. 8bd9698 Add GradientDrawable.setColors(int[]) by Romain Guy · 13 years ago
  31. c1ca665 Add new ViewPropertyAnimator utility methods by Chet Haase · 13 years ago
  32. 54ee2ad Deprecate ACTION_BACKGROUND_DATA_SETTING_CHANGED. by Jeff Sharkey · 13 years ago
  33. 0d29936 Fix bug in LayoutTransition for INVISIBLE views by Chet Haase · 13 years ago
  34. 2d2d7d6 Merge "Implement a cancelation mechanism for queries." by Jeff Brown · 13 years ago
  35. 75ea64f Implement a cancelation mechanism for queries. by Jeff Brown · 13 years ago
  36. fbc659e Merge "Fix build: update current.txt" by Nick Pelly · 13 years ago
  37. 21c136a Fix build: update current.txt by Nick Pelly · 13 years ago
  38. ef78d96 Merge "Add NdefMessage.getByteLength(), and more minor fixes:" by Nick Pelly · 13 years ago
  39. 1f5badc Add NdefMessage.getByteLength(), and more minor fixes: by Nick Pelly · 13 years ago
  40. 259c109 Remove @deprecate in View's fadingEdge by Gilles Debunne · 13 years ago
  41. 52da22f Merge "Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc." by Dianne Hackborn · 13 years ago
  42. d96e3df Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. by Dianne Hackborn · 13 years ago
  43. c97a552 Improve NDEF API's by Nick Pelly · 13 years ago
  44. dc828ac Merge "Add API's for normalizing MIME's and URI's." by Nick Pelly · 13 years ago
  45. 43ea4e1 Merge "Added JELLY_BEAN version name; update some targetSdkVersion docs." by Dianne Hackborn · 13 years ago
  46. 81e9276 Added JELLY_BEAN version name; update some targetSdkVersion docs. by Dianne Hackborn · 13 years ago
  47. ccae412 Add API's for normalizing MIME's and URI's. by Nick Pelly · 13 years ago
  48. 3f9c9ea NumberPicker should not throw an exception if no enough values for wrapping. by Svetoslav Ganov · 13 years ago
  49. d4e34d6 Merge "Inform ContentObservers about the changed content Uri." by Jeff Brown · 13 years ago
  50. b934a82 Merge "Clean up content observer code." by Jeff Brown · 13 years ago
  51. 655e66b Inform ContentObservers about the changed content Uri. by Jeff Brown · 13 years ago
  52. e575005 Merge "Update hardware acceleration doc" by Romain Guy · 13 years ago
  53. 36d7549 Update hardware acceleration doc by Romain Guy · 13 years ago
  54. d215ddf Merge "Fix API typo" by Romain Guy · 13 years ago
  55. 1e878d2 Fix API typo by Romain Guy · 13 years ago
  56. 86de059 Clean up content observer code. by Jeff Brown · 13 years ago
  57. d9ea468 New brightness setting to adjust auto-brightness mode. by Dianne Hackborn · 13 years ago
  58. 22d4184 Fix the build, for real by Romain Guy · 13 years ago
  59. bad1216 Merge "Deprecate unused APIs" by Romain Guy · 13 years ago
  60. f9d9c06 Deprecate unused APIs by Romain Guy · 13 years ago
  61. 96c804a Add methods to support shortcuts in user dict. by Jean Chalard · 13 years ago
  62. 5a5b84c Merge "Bring LatinIME's privateImeOptions "forceAscii" to a formal public API" by Ken Wakasa · 13 years ago
  63. c8f4183 Bring LatinIME's privateImeOptions "forceAscii" to a formal public API by Ken Wakasa · 13 years ago
  64. bd2ff36 Merge "AccessibilityService description not internationalized." by Svetoslav Ganov · 13 years ago
  65. 986f00f Merge "Rewrite SQLite database wrappers." by Jeff Brown · 13 years ago
  66. e5360fb Rewrite SQLite database wrappers. by Jeff Brown · 13 years ago
  67. 11299b1 Make public SpellChecker utilities by satok · 13 years ago
  68. 32313b1 am d476c8b8: am d3be0a76: Merge "Unhide Resources APIs for getting resources at specific densities." into ics-mr1 by Dianne Hackborn · 13 years ago
  69. 6139897 Unhide Resources APIs for getting resources at specific densities. by Dianne Hackborn · 13 years ago
  70. 3d0edd3 AccessibilityService description not internationalized. by Svetoslav Ganov · 13 years ago
  71. 19644b6 Make WebView.HitTestResult static by Jonathan Dixon · 13 years ago
  72. eca6d90 Merge "Rewrite NDEF parsing in Java, clean-up API." by Nick Pelly · 13 years ago
  73. a356bf1 Rewrite NDEF parsing in Java, clean-up API. by Nick Pelly · 13 years ago
  74. d47f153 Make Property objects in View final by Chet Haase · 13 years ago
  75. aaf30e3 Merge "Make SQLiteQuery and SQLiteProgram final." by Jeff Brown · 13 years ago
  76. d5064be Make SQLiteQuery and SQLiteProgram final. by Jeff Brown · 13 years ago
  77. 44fcb83 Add a new ui mode for "appliance" by Joe Onorato · 13 years ago
  78. 1db7a31 Merge "Add BluetoothAdapter.getRemoteDevice(byte[])" by Nick Pelly · 13 years ago
  79. 75596b4 Add BluetoothAdapter.getRemoteDevice(byte[]) by Nick Pelly · 13 years ago
  80. d5f4420 am 1113e755: am ea25ea7e: Merge "Adding a system preference whether to speak passwords in accessibility mode." into ics-mr1 by Svetoslav Ganov · 13 years ago
  81. ea25ea7e Merge "Adding a system preference whether to speak passwords in accessibility mode." into ics-mr1 by Svetoslav Ganov · 13 years ago
  82. deb86c6 am ec42750e: am 0c0120ef: Merge "Fix issue #5714517: App shortcuts can result in bad task intents" into ics-mr1 by Dianne Hackborn · 13 years ago
  83. f5b8671 Fix issue #5714517: App shortcuts can result in bad task intents by Dianne Hackborn · 13 years ago
  84. 55f937a Adding a system preference whether to speak passwords in accessibility mode. by Svetoslav Ganov · 13 years ago
  85. a2a56f8 am 48e07296: am bfb3dec2: Merge "More social integration." into ics-mr1 by Dianne Hackborn · 13 years ago
  86. a3d487c More social integration. by Dianne Hackborn · 13 years ago
  87. 0475f82 am c339fe30: am be6ab576: Merge "Fix application launch shortcuts." into ics-mr1 by Jeff Brown · 13 years ago
  88. 6651a63 Fix application launch shortcuts. by Jeff Brown · 13 years ago
  89. 0219af27 am ea54d0dc: am 723218b4: Merge "Hide ManagedEGLContext until we are sure this is the correct API." into ics-mr1 by Romain Guy · 13 years ago
  90. dccf73a Hide ManagedEGLContext until we are sure this is the correct API. by Romain Guy · 13 years ago
  91. fa1a6eb am 0272e600: am a37a78e2: Merge "GLES: add image external enums" into ics-mr1 by Jamie Gennis · 13 years ago
  92. a37a78e Merge "GLES: add image external enums" into ics-mr1 by Jamie Gennis · 13 years ago
  93. c5b057f am 60e345a9: am 9be49620: Merge "Unhide social stream permissions." into ics-mr1 by Dave Santoro · 13 years ago
  94. 6810017 am 2c6afef8: am 1da3d656: Merge "Undeprecate LayoutAlgorithm" into ics-mr1 by John Reck · 13 years ago
  95. 9be4962 Merge "Unhide social stream permissions." into ics-mr1 by Dave Santoro · 13 years ago
  96. 098d466 Unhide social stream permissions. by Dave Santoro · 13 years ago
  97. 1da3d65 Merge "Undeprecate LayoutAlgorithm" into ics-mr1 by John Reck · 13 years ago
  98. 77c5f4d am 9aa6bd1c: am 717a25dc: Add new ManagedEGLContext class to help apps participate in memory trimming. by Dianne Hackborn · 13 years ago
  99. 717a25d Add new ManagedEGLContext class to help apps participate in memory trimming. by Dianne Hackborn · 13 years ago
  100. 5a1ef413 Undeprecate LayoutAlgorithm by John Reck · 13 years ago