Eric Laurent
4889fb75d4
Merge "Fix issue 2416481: Support Voice Dialer over BT SCO."
2010-03-17 09:16:27 -07:00
Leon Scroggins
d246ca8115
Merge "Allow the shift key to be passed to plugin."
2010-03-17 07:20:37 -07:00
Leon Scroggins
d426c58d94
Remove assets which are no longer used.
...
Change-Id: I3d09d8a096603438b32bd927b33e738a0fd2068b
2010-03-17 10:01:01 -04:00
Leon Scroggins
69a63b0c52
Allow the shift key to be passed to plugin.
...
Fix for http://b/issue?id=2519667
Do not return so that we can fall through and pass the shift up
to the page.
Change-Id: Ib3c07f2d39e772f88dd6eee6390034e5a3e3e026
2010-03-17 09:57:19 -04:00
Leon Scroggins
a03d4ce5b4
Make browser search consistent with QSB.
...
Use the arrow icon for the browser search.
Fixes http://b/issue?id=2520802
Change-Id: I5ebc7de2b5df5fe80be730a46da32fee35d5deff
2010-03-17 09:36:09 -04:00
Chia-chi Yeh
071862f0cb
Merge "keystore: rephrase the comment to make the usage more clear."
2010-03-17 01:48:30 -07:00
Chia-chi Yeh
0df3c165b5
keystore: rephrase the comment to make the usage more clear.
...
Change-Id: I529ca7ed443060089c95fe96dd230288be4b6c96
2010-03-17 16:31:20 +08:00
Tobias Haamel
c008e0a5b7
Fix 2514479: Putting phone in car dock ignores security pattern
...
Don't disable the keylock pattern when the device is in car mode.
Instead it should be possible to show the lock pattern at least once
and after valid authentication it should be disabled in the system.
Since this requires additional discussion it will be moved to the
next Android release.
Change-Id: I28cddcfb6640e44a29c716b59a3d6e37e8003dca
2010-03-17 09:16:41 +01:00
Irfan Sheriff
9ab518ad79
softAp framework changes
...
Remove AP persist settings
Add new netd interface
Handle errors
Handle AP config change
Bug: 2413908
Change-Id: I31a1221ef5479da8d4a2620f0f0ee0b62539bc69
2010-03-16 19:54:17 -07:00
Mathias Agopian
9c041bbd81
fix [2511580] Window poop on screen - drop down list left some residual when it resized
...
Change-Id: Ib9a3622e7a568ba26717a93b5bfa4a191651f4d0
2010-03-16 17:54:27 -07:00
Eric Laurent
ef9500fe53
Fix issue 2416481: Support Voice Dialer over BT SCO.
...
- AudioPolicyManager: allow platform specific choice for opening a direct output.
Also fixed problems in direct output management.
- AudioFliinger: use shorter standby delay and track inactivity grace period for direct output
thread to free hardware resources as soon as possible.
- AudioSystem: do not use cached output selection in getOutput() when a direct output
can be selected.
Change-Id: If44b50d29237b8402ffd7a5ba1dc43c56f903e9b
2010-03-16 17:32:18 -07:00
Mathias Agopian
057f5c3127
make the statusbar viewtracker opaque
...
Change-Id: I3fc69b5a8b600e23fccc88e9d80eb3495fad16d4
2010-03-16 16:42:53 -07:00
Suchi Amalapurapu
8a9ab24a5c
Do storage checks before initiating a move.
...
Add new remote method to check for insufficient error conditions.
Some fixes in MountService when updating media status on PackageManagerService
Fix size calculation condition in installd.
Add new error code if media is unavailable.
New tests for testing error codes.
Some additional debugging statements in MountService.
Change-Id: Ibfe90d5ed6c71d57f9c1c67806f38b5ae9ecdfbf
2010-03-16 16:36:26 -07:00
Fred Quintana
50fdbef2fb
Merge "Clean the settings for the account/authority when trying to sync an adapter that is not installed."
2010-03-16 16:13:13 -07:00
Fred Quintana
7620f1ae49
Clean the settings for the account/authority when trying to sync an
...
adapter that is not installed.
Change-Id: Id4a804615b9546155948797f9dd9a0f03fbe4b2f
http://b/issue?id=2520175
2010-03-16 15:58:44 -07:00
Irfan Sheriff
44113ba31a
Remove reload config for priority change
...
Bug: 2467689
Change-Id: Icd3bb17f5b794282219dd410cb56888d10130281
2010-03-16 15:57:09 -07:00
Steve Block
247c065aec
Merge "Fix loading from the cache for synchronous requests"
2010-03-16 15:42:14 -07:00
Jason Sams
41e6ce1e41
Merge "First cut of basic RS headers for ScriptC. Not nearly complete."
2010-03-16 15:41:08 -07:00
Jason Sams
33bcfa210a
First cut of basic RS headers for ScriptC. Not nearly complete.
...
Change-Id: I15df067936d3c0ff0e0917fd5ca44dc8e1352154
2010-03-16 15:40:18 -07:00
Steve Block
0b43747206
Fix loading from the cache for synchronous requests
...
This fixes crashes in several XHR layout tests.
Bug: 2218794
Change-Id: Iebe3a2d19f1fa43b8d9c9d7763e818f7195b8ceb
2010-03-16 22:31:52 +00:00
Brian Carlstrom
4ab72cb7e7
b/2511635 Browser displays incorrect SSL cert information
...
WebView's mCertificate member was not cleared when going to new
pages. Rather than clearing mCertificate as was done in previously in
WebView.goBackOrForward, we now clear when CallbackProxy receives a
PAGE_STARTED message.
This problem was highlighted whenever we went to a https page that was
in the cache, since the cache does not store certificate information,
so "More > Page Info > View Certifcate" was showing the certificate of
the last non-cached page because it had not been cleared. See also
b/2516638 "SslCertificate information not cached by CacheManager"
Change-Id: I40284f22ceb7150a6b20ecc2741f6153ed9a3276
2010-03-16 15:14:22 -07:00
Daisuke Miyakawa
beb0c1b3ec
Merge "Make JNI function for setLocale() call register_localized_collators() with the current locale, not previous one, every time it is possible."
2010-03-16 15:04:13 -07:00
Marco Nelissen
ea579c7d73
Merge ""isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times."
2010-03-16 14:46:22 -07:00
Joe Onorato
4040d44dc4
Merge "fix typos in docs"
2010-03-16 14:45:36 -07:00
Joe Onorato
e0d3507764
fix typos in docs
...
Change-Id: I201ac8d310aab4b3cbd8e0eb2af805f1e6d929ea
http://code.google.com/p/android/issues/detail?id=7086
2010-03-16 14:44:09 -07:00
Andreas Huber
10ce6c5bbd
Merge "Properly use a long long literal to avoid under/overflow during fps computation."
2010-03-16 14:43:57 -07:00
Andreas Huber
d73a81c28b
Properly use a long long literal to avoid under/overflow during fps computation.
...
Change-Id: I04730c86d43d6192ded3e779631effda9dd06e63
2010-03-16 14:34:17 -07:00
Andreas Huber
1fbf63abf4
"isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times.
...
Change-Id: I597577cbb3ad1afd3cb3ca91979ef24cc1a44658
related-to-bug: 2518319
2010-03-16 14:31:52 -07:00
Grace Kloba
1e65d9e561
Use float instead of cast to int when calculating
...
the new zoom center. This should avoid the rounding
difference which caused the video in nytimes.com
not fully fit in the current view.
Fix http://b/issue?id=2512510
2010-03-16 14:21:21 -07:00
Derek Sollenberger
43bde92913
Merge "Plugin surfaces will be limited to 270% of the devices screen size."
2010-03-16 13:53:34 -07:00
Derek Sollenberger
d222a16286
Plugin surfaces will be limited to 270% of the devices screen size.
...
Change-Id: I7e5ff1f5b8919b9e2e70a703009f9544f457a0e1
2010-03-16 16:52:20 -04:00
Romain Guy
9f4c8e9a3a
Merge "Resize AutoCompleteTextView's dropdown when the list content changes. Bug #2517711 "
2010-03-16 13:50:32 -07:00
Romain Guy
6a67810228
Resize AutoCompleteTextView's dropdown when the list content changes.
...
Bug #2517711
Change-Id: Ibd4a9458d517063483712a60fb6d6b63311bbd0c
2010-03-16 13:49:31 -07:00
Vasu Nori
a5bd122122
Merge "close() database should close the db no matter what the ref count says"
2010-03-16 13:33:29 -07:00
Daniel Sandler
0794cd33dd
Merge "Move MountService's Handler to a different thread."
2010-03-16 13:16:15 -07:00
Jack Palevich
4f33d80056
Merge "Implement eglInitialize / eglTerminate reference counting"
2010-03-16 13:00:30 -07:00
Andreas Huber
7f83e10c23
Merge "Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails."
2010-03-16 12:59:42 -07:00
Daniel Sandler
5f27ef4968
Move MountService's Handler to a different thread.
...
This should help avoid blocking the system UI during storage
operations.
Change-Id: Ic53cb370baf47e8b00476706ac8df45645a2d814
2010-03-16 15:44:38 -04:00
Brett Chabot
52c6c108d3
Merge "Remove flaky test MemoryFileTest:testPurge from large suite."
2010-03-16 12:44:03 -07:00
Vasu Nori
04708b57da
Merge "fix the way last insert rowid is returned"
2010-03-16 12:29:19 -07:00
Derek Sollenberger
7148b15fef
Merge "Restrict plugins to a fixed size surface after exceeding a pixel threshold."
2010-03-16 12:01:08 -07:00
Bjorn Bringert
46704571c6
Merge "Set SOURCE to app package name when starting QSB (if not set)"
2010-03-16 12:00:25 -07:00
Brett Chabot
e1e37c632c
Remove flaky test MemoryFileTest:testPurge from large suite.
...
Bug 2203775
Change-Id: I4709c0910384f1f2313dc67bfe6e163beaa990e6
2010-03-16 11:50:20 -07:00
Andreas Huber
2a09c7e042
Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails.
...
Change-Id: Id1c699711e30139c9cc29df972254b5ba026e6fb
related-to-bug: 2517098
2010-03-16 11:44:07 -07:00
Romain Guy
8ae4c67a8b
Merge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607 "
2010-03-16 11:41:34 -07:00
Romain Guy
08a4ac3999
Dismiss a dialog if dimissed right after calling show().
...
Bug #2508607
Change-Id: Id1b3afcaabf700386f70a46bc2401154575149aa
2010-03-16 11:40:40 -07:00
Vasu Nori
f6373e9513
close() database should close the db no matter what the ref count says
...
bug:2455416
Change-Id: Ia995c952c6941fbaa016c5b251e4980fa5328fbb
2010-03-16 10:53:40 -07:00
Derek Sollenberger
41df3f7e15
Restrict plugins to a fixed size surface after exceeding a pixel threshold.
...
fixes bug: http://b/issue?id=2428737
Change-Id: I8d8f2c591ac8539a345e0167b05bec8539f34535
2010-03-16 13:47:04 -04:00
Jaikumar Ganesh
e118d6fbde
Merge "Add ABORT support to Obex lib"
2010-03-16 10:05:32 -07:00
Fred Quintana
202755c5e4
Merge "- make the SyncManager add periodic syncs when it upgrades from a version of the accounts.xml file that pre-dated periodic syncs, e.g. eclair or early froyo. http://b/2515823 - make the AccountManagerService dump() use a getAccounts call that doesn't check the GET_ACCOUNTS permission to make it useful in "adb bugreport" - add some logging to SyncManager to help track down a problem"
2010-03-16 10:02:51 -07:00