36478 Commits

Author SHA1 Message Date
Adam Powell
bf85f43e48 Add protection for ActionMode-related window callbacks that may not
implement new methods.

Change-Id: Id4463ee97366187ba43b0966f79aa8bd34f7fa1d
2010-11-15 22:16:50 -08:00
Adam Powell
debf3bed9e Fix bug 2948913 - provide lifecycle notifications for action modes
Change-Id: I432e29a7bddb18bc32dfbe21a8ecd7d83158e3a0
2010-11-15 20:59:29 -08:00
James Dong
9d305170dc Merge "Add initial stereo capture support for AAC encoder" 2010-11-15 17:59:42 -08:00
Joe Onorato
8a6b2e52af Merge "Add the quick settings panel. There's currently nothing in it." 2010-11-15 17:48:33 -08:00
Joe Onorato
8a576713e2 Add the quick settings panel. There's currently nothing in it.
Change-Id: I71195c7b0bd2b902da1c60527b6e23964b1ea4fc
2010-11-15 17:45:03 -08:00
Vasu Nori
f598b242f1 Merge "another bug introduced by some previous refactoring CL" 2010-11-15 17:30:00 -08:00
Vasu Nori
98f030742c another bug introduced by some previous refactoring CL
bug:3197501
Change-Id: I29342b111ef25c75129b095acee307c5d79f1692
2010-11-15 17:22:20 -08:00
Stephen Hines
3414bae7b2 Merge "Remove WARs for zero-init + destructors." 2010-11-15 17:19:26 -08:00
James Dong
36663b2f6c Add initial stereo capture support for AAC encoder
Change-Id: I1b9335f036ff42d958d0b32f25359b21733f96d4
2010-11-15 17:17:29 -08:00
Eric Rowe
b49aa60829 Remove asserts in bluetooth test utils
Certain checks were causing the test to fail due to a race condition.

Bug: b/3198566
Change-Id: I9389a1936f6032939851922c052ef8ed32e5283b
2010-11-15 17:09:46 -08:00
Stephen Hines
baa19bc59c Remove WARs for zero-init + destructors.
Change-Id: I919db554f3f6fa1fb027402298602a16fba4a235
2010-11-15 17:09:02 -08:00
Michael Jurka
f942b7cbca Merge "Fix issue where Launcher was not getting redrawn" 2010-11-15 17:01:54 -08:00
Adam Powell
c028a5ee7e Merge "Fix a couple interactions between action bar and options menus" 2010-11-15 16:49:35 -08:00
Adam Powell
8d12e20162 Fix a couple interactions between action bar and options menus
Fix bug 3129937 - Activity.openOptionsMenu not calling onPrepareOptionsMenu

Fix bug 3070720 - actionbar android.R.id.home isn't dispatched to fragments

Change-Id: I4a154941595583cdec7d1dffbeac9c8340781fa0
2010-11-15 16:44:17 -08:00
Joe Onorato
b86c89c1a1 Merge "use the proper number of wifi icon levels." 2010-11-15 16:39:24 -08:00
Joe Onorato
09f686ec7e use the proper number of wifi icon levels.
Change-Id: Ib8d4bccff7240d0086729093d79f564aa97001ff
2010-11-15 16:34:41 -08:00
Brad Fitzpatrick
6689ac8a56 Fix more things that CloseGuard found.
Not terribly happy with how the code looks after, though.

Change-Id: I7bf5f78ef6c0ac82339a2e49488ca6e64d13c05e
2010-11-15 16:26:04 -08:00
Michael Jurka
ebefea4658 Fix issue where Launcher was not getting redrawn
This is a temporary fix; will submit a change later that restores the performance improvement but fixes the drawing issue
2010-11-15 16:04:01 -08:00
Shimeng (Simon) Wang
20c14fd7b3 Ignore zoom overwidth updating when contentsize is not set.
This happens in case of layer's webkit draw time.

issue:3194817
Change-Id: I58c393d7553e279ccd4b4ee755e2da205faa069b
2010-11-15 15:54:53 -08:00
Joe Onorato
45c7af9725 Merge "Don't crash if we haven't gotten a signal strength yet." 2010-11-15 15:35:58 -08:00
Joe Onorato
801ade0f08 Don't crash if we haven't gotten a signal strength yet.
Bug: 3198447
Change-Id: I645b484eadfff6ed34517571b0c6fea3057ec563
2010-11-15 15:33:39 -08:00
Andreas Huber
7dcf95af05 Merge "Proper support for variable NALsize lengths of AVC content in .mkv files." 2010-11-15 15:31:17 -08:00
Adam Powell
a752468e26 Merge "Fix bug 3176330 - Improve documentation around MenuItem.setShowAsAction" 2010-11-15 15:26:31 -08:00
Gilles Debunne
9947b32185 Merge "Cherry-pick Ib76a95d9e7669016cf11b8b0add8843b438068ea from gingerbread" 2010-11-15 15:23:01 -08:00
Adam Powell
965b9699f1 Cherry-pick Ib76a95d9e7669016cf11b8b0add8843b438068ea from gingerbread
DO NOT MERGE Fix bug 3121030 - Text handles erroneously appear over
extract mode IME window

Make the SelectionModifierCursorController track its show/hide state
more accurately in the presence of an extract mode IME.

Lazily initialize CursorControllers so that we don't end up creating
them for various TextViews where they are not needed.

Change-Id: I3dce7535db3a1bd25ed9899406de47b00058e665
2010-11-15 15:21:15 -08:00
Adam Powell
759dc706ba Fix bug 3176330 - Improve documentation around MenuItem.setShowAsAction
Change-Id: Ibc8babd3668d0d8e1ed50ac330aac06a4f57dc1e
2010-11-15 15:12:20 -08:00
Xia Wang
ca1f2b1a1e Add Wi-Fi connection functional tests.
- Add a XML parser to parse Wi-Fi configurations
- Add Wifi connection tests
- Fix issue: failure in setup will block the next tests.
             call tearDown() if the test fails at setUp().

Change-Id: I1a380fa02ebc96b69165d1514da12df985224e8d
2010-11-15 15:10:44 -08:00
Andreas Huber
0f62458434 Proper support for variable NALsize lengths of AVC content in .mkv files.
Change-Id: If60cc80998b3231b6aaedc39fc3f5a94f84a5929
related-to-bug: 3197442
2010-11-15 15:10:34 -08:00
Joe Onorato
c7bc3d09bd Merge "Don't cancel the key buttons when you drag outside their bounds." 2010-11-15 13:32:43 -08:00
James Dong
835ea2f2c9 Merge "Fixed a race condition where some recording frames may not be released." 2010-11-15 13:31:54 -08:00
Joe Onorato
abb27777f4 Don't cancel the key buttons when you drag outside their bounds.
Bug: 3183205
Change-Id: I9e0f2e4e550b3e5b1b46099145b4c703b77aca77
2010-11-15 13:30:49 -08:00
Wink Saville
47ea7c43da Merge "Move AsyncChannelTest and HierarchicalStateMachineTest to proper directory." 2010-11-15 13:24:37 -08:00
Vasu Nori
7f7b9fd000 Merge "map _data column to local_filename column. bug:3197501" 2010-11-15 13:24:23 -08:00
Mathias Agopian
69e2d97ab1 am f11bf284: am 305bc0fe: Merge "Fix a race condition in sensormanager" into gingerbread
* commit 'f11bf284d355e2a8378c6a37a7ed702705ec6144':
  Fix a race condition in sensormanager
2010-11-15 13:22:16 -08:00
Mathias Agopian
dab0014acc am 99866c11: am 9e291a4b: Merge "Revert "allow all 4 orientations"" into gingerbread
* commit '99866c111bd72a6cc9be17b127cd40ec9396ca7d':
  Revert "allow all 4 orientations"
2010-11-15 13:22:13 -08:00
Mathias Agopian
f11bf284d3 am 305bc0fe: Merge "Fix a race condition in sensormanager" into gingerbread
* commit '305bc0fe977f6197bfae847dbaf58916cf8980ba':
  Fix a race condition in sensormanager
2010-11-15 13:19:46 -08:00
Mathias Agopian
99866c111b am 9e291a4b: Merge "Revert "allow all 4 orientations"" into gingerbread
* commit '9e291a4b9922719165145434217e100e2118860d':
  Revert "allow all 4 orientations"
2010-11-15 13:19:43 -08:00
Derek Sollenberger
dd97f0cb41 Merge "Only show double-tap tip if the feature is enabled." 2010-11-15 13:19:37 -08:00
Mathias Agopian
305bc0fe97 Merge "Fix a race condition in sensormanager" into gingerbread 2010-11-15 13:14:59 -08:00
James Dong
df7a856d3d Fixed a race condition where some recording frames may not be released.
When startRecording() is called before setListener(), recording frames
are sent right after startRecording(), but there is no listener to
release the recording frames. This causes the hang in media server.

bug - 3166356

Change-Id: I19366ca682ef9f6b847590c190c30a15ed32b8e4
2010-11-15 13:14:59 -08:00
Mathias Agopian
9e291a4b99 Merge "Revert "allow all 4 orientations"" into gingerbread 2010-11-15 13:14:50 -08:00
Vasu Nori
e69924f0d0 map _data column to local_filename column. bug:3197501
this bug is caused by Change-Id: Ief1693785f0484c1b434fb41a68693f9aff96492

Change-Id: Id654322d587968f50aecc7d965b8d7a8d78ce50d
2010-11-15 13:10:11 -08:00
Joe Onorato
64f1163084 Merge "The beginnings of the new status bar." 2010-11-15 12:23:51 -08:00
Eric Rowe
23c067692b Add acceptPair method to BT stress.
Add a method to the test utils which waits to accept a bonding request from
another device.  This is identical to the pairing method except that it
waits for a remote pair request instead of initiating the pairing
request itself.  Also, add a test method to the test utils.

Change-Id: I97e215d3412d4b61757d6dc011b90cc5f2c8f084
2010-11-15 12:18:23 -08:00
Wink Saville
6b888d98f7 Move AsyncChannelTest and HierarchicalStateMachineTest to proper directory.
Change-Id: Ifa0f14aad3fee7cad47cdf762c6cff457b56a473
2010-11-15 12:16:52 -08:00
James Dong
df3191cb88 Merge "Switch to use kKeyFrameRate for recordvideo utility" 2010-11-15 12:13:08 -08:00
Joe Onorato
fd52b18d9b The beginnings of the new status bar.
There is a lot of rough stuff still, but most of the functionality is here again.

Change-Id: I4b1241e61270f1434e798481afa83634233ee670
2010-11-15 11:52:33 -08:00
Brad Fitzpatrick
5548758d33 Merge "Close some things in system_server that CloseGuard found." 2010-11-15 11:31:05 -08:00
Mike Lockwood
160b977c81 Merge "MTP: Fix time values returned via GetObjectPropValue and GetObjectPropList" 2010-11-15 11:27:47 -08:00
Brad Fitzpatrick
725d8f06ec Close some things in system_server that CloseGuard found.
Change-Id: I788c022235caddcb1972a34131442a683cd51eb5
2010-11-15 11:12:42 -08:00