56692 Commits

Author SHA1 Message Date
Russell Brenner
868b387ef7 Merge "Add Lohit-Hindi.ttf as a system fallback font" 2011-08-16 15:06:16 -07:00
Adam Powell
3bb421d5b8 Fix bug 5165771 - Gmail: crash on launch from notifier
Change-Id: Iec9c189bd3fa5e62bc8eb520ca2a1dd4db106036
2011-08-16 15:05:09 -07:00
repo sync
4a56c437b6 Merge "P2p enhancements" 2011-08-16 14:50:56 -07:00
Andreas Huber
3b2d54a0e7 Merge "Error handling in ACodec and Nuplayer." 2011-08-16 14:37:51 -07:00
Romain Guy
4f536b3ba8 Merge "Prevent NPE in HardwareRenderer Bug #5169815" 2011-08-16 14:30:50 -07:00
Romain Guy
86e3e22ba8 Prevent NPE in HardwareRenderer
Bug #5169815

Change-Id: I168b61f3a6cea679e455cf28282b69bb7f3072e5
2011-08-16 14:30:08 -07:00
Chia-chi Yeh
1db7f7940e Merge "VPN: reset legacy VPN when resetting IPv4 addresses." 2011-08-16 14:25:30 -07:00
Fred Quintana
f01e16a0ff Merge "add the Identity contacts mimetype Bug: 5061729" 2011-08-16 14:19:59 -07:00
Fred Quintana
4923f1d0d9 add the Identity contacts mimetype
Bug: 5061729

Change-Id: Icdc0dd50666463f73b5b05ae1459ae34150153cc
2011-08-16 14:12:17 -07:00
Mike Lockwood
33ffb3661e Merge "UsbManager: Use resource IDs for notification IDs" 2011-08-16 14:06:59 -07:00
Romain Guy
2ce81fcd7d Merge "Add an API to set the transform on a TextureView's surface texture. Bug #5156689" 2011-08-16 13:56:38 -07:00
Romain Guy
302a9df1d5 Add an API to set the transform on a TextureView's surface texture.
Bug #5156689

Change-Id: I635a625885c9b832a60d44ece0de7613ceb84109
2011-08-16 13:55:02 -07:00
Daniel Sandler
44a4616bf7 Remove longpress support from the software Home key.
(Rendered unnecessary by the recents button.)

Bug: 5131723
Change-Id: I9f8f34ab8b96f750ec4bdf75daeb97c0971b5404
2011-08-16 16:53:29 -04:00
Andreas Huber
d84fd7927e Error handling in ACodec and Nuplayer.
Codec errors (and codec not found errors) now trigger a controlled shutdown
of playback and signal errors to the MediaPlayer client.

Change-Id: I2ee23ff2a1422d05a1a21e50ecb87d7c7ab958cc
2011-08-16 13:48:44 -07:00
Mike Lockwood
fadd2b8e0f UsbManager: Use resource IDs for notification IDs
to avoid ID collisions with other system services.

Bug: 5161005

Change-Id: I069fbc40a8764bc85cceeacd04264abd32b62668
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-08-16 13:45:51 -07:00
Russell Brenner
36de369b19 Add Lohit-Hindi.ttf as a system fallback font
Bug: 5087744
Change-Id: Iccb695d082a3ad06f61384f097db2518bcb18a63
2011-08-16 13:44:45 -07:00
Amith Yamasani
10dc6fb4d0 Merge "Updated audio volume icons." 2011-08-16 13:35:50 -07:00
Amith Yamasani
16d09c20f9 Updated audio volume icons.
Bug: 5117986
Change-Id: I64a8b61d3137730dec4d8f15ae5e8a1e07f9ac63
2011-08-16 13:31:21 -07:00
Dianne Hackborn
47a105a720 Merge "Small improvements to am command." 2011-08-16 13:26:12 -07:00
Dianne Hackborn
0bb1e9139e Small improvements to am command.
The start command can now take a package name or component name
for easier starting.  New -S option allows you to force stop an
app before starting it.

Change-Id: I5c55b34dd794783f0f5f51851dc811b8c1b39b76
2011-08-16 13:24:53 -07:00
Gilles Debunne
4cee03a85f Merge "Change the behavior of SuggestionSpan." 2011-08-16 13:23:25 -07:00
Daniel Sandler
e91e745254 Merge "Make the navigation bar opaque." 2011-08-16 13:11:04 -07:00
Adam Powell
06ad3f19f5 Merge "Offer a masked version of setUiOptions for windows to only modify certain flags." 2011-08-16 13:10:55 -07:00
Alex Sakhartchouk
117abdbc67 Fixing asynchronous performance issues.
Change-Id: I10f02cd37a33a6c655814d24e0a4291dc044fba3
2011-08-16 13:09:46 -07:00
Daniel Sandler
90e496bd3f Breathing room between RSSI and battery on tablets.
Bug: 5161042
Change-Id: Ibad52f40d9ddb7fda6a7867f9242e0d47b036d01
2011-08-16 16:08:03 -04:00
Adam Powell
e43fca9957 Offer a masked version of setUiOptions for windows to only modify certain flags.
Change-Id: I36aaff982767f8984c468e8c13f8d5ec8c3c0040
2011-08-16 13:07:22 -07:00
Mike Lockwood
92bebc3259 Merge "dumpsys: fix problems with -a option in battery and batteryinfo services" 2011-08-16 13:07:17 -07:00
Andreas Huber
f6e364e8c3 Merge "Properly initialize some instance variables." 2011-08-16 13:06:19 -07:00
Daniel Sandler
a388449e63 Make the navigation bar opaque.
The HW composer was getting confused by the transparent
window (which was a holdover from a previous design for
lights-out/fullscreen mode).

Bug: 5155982
Change-Id: I548e1b2b3b012aecba96ccf022730a9bd289e003
2011-08-16 15:55:44 -04:00
Mike Lockwood
e81740442f dumpsys: fix problems with -a option in battery and batteryinfo services
Now the dumpsys battery output will show up in bugreports again.

Change-Id: Id36e87d27e9d3c06dcc17671c81aa1d3fe260d1e
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-08-16 12:53:43 -07:00
Amith Yamasani
846b762474 Merge "Voice search icon replaced by X on typing." 2011-08-16 12:45:08 -07:00
Andreas Huber
bf0a0644fd Properly initialize some instance variables.
Change-Id: I190b889be343dca14fe8109528be14cc3cdd4c34
2011-08-16 12:41:41 -07:00
Eric Laurent
c11c3ae4dd Change condition to enter silent mode.
Previously, silent mode was entered if volume was already at 0 and
volume down key was pressed once.

The new volume management policy specifies that silent mode is entered when
volume is at last audible step and volume down key is pressed once.

Pressing volume down key continuously will decrease volume until
last audible step is reached, not 0.

Change-Id: Ib7b530668473d6a5af1e748f445d6185afed2158
2011-08-16 12:31:00 -07:00
Luca Zanolin
7d1c55fad8 Change the behavior of SuggestionSpan.
SuggestionSpan can be accessed in two different ways:

- by tapping on the text (easy access)
- by tapping on "replace" pop-up (not easy and difficult to discover)

The "easy access" will be used for dictionary suggestions and voice recognition suggestions.

The suggestion span can be rendered into two different way:

- default, text is underlined in blue
- spelling error, text is underlined in red

Change-Id: I0af0fe6700d0ad588facb21c021dc6f59ef172f1
2011-08-16 10:42:45 -07:00
Amith Yamasani
055cf36319 Merge "Accessibility strings for search view components." 2011-08-16 10:40:02 -07:00
Chia-chi Yeh
0c074e6843 VPN: reset legacy VPN when resetting IPv4 addresses.
Currently legacy VPN only works on IPv4, and it should always
turn down when the addresses are changed. It assumed that the
interface will be brought down and up, so the event can be
detected via interfaceStatusChanged(). However, the assumption
was incorrect and the event is actually driver-dependent. To
fix this issue, ConnectivityService now tells VPN that the
interface is down when resetting IPv4 addresses.

Change-Id: I76d15e56552d86635c5b274ca980be5da905a6fb
2011-08-16 10:08:33 -07:00
James Dong
92d6ea3e83 Don't time out prematurely for video encoding waiting for output buffers
o For timelapse video encoding, the timelapse between two neighoring
  input frames could be very long

Change-Id: I2b6f9c392f2237deae71c894efc7fc3692431796
related-to-bug: 5160548
2011-08-16 10:02:17 -07:00
Robert Greenwalt
8e99d18334 Merge "Flush central DNS cache when things change." 2011-08-16 09:41:54 -07:00
Robert Ly
7a9effebcf Merge "docs: cherrypick from hc-mr2 Change-Id: I42d2befab1c848dc0b9aa5b4c5ac25ee50bd9a7b" 2011-08-16 09:17:35 -07:00
Kristian Monsen
9a1b3c9c99 Fix for bug 3429537 Google voice (web version) does not play messages on HC
Sending cookies to the MediaPlayer

Depends on external/webkit CL: https://android-git.corp.google.com/g/#/c/128457/

Change-Id: Ic4929a73eb6eb857a21fe7e745ae15e92420d3d8
2011-08-16 16:53:16 +01:00
Kenny Root
46d2545db4 Merge "Infrastructure to support package verifier" 2011-08-16 08:35:53 -07:00
Kenny Root
bcc2d40a11 Merge "Throw exception on odd length Signatures" 2011-08-16 08:34:22 -07:00
Kristian Monsen
b921608325 Testing for bug 5122864 libwebcore related libraries increased by 3MB in ICS vs HCMR2
Reenabling chromium as a shread lib

Change-Id: I5f7abe61624d812c5781c4a453f587e744bc082d
2011-08-16 16:31:05 +01:00
Justin Ho
d15ab6dce8 Merge "Updated frameworks/base/core assets Bug: 5076695" 2011-08-16 07:33:43 -07:00
Ben Murdoch
4d830071fa No need to pass an AssetManager to native when creating a WebView
See external/webkit change:
Ia6c17634f535ed75b2a0757ac4d53f1a0befb78a

Bug: 5084146
Change-Id: I5a2e87d03d73fa74ebb00c33567783225ed97d3a
2011-08-16 11:10:00 +01:00
Ben Murdoch
2fd1f816cd Merge "Add a function to query the available memory on the device." 2011-08-16 02:11:45 -07:00
Chih-Chung Chang
1f5de3833d Display thumbnails one by one and cache them.
Change-Id: I10808f5bca475aea924817bf532dc5916438563a
2011-08-16 16:48:43 +08:00
Mathias Agopian
93d75ec371 as a debug option SrufaceFlinger can now connect to DDMS
this is disabled by default. To enable:
  setprop debug.sf.ddms 1

this debug option requires to restart SurfaceFlinger

Change-Id: Ic2f8050b29911b55bcd21721648b6978700c277d
2011-08-15 20:44:40 -07:00
Dianne Hackborn
0a2f966473 Merge "Fix build." 2011-08-15 19:22:25 -07:00
Dianne Hackborn
02e935a79b Fix build.
Change-Id: I266ad683d12c6effc70351c6151482a7e886d94d
2011-08-15 19:21:24 -07:00