1. b0db594 Fix for an NPE in Account settings on long press. by Gilles Debunne · 14 years ago
  2. 3b4fcbc Add ActivityManager#isRunningInTestHarness() public API. by Brett Chabot · 14 years ago
  3. 67e3d20 Hide and delete some code that should not be public. by Jason Sams · 14 years ago
  4. 247fe74 Implement issue # 3255887 could CursorLoader offer... by Dianne Hackborn · 14 years ago
  5. 947f782 Fix bug 3245465 - Themed dialog icons by Adam Powell · 14 years ago
  6. fd6f39e Enable camera preview to a SurfaceTexture. by Jamie Gennis · 14 years ago
  7. fa445b9 Cleanup subdata apis by Jason Sams · 14 years ago
  8. 36d4c3f Rename drag "thumbnail" to the drag "shadow" by Christopher Tate · 14 years ago
  9. 0633549 Removed XmlAdapters from frameworks. by Gilles Debunne · 14 years ago
  10. cd3676e Adding AsyncTaskLoader.waitForLoader() for testing by Dmitri Plotnikov · 14 years ago
  11. 171c592 New layers API for Views. by Romain Guy · 14 years ago
  12. 6450ef8 Update api/current.xml for SurfaceTexture. by Jamie Gennis · 14 years ago
  13. 6714efc Add the SurfaceTexture java class. by Jamie Gennis · 14 years ago
  14. dab559a exposing isDirty() method on View by Michael Jurka · 14 years ago
  15. a39b987 Fix Holo Spinners by Adam Powell · 14 years ago
  16. 9e90a99 Reuse display lists at the java level. by Chet Haase · 14 years ago
  17. 64da12a Add dispatch key shortcut window callback. by Jeff Brown · 14 years ago
  18. f31161a Add new "animator" and "interpolator" resource directories. by Dianne Hackborn · 14 years ago
  19. 3dbf55c TextView's color transparency is taken into account. by Gilles Debunne · 14 years ago
  20. 3f476b3 Revisiting ActionBar API and layout. by Adam Powell · 14 years ago
  21. 571354f Do not open the keyboard when opening Find from CAB. by Leon Scroggins · 14 years ago
  22. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  23. 8513dd5 fix the build by Joe Onorato · 14 years ago
  24. d434d23 MaxLines is respected in TextViews, even when ellipsize is set to end. by Gilles Debunne · 14 years ago
  25. b1c36cd Update the API to reflect the removal of the external reference API. by Carl Shapiro · 14 years ago
  26. 87121ac Some new API cleanup. by Dianne Hackborn · 14 years ago
  27. a5af5d6 Add support for downgrading database version in SQLiteOpenHelper by Eric Hassold · 14 years ago
  28. b596198 Remove functionality related to external allocation tracking. by Carl Shapiro · 14 years ago
  29. 4c2e0f6 Update API of PropertyChangeSupport, which is no longer synchronized. by Jesse Wilson · 14 years ago
  30. ac98e40 Preventive update-api as the build may break. by Gilles Debunne · 14 years ago
  31. da0a3f0 Multi-line EditText background is set using a state. Step 2. by Gilles Debunne · 14 years ago
  32. e9730bf Adding APIs for setting whether to show week number and setting the start day of week. Cleaned up the code a bit. by Svetoslav Ganov · 14 years ago
  33. 82d731a Add TYPE_NUMBER_VARIATION_PASSWORD for entering a numeric password. by Ken Wakasa · 14 years ago
  34. 4e24aac Add some standard definitions for device heaps. by Dianne Hackborn · 14 years ago
  35. 6eef14a Expose insecure rfcomm Bluetooth API. by Jaikumar Ganesh · 14 years ago
  36. 2116dc9 Expose AMRNB/WB and AAC encoder and related file output formats by James Dong · 14 years ago
  37. 28104e1 3298147 DatePicker dialog does not provide mechanism for specifying range from which to select by Svetoslav Ganov · 14 years ago
  38. 8177ebe Fix build. by Dianne Hackborn · 14 years ago
  39. 502f695 Add BaseKeyListener.forwardDelete to API. by Jeff Brown · 14 years ago
  40. 67b6ab7 Add TextView support for Home, End, PageUp, PageDown. by Jeff Brown · 14 years ago
  41. 0e3b8f42 Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadataLoader by Dianne Hackborn · 14 years ago
  42. 16331c8 Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing to select subtypes implicitly if no subtype is enabled. by satok · 14 years ago
  43. a2ea747 More cleanup of Loader APIs. by Dianne Hackborn · 14 years ago
  44. 19e353e am 0655b31d: am 12b82c8d: Merge "Unhide RecognizerResultsIntent. This API was reviewed for Froyo, but we didn\'t want to make it public then because it wasn\'t until our first Market release of Voice Search that the APIs would be in use by our app." into gingerbread by Mike LeBeau · 14 years ago
  45. 0655b31 am 12b82c8d: Merge "Unhide RecognizerResultsIntent. This API was reviewed for Froyo, but we didn\'t want to make it public then because it wasn\'t until our first Market release of Voice Search that the APIs would be in use by our app." into gingerbread by Mike LeBeau · 14 years ago
  46. 52af3a4f Unhide RecognizerResultsIntent. This API was by Mike LeBeau · 14 years ago
  47. 4e6319b Add initial support for TAB navigation. by Jeff Brown · 14 years ago
  48. a40c630 Add a new attribute to auth descriptors to indicate custom handling of permission and token caching by Costin Manolache · 14 years ago
  49. c96235d Deprecate CacheManager. by Iain Merrick · 14 years ago
  50. c918935 Fix issue #3272082: Contacts: when going back from edit view, by Dianne Hackborn · 14 years ago
  51. b30023c Add new EXTRA_WEB_SEARCH_ONLY to RecognizerIntent API. This can be used to by Mike LeBeau · 14 years ago
  52. 80fdd65 Add EXTRA_SKIP_UI to skip the confirmation page. by Patrick Scott · 14 years ago
  53. 778c0ba Fix some older (depricated) API so they work. by Robert Greenwalt · 14 years ago
  54. 4f3867e Time to remove some old APIs! by Dianne Hackborn · 14 years ago
  55. 67b79ec Fix the build. by Romain Guy · 14 years ago
  56. 4e920f7 Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences() by Brad Fitzpatrick · 14 years ago
  57. 34599e0 update-api step missing. Broken build. by Gilles Debunne · 14 years ago
  58. c9ecb73 Add a way to insert a parent bread crumb so that deep linked settings can navigate up. by Amith Yamasani · 14 years ago
  59. 042042b am 2bd83c00: Merge "Work on issue #3255640: Need to bump GB to API 10 version name "2.4"" into gingerbread by Dianne Hackborn · 14 years ago
  60. 2e976df Expose split touch API on PopupWindow. by Jeff Brown · 14 years ago
  61. b2caa06 Work on issue #3255640: Need to bump GB to API 10 version name "2.4" by Dianne Hackborn · 14 years ago
  62. 5c58dfc Add a Setting preference "INPUT_METHOD_SELECTOR_VISIBILITY" by satok · 14 years ago
  63. d283593 Fix issue #3258849: Grab thumbnail when exiting an app via back by Dianne Hackborn · 14 years ago
  64. 28cbf4b Make framework modifier key handling more precise. by Jeff Brown · 14 years ago
  65. 128b6ba Fix bug 3280187 - ActionMode menu content not getting cleared properly when finishing by Adam Powell · 14 years ago
  66. 502893c Update API for CopyOnWriteArrayList "synchronized" changes by Brian Carlstrom · 14 years ago
  67. dd60ee7 am 6d13b146: am e78a0009: resolved conflicts for merge of 4b94c451 to stage-korg-master by Jean-Baptiste Queru · 14 years ago
  68. 6d13b14 am e78a0009: resolved conflicts for merge of 4b94c451 to stage-korg-master by Jean-Baptiste Queru · 14 years ago
  69. e78a000 resolved conflicts for merge of 4b94c451 to stage-korg-master by Jean-Baptiste Queru · 14 years ago
  70. 30d7189 Fix issue #3274841: Orientation change problem with a paused activity by Dianne Hackborn · 14 years ago
  71. d250746 resolved conflicts for merge of 1d0d1188 to master by Nick Pelly · 14 years ago
  72. 1d0d118 am ae56a851: Merge "Make getSystemService(NFC_SERVICE) the NFC entry point." into gingerbread by Nick Pelly · 14 years ago
  73. 50b4d8f Make getSystemService(NFC_SERVICE) the NFC entry point. by Nick Pelly · 14 years ago
  74. 2c6196a Fix a bug where the fast scroll track would be positioned incorrectly. by Adam Powell · 14 years ago
  75. e36f9bf StrictMode "custom" trigger support. by Brad Fitzpatrick · 14 years ago
  76. cf9cf2f New API in InputConnection to signal IME's text correction. by Gilles Debunne · 14 years ago
  77. 20232d0 Holo scrollbars and related tweaks. by Adam Powell · 14 years ago
  78. 957d85e revert an API change that conflicted witha previous SDK version by Fred Quintana · 14 years ago
  79. 37f74ca Add ability to reuse bitmaps when loading new content by Chet Haase · 14 years ago
  80. 0c4d04a allow sync adapter authors to control more policies by Fred Quintana · 14 years ago
  81. c25f70a API CHANGE - Add hasGrantedPolicy() API by Andy Stadler · 14 years ago
  82. 97b2488 Rehide the PTP content provider interface from the public API. by Mike Lockwood · 14 years ago
  83. 5a242ec Added some pieces for Wallpaper previews by Adam Cohen · 14 years ago
  84. 2095a6d Merge "Make doclava happy by returning the same type in old and new APIs." by Jesse Wilson · 14 years ago
  85. 75cfba9 Make doclava happy by returning the same type in old and new APIs. by Jesse Wilson · 14 years ago
  86. bcb71d3 Update API with latest parameter names and getClass() return type. by Jesse Wilson · 14 years ago
  87. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  88. b247536 Added dropbox broadcast notification by Hakan Still · 14 years ago
  89. 81f19ff Expose WebView.onPause() and onResume() in the public API by Steve Block · 14 years ago
  90. 4bfd794 Updated the NumberPicker for exposing it into the SDK by Svetoslav Ganov · 14 years ago
  91. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  92. 0e007d7 Unhide inPreferQualityOverSpeed in BitmapFactory.Options. by Wei-Ta Chen · 14 years ago
  93. 50f34d1 Adding DatePciker widget based on the Calednar team code. Updated DatePciker and DatePickerDialog as the second part of the Time/Date pciker refresh feature. by Svetoslav Ganov · 14 years ago
  94. 689a342 Add WebView.removeJavascriptInterface() by Steve Block · 14 years ago
  95. e2ab7cc Change cancel/end behavior of animations to be synchronous by Chet Haase · 14 years ago
  96. cf03576 Clean up button bar styles by Adam Powell · 14 years ago
  97. ab55153 Tracking dalvik.bytecode.* API changes by Brian Carlstrom · 14 years ago
  98. c6ddc8c Merge "Add dividers to action bar navigation. Lighter dividers for holo themes." by Adam Powell · 14 years ago
  99. 3f7f7ac Add dividers to action bar navigation. Lighter dividers for holo themes. by Adam Powell · 14 years ago
  100. 9d07233 Fix up API definitions in master. by Dianne Hackborn · 14 years ago