Commit Graph

12339 Commits

Author SHA1 Message Date
Doug Zongker
b1293475be move HttpDateTime from android.webkit to android-common jar
Some to-be-unbundled classes want to use HttpDateTime as well.

Change-Id: I40a001970682f6fbd4d9cd3546bd3f63ebfbe89b
2010-02-03 11:14:29 -08:00
Doug Zongker
10279c8d3f Merge "expose bootloader & radio versions, hardware string in API" 2010-02-03 10:38:09 -08:00
Romain Guy
87880aa309 Merge "Add missing contentDescription to focusable controls." 2010-02-03 10:37:38 -08:00
Andreas Huber
0074f37229 Merge "AudioPlayer didn't properly account for the latency when calculating the current media time." 2010-02-03 10:30:17 -08:00
Suchi Amalapurapu
8b871bb1aa Merge "Apps on sdcard: Add new broadcasts" 2010-02-03 10:21:23 -08:00
Ben Murdoch
a908fd5b8d Merge "Add support for sending touch events in DRT." 2010-02-03 09:15:34 -08:00
Leon Clarke
66cde8130c Merge "Rebuild a cleaner certificates chain before validating it." 2010-02-03 07:56:58 -08:00
Grace Kloba
45f47821af am 3db1ebaf: am 4ed2b1c3: Pass touch event time from Java to WebKit
Merge commit '3db1ebaf1cc2a097845f217626e31d69e156b73d'

* commit '3db1ebaf1cc2a097845f217626e31d69e156b73d':
  Pass touch event time from Java to WebKit
2010-02-02 23:23:40 -08:00
Jack Palevich
0673586371 Fix ETC1 texture decoding.
etc1_decode_image requires the stride argument to be in bytes, but the
surface->stride field is in pixels. Convert by multiplying by pixel size.
2010-02-02 22:50:39 -08:00
Grace Kloba
21549fadef am 4ed2b1c3: Pass touch event time from Java to WebKit
Merge commit '4ed2b1c34b2dd0e2bd2f403a6f3de0bdbf473b98' into eclair-mr2-plus-aosp

* commit '4ed2b1c34b2dd0e2bd2f403a6f3de0bdbf473b98':
  Pass touch event time from Java to WebKit
2010-02-02 21:07:05 -08:00
Mathias Agopian
3107535d15 Merge "implement [2396050] Add ETC1 texture support to AGL" 2010-02-02 20:34:15 -08:00
Mathias Agopian
18b915a102 implement [2396050] Add ETC1 texture support to AGL 2010-02-02 20:19:54 -08:00
Xavier Ducrohet
035bcdd780 Merge "Fix the SDK build." 2010-02-02 18:25:38 -08:00
Neal Nguyen
4c11aa6d80 Merge "Modifying Services Tests XML file so it builds with the right permissions." 2010-02-02 17:24:49 -08:00
Mike LeBeau
5053f5c692 Merge "Improve some of the documentation in RecognizerIntent to reduce confusion." 2010-02-02 17:08:05 -08:00
Jason Sams
b9a9208263 Merge "Hide field packer." 2010-02-02 15:46:50 -08:00
Ficus Kirkpatrick
0c9780b780 Merge "Fix mms-common's pathnames to match package spec." 2010-02-02 15:43:53 -08:00
Ficus Kirkpatrick
96cb19cd7d Fix mms-common's pathnames to match package spec.
Change-Id: I4ae65227ea29dff8a79bd1d9373dec46c4b53598
2010-02-02 15:32:55 -08:00
Mike LeBeau
02ffbc5216 Merge "Add "inline" constant to RecognizerResultsIntent." 2010-02-02 15:30:57 -08:00
Jason Sams
e1d92e89ff Merge "Implement holders for Matrix and Vector data." 2010-02-02 15:28:03 -08:00
Chris Tate
d0e16ad367 Merge "Get rid of now-superfluous "backup or restore in progress" tracking" 2010-02-02 15:27:55 -08:00
Andreas Huber
79e128e6d7 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." 2010-02-02 14:41:41 -08:00
San Mehat
498479a8fe Merge "StorageManager: API_CHANGE: Move StorageManager into android.storage" 2010-02-02 13:31:16 -08:00
Andreas Huber
2214292604 Merge "Properly report the duration of a recording into .mp4 files." 2010-02-02 13:01:07 -08:00
Oscar Montemayor
0c70a7d927 Merge "Apps on SD project. Javadoc fixes for new method in PackageManager class." 2010-02-02 12:15:26 -08:00
Grace Kloba
a630ac88af Merge "Now mSupportMultiTouch is depending on WebSettings, it can't be static any more." 2010-02-02 11:59:38 -08:00
Andreas Huber
b787383ba5 Merge "Properly advertise the content length of the HTTP stream if available." 2010-02-02 11:38:19 -08:00
San Mehat
d6cb0157b7 Merge "NativeDaemonConnector: Cleanup socket code and use a proper exception Signed-off-by: San Mehat <san@google.com>" 2010-02-02 11:15:55 -08:00
San Mehat
6ed137e6c8 Merge "StorageManager: Introduce StorageManager" 2010-02-02 11:11:06 -08:00
Andrei Popescu
bca2005fa5 Merge "Make sure application cache manifest files are not cached." 2010-02-02 10:21:51 -08:00
Patrick Scott
18e83f9462 Merge "Check for null data after decoding a data: url." 2010-02-02 09:46:44 -08:00
Vasu Nori
f310eb6369 Merge "add instrumentation to log the sql statement + bindargs + databasename" 2010-02-02 09:38:52 -08:00
Mike Lockwood
93dfb71e09 Merge "Fix for GPS engines without separate session and engine status events." 2010-02-02 08:43:52 -08:00
Doug Zongker
6c3aee30c4 Merge "Revert "adding OAuth library"" 2010-02-02 08:26:07 -08:00
Mike Lockwood
ec5e52d404 resolved conflicts for merge of 21875ab3 to master
Change-Id: I447e813b3ec460bbc9050de6b95bd663bb33c86f
2010-02-02 09:15:37 -05:00
Bjorn Bringert
96ac81e893 Merge "Restore search UI layout to get search button back" 2010-02-02 02:03:39 -08:00
James Dong
7bb174354d 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" 2010-02-01 22:48:36 -08:00
Mathias Agopian
658cc21f11 Merge "fix [2397853] glCopyTexImage2D crashes emulator" 2010-02-01 17:39:54 -08:00
Mike LeBeau
82f2a4e281 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." 2010-02-01 15:54:16 -08:00
Chris Tate
f56044f9d9 Merge "Streamline: use Messages sent to a Handler subclass instead of posting Runnables" 2010-02-01 15:53:34 -08:00
Grace Kloba
ba1981e8e1 Merge "Remove the obsolete unused hidden constant." 2010-02-01 15:35:34 -08:00
Joe Onorato
b91a98f1ef Merge "Fix bug 2362761 AppWidgetService should use Intent.setPackage()" 2010-02-01 15:26:25 -08:00
Joe Onorato
a5a4d035ad Merge "Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings." 2010-02-01 15:15:19 -08:00
John Wang
757be08ea7 am 1ef6fb3b: am 8deed914: Merge "Handle RIL_UNSOL_RESEND_INCALL_MUTE." into eclair
Merge commit '1ef6fb3bbe17870673195f28eec9d1e4e43b4785'

* commit '1ef6fb3bbe17870673195f28eec9d1e4e43b4785':
  Handle RIL_UNSOL_RESEND_INCALL_MUTE.
2010-02-01 14:34:50 -08:00
Adam Powell
60aad2b205 Merge "Overscrolling in AbsListView; visibility cleanup for FlingRunnable" 2010-02-01 14:24:18 -08:00
Mathias Agopian
fda42f318a fix [2397853] glCopyTexImage2D crashes emulator
Fixed a typo which would cause a buffer overflow
2010-02-01 13:45:08 -08:00
Andreas Huber
d45e93d4ff Merge "Use physical memory for software rendering to take a fast path through surface flinger if possible." 2010-02-01 13:02:58 -08:00
Andreas Huber
2bd4e32932 Merge "The TI MP3 decoder lies about the number of channels it outputs, add a quirk for that." 2010-02-01 13:02:39 -08:00
Mike LeBeau
0ffede5989 Merge "Add a set of hidden constants for the ACTION_VOICE_SEARCH_RESULTS intent. This will not be unhidden for Froyo as nothing will implement it until later, but I wanted to have the definition explicit in the framework." 2010-02-01 12:59:31 -08:00
Amith Yamasani
bbe28bfe63 Merge "Fix an NPE in SearchDialog when clicking on Mic button. Bug: 2410605" 2010-02-01 12:37:58 -08:00