Grace Kloba
9963294534
Merge "Temp disable plugin's signature checking."
2010-02-24 09:09:19 -08:00
Kenny Root
f70c4cebcc
Merge "Use UTF-8 strings to avoid duplicate caching, part 1"
2010-02-24 07:52:27 -08:00
Daisuke Miyakawa
30c205b6ea
Merge "Purge CallLog."
2010-02-24 03:00:51 -08:00
Bjorn Bringert
11213f6ff0
Merge "Use PackageMonitor in SearchManagerService"
2010-02-24 00:22:56 -08:00
Eric Laurent
057aa729dd
Merge "Fix issue 2305382: Pick up original call makes a noisy beep when wired headset connected."
2010-02-23 23:36:37 -08:00
Romain Guy
53342df095
Merge "These changes add access to some status values in widgets listed below:"
2010-02-23 22:23:21 -08:00
Daniel Sandler
4dffa10031
Merge "Turn off lock screen sounds by default."
2010-02-23 19:34:08 -08:00
Joe Onorato
005fa7ff67
Merge "Make the notification windowshade work properly with overscroll."
2010-02-23 19:20:22 -08:00
Brian Carlstrom
8f7db41cdb
Merge "javadoc spelling fix"
2010-02-23 18:48:06 -08:00
Roy West
42a0107a26
Merge "Edit strings related to calendar permissions, bug 2463956."
2010-02-23 18:09:19 -08:00
Robert Greenwalt
fbfe154958
Merge "Add USB RNDIS enable/disable control"
2010-02-23 18:08:04 -08:00
Fabrice Di Meglio
92eaa745af
Merge "Fix bug #2449594 (device should fold RRULEs, etc., that are longer than 75 chars)"
2010-02-23 17:02:36 -08:00
Eric Fischer
80f5b88171
Merge "Fix rounding of extra spacing when it is negative."
2010-02-23 16:45:41 -08:00
Romain Guy
5a407dc622
Merge "Remove unused private assets from Android 1.0."
2010-02-23 16:01:37 -08:00
James Dong
dabd65134c
Merge "Use Java API from xml configuration in the test application"
2010-02-23 15:42:28 -08:00
Dmitry Shmidt
7b7a0e5454
Merge "Add Arp Cache dump"
2010-02-23 15:25:46 -08:00
Joe Onorato
8d5fea429e
Merge "Remove never-used dead code from BackupManager"
2010-02-23 15:09:49 -08:00
Jim Miller
18de5df691
Merge "Fix 2463886: Allow delayed fetching of DevicePolicyManager in LockPatternUtils."
2010-02-23 14:16:46 -08:00
Mathias Agopian
0d3cdb6615
Merge "remove a dependency of surfaceflinger on libskia"
2010-02-23 12:52:28 -08:00
Doug Zongker
d5bf026829
Merge "fix error in javadoc"
2010-02-23 12:37:53 -08:00
Adam Powell
4576f92774
Merge "Fixing pressed state in preferences, addresses bug 2310741"
2010-02-23 12:09:07 -08:00
Dan Egnor
153bd22a57
Merge "Update AccountManager's javadoc."
2010-02-23 11:57:13 -08:00
Eric Laurent
34248170a7
Fix issue 2305382: Pick up original call makes a noisy beep when wired headset connected.
...
The noise is the residual ring tone that is still playing while the call is answered and the
audio route changed to headset or earpiece.
The fix consists in muting the ringing tone when changing mode from ringtone to in call
and delaying the route change until the audio buffers are emptied.
2010-02-23 11:00:56 -08:00
Brett Chabot
d2c1705ddf
Merge "Add ability to run tests restricted to given annotation."
2010-02-23 10:46:42 -08:00
Mike Lockwood
01cfb8060f
Merge "Move LocationTracker from com.google.android to com.android package."
2010-02-23 10:34:52 -08:00
Andreas Huber
f4610d99bf
Merge "Return runtime errors instead of asserting in MPEG4 file format validation, also add more validation to ensure presence of codec specific data for avc, aac and mpeg4."
2010-02-23 10:30:48 -08:00
James Dong
000073b315
Merge "Replace system property retrieval calls with DecoderCapabilities Java API calls."
2010-02-23 10:16:57 -08:00
Kenny Root
9e333ab42c
Use UTF-8 strings to avoid duplicate caching, part 1
...
StringBlock instances containing UTF-8 strings use a cache to convert
into UTF-16, but using that cache and then using a JNI call to NewString
causes the UTF-8 string as well as two copies of the UTF-16 string to
be held in memory. Getting the UTF-8 string directly from the StringPool
eliminates one copy of the UTF-16 string being held in memory.
This is part 1. Part 2 will include ResXMLParser optimizations.
Change-Id: Ibd4509a485db746d59cd4b9501f544877139276c
2010-02-23 10:02:20 -08:00
Bjorn Bringert
fc10cf951a
Merge "Clean up global search and web search activity finding"
2010-02-23 06:28:31 -08:00
Mike Lockwood
7fcf1808cc
Merge "Move LocationTracker test app from vendor/google to frameworks/base/tests"
2010-02-22 20:58:43 -08:00
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