Dianne Hackborn
33c9810e19
Merge "Fix some random bugs."
2010-02-22 20:48:01 -08:00
Mike Lockwood
b6ca55ba68
Merge "Don't start location providers until the system is ready."
2010-02-22 20:39:24 -08:00
Oscar Montemayor
0c757be75c
Merge "Fix bug when adding SET_INSTALL_LOCATION to SettingsProvider database, upgrade path."
2010-02-22 18:16:32 -08:00
Guang Zhu
802b3cf74d
Merge "Quick fix layout test path problems"
2010-02-22 17:50:31 -08:00
Mathias Agopian
eda65400f5
remove a dependency of surfaceflinger on libskia
...
libskia was only used for a small part of SkTransform. We now implement
Transform is surfaceflinger directly.
2010-02-22 17:30:40 -08:00
Jason Sams
c0014f1bab
Merge "beging np2 extension check work."
2010-02-22 17:06:21 -08:00
Romain Guy
cd84b8d285
Merge "Calling super.finalize() in finalize() methods. Also cleanup code, mostly removing unused handlers and casts."
2010-02-22 17:01:41 -08:00
Romain Guy
375ce11803
Merge "Prevent crash in AbsSpinner when the selection is out of sync. Bug #196253 "
2010-02-22 17:01:26 -08:00
Daniel Sandler
04845e4860
Merge "Show the USB mass storage UI as soon as USB is connected."
2010-02-22 16:46:08 -08:00
Adam Powell
a6b6dc021c
Merge "Standard alert dialogs overscroll only when content scrolls"
2010-02-22 16:36:38 -08:00
Andreas Huber
fbbf8ee52e
Merge "Properly unload the renderer shared library after the renderer goes away."
2010-02-22 16:34:32 -08:00
Brad Fitzpatrick
afe19f52cb
Merge "Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds."
2010-02-22 16:32:25 -08:00
Gloria Wang
60de30c22c
Merge "Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE, but when it calls GetByteArrayRegion, it multiplies it by 2 which defeats the "// safety first" check at the beginning."
2010-02-22 16:08:28 -08:00
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