10106 Commits

Author SHA1 Message Date
Jorim Jaggi
ecfeefb483 am f7f90276: am 7d01d2c6: Merge "Fix API review: Camera prewarm" into mnc-dev
* commit 'f7f90276a1f262c0db855edc49d544e157bc6e7f':
  Fix API review: Camera prewarm
  lock device orientation during app compatibility test
  Fix reconfigure & setPremult alpha handling
  Unflip TextureView getBitmap readback
  Handle error states when refreshing accessibility node
2015-06-02 22:49:06 +00:00
Jorim Jaggi
f7f90276a1 am 7d01d2c6: Merge "Fix API review: Camera prewarm" into mnc-dev
* commit '7d01d2c6cfcdfad74735619ab95f8396be54dc0f':
  Fix API review: Camera prewarm
  lock device orientation during app compatibility test
  Fix reconfigure & setPremult alpha handling
  Unflip TextureView getBitmap readback
  Handle error states when refreshing accessibility node
2015-06-02 22:39:49 +00:00
Jorim Jaggi
7d01d2c6cf Merge "Fix API review: Camera prewarm" into mnc-dev 2015-06-02 22:25:29 +00:00
Adrian Roos
16b75da3a3 am 579e7b7b: Merge "Patches for IKeyguardStateCallback" into mnc-dev
* commit '579e7b7b9ac9f9fed052c63a462b49b16baffc16':
  Patches for IKeyguardStateCallback
2015-06-02 21:15:55 +00:00
Winson Chung
2f20faff3a am acbdced1: am 42fde939: Merge "Use immutable ashmem bitmaps in screenshot notifications." into mnc-dev
* commit 'acbdced1497995f06eeef45d74fc31c53ee61cab':
  Use immutable ashmem bitmaps in screenshot notifications.
2015-06-02 21:10:33 +00:00
Andrew Flynn
e17c3dbadc am 00aeba9f: am 1fad138f: Merge "Show Carrier Network Change icon SysUI even while connected" into mnc-dev
* commit '00aeba9f50b5cd5f857e2674daefcd3f9fd0fe83':
  Show Carrier Network Change icon SysUI even while connected
2015-06-02 21:09:20 +00:00
Adrian Roos
579e7b7b9a Merge "Patches for IKeyguardStateCallback" into mnc-dev 2015-06-02 21:05:22 +00:00
Winson Chung
acbdced149 am 42fde939: Merge "Use immutable ashmem bitmaps in screenshot notifications." into mnc-dev
* commit '42fde939ea31e061a93a01b0d2f27032bfb2f3f6':
  Use immutable ashmem bitmaps in screenshot notifications.
2015-06-02 20:28:23 +00: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
00aeba9f50 am 1fad138f: Merge "Show Carrier Network Change icon SysUI even while connected" into mnc-dev
* commit '1fad138f820e23de050f16f22b5ad757dc41eb10':
  Show Carrier Network Change icon SysUI even while connected
2015-06-02 18:44:55 +00: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
7fa99b2525 am 882531da: am 233241f1: Fixed a crash with HUNs
* commit '882531da96dc363da492140e13b2f01d7524beef':
  Fixed a crash with HUNs
2015-06-02 16:15:24 +00:00
Adrian Roos
97e5851aec am c474645a: am c45d6c30: Merge "Translucent bars in landscape" into mnc-dev
* commit 'c474645ab8555ce1226f5f72a8a9fafe18965bbf':
  Translucent bars in landscape
2015-06-02 14:22:20 +00:00
Winson Chung
49e7675745 am c50bb5b4: am c85cd734: Merge "Don\'t focus view for invalid task index." into mnc-dev
* commit 'c50bb5b46255b0e1d7426401ef6c4f4381e8159e':
  Don't focus view for invalid task index.
2015-06-02 14:21:57 +00:00
Selim Cinek
882531da96 am 233241f1: Fixed a crash with HUNs
* commit '233241f13d5d7f841d3db80408429d4d0a528c78':
  Fixed a crash with HUNs
2015-06-02 13:17:10 +00: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
c474645ab8 am c45d6c30: Merge "Translucent bars in landscape" into mnc-dev
* commit 'c45d6c30a58062af05d8232fd0f020e3f854bb8a':
  Translucent bars in landscape
2015-06-01 23:28:58 +00:00
Adrian Roos
c45d6c30a5 Merge "Translucent bars in landscape" into mnc-dev 2015-06-01 23:25:35 +00:00
Andrew Flynn
174ebb1f7f am 0a44e64a: am 9d28852f: Merge "Remove separate light/dark animated vector drawables" into mnc-dev
* commit '0a44e64a8299277f58d29bfae94bb7db6e78cb86':
  Remove separate light/dark animated vector drawables
2015-06-01 23:21:55 +00:00
Winson Chung
c50bb5b462 am c85cd734: Merge "Don\'t focus view for invalid task index." into mnc-dev
* commit 'c85cd734bdf75a55608fae1d5a47b4ac72db4ee8':
  Don't focus view for invalid task index.
2015-06-01 23:21: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
0a44e64a82 am 9d28852f: Merge "Remove separate light/dark animated vector drawables" into mnc-dev
* commit '9d28852f6108b20266de0282f4bf858e679316b7':
  Remove separate light/dark animated vector drawables
2015-06-01 21:42:08 +00: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
be3650be63 am 587ae867: am b0db15c6: Merge "Next alarm clock updates." into mnc-dev
* commit '587ae8679d425bc18771a07622279c566e590db3':
  Next alarm clock updates.
2015-06-01 20:27:37 +00:00
John Spurlock
587ae8679d am b0db15c6: Merge "Next alarm clock updates." into mnc-dev
* commit 'b0db15c6d99ab5f9d8a7bd6a44fc097a5f61edca':
  Next alarm clock updates.
2015-06-01 20:13:03 +00:00
John Spurlock
b0db15c6d9 Merge "Next alarm clock updates." into mnc-dev 2015-06-01 20:07:40 +00:00
Jorim Jaggi
6c49882975 am c8d5901b: am 1e47a8e0: Merge "Cleanup Keyguard handling when turning off screen" into mnc-dev
* commit 'c8d5901bc83814c0dab281fc108de643cdd7b09d':
  Cleanup Keyguard handling when turning off screen
2015-06-01 19:29:19 +00:00
Jorim Jaggi
c8d5901bc8 am 1e47a8e0: Merge "Cleanup Keyguard handling when turning off screen" into mnc-dev
* commit '1e47a8e096fc28dcab0a55bc4f2e6b747bfb1a07':
  Cleanup Keyguard handling when turning off screen
2015-06-01 19:18:29 +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
7098fae3ad am 85fe74c3: am 6920474b: Merge "Ensuring that we write to disk first." into mnc-dev
* commit '85fe74c3478f6bb1b2e72950697815d1eeadfec3':
  Ensuring that we write to disk first.
2015-06-01 18:52:07 +00:00
Winson Chung
1345c7b8fe am a83faa66: am a74f385b: Allow long-pressing task icon to show app-info.
* commit 'a83faa666f173d329370b7d17e53b0dfc219354c':
  Allow long-pressing task icon to show app-info.
2015-06-01 18:52:03 +00:00
Winson Chung
85fe74c347 am 6920474b: Merge "Ensuring that we write to disk first." into mnc-dev
* commit '6920474bac7c212dd384b6ef1134c59b73669942':
  Ensuring that we write to disk first.
2015-06-01 18:23:41 +00:00
Winson Chung
a83faa666f am a74f385b: Allow long-pressing task icon to show app-info.
* commit 'a74f385ba08922c09aa812f0d6fd2903a633da01':
  Allow long-pressing task icon to show app-info.
2015-06-01 18:23:37 +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
3f359dc1c8 am 2b5002e6: am a58b9a2c: Merge "Battery saver: limit notification intents to system UI." into mnc-dev
* commit '2b5002e6317ba2a7417622800886e877df33818f':
  Battery saver: limit notification intents to system UI.
2015-06-01 18:14:10 +00:00
Selim Cinek
be5bf201fb am 5e5a408c: am 4bd071e5: Merge "Shortened the duration of HUNs" into mnc-dev
* commit '5e5a408c4c696ade7e97fc290830fc078653ceee':
  Shortened the duration of HUNs
2015-06-01 18:14:05 +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
John Spurlock
2b5002e631 am a58b9a2c: Merge "Battery saver: limit notification intents to system UI." into mnc-dev
* commit 'a58b9a2c06e6b0143a28cc3bf86d3f003c69b559':
  Battery saver: limit notification intents to system UI.
2015-06-01 15:34:53 +00:00
Selim Cinek
5e5a408c4c am 4bd071e5: Merge "Shortened the duration of HUNs" into mnc-dev
* commit '4bd071e590ad5917ae81e71ad6b1d0807d8893cb':
  Shortened the duration of HUNs
2015-06-01 15:34:48 +00:00
John Spurlock
7eac7b5af1 am 68a00c52: am 2473e1e9: Merge "Zen: Dim status bar alarm icon when zen = total silence." into mnc-dev
* commit '68a00c524b38809efbc32f8c22597522b637d67c':
  Zen: Dim status bar alarm icon when zen = total silence.
2015-06-01 15:27:37 +00:00
John Spurlock
57436577e2 am f1b897e8: am e648c5f1: Merge "Zen: Add warning text if total silence will eat the next alarm." into mnc-dev
* commit 'f1b897e8b5793430a1c28e66df7e4d346cd9a9a4':
  Zen: Add warning text if total silence will eat the next alarm.
2015-06-01 15:26:31 +00:00
Jason Monk
d232a172ee am 3e1bdc61: am 2280218a: Merge "Don\'t use string that has been removed." into mnc-dev
* commit '3e1bdc61d85b9cc135cd52c0f05c0665d93621d5':
  Don't use string that has been removed.
2015-06-01 15:26:12 +00:00