1. 29274dc Also fix the API description file after UI_MODE_SERVICE rename. by Tobias Haamel · 14 years ago
  2. 5333288 Manager for controlling the UI modes. by Tobias Haamel · 14 years ago
  3. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 14 years ago
  4. edcdbb6 Add new action for launching the user's music player app. by Daniel Sandler · 14 years ago
  5. 1bb6906 Automatically restore app data at install time by Christopher Tate · 14 years ago
  6. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 14 years ago
  7. 79375f7 Two big additions to the voice recognition APIs: by Mike LeBeau · 14 years ago
  8. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 14 years ago
  9. a696f5d Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it. by Mathias Agopian · 14 years ago
  10. f43113f Unhide setBlockNetworkLoads. by Patrick Scott · 14 years ago
  11. d970998 framework: storage: Add 'force' option to unmount/destroy storage apis, and update callsites. by San Mehat · 14 years ago
  12. 154f7a1 Show car mode notification in status bar. by Tobias Haamel · 14 years ago
  13. a4903f2 Add passive location provider. by Mike Lockwood · 14 years ago
  14. 2b95c24 Added more @RemotableViewMethod methods, mutate ImageView. by Jeff Sharkey · 14 years ago
  15. 0551311 Unhide new SoundPool API's. Bug 2415373. by Dave Sparks · 14 years ago
  16. c9fbaab XML attribute for overscrolling behavior by Adam Powell · 14 years ago
  17. 64e7a25 Fix build. by Dianne Hackborn · 14 years ago
  18. ef6b22f Fix issue #2420412: API review: DeviceAdmin API changes by Dianne Hackborn · 14 years ago
  19. e265532 Create a default style for WebTextView. by Leon Scroggins · 14 years ago
  20. d998b3c Removing org.w3c.dom subpackages. by Jesse Wilson · 14 years ago
  21. 329c6ae Remove ACTION_VOICE_SEARCH_SETTINGS (added only for Froyo), because we've got by Mike LeBeau · 14 years ago
  22. 9f790c3 Fix the build (mucked up an API change / commit / upload sequence) by Christopher Tate · 14 years ago
  23. e28290e API CHANGE: expose backup/restore to the SDK by Christopher Tate · 14 years ago
  24. bb9a517 Add API to access ICU's East Asian Width by Kenny Root · 14 years ago
  25. 9d4b575 Add getInsecure() that returns a persistently insecure SSLSocketFactory, by Dan Egnor · 14 years ago
  26. 3af80dc Expose more Download Manager APIs. by Jean-Baptiste Queru · 14 years ago
  27. b9dfb9b Download Manager API to support Gmail by Paul Westbrook · 15 years ago
  28. 2413790 update current.xml to fix build by Doug Zongker · 14 years ago
  29. b125dc5 Fix MotionEvent pointer API. by Dianne Hackborn · 14 years ago
  30. 33f7a80 @hide the bizarro Base64 stream constructors by Doug Zongker · 14 years ago
  31. d2affae add a Base64 implementation to the API by Doug Zongker · 14 years ago
  32. 0499498 Add a new KEYBOARD_TAP haptic feedback type for very short, low-latency vibration. by Amith Yamasani · 14 years ago
  33. 749ee4f API change. by Scott Main · 15 years ago
  34. 90762d3 Modify ActivityInstrumentationTestCase2 to not require hardcoded package name. by Brett Chabot · 14 years ago
  35. 0b8bb42 Overscrolling modifications. Overscroll will not allow the user to by Adam Powell · 14 years ago
  36. 4709693 Add APIs for mapping between new and current package names. by Dianne Hackborn · 14 years ago
  37. 315ada7 Get rid of the limit-unlock policy control. by Dianne Hackborn · 14 years ago
  38. 378ae12 Add SERVICE_INTERFACE and SERVICE_META_DATA constants to RecognitionService, by Mike LeBeau · 14 years ago
  39. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 14 years ago
  40. a181b21 MountService: Fix some mountset bugs and tighten up some return values by San Mehat · 14 years ago
  41. 91f2a20 Add content provider for browser geolocation permissions by Bjorn Bringert · 14 years ago
  42. 49ffc0f Revise ThumbnailUtils API. by Ray Chen · 14 years ago
  43. 23085b7 Support per-application switch to execute the VM in safe mode. by Ben Cheng · 14 years ago
  44. 60586f2 API CHANGE: Add SSLSessionCache public API to allow unbundled SSL session caching. by Dan Egnor · 14 years ago
  45. e4e82f2 Unhide SearchManager.INTENT_ACTION_SEARCH_SETTINGS by Bjorn Bringert · 14 years ago
  46. 23897c1 Use resource ID for searchable description by Bjorn Bringert · 14 years ago
  47. 117818e Add new manifest option for install location by Suchi Amalapurapu · 14 years ago
  48. d2391fa Modify the API of YuvImage, so that callers do not need to deal with by Wei-Ta Chen · 14 years ago
  49. cc47fae Add EXTRA_PARTIAL_RESULTS so that clients can enable receiving results via onPartialResults() by Alex Gruenstein · 14 years ago
  50. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  51. 305a2eb Properly notifies listener when an animation is cancelled. Bug: #2428005. by Romain Guy · 14 years ago
  52. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 14 years ago
  53. ace5a3f Hide resourceDirs from public API by Kenny Root · 14 years ago
  54. 628fd6d Network Location unbundling: by Mike Lockwood · 15 years ago
  55. 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 14 years ago
  56. 836a1f2 Fix the build. That was an API change. by Joe Onorato · 14 years ago
  57. 8d45e4e changes after review by API council by Vasu Nori · 14 years ago
  58. 4580347 ListView updates. Fixed several overscrolling bugs. Added programmatic by Adam Powell · 15 years ago
  59. c5d1c6d add sync polling by Fred Quintana · 15 years ago
  60. 97e4494 Add an AlarmManager API to set the system time (with the proper permissions). by Dan Egnor · 14 years ago
  61. 7722abe Bug 2420366 by Paul Westbrook · 14 years ago
  62. 3da3cad Adding speech recognition service public API by Valentin Kravtsov · 15 years ago
  63. a969dc4 Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> out) by Michael Chan · 14 years ago
  64. 5c19aec API review: TrafficStats: rename Pkts to Packets by Ken Shirriff · 14 years ago
  65. 46c5312 Rename GestureUtilities to GestureUtils. by Romain Guy · 14 years ago
  66. da5c1bd Remove source selector from SearchDialog by Bjorn Bringert · 14 years ago
  67. 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 · 15 years ago
  68. 5d9661b Add getAttributeDouble() and focal length tag. by Wu-cheng Li · 15 years ago
  69. 74885ef expose bootloader & radio versions, hardware string in API by Doug Zongker · 14 years ago
  70. 355ca57 Add GPS_TIMESTAMP and GPS_DATESTAMP tag to ExifInterface. by Ray Chen · 14 years ago
  71. 216bccf Updated GestureDetector to ignore multitouch if requested by the app by Adam Powell · 15 years ago
  72. 556d350 StorageManager: API_CHANGE: Move StorageManager into android.storage by San Mehat · 14 years ago
  73. c9d8175 Context: API_CHANGE: Add support for retrieving StorageManager by San Mehat · 15 years ago
  74. 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 · 15 years ago
  75. 56fcd69 Remove unused method LocationProviderImpl.isEnabled(). by Mike Lockwood · 15 years ago
  76. 6c8d276 Add focal length and view angle API. by Wu-cheng Li · 15 years ago
  77. 4c4300c Add Camera.getSupportedThumbnailSizes() and Size.equals(). by Wu-cheng Li · 15 years ago
  78. 9327f4f More device policy work: clarify password modes, monkeying. by Dianne Hackborn · 15 years ago
  79. bf124e7 Unhide ThumbnailUtils to support Camera unbundling. http://b/2375978 by Ray Chen · 15 years ago
  80. ef73162 Support for triggering the lockscreen while the screen is on: by Mike Lockwood · 15 years ago
  81. 6eb7c45 make SqliteDatabase ConflictAlgorithm and associated methods public. by Vasu Nori · 15 years ago
  82. 254cb44 More device admin. by Dianne Hackborn · 15 years ago
  83. 6790918 Use a single EXTRA_HEADERS intent. by Grace Kloba · 15 years ago
  84. c58ffe8 Unhide YuvImage, which supports compressing a YUV rectangle region to JPEG. by Wei-Ta Chen · 15 years ago
  85. f9e573e Updating Android's API XML files to reflect our new XML APIs! by Jesse Wilson · 15 years ago
  86. d47c6ed Bite the bullet and add support for multiple device admins. by Dianne Hackborn · 15 years ago
  87. e7bd22a Unhide camera api for set display orientation. by Chih-Chung Chang · 15 years ago
  88. 43c9cdf New View.dispatchDisplayHint() API. Bug #2399147 by Romain Guy · 15 years ago
  89. 8ea138c More work on device admins: by Dianne Hackborn · 15 years ago
  90. d0d9bc2 Add request header support for the Browser/WebView. by Grace Kloba · 15 years ago
  91. e6be0f7 Fix the build. by Romain Guy · 15 years ago
  92. 8aa2e89 More device admin work: description, policy control. by Dianne Hackborn · 15 years ago
  93. 0170916 Unhide brightness constants to help unbundle Camera. by Chih-Chung Chang · 15 years ago
  94. a3d5e0c Unhide the secure setting for LocationProviderEnabled by Mark Vandevoorde · 15 years ago
  95. 9d8b876 Add android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS. by Daniel Sandler · 15 years ago
  96. 79896bd Adding Recognition Service and Listener wrappers by Valentin Kravtsov · 15 years ago
  97. 1995660 Unhide RecognizerIntent.ACTION_VOICE_SEARCH_SETTINGS, which our voice search by Mike LeBeau · 15 years ago
  98. 307da1a enhance the sync manager backoff logic and add support for retry-after by Fred Quintana · 15 years ago
  99. c7f930f5 Made GestureUtilities's several methods public; Changed GestureStroke's smoothening threshold. by Yang Li · 15 years ago
  100. d1ab016 Add extra resources field for ApplicationInfo by Kenny Root · 15 years ago