- ef70c89 Merge "location: dump LocationProvider internal state" by Mike Lockwood · 15 years ago
- eb90a5a Merge "hidden api sameAs() to compare the pixels of 2 bitmaps for equality" by Mike Reed · 15 years ago
- 42b4440 Merge "Hide Go button in browser when no text is entered" by Bjorn Bringert · 15 years ago
- 5e56a19 Merge "Disable car mode should not require DISABLE_KEYGUARD permission" by Mike Lockwood · 15 years ago
- 0755483 keystore: allow '\0's in keys and add guards for cplusplus. by Chia-chi Yeh · 15 years ago
- eb8e5e4 Merge "ADT: Mark WebView as a Widget. Eclipse/ADT will display it in the GUI creator." by Raphael · 15 years ago
- 2706bde Merge "Fix inverted release-EGLContext-on-pause logic." by Jack Palevich · 15 years ago
- 220a56f Merge "Update keyboard key assets." by Amith Yamasani · 15 years ago
- 6b738eb Merge "Fixed a regression setting ListView selection mode without an adapter" by Adam Powell · 15 years ago
- 43ad272 Merge "Fix for badly rebased current.xml" by Adam Powell · 15 years ago
- d3a50f3 Rename cleanspec => CleanSpec to match the build rule by Christopher Tate · 15 years ago
- 5cbf936 Merge "Fix up missed refactoring in JNI reg and preloaded-classes" by Christopher Tate · 15 years ago
- a121ca2 Fix up missed refactoring in JNI reg and preloaded-classes by Christopher Tate · 15 years ago
- 572e5aa Merge "Correctly validate numbers when pasted in NumberPicker. Bug #2258525" by Romain Guy · 15 years ago
- 137e32f Merge "Fix doc references to "android.backup" to the new "android.app.backup"" by Christopher Tate · 15 years ago
- 7d17d47 Merge "Still do dump() if we cannot get mServiceLock for a while." by Chih-Chung Chang · 15 years ago
- 85a5084 Merge "Refactor android.backup => android.app.backup" by Christopher Tate · 15 years ago
- 21c145e Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
- 6e671e1 Merge "Allow the configuration string to have quotes." by Wink Saville · 15 years ago
- 3be04d5 Merge "Logging to track down an elusive bug with Messaging app losing IME focus in landscape." by Amith Yamasani · 15 years ago
- 194e485 Merge "Fix issue 2428563: Camera rendered inoperable by voice call interruption." by Eric Laurent · 15 years ago
- f0252f2 Still do dump() if we cannot get mServiceLock for a while. by Chih-Chung Chang · 15 years ago
- 61a2c93 Merge "Added accessors for view overscroll modes" by Adam Powell · 15 years ago
- 61de036 Merge "Add null checks for strings" by Suchi Amalapurapu · 15 years ago
- 3a5706d Merge "don't assume Cursor.getExtras returns non-null" by Mark Wagner · 15 years ago
- ba52760 Merge "Keep screen on when in car mode and the device is powered." by Mike Lockwood · 15 years ago
- 0f29209 Merge "Adding over scroll to webview. We will always apply over scroll vertically. In horizontal direction, if the page can't be zoomed and the current content just fit, we will not do over scroll." by Grace Kloba · 15 years ago
- fd6c035 Merge "Add "call" method on ContentProvider." by Brad Fitzpatrick · 15 years ago
- 47dd4e9 Merge "Disable the keyguard when in car mode" by Mike Lockwood · 15 years ago
- a884f4d Merge "Change an aapt "warning" from "*** " to "**** " (from three to four stars). "*** " (three stars and a space) is the 'magic make error string'; so this change makes it easier to find the real issues/errors in build logs. Besides, other aapt messages are "**** "." by Ed Heyl · 15 years ago
- 4f1fcc2 Fix issue 2428563: Camera rendered inoperable by voice call interruption. by Eric Laurent · 15 years ago
- 2fcfbf3 Merge "Fix potential aapt crash when processing overlay." by Xavier Ducrohet · 15 years ago
- 479562b Merge "Instead of allocating the decoder instances in response to a call to setDataSource, postpone allocation to the preparation phase where it belongs." by Andreas Huber · 15 years ago
- 2856c5b Refactor car mode. by Dianne Hackborn · 15 years ago
- 51edc0f Merge "Fix persisting flags for apps with data only Force gc's before deleting containers.:" by Suchi Amalapurapu · 15 years ago
- 30f82b8 Merge "Calculate bitmask array sizes correctly in the EventHub" by Christopher Tate · 15 years ago
- 9872e95 Merge "Release mediaplayer if the current state is not suspending. Fix for bug 2480093." by Gloria Wang · 15 years ago
- d1f3601 Merge "provide databasename to the logging func registration func" by Vasu Nori · 15 years ago
- 0bcad9b Merge "It is possible that we may get a call from WebCore that the first layout has completed before we've successfully syncd the webview dimensions from Java to native and in this case, we end up syncing a height of 0 to WebKit. This causes hit detection to fail, as WebKit thinks we have a 0-height visible area. This patch fixes this scenario by syncing the height of the webview back to WebKit in the case that the first layout comes back before we've sent our dimensions." by Ben Murdoch · 15 years ago
- 344ae7d Merge "Squashed commit of the following:" by Shimeng (Simon) Wang · 15 years ago
- d9e3b34 Merge "NPR's audio streams start with a 30sec segment whose mp3 headers are subtly different from those following. Allow certain bits to vary that were thought to be fixed before." by Andreas Huber · 15 years ago
- b11727d Merge "return false if any exception is thrown from savePicture" by Mike Reed · 15 years ago
- a851c5d Merge "fix NullPointerException if location is not set." by Mike Lockwood · 15 years ago
- 5500621 Merge "Update framework tethering UI" by Robert Greenwalt · 15 years ago
- ab5fbd3 Merge "Remove the ProximityAlerts update Receiver when the last ProximityAlert expires. Fixes issue 6900." by Mike Lockwood · 15 years ago
- 718f6fa Merge "Do not select any item when the user clicks outside of the list content. Bug #2485544" by Romain Guy · 15 years ago
- 25eb260 Merge "Adding a mime type for the phone lookup URI." by Dmitri Plotnikov · 15 years ago
- 909c0d1 Merge "Improve watchdog diagnostics." by Dan Egnor · 15 years ago
- dbdc595 Merge "Defend against an unexpected null bundle that causes blockingGetAuthToken() to throw an NPE." by Fred Quintana · 15 years ago
- 78e27ff Merge "Report an offset change in a live wallpaper when the wallpaper is resized. Bug #2489288" by Romain Guy · 15 years ago
- 9855a05 Calculate bitmask array sizes correctly in the EventHub by Christopher Tate · 15 years ago
- 532c4a7 Merge "Fix #2489986 : The key bitmask needs to cover all possible keys" by Christopher Tate · 15 years ago
- 2032f98 Fix #2489986 : The key bitmask needs to cover all possible keys by Christopher Tate · 15 years ago
- 3c5d707 Merge "fix hex parsing of bmgr" by Christian Sonntag · 15 years ago
- e53c258 Merge "Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixes b/2426929" by Amith Yamasani · 15 years ago
- 674b3ac Merge "Add r-w property of emergency number list." by John Wang · 15 years ago
- e85478e Merge "Suppress testCheckAndProcessPlusCode from continuous test system as testing devices are not registered with any carrier networks." by Xia Wang · 15 years ago
- f17a13a Merge "Import new translations" by Eric Fischer · 15 years ago
- f57a23f Merge "Fix typo. According to grep, this is the only place in the tree that has it." by Joe Onorato · 15 years ago
- 5c8a613 Merge "Remove whitespace around UMS dialog artwork." by Daniel Sandler · 15 years ago
- 49c23bc Merge "Fix some bugs." by Dianne Hackborn · 15 years ago
- 6687fb1 Fix some bugs. by Dianne Hackborn · 15 years ago
- 4a86235 Merge "Update current.xml to fix build error." by Ray Chen · 15 years ago
- e5d057e Merge "a dbobject is closed twice and that causes incorrect warnings" by Vasu Nori · 15 years ago
- f0895e8 Merge "Remove test annotations from tests requiring package-private access." by Eric Fischer · 15 years ago
- 3af56bb Merge "Null check for scheme. If scheme is unspecified let package parse continue. We will return errors if parsing fails anyway. If scheme is not null, restrict it to being a file uri." by Suchi Amalapurapu · 15 years ago
- 9a7f0b9 Merge "Update indeterminate progress bar assets. Bug #2469246" by Romain Guy · 15 years ago
- 78f8efb Merge "Expand buffer in SynthProxy to hold int" by Kenny Root · 15 years ago
- 5e1bfe0 Merge "Remove native options." by Ray Chen · 15 years ago
- 33c98f2 Merge "Update Singapore default time zone." by John Wang · 15 years ago
- 0456f2c Merge "Fix epsilon calculation for jumpy touchscreen filtering" by Adam Powell · 15 years ago
- d7e756a Merge "Awaken ListView scroll bars for overscroll" by Adam Powell · 15 years ago
- cc657b8 Merge "Fix VelocityTracker for CTS tests" by Adam Powell · 15 years ago
- acf2ed2 Merge "Delay setting initial screen brightness until after the sensors are initialized." by Mike Lockwood · 15 years ago
- 56ba093 Merge "Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided" by Steve Block · 15 years ago
- b08e358 Merge "Fix a loss of data." by Wink Saville · 15 years ago
- 71aab82 Merge "Use "My Contacts"" by Daisuke Miyakawa · 15 years ago
- c52d757 Merge "Clean up MediaRecorder for public Java SDK - update comments and fix a check in setAudioChannels()" by James Dong · 15 years ago
- 9926d56 Merge "InputDevice filtering for jumpy screens. Updated ScaleGestureDetector for framework deprecations." by Adam Powell · 15 years ago
- 90db01d Merge "More ExpandableListView fixes to take headers into account." by Gilles Debunne · 15 years ago
- 95e212b Merge "Add error reporting for Tethering." by Robert Greenwalt · 15 years ago
- df4ef12 Merge "Fix issue 2456968: Alarm rings in "silent mode and when Alarm in silent mode is turned off"." by Eric Laurent · 15 years ago
- 1b8b779 Merge "Improve RS error handling. On errors RS will now store the error and a message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received." by Jason Sams · 15 years ago
- 6f7ecc3 Merge "Use "play" icon for search dialog button in Browser" by Bjorn Bringert · 15 years ago
- 13cf203 Merge "Fix issue #2485441: SettingsBackupAgent crashed system server" by Dianne Hackborn · 15 years ago
- 83eaf2f Merge "add optional preftable to image codecs, for more control over the resulting bitmap config" by Mike Reed · 15 years ago
- fa76372 Merge "Check for null provider in LocationManager.getProviders()" by Mike Lockwood · 15 years ago
- a67784c Merge "Fix off by one error in NetworkManagementService.isUsbRNDISStarted()" by Mike Lockwood · 15 years ago
- 1f0080d Merge "MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS." by Mike Lockwood · 15 years ago
- 249a784 Merge "Remove UUIDs from the cache when the device is unpaired." by Jaikumar Ganesh · 15 years ago
- 60e7275 Merge "hide the newly created DatabaseObjectNotClosedException class from sdk" by Vasu Nori · 15 years ago
- e4ee937 Merge "in finalizer warnings, use a better exception - NOT Exception()" by Vasu Nori · 15 years ago
- 658cd0d Merge "Remove the TAB key from <textarea>s." by Leon Scroggins · 15 years ago
- a3c9122 Merge "Call close() instead of deactivate() in CursorToBulkCursorAdaptor.close()" by Bjorn Bringert · 15 years ago
- 03b1972 Merge "Fixing spelling of intiialization to initialization in comment" by Brian Carlstrom · 15 years ago
- 35c4f0c Merge "Fix a bug in OverScroller.setFinalX/Y" by Adam Powell · 15 years ago
- 8cad2bb Merge "Added the Camera Preveiw memory test which can help to isolate the memory leak issue." by Yu Shan Emily Lau · 15 years ago
- 5d4d8d5 Merge "DockObserver: Watch for exceptions in LocationManger.isProviderEnabled()." by Mike Lockwood · 15 years ago
- 374334d Merge "Fix documentation." by Wink Saville · 15 years ago
- 71c3eb2 Maybe fix issue #2482201: Paired bluetooth device looks like a qwerty keyboard by Dianne Hackborn · 15 years ago