59855 Commits

Author SHA1 Message Date
Justin Ho
0b2cd2fb5c Update stat_sys icons with different resize method
Change-Id: Iabbe9444f693816aecbe2dab2142252a58753ba8
2011-10-17 17:07:16 -07:00
John Reck
23a446cf27 Fix onFirstLayout path for saved pages
Bug: 5464993
 Saved pages are taking the onFirstLayout path in
 onConfigurationChange incorrectly. Fix that by clearing out the
 view state after actual first layout.

Change-Id: I61578f35ee6be349df49a63c464f532e0a87df28
2011-10-17 17:06:09 -07:00
Justin Ho
e9e7f07f0e Update spinner assets
Change-Id: Ib483dc6ba1e0f5cc7464f567900331d23c759fe8
2011-10-17 17:05:36 -07:00
Justin Ho
d18567bd45 Update scrubber assets
Change-Id: I35b1f089d2b5bb68d8118b1aaf995bb32e5bac23
2011-10-17 17:04:53 -07:00
Justin Ho
dcaf9807c8 Update rating stars
Change-Id: Ibfeb98edbb4a9885005c19b0f3f401e80738ee8b
2011-10-17 17:02:09 -07:00
Justin Ho
42a2c4e854 Update lockscreen assets
Change-Id: Iccb1def406a84eda0f9edcce2f81f34b5474473b
2011-10-17 16:59:28 -07:00
Justin Ho
ad7cec9c09 Update lockscreen assets
Change-Id: I91a6c74d42f7d0923789b0bbeaf1a29da18f2a14
2011-10-17 16:57:01 -07:00
Justin Ho
82304b7cea Update fastscroll assets
Change-Id: Iae00692ed73af337a376724f475edcfcb68a674e
2011-10-17 16:53:29 -07:00
Justin Ho
63fb2c3a0e Update stars
Change-Id: I2aa7e5e7b75d48df8b1e1a41d05de5a4c11500bb
2011-10-17 16:48:54 -07:00
Justin Ho
90c7687878 Update checkboxes
Change-Id: I259ea62abfe688d1c6008de94d66fd5244404c92
2011-10-17 16:46:43 -07:00
Peter Ng
730af2e3ec Bullet points updated and permission colors are not orange
Bug: 5361373
Change-Id: If04ddb6b20e98c128772a3c54773e8070f0d1fa6
2011-10-17 16:32:41 -07:00
Justin Ho
3877089c8e Merge "Update Settings Storage app icon" into ics-mr0 2011-10-17 15:57:39 -07:00
Justin Ho
5f94580c93 Merge "Update default app icon" into ics-mr0 2011-10-17 15:53:00 -07:00
Robert Ly
ffaab837e7 Merge "docs: adt and tools filesizes and md5sums" into ics-mr0 2011-10-17 15:52:51 -07:00
Mathias Agopian
9a0732af1b Merge "SensorManager reconnects to sensor service when the later dies" into ics-mr0 2011-10-17 15:50:36 -07:00
Andreas Huber
96e35f2e57 Don't hold onto the lock while reconnecting to the server
to avoid stalling the readers.

Change-Id: I73b646587c8a654a73ff7d800c0f17bd78001855
2011-10-17 15:49:01 -07:00
Robert Ly
7bbbd39478 docs: adt and tools filesizes and md5sums
Change-Id: I809124c0953bed0a654999e34a861703a775c7f1
2011-10-17 15:46:56 -07:00
Justin Ho
b4890c305f Update default app icon
Change-Id: I4b958db049d96c40d64ebed01ffa6c9f3bfd8d98
2011-10-17 15:40:45 -07:00
Jeff Sharkey
31603aacbb Merge "Validate commands and arguments." into ics-mr0 2011-10-17 15:29:25 -07:00
Robert Ly
83a75a5965 cherrypick from master - docs: nfc updates Change-Id: Iaa782911f14b11bc896ac9ef06db2c43104d1dac
Change-Id: Ic4bd26b3d95dbb98929736240a1907fccb937f88
2011-10-17 15:27:55 -07:00
Dianne Hackborn
5d199737cb Merge "Fix stupid bug breaking touch on devices without a nav bar." into ics-mr0 2011-10-17 15:26:18 -07:00
Justin Ho
89038b4df8 Update Settings Storage app icon
Change-Id: Ic4057f61a7e11fcfceb619ded7152621718262c0
2011-10-17 15:18:14 -07:00
Dianne Hackborn
05f1cdc3e9 Fix stupid bug breaking touch on devices without a nav bar.
Change-Id: Id76b7ab5625470fcc72541fb2fe8845cddba523f
2011-10-17 15:02:25 -07:00
Jeff Sharkey
b0aec07f74 Validate commands and arguments.
Bug: 5465176
Change-Id: I9402054c20ea6cae42781c35bfc2ade90aac31ce
2011-10-17 14:51:42 -07:00
Irfan Sheriff
a2a1078576 Disconnect without CTRL-EVENT-DISCONNECTED
Handle a supplicant state change indicating disconnection
even if we have missed the CTRL-EVENT-DISCONNECTED notice

Bug: 5437924
Change-Id: I28e314f47f17359926c091b2015cd1fb7422fb22
2011-10-17 14:16:32 -07:00
Wink Saville
e025391bf4 Add DataConnection#isEmergency and use in trySetupData.
If an emergency is occurring we may not want to allow data calls.

An emergency is defined as in an Emergency call or in the
emergency call back mode. I've added isInEcm and isEmergencyCall
to PhoneBase and CDMAPhone. And in DataConnectionTracker added
isEmergency which is the or of isInEcm, isEmergencyCall.

Also, removed some optimization code in DataConnectionTracker
onSetInternalDataEnabled because mInternalDataEnabled defaults to true
when a DCT is constructed and without this change trySetupData will
not be called leaving ECM if the DCT was just created. Which is what
is currently happening on the ICS lead device.

Also see b/5471660 as there is similar optimizations in
onSetUserDataEnabled and onSetPolicyDataEnabled.


Bug: 5437885
Change-Id: Iba81366300fe46eaa9aa6e457d6659b42d6fe927
2011-10-17 12:50:32 -07:00
Jamie Gennis
c4de6f81d4 Merge "MediaPlayer: properly handle released surfaces" into ics-mr0 2011-10-17 12:38:36 -07:00
Peter Ng
63fae9d562 Merge "Layout changes to recents" into ics-mr0 2011-10-17 11:57:38 -07:00
Jim Miller
305c78cce6 Fix 5466678: use new setSystemUiVisibility() API to enable clock in statusbar
This fixes a bug where the clock wasn't being shown in the statusbar while
the music widget is showing.

Change-Id: Ic1c52c4ab7fa1490fe14ddafaf2c494bcf51866d
2011-10-17 11:41:44 -07:00
Scott Main
ca3c8a9703 Merge "docs: revisions to api overview" into ics-mr0 2011-10-17 11:26:59 -07:00
Jamie Gennis
3a73507801 Merge "SurfaceTexture: report binder transaction failures" into ics-mr0 2011-10-17 11:25:46 -07:00
Scott Main
b57769a738 docs: revisions to api overview
Change-Id: If23f1119290d93494a6bec7021ecdc7e354b0504
2011-10-17 11:24:40 -07:00
Dianne Hackborn
c047f60db2 Merge "Fix issue #5445666: bunch of com.android.server.TextServicesManagerService crashes" into ics-mr0 2011-10-17 11:16:57 -07:00
Daniel Sandler
61e980d618 Merge "Turn off chatty logging." into ics-mr0 2011-10-17 10:50:18 -07:00
Chet Haase
1aad3b5e33 Merge "Issue 5432115: Speed up notification scrolling" into ics-mr0 2011-10-17 10:50:16 -07:00
Justin Ho
7f64527d8d Removing Testudo and adding Themos ringtone
Bug: 5416299

Change-Id: Ic3ab5d6fbfddf82f7a19f1579d96bd59ebf4d8d9
2011-10-17 10:36:33 -07:00
Dianne Hackborn
71e14da93c Fix issue #5445666: bunch of com.android.server.TextServicesManagerService crashes
Only unbind once.

Also protection from removing a SpellCheckerBindGroup from mSpellCheckerBindGroups
if it is no longer the current entry there.

Change-Id: Ic585295dfae77eae101a611afbf116bc681290ad
2011-10-17 10:21:25 -07:00
Winson Chung
49a98c8f64 Merge "Showing notifications after taking a screenshot (Bug: 5333706)" into ics-mr0 2011-10-17 10:20:46 -07:00
Amith Yamasani
541f6cfba8 Merge "Add alarm volume to the list of volumes in the volume overlay." into ics-mr0 2011-10-17 09:42:52 -07:00
Daniel Sandler
7c35174a6f Turn off chatty logging.
Bug: 5120636 // connection state
Bug: 5125930 // status bar
Change-Id: I5713a4d63df7c51f9e2f53ea21aa66973f74d4c6
2011-10-17 11:59:04 -04:00
Chet Haase
ba1fe8e3cf Issue 5432115: Speed up notification scrolling
The NotificationPanel was using views that had non-1 alpha
values set on them (permanently). This is costly in the GL
implementation and caused more rendering overhead, and worse
performance, than simple opaque views would.

The fix is to set the text color and ImageView drawable alpha
directly, without setting the View alpha property.

Change-Id: I381e0bd45bf45784b8e364a27a339e6583189a43
2011-10-17 08:54:53 -07:00
Narayan Kamath
39268ffcb7 Format default locale the same way as those stored in prefs.
Also explicitly disallow locales with empty countries. This
is required to match them against the set of engine supported
locales.

bug:5309930
Change-Id: Ie9714fdc09d3081081a2393d97c31e3a42bca294
2011-10-17 14:37:40 +01:00
Michael Jurka
92c88eb91d Visual changes to recent apps
- changing background to be gradient
- adding shadow to app thumbnails

Change-Id: I0ea7e4900f99adf17c74b885c66a7118bc831595
2011-10-17 06:20:49 -07:00
Chih-Chung Chang
4091f0ba08 Fix 5468644: Use the proper audio stream type to play sound.
Change-Id: I80dd37da277b1810959a2dbdd852078b26f70cf5
2011-10-17 19:04:00 +08:00
Mathias Agopian
840b8a6785 Revert "Add a LayerScreenshot"
This reverts commit d6809f40cf61203573ec5dbc437f695cd132cc18.
2011-10-16 23:54:25 -07:00
Mathias Agopian
de6c44e906 SensorManager reconnects to sensor service when the later dies
if system process ever restarted, processes using a SensorManager
would loose the ability to use it, resulting to a crash.
we now listen for sensor service death and reconnected if necessary.

Bug: 5445240
Change-Id: Ia47f8b26cdcecb729fa22bf11d55e10fcaef8cfc
2011-10-16 22:15:23 -07:00
Mathias Agopian
4fb6416e3a Merge "we need to guarantee that h/w comp set() is called when a buffer has been retired" into ics-mr0 2011-10-16 21:08:00 -07:00
Mathias Agopian
fefffc685a Merge "add logging and defensive code when initializing sensors" into ics-mr0 2011-10-16 21:07:42 -07:00
Mathias Agopian
e757a87ff1 we need to guarantee that h/w comp set() is called when a buffer has been retired
removed a test that could violate this guarantee. note that we
have no proof tha this ever happened, but consequences could be
hard lock-ups.

the code here was intended to track the region to update for displays
that can do partial update. the logic discarded the update entirely
if that region was empty. instead we just redraw the whole thing
(note that we should never be there with an empty region and retired
buffers though).

Bug: 5466259

Change-Id: I91ccab3b1a599e729e438eb833939e2236da6854
2011-10-16 18:59:38 -07:00
Dianne Hackborn
bd9d2bcdeb Whoops, remove left-over debug output.
Change-Id: Ib30571b22a6750629f975319a403d38de5e9462c
2011-10-16 14:17:07 -07:00