Commit Graph

12931 Commits

Author SHA1 Message Date
Andreas Huber
2b3f5e0541 Merge "This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk." 2010-02-22 15:32:14 -08:00
Mathias Agopian
d2fa75683a Merge "remove a dependency of GraphicBuffer (libui) on Parcel (libbinder)." 2010-02-22 14:39:55 -08:00
Romain Guy
65229b542a Merge "Fix bug where calling getButton(int) returns null." 2010-02-22 14:17:52 -08:00
Oscar Montemayor
eea35cb101 Merge "Better file permissions enforcement on system keystore." 2010-02-22 14:15:00 -08:00
Adam Powell
1fc4284b0f Merge "Don't switch layout modes in AbsListView#onTouchModeChanged() Don't stomp mResurrectToPosition for LAYOUT_SPECIFIC in AbsListView#hideSelector()" 2010-02-22 14:14:46 -08:00
San Mehat
6a8e314e93 Merge "MountService: Force unmount when enabling ums" 2010-02-22 13:21:58 -08:00
Vasu Nori
49d05b9859 Merge "fix race condition introduced by CL https://android-git.corp.google.com/g/40395" 2010-02-22 12:58:44 -08:00
Dianne Hackborn
fa7cf0e151 Merge "Fix missing UI_MODE_SERVICE rename." 2010-02-22 12:57:41 -08:00
Bjorn Bringert
4f6556c573 Merge "Don't start global search from system dialogs" 2010-02-22 12:57:13 -08:00
Dianne Hackborn
6517a431e6 Merge "Fix issue #2438980: Implement package watcher for voice recognizer service setting" 2010-02-22 12:18:01 -08:00
Eric Laurent
5e3ff60875 am 8978547f: am f5fe3949: Fix issue 2459650.
Merge commit '8978547f254b6b6ba2e322794aa044803f3edc2a'

* commit '8978547f254b6b6ba2e322794aa044803f3edc2a':
  Fix issue 2459650.
2010-02-22 11:19:51 -08:00
Eric Laurent
3cf9cd5b62 am f5fe3949: Fix issue 2459650.
Merge commit 'f5fe3949f5db69b19ce3fac7abce2088106f2e2b' into eclair-plus-aosp

* commit 'f5fe3949f5db69b19ce3fac7abce2088106f2e2b':
  Fix issue 2459650.
2010-02-22 11:13:08 -08:00
Joe Onorato
c08d6d3bf2 Merge "Ignore touch down events near the edge of the screen for the purposes of pulling down the windowshade." 2010-02-22 10:56:18 -08:00
Brad Fitzpatrick
401d9a8de5 Merge "Don't let email addresses in database names get into the EventLog." 2010-02-22 09:10:19 -08:00
Steve Block
4da231aa52 Merge "In DumpRenderTree, skip tests for which we have the wrong results" 2010-02-22 08:18:20 -08:00
Daniel Sandler
26d4499358 Merge "Add new action for launching the user's music player app." 2010-02-22 06:32:25 -08:00
Mathias Agopian
98e71ddaed remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).
Add a Flattenable interface to libutils which can be used to flatten
an object into bytestream + filedescriptor stream.
Parcel is modified to handle Flattenable. And GraphicBuffer implements
Flattenable.

Except for the overlay classes libui is now independent of libbinder.
2010-02-21 23:27:25 -08:00
Wu-cheng Li
3111008ad5 Merge "Increase the sleep time to fix testTakePicture." 2010-02-21 23:18:45 -08:00
Chris Tate
e4f5055ad2 Merge "Automatically restore app data at install time" 2010-02-19 18:23:45 -08:00
Jim Miller
393d44553f Merge "Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock." 2010-02-19 18:18:04 -08:00
Elliott Hughes
3e6a58afe1 Merge "Update the "Android Performance" documentation." 2010-02-19 17:55:26 -08:00
Mathias Agopian
64157817ba Merge "Initialize layer position" 2010-02-19 17:52:54 -08:00
Mathias Agopian
ca6fab2b53 Initialize layer position 2010-02-19 17:51:58 -08:00
Marco Nelissen
1d24163af6 Merge "Make sure that the event callback thread is Java capable in the simulator." 2010-02-19 16:00:26 -08:00
Suchi Amalapurapu
1e10d364f1 Merge "Move package from internal to external and vice versa." 2010-02-19 14:27:29 -08:00
Fred Quintana
a6a1005f76 Merge "improve logging of errors when trying to resolve backrefs http://b/2371475" 2010-02-19 14:22:25 -08:00
Adam Powell
6d6dc332fb Merge "Spinner now allows disabled adapter items" 2010-02-19 14:15:57 -08:00
Adam Powell
755e7010d3 Merge "Recycle MotionEvents properly in GestureDetector" 2010-02-19 14:15:19 -08:00
Jason Sams
c0bf17a471 Merge "Add test pattern icon to Fountain." 2010-02-19 13:27:24 -08:00
Kenny Root
434ae63806 Merge "Use direct reference to enum in AaptAssets" 2010-02-19 13:12:07 -08:00
Dan Egnor
7081de5973 Merge "Add some useful methods to OperationScheduler to inquire into the history, in case you want to second-guess its scheduling." 2010-02-19 11:14:35 -08:00
Steve Block
fe641b4824 Merge "Ignore TEMPLATE.html in LayoutTest directories" 2010-02-19 11:12:03 -08:00
Martin Hibdon
90f24938a4 Merge "Enable bluetooth voice dialing in BluetoothHeadset.java." 2010-02-19 10:56:47 -08:00
Fred Quintana
4b4f7c4ae1 Merge "- fix the AccountManager documentation. http://b/2401790 - only pass the authtoken through from the authenticator to the client for getAuthToken() and strip it out from the other calls, like addAccount(). http://b/2332762 - beef up the documentation to indicate what calls are allowed to be made from the main thread and which are not allowed. http://b/2384961 - wait a bit before retrying syncs that failed because one was already in progress. http://b/2414235" 2010-02-19 10:46:36 -08:00
Steve Block
d1ae5cce45 Merge "Remove tests that no longer exist from the DumpRenderTree skipped list" 2010-02-19 10:45:28 -08:00
Steve Block
2506d4cd8f Merge "Merges unused bug list with ignored result list in DumpRenderTree" 2010-02-19 10:45:00 -08:00
Andreas Huber
558dd77483 Merge "The MediaScanner is way too obsessed with restricting the files to be scanned." 2010-02-19 10:33:14 -08:00
Brett Chabot
d99dcc0b01 Merge "Move framework test-runner unit tests to be closer to their source. Move the test-runner source into a separate src folder to accommodate the test move." 2010-02-19 10:02:10 -08:00
San Mehat
52c5b35096 Merge "MountService: Move boot-time mount to a thread - avoids ANR at boot" 2010-02-19 09:57:29 -08:00
Steve Block
7d3fe88cd2 Merge "Makes sure GeolocationPermissions is fully robust to calls being made before the message handler is initialized" 2010-02-19 08:38:56 -08:00
Leon Scroggins
4709a7c42a Merge "Change to 5 days ago group to 7 days ago." 2010-02-19 08:26:54 -08:00
Steve Block
dfd3f66537 Merge "Adds synchronization around message handler in GeolocationPermissions and WebStorage" 2010-02-19 08:22:37 -08:00
Andreas Huber
3861bd9319 Merge "Implement legacy behaviour for MediaPlayer's behaviour of starting from the start of the media on a start() call instead of resuming at the current position, if previously reached the end of the stream. Also properly report number of frames played to audio flinger. Finally, delay spawing the queue thread until actually used." 2010-02-19 08:02:57 -08:00
Andreas Huber
5c9137b398 Merge "Fix a race condition in the prefetcher, the source may be shutdown while we're reading data from it." 2010-02-19 08:02:48 -08:00
Mike LeBeau
447ba35442 Merge "Elaborate a little on the documentation for PackageManager's resolveActivity." 2010-02-18 20:11:51 -08:00
Mike LeBeau
ee4dcbc338 Merge "Two big additions to the voice recognition APIs:" 2010-02-18 20:10:23 -08:00
Jim Miller
ba08ff86c6 Merge "Fix 2455162: Fix mdpi password entry keyboard to show 'OK' instead of return icon." 2010-02-18 19:08:21 -08:00
Chih-Chung Chang
ade3c2334e Merge "Do setThreadPriority() later so we can notify the waiting thread and release the lock as soon as possible even if we run the loop in background priority." 2010-02-18 17:36:00 -08:00
Robert Greenwalt
c1bab651b1 Merge "Add USB RNDIS enable/disable control" 2010-02-18 17:34:16 -08:00
San Mehat
8d5f06ea20 Merge "framework: tests: Clean up asec unit tests and add rename tests" 2010-02-18 16:49:18 -08:00