149464 Commits

Author SHA1 Message Date
Jeff Davidson
833dcd4bea Merge "Improve documentation of ScanResult and WifiInfo." into lmp-dev 2014-08-20 20:15:45 +00:00
Jorim Jaggi
1cf18c8716 am 4ff1c9a2: Merge "Don\'t close panel when in QS and all notifications go away" into lmp-dev
* commit '4ff1c9a2ce88b5aa28e7056b64f988c69448a85d':
  Don't close panel when in QS and all notifications go away
2014-08-20 20:07:42 +00:00
Alan Viverette
034b0e0214 am 0f9a48b6: Merge "Use correct single-letter date format in SimpleMonthView" into lmp-dev
* commit '0f9a48b60226c538c1cf7128abcf59302f69f46b':
  Use correct single-letter date format in SimpleMonthView
2014-08-20 20:07:36 +00:00
John Spurlock
65c71f9561 am 62c52c37: Merge "Volume: Shave 12dp off of the volume dialog." into lmp-dev
* commit '62c52c375115ce8fbef1ce28b2dc82ba403d11be':
  Volume: Shave 12dp off of the volume dialog.
2014-08-20 20:07:32 +00:00
Adrian Roos
ad2cff7463 am e0f85cb7: Only show face unlock indication if it applies
* commit 'e0f85cb7ab0431f627f5c14f7b85db38903a44ae':
  Only show face unlock indication if it applies
2014-08-20 20:07:27 +00:00
Svetoslav
3c238245eb Update the "More options" button in printing.
The "More options" button needed changes to match the
new UX spec. Also fixed some identation issues as well
as a missing marging in the erorr UI.

bug:16301066

Change-Id: I29f0d41915d1816d754f2c6288a7387aafeba2c2
2014-08-20 19:57:16 +00:00
Christian Robertson
bc31136802 am 8f1b2a4a: Merge "Updated set of geometric navigation bar icon assets" into lmp-dev
* commit '8f1b2a4adacbd8abea097bd1797d9d7ec1bb6bed':
  Updated set of geometric navigation bar icon assets
2014-08-20 19:57:13 +00:00
RoboErik
76764eeb4e am 7a754ab3: Merge "Api updates to MediaSession components" into lmp-dev
* commit '7a754ab331d6832034b5188584c51139f44bf629':
  Api updates to MediaSession components
2014-08-20 19:57:08 +00:00
Adrian Roos
4a4101714d Only show face unlock indication if it applies
When trust is not managed or the indication is set for
a different than the current user, don't show it on the
lock screen.

Bug: 17034124
Change-Id: Ia470520d6bd05db8417b3b0bb1f55894f791554e
2014-08-20 19:54:21 +00:00
Jason Monk
835495c117 Lock task doesn't always end properly.
This can result in the keyguard not being re-enabled, the status
bar being in a bad state, and various other weirdness.  When a task
is going away, it needs to send the standard lock task ending
messages so that exiting the state can be handled properly.

Bug: 16010327
Change-Id: Id7ee632f4765af0af209b70fb69dd75f2e541820
2014-08-20 15:29:06 -04:00
vandwalle
ee6ae28760 am 14aa17a2: Merge "remove passpoint, except ANQP - DO NOT MERGE" into lmp-dev
* commit '14aa17a230d141c9a1f4478f4fc85d5263080c47':
  remove passpoint, except ANQP - DO NOT MERGE
2014-08-20 19:13:26 +00:00
Adrian Roos
0a1b75f7a0 am 68d3e6c7: Merge "Implement trust managed visuals" into lmp-dev
* commit '68d3e6c797efa43fa0852ae7583c554463938059':
  Implement trust managed visuals
2014-08-20 19:13:21 +00:00
Adam Lesinski
6ceec090cd am 7d98d0a0: Merge "Fix crash when launching Activities in \'android\' package" into lmp-dev
* commit '7d98d0a0c57232d5c00b823cf8ff4fa6ff643e06':
  Fix crash when launching Activities in 'android' package
2014-08-20 19:13:17 +00:00
Jorim Jaggi
66a3993e02 am f28c44b9: Merge "Remove battery color when in power save" into lmp-dev
* commit 'f28c44b963d09d0f3f8a7515644e48144b214ac2':
  Remove battery color when in power save
2014-08-20 19:13:12 +00:00
Selim Cinek
3531b09a9b am ffb5acc3: Merge "Announcing quick settings changes now via talkback" into lmp-dev
* commit 'ffb5acc3d82c67fa8ced8a7d2b699620241ec6d2':
  Announcing quick settings changes now via talkback
2014-08-20 19:13:07 +00:00
Christopher Tate
4746bc78ec Merge "Don't crash good-citizen restore session clients" into lmp-dev 2014-08-20 18:43:12 +00:00
Christian Robertson
46a8f45253 Merge "Updated set of geometric navigation bar icon assets" into lmp-dev 2014-08-20 18:43:12 +00:00
Chris Craik
07811d31c2 am 1ada8566: Merge "Add outlineProvider attribute" into lmp-dev
* commit '1ada856628fb56518b438a45d0b66693d7eef185':
  Add outlineProvider attribute
2014-08-20 17:47:00 +00:00
Chris Craik
72acaa3b50 am 4fe137c7: Merge "Make getOutline account for gravity BitmapDrawable" into lmp-dev
* commit '4fe137c71378711bf1cb09286341f90c2a5d59e2':
  Make getOutline account for gravity BitmapDrawable
2014-08-20 17:46:55 +00:00
Sailesh Nepal
cf7020b7e8 Clean up and fix bugs in ConnectionService.createConnection
This CL fixes serveral issues with the createConnection code:
  - it uses failureCode/failureMessage which were never set.
    Renamed to disconnectCode and disconnectMessage and set
    those fields in Connection.setDisconnected
  - Connection.CANCELED_CONNECTION was static and it caused
    lots of log spew which was confusing. Changed to create
    a new connection every time, same as failure
  - moved sNullConnection from Connection to ConnectionService
  - made FailureSignalingConnection private and removed type
    checks for it. Using disconnect code is better, this is
    already what ConnectionServiceWrapper does

Note, the current code still expects connections to be cancelled
or failed in synchronously. This bug is being tracked separately.

Bug: 17156304
Change-Id: I0b13a78b738c4bf37a69de9fd5dcd17be0c45c14
2014-08-20 10:45:08 -07:00
Jorim Jaggi
ce1d5279c2 am b055471f: Merge "Make alarm invisible when going to detail in QS" into lmp-dev
* commit 'b055471f10a7c705328ad8a5f6e5e82e3da90ffb':
  Make alarm invisible when going to detail in QS
2014-08-20 17:02:42 +00:00
Nicolas Prevot
f753f35c26 am 5d6c6120: Merge "Allow the system in other users to call startActivityAsCaller." into lmp-dev
* commit '5d6c612084f2c2dc002b61c8fbf7c23ff9a2ce1c':
  Allow the system in other users to call startActivityAsCaller.
2014-08-20 17:02:39 +00:00
John Spurlock
ee07749285 am b79e1367: Merge "Copy framework internal resources for indeterminate anim." into lmp-dev
* commit 'b79e13674193193bbf82a02759c3a9636b385c1d':
  Copy framework internal resources for indeterminate anim.
2014-08-20 16:54:45 +00:00
Robert Greenwalt
73ed9d8dee Fix CS/NetworkMonitor race.
If we have a message in flight about a NetworkAgentInfo when it gets disconnected
we are left with a zombie network.  Fixes this by verifing the network is still
live before we process the msg.

bug:17142206
Change-Id: I2c94a39b3ea97c1562066571b277280c1f69f71c
2014-08-20 09:30:15 -07:00
Jason Monk
4385af32ef Fix SOCKS proxies from being dropped from PAC
It seems that SOCKS isn't being handled explicitly by the
PacProxySelector, which results in them just being dropped
from the return list.  This will sometimes end up switching
from SOCKS to DIRECT, which could be bad.

Bug: 17104885
Change-Id: Ic8a28230d3ae18c0abb000811a9100787c10c5e0
2014-08-20 12:21:56 -04:00
Santos Cordon
5bbe9e4166 am 3715de8f: Merge "Made all classes required for an InCallService @SystemApi" into lmp-dev
* commit '3715de8f0e969c892f8a153627110f092e5527fb':
  Made all classes required for an InCallService @SystemApi
2014-08-20 16:14:19 +00:00
Justin Koh
721edc540d am e6a59a4c: Merge "Add check to allow notification listener packages to post >50 notifications" into lmp-dev
* commit 'e6a59a4c42c4c9e60a69abef966202024640f867':
  Add check to allow notification listener packages to post >50 notifications
2014-08-20 16:14:14 +00:00
vandwalle
da3475dba7 Merge "remove passpoint, except ANQP - DO NOT MERGE" into lmp-dev 2014-08-20 16:06:26 +00:00
Michael Lentine
b9d1efec83 Merge "Reduce shutdown animation duration." into lmp-dev 2014-08-20 16:06:26 +00:00
Michael Lentine
0c9a62dc8d Reduce shutdown animation duration.
Change-Id: Idb58e8ff9a7e05c6f3d6964970b32a6aa69615c1
2014-08-20 13:19:14 -07:00
Aravind Akella
be2ecae5fe Merge "Step Counter documentation fix." into lmp-dev 2014-08-20 16:06:26 +00:00
Jason Monk
74d340cc33 am abd834f3: Merge "Add hotspot tile to defaults" into lmp-dev
* commit 'abd834f3d31c2b222decbf484818be1bef9cc4ef':
  Add hotspot tile to defaults
2014-08-20 15:59:01 +00:00
John Reck
ce1846a7e6 am 0d0dbcb0: Merge "Don\'t use Animator:reverse()" into lmp-dev
* commit '0d0dbcb012596d063d52749298e84bd50c591b7b':
  Don't use Animator:reverse()
2014-08-20 15:58:56 +00:00
Jorim Jaggi
a4493cb76d am 7fda5cd7: Merge "Fix crash when reset() gets called during an animation" into lmp-dev
* commit '7fda5cd78b340b4edf6072a9c749c3cff64e89f6':
  Fix crash when reset() gets called during an animation
2014-08-20 15:38:17 +00:00
Jorim Jaggi
f5757bb4c9 am 69213844: Merge "Fix QS expansion weirdness #2" into lmp-dev
* commit '69213844a5162e1ff9376a3f83d4ea8a73d172ad':
  Fix QS expansion weirdness #2
2014-08-20 15:30:28 +00:00
Jason Monk
1416f2eafd am 98a04b1a: Merge "Update the QS footer from UI thread" into lmp-dev
* commit '98a04b1a6903606631b4288b6f62b68a5a188505':
  Update the QS footer from UI thread
2014-08-20 15:30:23 +00:00
John Spurlock
86f2d5c370 am 3422f40e: Merge "PowerUI: Remove the fallback dialogs." into lmp-dev
* commit '3422f40e3df21f94fea33f59bc9e1aeecc836423':
  PowerUI: Remove the fallback dialogs.
2014-08-20 15:30:19 +00:00
John Spurlock
357aaeae52 am 6c162ab4: Merge "Remove logspam from GlobalActions." into lmp-dev
* commit '6c162ab4e1e09c31426c22aacb20729a00567c3e':
  Remove logspam from GlobalActions.
2014-08-20 15:30:14 +00:00
Amith Yamasani
80a06c4e88 am ed084f44: Merge "Rename restrictions API class and method" into lmp-dev
* commit 'ed084f44c971244239f4cfa55183510d2c4fec15':
  Rename restrictions API class and method
2014-08-20 15:13:50 +00:00
Paul Jensen
0311b2b31a Fix listening NetworkRequests to listen for all networks.
This is a small change but should fix a number of functional problems:
1. When registering a listening NetworkRequest and when a Network is
   validated, we should always add the listening NetworkRequest to the
   Network's list of NetworkRequests if the Network satisfies the
   NetworkRequest.  Previously in both cases this was only done for
   the highest scoring network.  This enables the listening
   NetworkRequest to listen for all networks, not just the highest
   scoring network.
2. No longer add listening NetworkRequests to mNetworkForRequestId as
   it doesn't make sense as it's a 1:1 mapping but listening
   NetworkRequests to Networks is a many:many mapping.
3. Don't "keep" a Network that's finished validating when only a
   listening NetworkRequest requests it.
4. Don't send updated scores to NetworkFactories from listening
   NetworkRequests.  NetworkFactories and NetworkAgents shouldn't
   concern themselves with listening NetworkRequests.

bug:16680764
Change-Id: Iaba14263227771e4bd84ee4bce488beaef20a8a3
2014-08-20 14:46:11 +00:00
Paul Jensen
d6a3f7ed90 Add missing break statements to avoid unnecessary network validation.
The missing break statements were causing unnecessary network
validation for VPNs and networks that don't provide internet access.

bug:16680764
Change-Id: I714bacdff350a818f7bfba2f505b95c4b3559699
2014-08-20 10:12:50 -04:00
Jorim Jaggi
e7a4d87623 am da351d0d: Merge "Don\'t allow to scroll to QS if not provisioned" into lmp-dev
* commit 'da351d0d95b2782ccebcd1eb22ea7b7562e3ab04':
  Don't allow to scroll to QS if not provisioned
2014-08-20 14:06:07 +00:00
Jorim Jaggi
c0d0fcc23a am a4665f30: Merge "Fix accessibility actions for navigation bar" into lmp-dev
* commit 'a4665f302431bbd38faf524927889b3a92160fa8':
  Fix accessibility actions for navigation bar
2014-08-20 13:44:45 +00:00
Selim Cinek
60ea8ac991 am cc19946d: Added notification color to all system notifications
* commit 'cc19946d947cf553ee9fd23778a3c811c18ae633':
  Added notification color to all system notifications
2014-08-20 13:44:39 +00:00
Christian Robertson
5455aa0f7b Updated set of geometric navigation bar icon assets
Bug: 15981688
Change-Id: Id56cafc17aaf86cd3ce1cc125197fa0ce86ab56b
2014-08-20 13:21:18 +00:00
John Spurlock
7fa31601a6 Merge "Copy framework internal resources for indeterminate anim." into lmp-dev 2014-08-20 12:26:29 +00:00
John Spurlock
06b7b61352 Copy framework internal resources for indeterminate anim.
Bug:14622065
Change-Id: Icfe4df5b01f342b7d3dc792e03391dc764abd59b
2014-08-20 11:44:45 -04:00
Santos Cordon
80030f90b6 Merge "Made all classes required for an InCallService @SystemApi" into lmp-dev 2014-08-20 12:26:29 +00:00
Gabriel Peal
b95f169a74 Made all classes required for an InCallService @SystemApi
Bug: 17153048
Change-Id: I6b46969e976a47fd814022939a99b823fcb7b2bd
2014-08-20 16:08:53 +00:00
John Spurlock
1613503ea9 Merge "PowerUI: Remove the fallback dialogs." into lmp-dev 2014-08-20 12:26:29 +00:00