1. a181b21 MountService: Fix some mountset bugs and tighten up some return values by San Mehat · 14 years ago
  2. 91f2a20 Add content provider for browser geolocation permissions by Bjorn Bringert · 14 years ago
  3. 49ffc0f Revise ThumbnailUtils API. by Ray Chen · 14 years ago
  4. 23085b7 Support per-application switch to execute the VM in safe mode. by Ben Cheng · 14 years ago
  5. 60586f2 API CHANGE: Add SSLSessionCache public API to allow unbundled SSL session caching. by Dan Egnor · 14 years ago
  6. e4e82f2 Unhide SearchManager.INTENT_ACTION_SEARCH_SETTINGS by Bjorn Bringert · 14 years ago
  7. 23897c1 Use resource ID for searchable description by Bjorn Bringert · 14 years ago
  8. 117818e Add new manifest option for install location by Suchi Amalapurapu · 14 years ago
  9. d2391fa Modify the API of YuvImage, so that callers do not need to deal with by Wei-Ta Chen · 14 years ago
  10. cc47fae Add EXTRA_PARTIAL_RESULTS so that clients can enable receiving results via onPartialResults() by Alex Gruenstein · 14 years ago
  11. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  12. 305a2eb Properly notifies listener when an animation is cancelled. Bug: #2428005. by Romain Guy · 14 years ago
  13. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 14 years ago
  14. ace5a3f Hide resourceDirs from public API by Kenny Root · 14 years ago
  15. 628fd6d Network Location unbundling: by Mike Lockwood · 14 years ago
  16. 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 14 years ago
  17. 836a1f2 Fix the build. That was an API change. by Joe Onorato · 14 years ago
  18. 8d45e4e changes after review by API council by Vasu Nori · 14 years ago
  19. 4580347 ListView updates. Fixed several overscrolling bugs. Added programmatic by Adam Powell · 14 years ago
  20. c5d1c6d add sync polling by Fred Quintana · 14 years ago
  21. 97e4494 Add an AlarmManager API to set the system time (with the proper permissions). by Dan Egnor · 14 years ago
  22. 7722abe Bug 2420366 by Paul Westbrook · 14 years ago
  23. 3da3cad Adding speech recognition service public API by Valentin Kravtsov · 14 years ago
  24. a969dc4 Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> out) by Michael Chan · 14 years ago
  25. 5c19aec API review: TrafficStats: rename Pkts to Packets by Ken Shirriff · 14 years ago
  26. 46c5312 Rename GestureUtilities to GestureUtils. by Romain Guy · 14 years ago
  27. da5c1bd Remove source selector from SearchDialog by Bjorn Bringert · 14 years ago
  28. 3141e0a Add new ConsoleMessage class that adds more information (such as the Message Log Level from WebCore) and a new overload of onConsoleMessage that takes this as a parameter. by Ben Murdoch · 14 years ago
  29. 5d9661b Add getAttributeDouble() and focal length tag. by Wu-cheng Li · 14 years ago
  30. 74885ef expose bootloader & radio versions, hardware string in API by Doug Zongker · 14 years ago
  31. 355ca57 Add GPS_TIMESTAMP and GPS_DATESTAMP tag to ExifInterface. by Ray Chen · 14 years ago
  32. 216bccf Updated GestureDetector to ignore multitouch if requested by the app by Adam Powell · 14 years ago
  33. 556d350 StorageManager: API_CHANGE: Move StorageManager into android.storage by San Mehat · 14 years ago
  34. c9d8175 Context: API_CHANGE: Add support for retrieving StorageManager by San Mehat · 14 years ago
  35. 2df9a91 Hide the android.webkit.CallbackProxy class from the API. This is a android.webkit package class and internal to our implementation. by Grace Kloba · 14 years ago
  36. 56fcd69 Remove unused method LocationProviderImpl.isEnabled(). by Mike Lockwood · 14 years ago
  37. 6c8d276 Add focal length and view angle API. by Wu-cheng Li · 14 years ago
  38. 4c4300c Add Camera.getSupportedThumbnailSizes() and Size.equals(). by Wu-cheng Li · 14 years ago
  39. 9327f4f More device policy work: clarify password modes, monkeying. by Dianne Hackborn · 14 years ago
  40. bf124e7 Unhide ThumbnailUtils to support Camera unbundling. http://b/2375978 by Ray Chen · 14 years ago
  41. ef73162 Support for triggering the lockscreen while the screen is on: by Mike Lockwood · 14 years ago
  42. 6eb7c45 make SqliteDatabase ConflictAlgorithm and associated methods public. by Vasu Nori · 14 years ago
  43. 254cb44 More device admin. by Dianne Hackborn · 14 years ago
  44. 6790918 Use a single EXTRA_HEADERS intent. by Grace Kloba · 14 years ago
  45. c58ffe8 Unhide YuvImage, which supports compressing a YUV rectangle region to JPEG. by Wei-Ta Chen · 14 years ago
  46. f9e573e Updating Android's API XML files to reflect our new XML APIs! by Jesse Wilson · 14 years ago
  47. d47c6ed Bite the bullet and add support for multiple device admins. by Dianne Hackborn · 14 years ago
  48. e7bd22a Unhide camera api for set display orientation. by Chih-Chung Chang · 14 years ago
  49. 43c9cdf New View.dispatchDisplayHint() API. Bug #2399147 by Romain Guy · 14 years ago
  50. 8ea138c More work on device admins: by Dianne Hackborn · 14 years ago
  51. d0d9bc2 Add request header support for the Browser/WebView. by Grace Kloba · 14 years ago
  52. e6be0f7 Fix the build. by Romain Guy · 14 years ago
  53. 8aa2e89 More device admin work: description, policy control. by Dianne Hackborn · 14 years ago
  54. 0170916 Unhide brightness constants to help unbundle Camera. by Chih-Chung Chang · 14 years ago
  55. a3d5e0c Unhide the secure setting for LocationProviderEnabled by Mark Vandevoorde · 14 years ago
  56. 9d8b876 Add android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS. by Daniel Sandler · 14 years ago
  57. 79896bd Adding Recognition Service and Listener wrappers by Valentin Kravtsov · 14 years ago
  58. 1995660 Unhide RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which our voice search by Mike LeBeau · 14 years ago
  59. 307da1a enhance the sync manager backoff logic and add support for retry-after by Fred Quintana · 14 years ago
  60. c7f930f5 Made GestureUtilities's several methods public; Changed GestureStroke's smoothening threshold. by Yang Li · 14 years ago
  61. d1ab016 Add extra resources field for ApplicationInfo by Kenny Root · 14 years ago
  62. 3214839 Unhide resource-related API calls in Context by Kenny Root · 14 years ago
  63. 68f2f54 Bug 2330111 by Paul Westbrook · 15 years ago
  64. df83afa More device policy manager / admin work. by Dianne Hackborn · 14 years ago
  65. ef34035 NEW_API: Declare an ACTION_SEARCH_SETTINGS constant in android.provider.Settings so that apps can cause this system setting group to be opened directly. by Justin Mattson · 14 years ago
  66. d684784 First pass at new device policy and administration APIs. by Dianne Hackborn · 15 years ago
  67. 130a8b7 Add Dialog.setOnShowListener() to the public API. by Ficus Kirkpatrick · 14 years ago
  68. 3084a6f rename testHasFeatures to hasFeatures by Fred Quintana · 14 years ago
  69. b8a2aaf New method to return the last dialed number Bug:2227429 by Nicolas Catania · 14 years ago
  70. c5dfa70 Revert "New method to return the last dialed number" by Nicolas Catania · 14 years ago
  71. ac835c9 New method to return the last dialed number Bug:2227429 by Nicolas Catania · 14 years ago
  72. e495d1f fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize by Vasu Nori · 15 years ago
  73. 55f3ac5 Expose SearchManager constants for global search by Bjorn Bringert · 14 years ago
  74. bb68a4f add AccountManager.testHasFeatures() to make it easy to check if a given account has a set of features by Fred Quintana · 14 years ago
  75. c849cdf Unhide some CM constants to support unbundling. by Robert Greenwalt · 15 years ago
  76. 0408675 Add and expose SearchManager.getSearchableInfo() by Bjorn Bringert · 15 years ago
  77. 52eab1c Unhide LocationManager APIs needed for unbundled location providers. by Mike Lockwood · 15 years ago
  78. 32d580c Copy SearchSourceSelector from QuickSearchBox by Bjorn Bringert · 15 years ago
  79. 71de785 Make Build.UNKNOWN public. by Ficus Kirkpatrick · 15 years ago
  80. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  81. 431f5fd Unhide WebView#emulateShiftHeld() so that gmail can do select-to-copy by Evan Millar · 15 years ago
  82. 6a5b0ec Deprecate onTooManyRedirects. by Patrick Scott · 15 years ago
  83. 624d39d Unhide intent extra constants for Camera. by Chih-Chung Chang · 15 years ago
  84. 6e70912 Bumper un-@hide (un-@pending actually) of previously reviewed APIs: by Dan Egnor · 15 years ago
  85. fa9cafa Add a string for second-ABI system property to android.os.Build. by Ficus Kirkpatrick · 15 years ago
  86. 9d2f7a7 Add LocationManagerImpl class to act as a public wrapper for the ILocationProvider interface by Mike Lockwood · 15 years ago
  87. 6e99b7a add ACCESS_CACHE_FILESYSTEM permission to core manifest by Doug Zongker · 15 years ago
  88. 0cb047c unhide the RecoverySystem class by Doug Zongker · 15 years ago
  89. d755b06 Add RemoteViews.setBundle() method. by Bjorn Bringert · 15 years ago
  90. 3490140 Cleanup and add public wrapper for IGeocodeProvider interface to prepare for network location unbundling. by Mike Lockwood · 15 years ago
  91. 03abb81 Kill the task killers. by Dianne Hackborn · 15 years ago
  92. 5926325 Unhide some MediaStore things that should be public. by Marco Nelissen · 15 years ago
  93. a6276fd A library for encoding and decoding ETC1 textures. by Jack Palevich · 15 years ago
  94. a0b5176 am 68e9014e: am 484d2888: Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa. by Eric Laurent · 15 years ago
  95. 484d288 Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa. by Eric Laurent · 15 years ago
  96. ee0511d Fix issue #1154972: clone defined, but class doesn't implement Cloneable by Dianne Hackborn · 15 years ago
  97. bde0716 resolved conflicts for merge of 08ace2e0 to master by Jeff Hamilton · 15 years ago
  98. f3960b1 Remove the IM provider contract class. by Jeff Hamilton · 15 years ago
  99. 2c56341 resolved conflicts for merge of 5a374f94 to master by Fred Quintana · 15 years ago
  100. 274dc9d moved the hidden sync helpers out of the framework by Fred Quintana · 15 years ago