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