Selim Cinek
29436d38e6
am 4a21a7fa: Fixed Focusability issues with heads up
...
* commit '4a21a7fab6c0cca2c668650969e9af50c9c5068e':
Fixed Focusability issues with heads up
2015-05-19 19:39:10 +00:00
Selim Cinek
4a21a7fab6
Fixed Focusability issues with heads up
...
The panel was focusable when a heads up came in which
lead to several bugs. Sometimes the user was not able to
type anymore and focus listeners fired.
Bug: 21153703
Bug: 20892889
Change-Id: Iab86e651ef827767225ca092bb2c1e3fe1ddf385
2015-05-19 19:27:43 +00:00
Jason Monk
b632ee0cad
am bf45b3f4: Merge "SysUI: Move BT receivers to bg" into mnc-dev
...
* commit 'bf45b3f4263768a420d92b320c5fb19697f5e9fb':
SysUI: Move BT receivers to bg
2015-05-19 18:03:12 +00:00
Jason Monk
9963c24b15
am 10bfd94a: Merge "Update 0th level icon for QS wifi sub panel" into mnc-dev
...
* commit '10bfd94ae62d59a2008ec231256bf9d2ef519f8d':
Update 0th level icon for QS wifi sub panel
2015-05-19 18:03:03 +00:00
Jason Monk
bf45b3f426
Merge "SysUI: Move BT receivers to bg" into mnc-dev
2015-05-19 17:56:31 +00:00
Jason Monk
10bfd94ae6
Merge "Update 0th level icon for QS wifi sub panel" into mnc-dev
2015-05-19 17:55:30 +00:00
Jason Monk
3d804a4fe5
Update 0th level icon for QS wifi sub panel
...
Bug: 21019691
Change-Id: I3086c5105b418e618a7d4df9bb8b9cb4189beeb8
2015-05-19 13:46:00 -04:00
Jason Monk
744cf647f7
SysUI: Move BT receivers to bg
...
Bug: 19520495
Change-Id: I58e7d023b9eaf67fccd1634e00803c8c8d871fff
2015-05-19 13:13:15 -04:00
John Spurlock
c17968b47f
am 5ddde02a: Merge "Volume: Dialog should not interfere when not showing." into mnc-dev
...
* commit '5ddde02ac243b28ae9189a9f7ba64ba99c2d11d7':
Volume: Dialog should not interfere when not showing.
2015-05-19 16:53:19 +00:00
John Spurlock
5ddde02ac2
Merge "Volume: Dialog should not interfere when not showing." into mnc-dev
2015-05-19 16:40:06 +00:00
John Spurlock
e56efa71bb
Volume: Dialog should not interfere when not showing.
...
Also dump volume dialog controller state properly as part of
the sysui service dump.
Bug: 21207717
Change-Id: I5146d4159d9b017bc91852b91a585725821c19d9
2015-05-19 12:26:25 -04:00
Xiyuan Xia
d02a287e43
am 00d1fcf7: Merge "No input instead of disabling password entry" into mnc-dev
...
* commit '00d1fcf7372155510930a2ea759d08bf8db93b61':
No input instead of disabling password entry
2015-05-19 16:18:58 +00:00
Xiyuan Xia
00d1fcf737
Merge "No input instead of disabling password entry" into mnc-dev
2015-05-19 16:06:06 +00:00
Xiyuan Xia
cead91974a
No input instead of disabling password entry
...
So that the keyboard does not come and go all the time.
Bug:21271425
Change-Id: I9ba2fa7034777885a6e53f135eca31fc89568e9d
2015-05-19 09:04:43 -07:00
Xiyuan Xia
eea85acd9f
am 1ca35418: Merge "Abort swipe up gesture when long press is detected" into mnc-dev
...
* commit '1ca3541857043b549a5aed04559f5e303cb84422':
Abort swipe up gesture when long press is detected
2015-05-19 15:57:00 +00:00
Xiyuan Xia
1ca3541857
Merge "Abort swipe up gesture when long press is detected" into mnc-dev
2015-05-19 15:44:44 +00:00
Robin Lee
855867b1ef
am 3e5484d4: Merge "Support cross-user VPN calls (with permission)" into mnc-dev
...
* commit '3e5484d452cdf9f98e3c0e1abfe4a7297753cb5e':
Support cross-user VPN calls (with permission)
2015-05-19 10:26:03 +00:00
Robin Lee
3e5484d452
Merge "Support cross-user VPN calls (with permission)" into mnc-dev
2015-05-19 10:14:59 +00:00
Adrian Roos
35e3db744e
am 7034954f: Merge "Prevent EmergencyDialer restart from Keyguard" into mnc-dev
...
* commit '7034954f91c94b0f07db1417a016ec9d6f7775ec':
Prevent EmergencyDialer restart from Keyguard
2015-05-18 23:56:56 +00:00
Adrian Roos
7034954f91
Merge "Prevent EmergencyDialer restart from Keyguard" into mnc-dev
2015-05-18 23:48:15 +00:00
Adrian Roos
b5947e0127
Prevent EmergencyDialer restart from Keyguard
...
Fixes a flicker caused by clearing the emergency
dialer task when it was already launched. Instead
we now only clear activities on top of the dialer.
Bug: 20728640
Change-Id: I8a1214c4726e4848587a81e9050a6ab63759b64f
2015-05-18 16:39:14 -07:00
Selim Cinek
6bfaa5bb8c
am 6f145cf0: Fixed a bug that the more card was gone
...
* commit '6f145cf0c02fdbd324ff2d62a86f19bff5eb7ebe':
Fixed a bug that the more card was gone
2015-05-18 23:31:33 +00:00
Selim Cinek
6f145cf0c0
Fixed a bug that the more card was gone
...
Bug: 21155295
Change-Id: I7e332df71980b5a553e66b928c3e994849470ab3
2015-05-18 22:58:16 +00:00
Robin Lee
3b3dd942ec
Support cross-user VPN calls (with permission)
...
Settings and SystemUI need to act on other users than USER_OWNER.
This is gated by INTERACT_ACROSS_USERS_FULL in addition to the existing
CONTROL_VPN checks, so the number of processes able to interfere with
other profiles' VPNs should be quite small.
Bug: 20692490
Bug: 20747154
Bug: 20872408
Change-Id: I6e5d7220f73435bec350719e7b4715935caf4e19
2015-05-18 23:35:31 +01:00
Riley Andrews
35f97c0725
am 5ac56502: Make recents use immutable ashmem bitmaps for things it frequently passes across binder.
...
* commit '5ac56502e3babcd43fd32bd0d4a295466b076500':
Make recents use immutable ashmem bitmaps for things it frequently passes across binder.
2015-05-18 20:16:01 +00:00
Riley Andrews
5ac56502e3
Make recents use immutable ashmem bitmaps for things it frequently passes across binder.
...
Bug 21037890
Change-Id: Ieb29be3ff68f3db3f07df02f171325ed77915fdf
2015-05-18 19:56:54 +00:00
Paul Jensen
40b76194b7
am 8845f839: Merge "Don\'t leak NetworkListens in captive portal app." into mnc-dev
...
* commit '8845f839e3a72cee0d469a143acf7bba30f38035':
Don't leak NetworkListens in captive portal app.
2015-05-18 19:51:38 +00:00
Paul Jensen
8845f839e3
Merge "Don't leak NetworkListens in captive portal app." into mnc-dev
2015-05-18 19:41:09 +00:00
Jason Monk
886a1400bf
am b6f567db: Merge "Show data icon when appropriate." into mnc-dev
...
* commit 'b6f567db95865fa3b104c70bc3b9b61835cce4f9':
Show data icon when appropriate.
2015-05-18 17:18:20 +00:00
Paul Jensen
868f6243bc
Don't leak NetworkListens in captive portal app.
...
Bug:21146632
Change-Id: I934044a2eec89a47185add881a74de5669cd0f89
2015-05-18 12:48:28 -04:00
Jason Monk
33f8ae7543
Show data icon when appropriate.
...
Show it in the status bar when its a default network, but always show
it in QS when its connected, so that users can know its connected.
Also fix the tests.
Bug: 18776546
Change-Id: I553588fc6850b0c2ef6e6015b313222bf4c786e7
2015-05-18 11:49:24 -04:00
Jason Monk
52d8b6fa30
am 99f6977d: Merge "Move NetworkController broadcasts/listeners to BG" into mnc-dev
...
* commit '99f6977d3cbde054307cc1001cdc50f67399e4ca':
Move NetworkController broadcasts/listeners to BG
2015-05-18 15:43:26 +00:00
Jason Monk
99f6977d3c
Merge "Move NetworkController broadcasts/listeners to BG" into mnc-dev
2015-05-18 15:35:23 +00:00
Jason Monk
07b75fe65d
Move NetworkController broadcasts/listeners to BG
...
Also do some refactoring to avoid having to sets of callback interfaces
with 75% of the same data.
Bug: 19520495
Change-Id: Ife1c71174c0d6a21f924f7de3cb2f97a04c3d5a1
2015-05-18 11:31:49 -04:00
John Spurlock
9a7b2c8988
am 59c15e30: Merge "DND: Fix locale and rtl issues in QS detail panel." into mnc-dev
...
* commit '59c15e30afbce7efbf410e5e57b1fe1be5770e3b':
DND: Fix locale and rtl issues in QS detail panel.
2015-05-18 15:25:39 +00:00
John Spurlock
59c15e30af
Merge "DND: Fix locale and rtl issues in QS detail panel." into mnc-dev
2015-05-18 15:19:20 +00:00
John Spurlock
814ee6ab8b
DND: Fix locale and rtl issues in QS detail panel.
...
Bug: 21206470
Change-Id: Id84a36bf60b56ebacdf4098d0229e8fcd66aec56
2015-05-18 11:16:38 -04:00
John Spurlock
4a44ad0a2e
am cf053c13: SysUI Demo Mode: Ensure we have plenty of sims.
...
* commit 'cf053c13b832bcbadb337c19e18929d389875434':
SysUI Demo Mode: Ensure we have plenty of sims.
2015-05-18 14:44:08 +00:00
John Spurlock
cf053c13b8
SysUI Demo Mode: Ensure we have plenty of sims.
...
And update some docs.
Bug: 21157785
Change-Id: I8e44e160377e66f15c6348a87326998c98cea787
2015-05-18 09:38:07 -04:00
Svet Ganov
8cf8680645
am 19877fa5: Revert a deleted file.
...
* commit '19877fa5f63de5d403e981c9d0025b237aea4306':
Revert a deleted file.
2015-05-17 11:24:03 +00:00
Svet Ganov
a4f7ea555d
am 321f0157: Hide platform platform legacy permissions behind a menu option - framework.
...
* commit '321f01574e523dd680090694ea22e38b83a7c2b3':
Hide platform platform legacy permissions behind a menu option - framework.
2015-05-17 11:23:55 +00:00
Svet Ganov
19877fa5f6
Revert a deleted file.
...
Change-Id: I48067da4316762e8a8a4562977c4b84655fdf0f4
2015-05-17 00:48:57 -07:00
Svet Ganov
321f01574e
Hide platform platform legacy permissions behind a menu option - framework.
...
bug:21195624
Change-Id: I563c448e2abd7d33070ed2d8f62ba1b60a3744e8
2015-05-16 22:52:33 -07:00
Dan Sandler
a9dca98ec3
am f6351ece: Merge "Mmm mmm mmm mmm." into mnc-dev
...
* commit 'f6351ece2041a6b734f8eabebbd15ae452b33a12':
Mmm mmm mmm mmm.
2015-05-16 03:19:48 +00:00
Dan Sandler
f6351ece20
Merge "Mmm mmm mmm mmm." into mnc-dev
2015-05-16 03:11:53 +00:00
Jeff Sharkey
e12fe8cd98
am 2177ed40: Merge changes from topic \'bench\' into mnc-dev
...
* commit '2177ed407b8323e6f50d2aa64a62fbdc773e1859':
Command to change force adoptable state.
Initial pass at storage benchmarks.
2015-05-15 22:08:51 +00:00
Jeff Sharkey
2177ed407b
Merge changes from topic 'bench' into mnc-dev
...
* changes:
Command to change force adoptable state.
Initial pass at storage benchmarks.
2015-05-15 21:55:57 +00:00
Jeff Sharkey
4c099d0c49
Command to change force adoptable state.
...
Since user builds can't setprop, add an explicit "sm" verb to change
the force adoptable state.
Bug: 21191915
Change-Id: I719d9b18c1a98c97442a5ddb1cc5512e8e4d3d3f
2015-05-15 14:15:35 -07:00
Dan Sandler
696f6a3c48
Mmm mmm mmm mmm.
...
Change-Id: I23b560694b9cc0eb2103ec16769b0446099d1e83
2015-05-15 16:10:22 -04:00
Xiyuan Xia
ee7dd05688
Abort swipe up gesture when long press is detected
...
When home button long press is detected, swipe up gesture on nav
bar should be aborted as well since both are targeted to start
assist.
Bug:20500672
Change-Id: Ifbc9a8f0692334c9764205e5ecfac47577ae03f6
2015-05-15 10:37:27 -07:00