- 732ebb1 Fixed a regression in View.cancelLongPress by Adam Powell · 15 years ago
- 1fdaab2 Merge "move HttpDateTime from android.webkit to android-common jar" by Doug Zongker · 15 years ago
- 7ad12a5 move HttpDateTime from android.webkit to android-common jar by Doug Zongker · 15 years ago
- 378a148 Merge "Javadoc fixes to ScaleGestureDetector for SDK builds" by Adam Powell · 15 years ago
- 499cc17 Merge "Fix fastscroll thumb" by Marco Nelissen · 15 years ago
- cd3e4ad Fix fastscroll thumb by Marco Nelissen · 15 years ago
- 9cf1a5a Merge "use device serial number to seed RNG for generating ANDROID_ID" by Doug Zongker · 15 years ago
- ab905c87 Javadoc fixes to ScaleGestureDetector for SDK builds by Adam Powell · 15 years ago
- 6511fe9 Merge "Add a "dalvik.vm.gc.overwritefree" property. When set to "true", the VM will be given the "-Xgc:overwritefree" flag, and the GC will clobber the memory of freed objects." by Barry Hayes · 15 years ago
- 4f8ff39 use device serial number to seed RNG for generating ANDROID_ID by Doug Zongker · 15 years ago
- d5bb7ef Merge "Make the fastscroll thumb tell the parent to not intercept touch events, to keep the list from moving sideways in a "workspace" environment. Fixes one of the issues listed in bug 2374212" by Marco Nelissen · 15 years ago
- d43fe07 Make the fastscroll thumb tell the parent to not intercept touch events, by Marco Nelissen · 15 years ago
- 2c355e2 Merge "expose bootloader & radio versions, hardware string in API" by Doug Zongker · 15 years ago
- f81f9ef Merge "Add missing contentDescription to focusable controls." by Romain Guy · 15 years ago
- 74885ef expose bootloader & radio versions, hardware string in API by Doug Zongker · 15 years ago
- d126d0b Merge "AudioPlayer didn't properly account for the latency when calculating the current media time." by Andreas Huber · 15 years ago
- c119f7e AudioPlayer didn't properly account for the latency when calculating the current media time. by Andreas Huber · 15 years ago
- 33cea41 Merge "Apps on sdcard: Add new broadcasts" by Suchi Amalapurapu · 15 years ago
- a61b67a Pass touch event time from Java to WebKit by Grace Kloba · 15 years ago
- 8cb5e47 Add missing contentDescription to focusable controls. by Dominic Mazzoni · 15 years ago
- 62f67048 Merge "Add support for sending touch events in DRT." by Ben Murdoch · 15 years ago
- ecbc65c Add support for sending touch events in DRT. by Ben Murdoch · 15 years ago
- c2b3217 Add a "dalvik.vm.gc.overwritefree" property. When set to "true", the by Barry Hayes · 15 years ago
- a7ff78d Merge "Rebuild a cleaner certificates chain before validating it." by Leon Clarke · 15 years ago
- ecbfb21 Revert "am 3db1ebaf: am 4ed2b1c3: Pass touch event time from Java to WebKit". The corresponding change to external/webkit creates a merge conflict in master. by Ben Murdoch · 15 years ago
- 9ecd943 am 3db1ebaf: am 4ed2b1c3: Pass touch event time from Java to WebKit by Grace Kloba · 15 years ago
- 019fe73 Fix ETC1 texture decoding. by Jack Palevich · 15 years ago
- 3db1eba am 4ed2b1c3: Pass touch event time from Java to WebKit by Grace Kloba · 15 years ago
- b0f324d Merge "implement [2396050] Add ETC1 texture support to AGL" by Mathias Agopian · 15 years ago
- d1f73a2 implement [2396050] Add ETC1 texture support to AGL by Mathias Agopian · 15 years ago
- 355ca57 Add GPS_TIMESTAMP and GPS_DATESTAMP tag to ExifInterface. by Ray Chen · 15 years ago
- 4ed2b1c Pass touch event time from Java to WebKit by Grace Kloba · 15 years ago
- 3a8cab8 Add GpsDateTime support to ExifInterface and correct images table's date_taken value to UTC timestamp. by Ray Chen · 15 years ago
- 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
- 7099bc1 Merge "Fix the SDK build." by Xavier Ducrohet · 15 years ago
- 216bccf Updated GestureDetector to ignore multitouch if requested by the app by Adam Powell · 15 years ago
- 31644a1 Fix the SDK build. by Xavier Ducrohet · 15 years ago
- 8c18d89 Merge "Modifying Services Tests XML file so it builds with the right permissions." by Neal Nguyen · 15 years ago
- 3433d3c Modifying Services Tests XML file so it builds with the right permissions. by Neal Nguyen · 15 years ago
- 9c738b9 Merge "Improve some of the documentation in RecognizerIntent to reduce confusion." by Mike LeBeau · 15 years ago
- 5a346d6 Improve some of the documentation in RecognizerIntent to reduce confusion. by Mike LeBeau · 15 years ago
- 57405b9 Merge "Hide field packer." by Jason Sams · 15 years ago
- 42d6c9e Hide field packer. by Jason Sams · 15 years ago
- b66802b Merge "Fix mms-common's pathnames to match package spec." by Ficus Kirkpatrick · 15 years ago
- 1f4af4c Fix mms-common's pathnames to match package spec. by Ficus Kirkpatrick · 15 years ago
- c30ed1a Merge "Add "inline" constant to RecognizerResultsIntent." by Mike LeBeau · 15 years ago
- 2a594b1 Merge "Implement holders for Matrix and Vector data." by Jason Sams · 15 years ago
- 37b2217 Merge "Get rid of now-superfluous "backup or restore in progress" tracking" by Chris Tate · 15 years ago
- dcfefb5 Add "inline" constant to RecognizerResultsIntent. by Mike LeBeau · 15 years ago
- 25430d0 Implement holders for Matrix and Vector data. by Jason Sams · 15 years ago
- c2af5d3 Get rid of now-superfluous "backup or restore in progress" tracking by Christopher Tate · 15 years ago
- c4e834d Rebuild a cleaner certificates chain before validating it. by Huahui Wu · 15 years ago
- 9763f64 Workaround for misbehaving HTTP servers that terminate header lines with a single newline instead of the required CRLF sequence. by Andreas Huber · 15 years ago
- 23a6b44 Merge "Don't use a HEAD request to determine redirects, instead do a regular GET (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream." by Andreas Huber · 15 years ago
- b777bf3 Don't use a HEAD request to determine redirects, instead do a regular GET (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream. by Andreas Huber · 15 years ago
- a55272a Merge "StorageManager: API_CHANGE: Move StorageManager into android.storage" by San Mehat · 15 years ago
- e124aef Merge "Properly report the duration of a recording into .mp4 files." by Andreas Huber · 15 years ago
- 556d350 StorageManager: API_CHANGE: Move StorageManager into android.storage by San Mehat · 15 years ago
- 9ec3318 Merge "Apps on SD project. Javadoc fixes for new method in PackageManager class." by Oscar Montemayor · 15 years ago
- 716582e Properly report the duration of a recording into .mp4 files. by Andreas Huber · 15 years ago
- 0c08a24 Merge "Now mSupportMultiTouch is depending on WebSettings, it can't be static any more." by Grace Kloba · 15 years ago
- 2d65817 Merge "Properly advertise the content length of the HTTP stream if available." by Andreas Huber · 15 years ago
- f3be166 Now mSupportMultiTouch is depending on WebSettings, it can't be static any more. by Grace Kloba · 15 years ago
- c9d8175 Context: API_CHANGE: Add support for retrieving StorageManager by San Mehat · 15 years ago
- 63d15ee DefaultContainerService: Refactor MountService calls (new api) by San Mehat · 15 years ago
- be16cb1 PackageManagerService: Refactor MountService calls (new api) by San Mehat · 15 years ago
- ec7f7e6 UsbStorageActivity: Refactor for new MountService API by San Mehat · 15 years ago
- b339ac3 sdutil: Refactor for new APIs by San Mehat · 15 years ago
- 4270e1e MountService: Massive bloat reduction and rewrite by San Mehat · 15 years ago
- 78071b7 Merge "NativeDaemonConnector: Cleanup socket code and use a proper exception Signed-off-by: San Mehat <san@google.com>" by San Mehat · 15 years ago
- 4763876 Merge "StorageManager: Introduce StorageManager" by San Mehat · 15 years ago
- 8cc1b2a Properly advertise the content length of the HTTP stream if available. by Andreas Huber · 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
- 3565456 Merge "Make sure application cache manifest files are not cached." by Andrei Popescu · 15 years ago
- a1ba11b Make sure application cache manifest files are not cached. by Andrei Popescu · 15 years ago
- c209ccf Merge "Check for null data after decoding a data: url." by Patrick Scott · 15 years ago
- 8fccf67 Merge "add instrumentation to log the sql statement + bindargs + databasename" by Vasu Nori · 15 years ago
- 8a83853 Merge "Fix for GPS engines without separate session and engine status events." by Mike Lockwood · 15 years ago
- 271f9f1 Fix for GPS engines without separate session and engine status events. by Mike Lockwood · 15 years ago
- 5d33e6e Merge "Revert "adding OAuth library"" by Doug Zongker · 15 years ago
- 8af3cfc Check for null data after decoding a data: url. by Patrick Scott · 15 years ago
- 5310b36 resolved conflicts for merge of 21875ab3 to master by Mike Lockwood · 15 years ago
- 5e7bb0a Implement support for v8 counters by Andrei Popescu · 15 years ago
- b83e68c Merge "Restore search UI layout to get search button back" by Bjorn Bringert · 15 years ago
- 4dd4ab4 add instrumentation to log the sql statement + bindargs + databasename by Vasu Nori · 15 years ago
- 705300b Merge "Initial check-in for xml-based encoder capabilities retrieval - Changed the Java API as suggested - Treat /etc/media_profiles.xml as the default xml configurtion file" by James Dong · 15 years ago
- c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
- e599a9d Revert "adding OAuth library" by Dirk Balfanz · 15 years ago
- 1b7a47c Merge "fix [2397853] glCopyTexImage2D crashes emulator" by Mathias Agopian · 15 years ago
- 2fee0ed Add the --rename-manifest-package option to aapt. by Jeff Hamilton · 15 years ago
- 7188f94 Cleanup comments, see bug 2401350. by Wink Saville · 15 years ago
- d615c6f Merge "Provide another extra for ACTION_VOICE_SEARCH_RESULTS that indicates the base url to be used when interpreting html results given in EXTRA_VOICE_SEARCH_RESULT_HTML." by Mike LeBeau · 15 years ago
- 125d407 Merge "Streamline: use Messages sent to a Handler subclass instead of posting Runnables" by Chris Tate · 15 years ago
- 34d7a9f Merge "Remove the obsolete unused hidden constant." by Grace Kloba · 15 years ago
- d3cd359 Streamline: use Messages sent to a Handler subclass instead of posting Runnables by Christopher Tate · 15 years ago
- e641a76 Merge "Fix bug 2362761 AppWidgetService should use Intent.setPackage()" by Joe Onorato · 15 years ago
- f6133fe Fix bug 2362761 AppWidgetService should use Intent.setPackage() by Joe Onorato · 15 years ago
- 1f9a3cc Merge "Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings." by Joe Onorato · 15 years ago
- 7747210 Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings. by Joe Onorato · 15 years ago
- e8fe0e3 Remove the obsolete unused hidden constant. by Grace Kloba · 15 years ago