58430 Commits

Author SHA1 Message Date
Justin Ho
6665333d65 Thinner clock font
Change-Id: I37fd911ea9ae90dba34c1ec285cb4c804678b5ac
2011-09-21 15:37:42 -07:00
John Wang
6588bba33f Merge "Notify the sim state after callback registration." into ics-factoryrom 2011-09-21 15:34:28 -07:00
John Wang
27b402abe5 Merge "Set enable_puk_unlock_screen true by default." into ics-factoryrom 2011-09-21 15:32:39 -07:00
John Wang
5209864a2b Set enable_puk_unlock_screen true by default.
Make pukUnlockScreen the default way to enter PUK ocde.
There are two ways to enter PUK code, pukUnlockScreen UI
and MMI Code for Emergency Dialer. As far as we know most
of carriers are fine with either one though they may prefer
pukUnlockScreen UI. It can be overwrite if specific device or
carrier don't want to show pukUnlockSreen UI.

Note the Emergency Dialer will not show up
if the device is not voice capable. Another reason to make
pukUnlockSreen UI enable as default.

bug:5243771
Change-Id: I141324bef6ab812243a6cbb89870f71c60e838ec
2011-09-21 15:23:34 -07:00
John Wang
61e159504a Notify the sim state after callback registration.
Notify the register the current sim state right away in
registerSimStateCallback.Otherwise the register won't
receive any state until sim state gets changed again.
That will introduce a racing condition. If the sim state
changes to PUK_LOCKED after registering the callback, the
PUK unlock screen shows up. If the sim state changes to
PUK_LOCKED before registering, the PUK unlock screen won't
show.

bug:5243771
Change-Id: I27de1329a30adba68952cf086d2130c4cef54270
2011-09-21 14:35:34 -07:00
Wink Saville
4aa8d943a9 Merge "Reduce connectivity logging" into ics-factoryrom 2011-09-21 14:12:42 -07:00
Adam Cohen
41298971c7 Merge "Fixing disappearing lock screen, issue 5319246" into ics-factoryrom 2011-09-21 11:17:19 -07:00
Wink Saville
c9acde9aa6 Reduce connectivity logging
Change-Id: I5d45b8fbcd01e42df7f2b1cf02fb5b226128abb8
2011-09-21 11:05:43 -07:00
Daniel Sandler
d5c16c6c7c Properly generate systemUiVisibilityChanged callbacks.
User activity is supposed to immediately revert
HIDE_NAVIGATION, but we were just showing the navigation bar
directly. By routing through the service we'll generate
callbacks for everyone.

At long last, SYSTEM_UI_FLAG_HIDE_NAVIGATION will work like
lights out (now called SYSTEM_UI_FLAG_LOW_PROFILE) which
worked well enough in Honeycomb.

Bug: 5052456
Change-Id: I677f1295e1208c1aec48a4a9c8a6850916688388
2011-09-21 13:34:29 -04:00
Daniel Sandler
705240631b Revert "Allow views to setSystemUiVisibility() with the same value and have it work."
This reverts commit fad9555217ce3a657ffc7cba458a0d2622f7a379.
Because it just didn't work. (The views kept aggressively
re-applying their preferred flags every time view attributes
were aggregated.)

We'll pursue the original strategy, like lights out mode in
HC: if you want to tickle this mode, un-set and re-set the
flags (preferably synchronized with the global SystemUI
visibility state as reported by onSystemUiVisibilityChanged
callbacks).

Bug: 5052456
2011-09-21 13:34:15 -04:00
Jean-Michel Trivi
9c43016b52 Merge "Bug 5045498 Keep track of RemoteControlClient play state change time" into ics-factoryrom 2011-09-21 09:34:59 -07:00
Justin Ho
7a2063b1d5 Merge "New sync icon for Phone stat_sys area Bug: 5076774" into ics-factoryrom 2011-09-21 09:15:53 -07:00
Justin Ho
9d48b57809 Merge "Fixing low battery dialog" into ics-factoryrom 2011-09-21 07:59:32 -07:00
Wu-cheng Li
5f0ef5fb0c Fix jpeg callback is lost if setPreviewCallbackWithBuffer has been called.
mManualBufferMode is only for CAMERA_MSG_PREVIEW_FRAME. If it is
CAMERA_MSG_COMPRESSED_IMAGE, a new byte array should be allocated.

bug:5340480

Change-Id: I4f33bd6297bfd30505e0e15ae46012ea44e85962
2011-09-21 16:58:54 +08:00
Adam Cohen
51e9d5c635 Fixing disappearing lock screen, issue 5319246
Change-Id: Ia59ba6388775efc83aadf1e489b767be5624d385
2011-09-20 20:55:33 -07:00
Justin Ho
a2520fc136 Merge "Ensure all clock fonts match Bug: 5340112" into ics-factoryrom 2011-09-20 18:52:38 -07:00
Justin Ho
61f69cec3c Ensure all clock fonts match
Bug: 5340112

Change-Id: I5cac2b57d80a59c2e137d1df228f88ee4f11840e
2011-09-20 18:51:03 -07:00
Justin Ho
3c3fa0b9aa Merge "Updated stat_ icons" into ics-factoryrom 2011-09-20 18:38:54 -07:00
Peter Ng
a2fae17ff4 Updated stat_ icons
-tethering icons updated, no longer blue
-available wifi updated with new wifi icon
-other stat_sys and stat_notify are simple metadata cleanups

Bug: 5076774
Change-Id: Icdcf0033e47aed8a359176c5cb6a36d5dbda2cef
2011-09-20 18:37:46 -07:00
Mathias Agopian
6db5b55f7c Merge changes I3f0e01b0,I946cbc78,I9d3ad801 into ics-factoryrom
* changes:
  fix transition from full overlays to fb
  rename mInvalidRegion to mSwapRegion
  improve hwc dumpsys
2011-09-20 18:26:05 -07:00
Justin Ho
9f176580c2 New sync icon for Phone stat_sys area
Bug: 5076774

Change-Id: I06a3d6be5818279b751b411485e8161493eac43c
2011-09-20 18:16:48 -07:00
Amith Yamasani
9fdba9997d Merge "If "Pulse notification light" is off, don't flash the LED even once." into ics-factoryrom 2011-09-20 18:06:15 -07:00
Mathias Agopian
661a1bf033 fix transition from full overlays to fb
we need to clear the whole framebuffer in that situation because
we can't trust the content of the FB when partial (fb preserving)
updates are used.

Bug: 5318492

Change-Id: I3f0e01b0fb665a34e44d88ad9f0f54a5d990060b
2011-09-20 17:57:55 -07:00
Mathias Agopian
97911723a3 rename mInvalidRegion to mSwapRegion
Change-Id: I946cbc782c0c84645843ea44c3d8b04a0a2fe658
2011-09-20 17:57:27 -07:00
Mathias Agopian
951c12efd6 improve hwc dumpsys
we now log the buffer's format

Change-Id: I9d3ad8018e884240a153de3baefb6331cb014d0f
2011-09-20 17:57:15 -07:00
Justin Ho
474a27843d Merge "Adding missing cleanspec for audio file cleanup" into ics-factoryrom 2011-09-20 17:51:55 -07:00
Justin Ho
cd3f83a554 Adding missing cleanspec for audio file cleanup
Change-Id: I469601a2112994c466281a4959806a4179ffe245
2011-09-20 17:50:39 -07:00
Justin Ho
b8b1083486 Merge "Updated Prime sounds" into ics-factoryrom 2011-09-20 17:45:15 -07:00
Justin Ho
1d55f27445 Fixing low battery dialog
Change-Id: I58f7a4ed1c525fd4db4f2e9b60badeb0bdb3d519
2011-09-20 16:30:47 -07:00
Colin Cross
5965ba30d3 dumpstate: add uptime to top of bugreports
uptime is a good indicator to determine whether a restart was a
kernel reboot or a runtime restart, put it at the top of bugreports.

Change-Id: Ie4f4ef2f319a7216495ead3891bbfdc474146916
2011-09-20 15:51:15 -07:00
Justin Ho
2d042a3bd0 Updated Prime sounds
Change-Id: I6ec87d6fcd12d0175924161dce1f24bb702bffd3
2011-09-20 15:41:23 -07:00
Eric Fischer
01ad2a3fa7 Merge "Import revised translations. DO NOT MERGE" into ics-factoryrom 2011-09-20 15:35:23 -07:00
Eric Fischer
63664daaff Import revised translations. DO NOT MERGE
Change-Id: Id625c4d16121cadef5c8c7326f3458fa0d5d96a3
2011-09-20 15:20:06 -07:00
Amith Yamasani
ebfc0e5d70 If "Pulse notification light" is off, don't flash the LED even once.
If it is on, flash repeatedly.

Bug: 5242350
Change-Id: I7da195a7c49c68c0a1fca12eecfc4a4e06dd0b61
2011-09-20 14:48:52 -07:00
Kenny Root
3a9b5fbb97 Unhide new PackageManager APIs for API 14
Change-Id: I83110285ccee39a4cd872a1c2af8357f541833d4
2011-09-20 14:35:10 -07:00
Adam Powell
6724872b16 Merge "Fix bug 5336495 - Silent mode icon on power dialog is wrong" into ics-factoryrom 2011-09-20 14:34:28 -07:00
John Huang
edc8029b8b Merge "Retain signal level even when data is offline." into ics-factoryrom 2011-09-20 14:34:07 -07:00
Matthew Xie
778eccf492 Merge "Check null of pidPair to skip the case the service record has been removed" into ics-factoryrom 2011-09-20 13:55:48 -07:00
Adam Powell
093dee952f Fix bug 5336495 - Silent mode icon on power dialog is wrong
Change-Id: I384882434827a3ab57d65bb0a79e9da10315326f
TODO: Add appropriate vibrate-in-silent-mode icon when available.
2011-09-20 13:49:36 -07:00
Daniel Sandler
da49dac48d Retain signal level even when data is offline.
Also disable extremely verbose RSSI logging.

Bug: 5340142
Change-Id: I051a4cec5651a0734db2666526b16037d7053a1e
2011-09-20 15:39:50 -04:00
Justin Ho
aff24a52d2 Merge "Updated lockscreen camera assets Bug: 5296921" into ics-factoryrom 2011-09-20 12:09:13 -07:00
Jean-Michel Trivi
68622396b6 Bug 5045498 Keep track of RemoteControlClient play state change time
Store the time at which a RemoteControlClient changes it playback
 state, and send that time to the IRemoteControlDisplay.
This change will enable displays to implement strategies such as
 timeouts (e.g. to not display transport controls for clients which have
 been paused or stopped for a certain amount of time).

Change-Id: I902882500565743d455d56f6000efaf612cbe0a9
2011-09-20 11:59:51 -07:00
Daniel Sandler
d1d074326d Merge "More debug logs for RSSI updates." into ics-factoryrom 2011-09-20 11:47:50 -07:00
RoboErik
bbb11b8010 Merge "Add a warning to changing colors in the docs" into ics-factoryrom 2011-09-20 11:34:20 -07:00
Daniel Sandler
c49e195da4 More debug logs for RSSI updates.
Bug: 5340142
Change-Id: I1f7f106301d3942cc88d21d97a6c732c712e4516
2011-09-20 14:30:50 -04:00
Michael Jurka
2d69cff88e Merge "Fix crash in recent apps" into ics-factoryrom 2011-09-20 10:49:48 -07:00
Daniel Sandler
38cfcfbc32 Merge "Fix MENU icon weirdness. (DO NOT MERGE)" into ics-factoryrom 2011-09-20 10:44:07 -07:00
Daniel Sandler
f1ebcee224 Fix MENU icon weirdness. (DO NOT MERGE)
(Broken by change I7cbb7bbf.)

Bug: 5308636
Change-Id: I30ca20f62bd140a823eb926a9a0521c4d6014680
2011-09-20 13:38:22 -04:00
Daniel Sandler
ee0835b95d Merge changes Ib49af35a,Iaa20454c into ics-factoryrom
* changes:
  Stop clobbering the systemUiVisibility on navbar touch. (DO NOT MERGE)
  Fix disappearing nav icons. (DO NOT MERGE)
2011-09-20 10:25:11 -07:00
Daniel Sandler
3144a6ca15 Stop clobbering the systemUiVisibility on navbar touch. (DO NOT MERGE)
Bug: 5328284
Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
2011-09-20 11:12:15 -04:00