13434 Commits

Author SHA1 Message Date
Selim Cinek
372eb38c17 Merge "Fixed a bug where the empty shade and dismiss views would animate" into lmp-mr1-dev 2014-12-11 14:09:00 +00:00
Selim Cinek
8f51c4c5e5 Merge "Fixed a bug where the background could become transparent" into lmp-mr1-dev 2014-12-11 14:08:10 +00:00
Paul Jensen
8f58207319 am 2122e14c: Merge "Fix several HTTP proxy issues with multinetworking." into lmp-mr1-dev
automerge: d9d48cc

* commit 'd9d48cc9c7ab0d1590918e199917968eafc48288':
  Fix several HTTP proxy issues with multinetworking.
2014-12-11 05:49:18 +00:00
Paul Jensen
d9d48cc9c7 am 2122e14c: Merge "Fix several HTTP proxy issues with multinetworking." into lmp-mr1-dev
* commit '2122e14cca3edc5099b90d8768b34d7a0e9fe148':
  Fix several HTTP proxy issues with multinetworking.
2014-12-11 04:55:52 +00:00
Paul Jensen
2122e14cca Merge "Fix several HTTP proxy issues with multinetworking." into lmp-mr1-dev 2014-12-11 04:51:16 +00:00
Winson Chung
4e4fd0f721 am e405e59e: Merge "Fixing major regressions in Recents with multi-user. (Bug 18574950)" into lmp-mr1-dev
automerge: b485445

* commit 'b4854456c0e9092900a6432eb90d7c552c029070':
  Fixing major regressions in Recents with multi-user. (Bug 18574950)
2014-12-11 00:28:57 +00:00
Winson Chung
b4854456c0 am e405e59e: Merge "Fixing major regressions in Recents with multi-user. (Bug 18574950)" into lmp-mr1-dev
* commit 'e405e59e5b10aaf64c5f10e1336f43e092ce390b':
  Fixing major regressions in Recents with multi-user. (Bug 18574950)
2014-12-11 00:03:21 +00:00
Winson Chung
e405e59e5b Merge "Fixing major regressions in Recents with multi-user. (Bug 18574950)" into lmp-mr1-dev 2014-12-10 23:54:40 +00:00
Winson Chung
2002cf5b46 Fixing major regressions in Recents with multi-user. (Bug 18574950)
In the process of front-loading a lot of the loading work, we moved logic
into AlternateRecentsComponent, which is not multi-user friendly.  This CL 
proxies all the necessary events for non-primary users to their own SystemUI 
process to ensure that they handle them correctly, and proxies visibility
changes back to the primary user (since that is the only process with the
right callbacks).

Change-Id: I9fed92214ac4d4e2309ad6ffc35d09b5726c2880
2014-12-10 15:16:55 -08:00
Paul Jensen
e0bef71662 Fix several HTTP proxy issues with multinetworking.
1. Send PROXY_CHANGE_ACTION broadcast when any network's proxy changes,
   not just the default network.
2. When a process is bound to a particular Network, update the proxy
   system properties to those for the bound Network, and keep them
   updated when PROXY_CHANGE_ACTION broadcasts are received.
3. Make Network.openConnection() use the proxy for the Network.

bug:17905627
bug:17420465
bug:18144582

(cherry-pick of https://android-review.googlesource.com/#/c/115170)

Change-Id: Ia2819985e6108a8c121e74c683a5646becfd0a97
2014-12-10 15:22:12 -05:00
Jorim Jaggi
bcce183020 am c79343ce: Merge "Fix SysUI when an app started from the affordances crashes" into lmp-mr1-dev
automerge: 57b440e

* commit '57b440e206f142368bcf42885d3f3763554173e8':
  Fix SysUI when an app started from the affordances crashes
2014-12-10 19:16:38 +00:00
Dan Sandler
9b0f0d1142 am 35850627: Merge "BluetoothControllerImpl: track bluetooth better" into lmp-mr1-dev
automerge: b394253

* commit 'b394253a3f86df065783d5c07250c155428702e5':
  BluetoothControllerImpl: track bluetooth better
2014-12-10 19:15:11 +00:00
Jason Monk
f8830fc514 am 28fffd58: Merge "CarrierText clear itself when no mob. data support" into lmp-mr1-dev
automerge: 9309db8

* commit '9309db894df916f0777745eaa3e41ab92930481d':
  CarrierText clear itself when no mob. data support
2014-12-10 19:09:42 +00:00
Jorim Jaggi
57b440e206 am c79343ce: Merge "Fix SysUI when an app started from the affordances crashes" into lmp-mr1-dev
* commit 'c79343ce6545a78fd7673f05ec0a41209be9b27d':
  Fix SysUI when an app started from the affordances crashes
2014-12-10 16:40:09 +00:00
Selim Cinek
525fb7eecf Fixed a bug where the pattern may become invisible
Bug: 18632529
Change-Id: Idd9911b38526d8c4eb5731c45502079092bd6304
2014-12-10 17:34:17 +01:00
Jorim Jaggi
c79343ce65 Merge "Fix SysUI when an app started from the affordances crashes" into lmp-mr1-dev 2014-12-10 16:32:20 +00:00
Jorim Jaggi
826730aeb9 Fix SysUI when an app started from the affordances crashes
- Fix infinite recursion in this case.
- If the app crashes, we are waiting for either setOccluded or
  hideKeyguard to be called. However, neither of these gets called
  in this case, so we recover from it by adding a timeout of 5
  seconds.

Bug: 18652789
Change-Id: Ib9a043f5692a8578703df1db08e1a6b9dcfbc742
2014-12-10 17:22:58 +01:00
Selim Cinek
2086710f58 Fixed a bug where the empty shade and dismiss views would animate
This lead to an ugly flash when turning the screen off and on again.
Bug: 18657280

Change-Id: I5ca572239639bf3c95c106ba193a268e0256df38
2014-12-10 16:17:57 +00:00
Dan Sandler
b394253a3f am 35850627: Merge "BluetoothControllerImpl: track bluetooth better" into lmp-mr1-dev
* commit '3585062760990b8ec3148b266155ae9ec033934d':
  BluetoothControllerImpl: track bluetooth better
2014-12-10 15:53:59 +00:00
Dan Sandler
3585062760 Merge "BluetoothControllerImpl: track bluetooth better" into lmp-mr1-dev 2014-12-10 15:43:43 +00:00
Jason Monk
4630c89a76 BluetoothControllerImpl: track bluetooth better
Match settings behavior better:
 - Get connection info from profiles so it is for all devices
   (CONNECTION_STATE_CHANGED only updates one)
 - Disconnect from all known connections so that 'x' does something
 - When device is disconnected without CONNECTION_STATE_CHANGED
   then find a new 'last' device that is connected
 - Listen to a bunch more broadcasts to make sure info is always
   up to date.

Bug: 18210666
Bug: 18638010
Change-Id: Ie003b67bbdd0d452b7472c644d90bca929e5cd29
2014-12-10 10:32:43 -05:00
Selim Cinek
c430a5b2e4 Fixed a bug where the background could become transparent
Bug: 18700365
Change-Id: I9a246cbcadb4da5ad632dcd205ce08b5cefe7ed3
2014-12-10 16:32:14 +01:00
Geoff Mendal
83c26e18fc Merge "Import translations. DO NOT MERGE" into lmp-mr1-ub-dev 2014-12-10 15:00:16 +00:00
Geoff Mendal
da0571b7e5 Import translations. DO NOT MERGE
Change-Id: I9cdc7fac5598329caf1ec9532c197d9a0fe8dbbf
Auto-generated-cl: translation import
2014-12-10 06:59:21 -08:00
Geoff Mendal
fa3f43145a Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev 2014-12-10 14:54:48 +00:00
Geoff Mendal
a65ea3dfdc Import translations. DO NOT MERGE
Change-Id: Icfd467c7b204b82119ee78b0bfa34d385786d251
Auto-generated-cl: translation import
2014-12-10 06:52:52 -08:00
Paul Jensen
fc8022f8cf Show broken lock image when SSL errors are encountered in CaptivePortalLogin.
The WebView cancels the page load by default, so showing an indicative image
at least informs users that there is a security problem.

bug:18505835
bug:18570703
Change-Id: Ie6dd9294eec9ca25d27e95a1cd2c95e3065de469
2014-12-10 14:33:34 +00:00
Jason Monk
9309db894d am 28fffd58: Merge "CarrierText clear itself when no mob. data support" into lmp-mr1-dev
* commit '28fffd58a1e9eea2e84c15b124cbfde1c8dbb2c8':
  CarrierText clear itself when no mob. data support
2014-12-10 14:33:00 +00:00
Geoff Mendal
f6e388231d Import translations. DO NOT MERGE
Change-Id: I76e8da5cbb1d3c5e39ea80ebdc0f4f9b129febf7
Auto-generated-cl: translation import
2014-12-10 06:31:09 -08:00
Geoff Mendal
b7180c450e Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev 2014-12-10 14:30:40 +00:00
Geoff Mendal
aa72294174 Import translations. DO NOT MERGE
Change-Id: I63ccbdea01d869627116121f95c9d35cd64da04e
Auto-generated-cl: translation import
2014-12-10 06:26:53 -08:00
Jason Monk
28fffd58a1 Merge "CarrierText clear itself when no mob. data support" into lmp-mr1-dev 2014-12-10 14:25:39 +00:00
Jason Monk
3c8e51ab8d am 7940f55c: am 6f6bc554: Merge "Push inet condition to new MobileSignalControllers" into lmp-mr1-dev
* commit '7940f55c3a1e4038cb01e9909717edbf34d83391':
  Push inet condition to new MobileSignalControllers
2014-12-09 22:09:56 +00:00
Jason Monk
7940f55c3a am 6f6bc554: Merge "Push inet condition to new MobileSignalControllers" into lmp-mr1-dev
* commit '6f6bc554fad7cc2166ea561a1171bd1ffc961498':
  Push inet condition to new MobileSignalControllers
2014-12-09 20:34:55 +00:00
Jason Monk
6f6bc554fa Merge "Push inet condition to new MobileSignalControllers" into lmp-mr1-dev 2014-12-09 20:13:39 +00:00
Selim Cinek
90c4a299a8 am e2389908: am 24232396: Merge "Fixed accessibility for the pin input view on keyguard." into lmp-mr1-dev
* commit 'e2389908b7c26499752023aefbb530889014c3a5':
  Fixed accessibility for the pin input view on keyguard.
2014-12-09 18:59:35 +00:00
Selim Cinek
e2389908b7 am 24232396: Merge "Fixed accessibility for the pin input view on keyguard." into lmp-mr1-dev
* commit '242323969dff16cfe93f67a388754486e7d863c6':
  Fixed accessibility for the pin input view on keyguard.
2014-12-09 18:52:19 +00:00
Selim Cinek
242323969d Merge "Fixed accessibility for the pin input view on keyguard." into lmp-mr1-dev 2014-12-09 18:48:52 +00:00
Wink Saville
7a4df2b7d8 am 2f5cb843: am 15b29ac7: Merge "Add subId as parameter for get/setDataEnabled." into lmp-mr1-dev
* commit '2f5cb843553a596d314596c2bb776541db864d63':
  Add subId as parameter for get/setDataEnabled.
2014-12-09 18:06:03 +00:00
Wink Saville
2f5cb84355 am 15b29ac7: Merge "Add subId as parameter for get/setDataEnabled." into lmp-mr1-dev
* commit '15b29ac7faf3b8b7845e6623f68ae7a7391dab78':
  Add subId as parameter for get/setDataEnabled.
2014-12-09 17:58:37 +00:00
Wink Saville
15b29ac7fa Merge "Add subId as parameter for get/setDataEnabled." into lmp-mr1-dev 2014-12-09 17:52:27 +00:00
Jason Monk
25d8a48e73 Push inet condition to new MobileSignalControllers
When new MobileSignalControllers were created after we already
received the inet condition broadcast, they would never receive
the current state of inet condition.  This pushes it to all
controllers whenever they are created.

Bug: 18666876
Change-Id: Ie9997f94f3fbe206ed222a62e2a902fd43f4d67c
2014-12-09 12:51:35 -05:00
Selim Cinek
c199ef3759 Fixed accessibility for the pin input view on keyguard.
Passwords are not spoken out loud anymore if the user
did not select that option.

Bug: 18528774
Change-Id: I3dd05fa1714da36795f448718fd70f1cdbfe2584
2014-12-09 18:49:42 +01:00
Jorim Jaggi
6c0c349f82 am bd6aff3b: am 9ba89ad8: Merge "Make hint text centerred if multiline" into lmp-mr1-dev
* commit 'bd6aff3b58ee3ee6be0cd657d8b227483d37d96f':
  Make hint text centerred if multiline
2014-12-09 15:40:54 +00:00
Jorim Jaggi
029c90fdb1 am d1aa0273: am 99117c9b: Merge "Reinspect notification for dark mode when updated" into lmp-mr1-dev
* commit 'd1aa0273dda18216cbe0d5161e644eb1680875fc':
  Reinspect notification for dark mode when updated
2014-12-09 15:40:48 +00:00
Jorim Jaggi
ef9db94914 am fa9f1c5d: am 0d0bd44d: Merge "Update dark mode when notification is updated" into lmp-mr1-dev
* commit 'fa9f1c5d42c3716062323c34ca502d17e284d536':
  Update dark mode when notification is updated
2014-12-09 15:40:42 +00:00
Dan Sandler
4ced1d9590 am 7971db8c: am c8466327: Squelch chatty log messages.
* commit '7971db8cfca67b8d7d37e339cb1b021a1da6ee06':
  Squelch chatty log messages.
2014-12-09 15:40:34 +00:00
Dan Sandler
c0f60f5e55 am 139619b7: am e912c9cc: Repair wifi/cellular kerning.
* commit '139619b753e906c33ece2f1fc040ddd118980d8c':
  Repair wifi/cellular kerning.
2014-12-09 15:40:28 +00:00
Jorim Jaggi
bd6aff3b58 am 9ba89ad8: Merge "Make hint text centerred if multiline" into lmp-mr1-dev
* commit '9ba89ad8ebb7d7917ee2afa319929b153743d8b9':
  Make hint text centerred if multiline
2014-12-09 15:18:25 +00:00
Jorim Jaggi
d1aa0273dd am 99117c9b: Merge "Reinspect notification for dark mode when updated" into lmp-mr1-dev
* commit '99117c9b11784ba37c07ab3e696fb90c03326474':
  Reinspect notification for dark mode when updated
2014-12-09 15:18:20 +00:00