10120 Commits

Author SHA1 Message Date
Selim Cinek
6ef21fa1c2 Merge "Increased the touch target size for the keyboard affordances" into mnc-dev 2015-06-04 13:48:34 +00:00
Selim Cinek
6a1bd2b3db Added logging to debug empty keyguard state
Bug: 21124013
Change-Id: Icdc085e993aae073ed7c42333f49644624971787
2015-06-04 13:47:03 +00:00
Winson Chung
981975a3e7 Merge "Fixing case where we were not preloading tasks correctly." into mnc-dev 2015-06-03 21:21:58 +00:00
Winson Chung
e1e20e11a7 Fixing case where we were not preloading tasks correctly.
- Should use the actual isTopTaskHome check when preloading.

Bug: 21516523
Bug: 20882957

Change-Id: I60cf1e97f7704828426f72a45329c8c7b962a78c
2015-06-03 12:52:24 -07:00
Adrian Roos
27a2ce2e42 Continuous brightness slider
Changes the brightness slider to have no visible steps
when in auto brightness mode. Also changes mirror
logic to dispatching touches instead of forwarding values.

Bug: 19516826
Change-Id: Ib0233c2dcc6807da96a71d1f5619a117ca2a73bd
2015-06-03 18:14:57 +00:00
Geoff Mendal
4f31c07fdd Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-06-03 17:22:07 +00:00
Geoff Mendal
77100c2094 Import translations. DO NOT MERGE
Change-Id: I885d3ce3321af31b87a4817037557914d9679a4e
Auto-generated-cl: translation import
2015-06-03 11:58:05 -05:00
Xiaohui Chen
4913211dbe Merge "usb debugging: show alert to secondary user" into mnc-dev 2015-06-03 16:35:09 +00:00
Xiaohui Chen
ffcfe3411f usb debugging: show alert to secondary user
Bug: 12785423
Change-Id: If7f60899cfdaca7bdad560bd59a78f5be74c24be
2015-06-03 09:32:19 -07:00
John Spurlock
b9f2b4ec11 Merge "Volume: Ripple tweaking on zen mode condition rows." into mnc-dev 2015-06-03 16:01:00 +00:00
John Spurlock
9ec8f0607e Volume: Ripple tweaking on zen mode condition rows.
Bug: 21335622
Change-Id: Ifcd7e5a3c14625e0442dcdb23b9b27a01545953c
2015-06-03 11:56:08 -04:00
John Spurlock
dfe8044160 Merge "Audio policy: setting explicit non-zero volume unmutes the stream." into mnc-dev 2015-06-03 15:17:55 +00:00
John Spurlock
75ae23c096 Audio policy: setting explicit non-zero volume unmutes the stream.
And vice versa.

Bug: 21584884
Change-Id: I2cd6a84ab40edba4c6fc2b219693e0d4f0527d8d
2015-06-03 10:50:52 -04:00
John Spurlock
e7f68c18bf Merge "Volume footer uglification." into mnc-dev 2015-06-03 13:24:44 +00:00
Adrian Roos
21d2a25763 Prevent panel and QS expansion before device is decrypted
Bug: 21514179
Change-Id: Ia36409a2645a00fc2c2630eb39c05d3a0599fd8a
2015-06-03 01:08:21 +00:00
Jason Monk
6ef831fe1a Merge "Tuner: Let Status bar be tuned" into mnc-dev 2015-06-02 22:39:04 +00:00
Jorim Jaggi
7d01d2c6cf Merge "Fix API review: Camera prewarm" into mnc-dev 2015-06-02 22:25:29 +00:00
John Spurlock
023544f762 Volume footer uglification.
- Move "End now" button to its own line, below the condition lines.
 - Add the feature name "Do Not Disturb" to the condition summary
   for the indef condition.
 - Fix found RTL issues with the footer.

Bug: 21171893
Change-Id: Ia12fe57d46a5547beec82cf76e175982bfa3fd6c
2015-06-02 17:56:28 -04:00
Adrian Roos
579e7b7b9a Merge "Patches for IKeyguardStateCallback" into mnc-dev 2015-06-02 21:05:22 +00:00
Jason Monk
3b230077dc Tuner: Let Status bar be tuned
Also fix a crash in the QSTuner

Bug: 21192440
Change-Id: Ideb8e34b93a4b456d758266dfc06545e7f7ab109
2015-06-02 16:29:35 -04:00
Winson Chung
42fde939ea Merge "Use immutable ashmem bitmaps in screenshot notifications." into mnc-dev 2015-06-02 20:20:07 +00:00
Winson Chung
1b87be470a Use immutable ashmem bitmaps in screenshot notifications.
Bug 21037890
Change-Id: Ib5ed32bb475e1e8f7b3407ac72f53a6d640ffad1
2015-06-02 12:18:05 -07:00
Andrew Flynn
55fc8004ad Show Carrier Network Change icon SysUI even while connected
Taking connect/disconnect events into accounts results in frequent jank
while trying to show the icon.

Bug: 21504588
Change-Id: If271980cc46cfc20f80083de17a4b57c42439069
2015-06-02 12:41:53 -04:00
Selim Cinek
233241f13d Fixed a crash with HUNs
Bug: 21500600
Change-Id: Idf0a7be5d58bb5c666b930a0beada1e0ed2869aa
2015-06-02 13:01:11 +00:00
dooyoung.hwang
328472ebd8 Patches for IKeyguardStateCallback
1. Also notify input is restricted or not when IKeyguardStateCallback callback is added.
When first Keyguard is showing after boot, the mInputRestricted is not updated. So,
inKeyguardRestrictedInputMode still returns false, although device is locked.

2. If mShowing remains false during setup time of KeyguardViewMediator, mInputRestricted
is not updated. This is because updateInputRestrictedLocked is called only if showing
value is changed during setup time.
For this reason, when device is not provisioned, inKeyguardRestrictedInputMode returns
false, and device does not restrict key.

3. If one of callbacks causes RemoteException, the other callbacks are not called.
This is because catching RemoteException breaks for-loop.

(cherry-picked from commit 516dad062580201d7a4ad6c112b23434385d5268)

Change-Id: I0281405127bcc75285b908d01485da3ac9b40b52
Signed-off-by: Dooyoung Hwang <dooyoung.hwang@lge.com>
2015-06-02 03:01:20 +00:00
Jorim Jaggi
d944986fbd Fix API review: Camera prewarm
Let the intent receiver of a camea launch intent declare a prewarm
service instead of sending broadcasts.

Bug: 21347653
Change-Id: I11e31aad4f788ad90eb46a661b819d3e808ddb51
2015-06-01 18:01:20 -07:00
Adrian Roos
c45d6c30a5 Merge "Translucent bars in landscape" into mnc-dev 2015-06-01 23:25:35 +00:00
Winson Chung
c85cd734bd Merge "Don't focus view for invalid task index." into mnc-dev 2015-06-01 23:07:37 +00:00
Winson Chung
daa4a78682 Don't focus view for invalid task index.
Bug: 21322861
Change-Id: I7b8397d18b488bd8f459e578b64d6e82e4f1437d
2015-06-01 16:02:58 -07:00
Adrian Roos
8a8ffd4e9b Translucent bars in landscape
Bug: 18739556
Change-Id: Ib9602a9d1f09e6bd6c1306927990676120dff012
2015-06-01 15:42:26 -07:00
Andrew Flynn
9d28852f61 Merge "Remove separate light/dark animated vector drawables" into mnc-dev 2015-06-01 21:11:54 +00:00
Andrew Flynn
2fdbe12820 Remove separate light/dark animated vector drawables
Now that AnimatedVectorDrawables can use themed animations, SysUI no longer
needs to track separate AVDs for the carrier network change icons.

Bug: 21118142
Change-Id: Ifb6d7b5e7e3de85c10bc13183b4142fd2e6714b6
2015-06-01 16:45:41 -04:00
John Spurlock
b0db15c6d9 Merge "Next alarm clock updates." into mnc-dev 2015-06-01 20:07:40 +00:00
Jorim Jaggi
1e47a8e096 Merge "Cleanup Keyguard handling when turning off screen" into mnc-dev 2015-06-01 19:13:11 +00:00
Winson Chung
6920474bac Merge "Ensuring that we write to disk first." into mnc-dev 2015-06-01 18:19:47 +00:00
Winson Chung
ebd77b550b Ensuring that we write to disk first.
Change-Id: I2c55db77ab6feef1b405858aac53fb0ed3370dc2
2015-06-01 11:15:45 -07:00
Winson Chung
a74f385ba0 Allow long-pressing task icon to show app-info.
Bug: 17369696
2015-06-01 18:15:09 +00:00
John Spurlock
604a5eeed7 Next alarm clock updates.
- Add explicit user setup signal to status bar icon policy.
 - Include per-user next alarm clock info in service dump.

Bug: 21551365
Change-Id: Ib16636522bbe04d205a377567007145f146e9d39
2015-06-01 12:32:46 -04:00
Selim Cinek
60d30d62ff Increased the touch target size for the keyboard affordances
Bug: 21536583
Change-Id: Id0b693d36cd9d059d84a8b50c1f7ec3ae5938a84
2015-06-01 18:06:00 +02:00
Geoff Mendal
c4e5ec3f7f Merge "Import translations. DO NOT MERGE" into mnc-dev 2015-06-01 15:19:51 +00:00
John Spurlock
a58b9a2c06 Merge "Battery saver: limit notification intents to system UI." into mnc-dev 2015-06-01 15:04:26 +00:00
John Spurlock
05e0705177 Battery saver: limit notification intents to system UI.
Ensure the actions taken by the HUN warnings came from sysui.

Bug: 20918350
Change-Id: I8dc02ebdfcc1f60d068bea43e10e350dc566728d
2015-06-01 10:56:42 -04:00
Geoff Mendal
870d5db2d6 Import translations. DO NOT MERGE
Change-Id: I486cfef976fec3c97a0f7a07dfdbb65b585e6554
Auto-generated-cl: translation import
2015-06-01 07:56:20 -07:00
Selim Cinek
4bd071e590 Merge "Shortened the duration of HUNs" into mnc-dev 2015-06-01 14:50:12 +00:00
Geoff Mendal
1ccbca4639 Import translations. DO NOT MERGE
Change-Id: I9c4c481d77a1754e05bbe11786a8302630a0c252
Auto-generated-cl: translation import
2015-05-30 17:55:18 -05:00
Jorim Jaggi
d175b6cfe0 Cleanup Keyguard handling when turning off screen
Before, Keyguard was shown whenever PhoneWindowManager went to sleep.
However, this was too early on some devices, and too late on others.
Now, the callbacks are split up into two phases: startedGoingToSleep
and finishedGoingToSleep. In the first callback, we decide what to
do and play the lock sound if necessary. In the second callback, we
actually show the Keyguard, or reset its state necessary, so it
doesn't interfere with the screen off animation.

Bug: 17929748
Bug: 20782303
Change-Id: I4c4406595b07b7589d64f380cd3fa96bed3d20ee
2015-05-30 00:41:07 +00:00
John Spurlock
157822682f Zen: Dim status bar alarm icon when zen = total silence.
Bug: 21359239
Change-Id: I5bf207c4c181869127ed8b90787cbd7d9bb0f6c2
2015-05-29 15:41:12 -04:00
John Spurlock
e648c5f1cb Merge "Zen: Add warning text if total silence will eat the next alarm." into mnc-dev 2015-05-29 18:07:36 +00:00
Jason Monk
2280218a93 Merge "Don't use string that has been removed." into mnc-dev 2015-05-29 17:50:51 +00:00
Jason Monk
5458aded3d Don't use string that has been removed.
Change-Id: I60edc3f23f40e48013165dccab83af536582f1c4
2015-05-29 13:44:32 -04:00