19535 Commits

Author SHA1 Message Date
Joe Onorato
1a31ae34a0 Merge "Fix typo. According to grep, this is the only place in the tree that has it." 2010-03-04 13:13:42 -08:00
Joe Onorato
8a051a4ec3 Fix typo. According to grep, this is the only place in the tree that has it. 2010-03-04 15:54:50 -05:00
Daniel Sandler
175ab23dbf Merge "Remove whitespace around UMS dialog artwork." 2010-03-04 11:58:38 -08:00
Daniel Sandler
88c81c5387 Remove whitespace around UMS dialog artwork.
Bug: 2483276
Change-Id: I3ac5b3e985fa47fb63d251ff0c4a6ed7abccb434
2010-03-04 14:57:31 -05:00
Dianne Hackborn
438865cd8c Merge "Fix some bugs." 2010-03-04 11:56:12 -08:00
Dianne Hackborn
20cb56e26e Fix some bugs.
Bug #2376231: Apps lose window focus (and back key causes ANR) if the
lock screen is dismissed while the phone is in landscape mode

This is another case where we weren't recomputing the focused window
after changing the visibility policy.

bug #2479958: Investigate source of "Resources don't contain package
for resource number 0x7f0a0000"

Um, okay, so it turns out there were bugs all over the place where
we would load an XML resource from a another application, but not
use the Resources for that application to retrieve its resources...!
I think the only reason any of this stuff was working at all was
because it typically only cared about retrieving the resource
identifiers of the items (it would look up the values later).

Bug #2401082: Passion ERE26 monkey crash - InputMethodManagerService

Add some null checks.
2010-03-04 11:52:14 -08:00
Ray Chen
687c133064 Merge "Update current.xml to fix build error." 2010-03-04 11:47:38 -08:00
Vasu Nori
4c4106be3d Merge "a dbobject is closed twice and that causes incorrect warnings" 2010-03-04 11:47:12 -08:00
Ray Chen
8e060c0f67 Update current.xml to fix build error. 2010-03-04 11:46:10 -08:00
Vasu Nori
fb3803a360 a dbobject is closed twice and that causes incorrect warnings 2010-03-04 11:40:49 -08:00
Eric Fischer
89d6d00a8b Merge "Remove test annotations from tests requiring package-private access." 2010-03-04 11:40:34 -08:00
Doug Felt
8cb068a122 Remove test annotations from tests requiring package-private access. 2010-03-04 11:31:53 -08:00
Suchi Amalapurapu
fe73ce15fc Merge "Null check for scheme. If scheme is unspecified let package parse continue. We will return errors if parsing fails anyway. If scheme is not null, restrict it to being a file uri." 2010-03-04 11:23:52 -08:00
Romain Guy
5997c05fe5 Merge "Update indeterminate progress bar assets. Bug #2469246" 2010-03-04 11:17:43 -08:00
Romain Guy
fd6c927a6d Update indeterminate progress bar assets.
Bug #2469246
2010-03-04 11:17:05 -08:00
Kenny Root
16cf922049 Merge "Expand buffer in SynthProxy to hold int" 2010-03-04 11:16:24 -08:00
Ray Chen
ee3d494bce Merge "Remove native options." 2010-03-04 11:14:16 -08:00
Ray Chen
7a67f156fb Remove native options. 2010-03-05 03:10:28 +08:00
John Wang
ef38327f3a Merge "Update Singapore default time zone." 2010-03-04 11:10:21 -08:00
Kenny Root
1ead4f0f70 Expand buffer in SynthProxy to hold int
32-bit signed integers are 11 bytes and a byte at the end for \0

Change-Id: I6a9cf69ecc64614c610cbade1c3398506d6f62f5
2010-03-04 11:06:59 -08:00
Ray Chen
055c986ab8 Add location provider name to gps-processing-method in EXIF header. 2010-03-05 03:03:48 +08:00
Adam Powell
3f5144b8a4 Change overscrollMode for dialogs 2010-03-04 10:49:56 -08:00
Adam Powell
c11f9d339e Merge "Fix epsilon calculation for jumpy touchscreen filtering" 2010-03-04 10:22:44 -08:00
Adam Powell
d2e45244f5 Merge "Awaken ListView scroll bars for overscroll" 2010-03-04 10:21:30 -08:00
Adam Powell
e14dd39b52 Merge "Fix VelocityTracker for CTS tests" 2010-03-04 10:21:02 -08:00
San Mehat
9d05a18490 AsecTests: Add a test to validate container size
Signed-off-by: San Mehat <san@google.com>
2010-03-04 10:08:29 -08:00
Bernd Holzhey
4a3c3b23d0 Fixing automatic switching of night mode if network location is not enabled.
The current implementation does not take care of location changes in the case
the network location is not enabled. The fix will use the passive location provider
to receive any location updates (gps and network) and using the network location
provider to trigger the passive provider.

Change-Id: I851bb1ff90e9103712a0e741528a6dfa5d4353c8
2010-03-04 09:15:37 -08:00
Cary Clark
966641a8da add comment for public function
http://b/242036
2010-03-04 08:58:33 -05:00
Leon Scroggins
75a36c2bc7 Remove an overzealous call to setDefaultSelection.
This was added to try and fix an earlier bug,
http://b/issue?id=2431351  However, it results in all
touches setting to the default selection, which
is incorrect.

Fix for http://b/issue?id=2486721
2010-03-04 08:44:56 -05:00
Mike Lockwood
48b5c5c93b Merge "Delay setting initial screen brightness until after the sensors are initialized." 2010-03-04 05:07:27 -08:00
Mike Lockwood
b42ab0f41c Delay setting initial screen brightness until after the sensors are initialized.
Some devices will not activate the light sensor properly on boot
unless we do this.

Change-Id: Ia27b6fc2d515c31eb8597e1d52127d70e2643bd7
BUG: 2269307

Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-03-04 08:02:44 -05:00
Steve Block
780a1cb7ad Merge "Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided" 2010-03-04 03:06:42 -08:00
Wink Saville
52bc8bef66 Merge "Fix a loss of data." 2010-03-03 21:03:07 -08:00
Adam Powell
ca8faae6b9 Awaken ListView scroll bars for overscroll 2010-03-03 20:55:07 -08:00
Adam Powell
6651a1321c Fix epsilon calculation for jumpy touchscreen filtering 2010-03-03 20:43:16 -08:00
Adam Powell
0bba68ddc7 Fix VelocityTracker for CTS tests 2010-03-03 19:50:49 -08:00
Daisuke Miyakawa
e8b9ce2293 Merge "Use "My Contacts"" 2010-03-03 18:55:41 -08:00
Daisuke Miyakawa
72d3397b50 Use "My Contacts"
Bug: 2487348
2010-03-04 11:54:45 +09:00
Suchi Amalapurapu
3602f76d41 Null check for scheme.
If scheme is unspecified let package parse continue. We will return
errors if parsing fails anyway.
If scheme is not null, restrict it to being a file uri.
2010-03-03 18:21:07 -08:00
Daisuke Miyakawa
01f4385d86 Handle the string "default" and ignore it appropriately. 2010-03-04 11:01:25 +09:00
Wink Saville
16dc6dbf30 Fix a loss of data.
Fix a bug in DataConnection state machine where the notification
of disconnection completion was sent before we actually transitioned
to the in active state. Also, change conn.reset to send a response
so the user can know when the transition to the in active state
completes for that also.

bug: 2471897
Change-Id: I5776324ac89a607925d07f4a600bc5b34c3f3ed6
2010-03-03 17:54:39 -08:00
James Dong
aaf15ecb90 Merge "Clean up MediaRecorder for public Java SDK - update comments and fix a check in setAudioChannels()" 2010-03-03 17:38:05 -08:00
Adam Powell
37f700a83c Merge "InputDevice filtering for jumpy screens. Updated ScaleGestureDetector for framework deprecations." 2010-03-03 17:22:15 -08:00
Adam Powell
f5bcc6addd InputDevice filtering for jumpy screens.
Updated ScaleGestureDetector for framework deprecations.
2010-03-03 17:12:55 -08:00
James Dong
0fc6bc4cac Clean up MediaRecorder for public Java SDK
- update comments and fix a check in setAudioChannels()

bug - 2362412
2010-03-03 17:01:32 -08:00
John Wang
e4b293cd64 Update Singapore default time zone.
In MccTable, Singapore is marked as 'Asia/Singapore' instead of 'Singapore'.
2010-03-03 16:56:01 -08:00
Gilles Debunne
e58aa0d964 Merge "More ExpandableListView fixes to take headers into account." 2010-03-03 16:49:05 -08:00
Robert Greenwalt
351434bd17 Merge "Add error reporting for Tethering." 2010-03-03 16:35:23 -08:00
Dianne Hackborn
c1552397be Allow multiple original-package tags.
Also fix some issues with moving files from update commands.
2010-03-03 16:26:26 -08:00
Eric Laurent
6be0fc100e Merge "Fix issue 2456968: Alarm rings in "silent mode and when Alarm in silent mode is turned off"." 2010-03-03 16:09:55 -08:00