1. 28104e1 3298147 DatePicker dialog does not provide mechanism for specifying range from which to select by Svetoslav Ganov · 14 years ago
  2. 8177ebe Fix build. by Dianne Hackborn · 14 years ago
  3. 502f695 Add BaseKeyListener.forwardDelete to API. by Jeff Brown · 14 years ago
  4. 67b6ab7 Add TextView support for Home, End, PageUp, PageDown. by Jeff Brown · 14 years ago
  5. 0e3b8f42 Fix issue #3301572: onCreateLoader must not be a member class: VolumeMetadataLoader by Dianne Hackborn · 14 years ago
  6. 16331c8 Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing to select subtypes implicitly if no subtype is enabled. by satok · 14 years ago
  7. a2ea747 More cleanup of Loader APIs. by Dianne Hackborn · 14 years ago
  8. 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
  9. 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
  10. 52af3a4f Unhide RecognizerResultsIntent. This API was by Mike LeBeau · 14 years ago
  11. 4e6319b Add initial support for TAB navigation. by Jeff Brown · 14 years ago
  12. a40c630 Add a new attribute to auth descriptors to indicate custom handling of permission and token caching by Costin Manolache · 14 years ago
  13. c96235d Deprecate CacheManager. by Iain Merrick · 14 years ago
  14. c918935 Fix issue #3272082: Contacts: when going back from edit view, by Dianne Hackborn · 14 years ago
  15. b30023c Add new EXTRA_WEB_SEARCH_ONLY to RecognizerIntent API. This can be used to by Mike LeBeau · 14 years ago
  16. 80fdd65 Add EXTRA_SKIP_UI to skip the confirmation page. by Patrick Scott · 14 years ago
  17. 778c0ba Fix some older (depricated) API so they work. by Robert Greenwalt · 14 years ago
  18. 4f3867e Time to remove some old APIs! by Dianne Hackborn · 14 years ago
  19. 67b79ec Fix the build. by Romain Guy · 14 years ago
  20. 4e920f7 Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences() by Brad Fitzpatrick · 14 years ago
  21. 34599e0 update-api step missing. Broken build. by Gilles Debunne · 14 years ago
  22. c9ecb73 Add a way to insert a parent bread crumb so that deep linked settings can navigate up. by Amith Yamasani · 14 years ago
  23. 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
  24. 2e976df Expose split touch API on PopupWindow. by Jeff Brown · 14 years ago
  25. b2caa06 Work on issue #3255640: Need to bump GB to API 10 version name "2.4" by Dianne Hackborn · 14 years ago
  26. 5c58dfc Add a Setting preference "INPUT_METHOD_SELECTOR_VISIBILITY" by satok · 14 years ago
  27. d283593 Fix issue #3258849: Grab thumbnail when exiting an app via back by Dianne Hackborn · 14 years ago
  28. 28cbf4b Make framework modifier key handling more precise. by Jeff Brown · 14 years ago
  29. 128b6ba Fix bug 3280187 - ActionMode menu content not getting cleared properly when finishing by Adam Powell · 14 years ago
  30. 502893c Update API for CopyOnWriteArrayList "synchronized" changes by Brian Carlstrom · 14 years ago
  31. dd60ee7 am 6d13b146: am e78a0009: resolved conflicts for merge of 4b94c451 to stage-korg-master by Jean-Baptiste Queru · 14 years ago
  32. 6d13b14 am e78a0009: resolved conflicts for merge of 4b94c451 to stage-korg-master by Jean-Baptiste Queru · 14 years ago
  33. e78a000 resolved conflicts for merge of 4b94c451 to stage-korg-master by Jean-Baptiste Queru · 14 years ago
  34. 30d7189 Fix issue #3274841: Orientation change problem with a paused activity by Dianne Hackborn · 14 years ago
  35. d250746 resolved conflicts for merge of 1d0d1188 to master by Nick Pelly · 14 years ago
  36. 1d0d118 am ae56a851: Merge "Make getSystemService(NFC_SERVICE) the NFC entry point." into gingerbread by Nick Pelly · 14 years ago
  37. 50b4d8f Make getSystemService(NFC_SERVICE) the NFC entry point. by Nick Pelly · 14 years ago
  38. 2c6196a Fix a bug where the fast scroll track would be positioned incorrectly. by Adam Powell · 14 years ago
  39. e36f9bf StrictMode "custom" trigger support. by Brad Fitzpatrick · 14 years ago
  40. cf9cf2f New API in InputConnection to signal IME's text correction. by Gilles Debunne · 14 years ago
  41. 20232d0 Holo scrollbars and related tweaks. by Adam Powell · 14 years ago
  42. 957d85e revert an API change that conflicted witha previous SDK version by Fred Quintana · 14 years ago
  43. 37f74ca Add ability to reuse bitmaps when loading new content by Chet Haase · 14 years ago
  44. 0c4d04a allow sync adapter authors to control more policies by Fred Quintana · 14 years ago
  45. c25f70a API CHANGE - Add hasGrantedPolicy() API by Andy Stadler · 14 years ago
  46. 97b2488 Rehide the PTP content provider interface from the public API. by Mike Lockwood · 14 years ago
  47. 5a242ec Added some pieces for Wallpaper previews by Adam Cohen · 14 years ago
  48. 2095a6d Merge "Make doclava happy by returning the same type in old and new APIs." by Jesse Wilson · 14 years ago
  49. 75cfba9 Make doclava happy by returning the same type in old and new APIs. by Jesse Wilson · 14 years ago
  50. bcb71d3 Update API with latest parameter names and getClass() return type. by Jesse Wilson · 14 years ago
  51. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  52. b247536 Added dropbox broadcast notification by Hakan Still · 14 years ago
  53. 81f19ff Expose WebView.onPause() and onResume() in the public API by Steve Block · 14 years ago
  54. 4bfd794 Updated the NumberPicker for exposing it into the SDK by Svetoslav Ganov · 14 years ago
  55. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  56. 0e007d7 Unhide inPreferQualityOverSpeed in BitmapFactory.Options. by Wei-Ta Chen · 14 years ago
  57. 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
  58. 689a342 Add WebView.removeJavascriptInterface() by Steve Block · 14 years ago
  59. e2ab7cc Change cancel/end behavior of animations to be synchronous by Chet Haase · 14 years ago
  60. cf03576 Clean up button bar styles by Adam Powell · 14 years ago
  61. ab55153 Tracking dalvik.bytecode.* API changes by Brian Carlstrom · 14 years ago
  62. c6ddc8c Merge "Add dividers to action bar navigation. Lighter dividers for holo themes." by Adam Powell · 14 years ago
  63. 3f7f7ac Add dividers to action bar navigation. Lighter dividers for holo themes. by Adam Powell · 14 years ago
  64. 9d07233 Fix up API definitions in master. by Dianne Hackborn · 14 years ago
  65. a7a27b3 Merge "Add public style for tabby-looking views" by Adam Powell · 14 years ago
  66. 0bb0b73 Update 9.xml to match the real GB 9.xml. by Dianne Hackborn · 14 years ago
  67. 4002cb2 Add public style for tabby-looking views by Adam Powell · 14 years ago
  68. 50ed829 Fix issue #3201066: Locale change not reflected by settings by Dianne Hackborn · 14 years ago
  69. 8c7a580 Some theme cleanup. by Dianne Hackborn · 14 years ago
  70. 4838548 Added to SearchView : getQuery() and setOnSearchClickListener() by Amith Yamasani · 14 years ago
  71. 9f3bdfe Add method for sending wallpaper commands directly to an engine. by Jeff Brown · 14 years ago
  72. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  73. f4dceb1 Customized text selection action mode. by Gilles Debunne · 14 years ago
  74. 1474c7a PTP: Add android.provider.Ptp to the public API by Mike Lockwood · 14 years ago
  75. fcca00a Update themes; dialogs, metrics by Adam Powell · 14 years ago
  76. 30c9bd8 Implement issue #3189564: New API to create an activity. by Dianne Hackborn · 14 years ago
  77. dd0b16c Add two methods to Camera.java by James Dong · 14 years ago
  78. 407b4e9 API CHANGE: drags can now carry an originator-only object payload by Christopher Tate · 14 years ago
  79. 8515ee8 Fix bug 3240444 - add OnMenuVisibilityListener for action bar. by Adam Powell · 14 years ago
  80. fff4ab0 Refactored OverScroller by Gilles Debunne · 14 years ago
  81. 37a7bec Add methods to AnimatorSet that take collections by Chet Haase · 14 years ago
  82. 3f89edc Updating api.xml for merge of dalvik-dev to master by Brian Carlstrom · 14 years ago
  83. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 14 years ago
  84. 47e6b1b Support non-orientation aware keyboards and other devices. by Jeff Brown · 14 years ago
  85. 7306668 animation bugfix plus xml resources for new View properties by Chet Haase · 14 years ago
  86. 711e62a Fix issue #3225529: AlertDialogs are squishing their content views by Dianne Hackborn · 14 years ago
  87. f9d0be9 Implement rotation animations. by Dianne Hackborn · 14 years ago
  88. 440aab5 Removed InputMethodSubtypePicker by satok · 14 years ago
  89. 2820351 Add an API to set InputMethodAndSubtype by satok · 14 years ago
  90. 2970c49 various fixes for animations and javadocs by Chet Haase · 14 years ago
  91. f3db1af Change return type of getShortcutInputMethodsAndSubtypes to Map<InputMethodInfo, List<InputMethodSubtype>> by satok · 14 years ago
  92. 637d337 Merge overscrolling from gingerbread. by Adam Powell · 14 years ago
  93. a315605 Rename android.provider.Mtp to android.provider.Ptp by Mike Lockwood · 14 years ago
  94. 1c24e95 Fix issue #3222014: Dragging items around home screen is unresponsive by Dianne Hackborn · 14 years ago
  95. 35f2d39 am 24a90c26: am d9334934: Merge "Update of DRM Framework." by Gloria Wang · 14 years ago
  96. 24a90c2 am d9334934: Merge "Update of DRM Framework." by Gloria Wang · 14 years ago
  97. 6804433 StrictMode visual notification support. by Brad Fitzpatrick · 14 years ago
  98. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  99. 4e4569d Add an API to get shortcut IMEs by satok · 14 years ago
  100. 8aa798b Unhide android.media.AudioManager.MODE_IN_COMMUNICATION by Jean-Michel Trivi · 14 years ago