137404 Commits

Author SHA1 Message Date
Robert Greenwalt
9fcabfee51 Merge "Call a network restricted only if all capabilities are restricted" into lmp-preview-dev 2014-06-04 16:44:54 +00:00
Selim Cinek
d2ff16c657 Merge "Fixed flickering in panel overscroll" into lmp-preview-dev 2014-06-04 16:40:48 +00:00
Selim Cinek
151037c5b8 Fixed flickering in panel overscroll
Bug: 14487435
Change-Id: Id4fe18231397a1bbce42c5baba0b2c4cad955c56
2014-06-04 18:38:21 +02:00
Jorim Jaggi
bc07ebb9b8 Merge "Fix Keyguard crash when in landscape." into lmp-preview-dev 2014-06-04 16:07:02 +00:00
Baligh Uddin
24113832c2 Import translations. DO NOT MERGE
Change-Id: I64f2b175fdd8fdfac5ea7a6d7787459fdc83cc43
Auto-generated-cl: translation import
2014-06-04 09:04:35 -07:00
Jorim Jaggi
6a247199ba Fix Keyguard crash when in landscape.
Bug: 15391673
Change-Id: Icb50af358a8478672265a420dd7d500a87fb3fa0
2014-06-04 17:59:37 +02:00
Jorim Jaggi
53f391c4eb Merge "Fix padding in more card." into lmp-preview-dev 2014-06-04 15:45:43 +00:00
Jorim Jaggi
ac80c44a42 Fix padding in more card.
Bug: 15392952
Change-Id: Ibcb8b3b5be161e31855f058a22566a6f7a7f326b
2014-06-04 17:42:12 +02:00
Selim Cinek
dd13c51ff3 Merge "In the speedbump view, use hasOverlappingRenderings instead of layers" into lmp-preview-dev 2014-06-04 15:34:46 +00:00
Selim Cinek
9c80964d3f In the speedbump view, use hasOverlappingRenderings instead of layers
Bug: 15181880
Change-Id: I49b0dbe1cd0ff9f7804dc68502b73fcfd87c7389
2014-06-04 17:30:07 +02:00
Baligh Uddin
7cfaedd995 Import translations. DO NOT MERGE
Change-Id: Ieb5b7b82ddd2c18041da0db4715ef6b76ed0a454
Auto-generated-cl: translation import
2014-06-04 08:25:16 -07:00
Selim Cinek
5b8ca9f611 Merge "Disabled touch interaction when in Quick settings." into lmp-preview-dev 2014-06-04 15:23:59 +00:00
Selim Cinek
5158d82340 Disabled touch interaction when in Quick settings.
Bug: 15308429
Change-Id: I7379b7e3d7145033ff733cef9a336e41793ab103
2014-06-04 17:22:53 +02:00
Adrian Roos
3b60d3fe9d Merge "Display time to charge on lock screen" into lmp-preview-dev 2014-06-04 15:18:19 +00:00
Adrian Roos
12c1ef57d0 Display time to charge on lock screen
Bug: 14410848
Change-Id: I7ffad4dcc83ceeaeb29342439de11c91b4d63ce8
2014-06-04 17:15:40 +02:00
Baligh Uddin
ea34244e2e Import translations. DO NOT MERGE
Change-Id: I85f4b222bd979439e0dae33483006dfd50668632
Auto-generated-cl: translation import
2014-06-04 08:13:51 -07:00
Selim Cinek
eba93365d1 Merge "Fixed that app-info longpress was lost on configuration changes." into lmp-preview-dev 2014-06-04 15:05:05 +00:00
Adrian Roos
b803ad3c2c Hide TrustAgentService in lmp-preview - DO NOT MERGE
Bug: 15287044
Change-Id: Iba0d53b87bcb4bddccec89cf943ed65491aa9d76
2014-06-04 15:04:19 +00:00
Selim Cinek
dffb3e7ed0 Merge "Changed the overscroll and expanding behaviour." into lmp-preview-dev 2014-06-04 15:02:55 +00:00
Jorim Jaggi
e37bd648e6 Merge "Fix more card appearance to spec from design." into lmp-preview-dev 2014-06-04 14:59:45 +00:00
Jorim Jaggi
b741f05339 Fix more card appearance to spec from design.
Bug: 15392952
Change-Id: I4539b48af33dc6838ef0c59dac7ca08fc1a2bd03
2014-06-04 16:58:33 +02:00
Selim Cinek
56109b0c9b Fixed that app-info longpress was lost on configuration changes.
Bug:14189139
Change-Id: I14d73085ac8fe79ffa97a72c675b4b7df6324719
2014-06-04 16:47:54 +02:00
Selim Cinek
1408eb5a58 Changed the overscroll and expanding behaviour.
Only the first selected element will be expanded, no subsequent children.
Afterwards, overscrolling is performed.
This improves overscroll consistency a lot and people don't accidentally
expand unwanted notifications, just the one they wanted to.
If the users primary intent is overscrolling (i.e if he drags on a card
which is already expanded), then we allow him to go to the quick settings.

Bug: 14487435
Bug: 15181651
Change-Id: I978cc4e06ae85c2ca69e15a149cb85ac54b2ef35
2014-06-04 16:43:07 +02:00
George Mount
155ce3aeb1 Merge "Create reasonable Activity Transition defaults for quantum theme." into lmp-preview-dev 2014-06-04 14:15:48 +00:00
Jorim Jaggi
8988dbb6df Merge "Go back to keyguard when in SHADE_LOCKED with single tap." into lmp-preview-dev 2014-06-04 13:23:24 +00:00
Adrian Roos
1e9021aef8 Merge "Ensure trust agents are only provided by platform packages" into lmp-preview-dev 2014-06-04 13:18:40 +00:00
Lorenzo Colitti
ea1984fd3b Call a network restricted only if all capabilities are restricted
When guessing whether a network is restricted or not (e.g., when
constructing a NetworkCapabilities object from an APN type, or
when constructing a request using startUsingNetworkFeature),
only assume the network is restricted if all the capabilities it
provides are typically provided by restricted networks (e.g.,
IMS, FOTA, etc.).

Previous code would conclude a network was restricted even if it
supported one "restricted" capability, so for example an APN
that provides both Internet connectivity and FOTA was marked as
restricted. This caused it to become ineligible to provide the
default Internet connection, because that must be unrestricted.

Also expand the list of restricted APN types a bit.

Bug: 15417453
Change-Id: I8c385f2cc83c695449dc8cf943d918321716fe58
2014-06-04 20:04:38 +09:00
John Spurlock
d55c56b86e Merge "QuickSettings: Filter signal assets with color filter." into lmp-preview-dev 2014-06-04 05:44:16 +00:00
John Spurlock
faa3262c1d QuickSettings: Filter signal assets with color filter.
Apply static color filter to signal assets to match other
tiles.

Bug:15186962
Bug:15414911
Change-Id: I0732460a5c337ced35be43418f3deda9395fa215
2014-06-04 01:38:34 -04:00
John Spurlock
d47f3856bd QuickSettings: Remove outlined version of location icon.
Bug:15186962
Change-Id: I6a7d04abcc4b5593d436b0ec46ecf77f207c6b54
2014-06-04 01:00:37 -04:00
Lorenzo Colitti
46ccfda1fe Merge "Make requests for restricted networks not require unrestricted access." into lmp-preview-dev 2014-06-04 05:00:22 +00:00
Baligh Uddin
4854456738 Merge "Import translations. DO NOT MERGE" into lmp-preview-dev 2014-06-04 04:50:43 +00:00
John Spurlock
012d4a229c QuickSettings: Tile label string updates.
Bug:15186962
Change-Id: I4a1167e094de81ffbcb498815bb1c7c03fc2be7b
2014-06-04 00:42:29 -04:00
Baligh Uddin
08dede77d8 Merge "Import translations. DO NOT MERGE" into lmp-preview-dev 2014-06-04 04:40:42 +00:00
Baligh Uddin
ba7c75284a Merge "Import translations. DO NOT MERGE" into lmp-preview-dev 2014-06-04 04:40:30 +00:00
John Spurlock
775f7d85d9 Merge "QuickSettings: System accent color for seekbars." into lmp-preview-dev 2014-06-04 04:20:48 +00:00
John Spurlock
ed33da1734 QuickSettings: System accent color for seekbars.
Decouple system ui's seekbar's color from the platform
default.

Bug:15186962
Change-Id: I8e4f5605bf5f8be32b290e588d2d854e908f2387
2014-06-04 00:18:27 -04:00
Raph Levien
854363e3d2 Fix incorrect getStringBounds (Minikin)
This patch wires up getStringBounds to do the layout with Minikin to get
accurate bounds, and with the correct typeface. It fixes bug 15416575
"getStringBounds gives wrong result in Minikin".

Change-Id: I5c020bc372acb1d785a33c3c296239c151bd8c87
2014-06-03 21:11:06 -07:00
Lorenzo Colitti
4077acbecc Make requests for restricted networks not require unrestricted access.
Currently, calling startUsingNetworkFeature for a restricted APN
type (e.g., IMS or FOTA) will create a request that requires
NET_CAPABILITY_NOT_RESTRICTED. Because these APNs are restricted,
when we bring them up we conclude that it does not match the
unrestricted requirement, and we tear them down.

1. Clear the NET_CAPABILITY_NOT_RESTRICTED capability when
   creating requests in startUsingNetworkFeature.
2. Refactor the code to a common function so this cannot happen
   again.

Bug: 15191336
Change-Id: Id1ec79c58ff79b1a83457ffaecc57d50b61ed4e4
2014-06-04 12:20:06 +09:00
Alan Viverette
07bfc4ba2e Merge "Fix RadialTimePicker styling" into lmp-preview-dev 2014-06-04 01:43:21 +00:00
Adam Powell
0d523cc394 Fix some brain itch.
Set a default start content inset for quantum action bars.

Change-Id: I97f8b07b52b3afed265691d48caaeb6c54c95f78
2014-06-03 18:39:33 -07:00
Alan Viverette
eb1d3798e3 Fix RadialTimePicker styling
Also sneaks in some whitespace cleanup for PhoneWindow!

Change-Id: I1bc8a889a59d69ae80b6cfbf54d57cd7f8ad4a36
2014-06-03 18:36:03 -07:00
Alan Viverette
ef8f79a928 Merge "Fix action bar menu inflation context" into lmp-preview-dev 2014-06-04 01:17:25 +00:00
Adam Powell
bc1ff4dd7e Merge "Implement action bar tab mode for Toolbar-based decor action bars" into lmp-preview-dev 2014-06-04 01:17:06 +00:00
Robert Greenwalt
7722b379ef Merge "Fix legacy APIs." into lmp-preview-dev 2014-06-04 01:14:38 +00:00
Winson Chung
aef51c63d7 Merge "Fixing back regression in Recents." into lmp-preview-dev 2014-06-04 01:09:58 +00:00
Eric Laurent
01fae55d17 add permission for AudioManager routing APIs.
Add signature or system permission
"android.permission.MODIFY_AUDIO_ROUTING" for AudioManager APIs
allowing system services and applications to modify audio routing.

Bug: 14815883.
Change-Id: If09f6f3a166a6b2f3761b65dbde0c86873850f07
2014-06-04 01:07:53 +00:00
Igor Murashkin
c6b4d9b8d1 Merge "camera2: Implement most of CameraCaptureSession" into lmp-preview-dev 2014-06-04 01:00:06 +00:00
Adam Powell
e002c2fb39 Implement action bar tab mode for Toolbar-based decor action bars
Coordinate between the stacked row, etc. Also fix a silly bug in
Toolbar child views with Gravity.BOTTOM.

Bug 15332084

Change-Id: Ie91b7d5255c63d9befcc65d7939c1523e018809f
2014-06-03 17:58:22 -07:00
Dianne Hackborn
7737ab44b1 Merge "Force write battery stats after a --history-since." into lmp-preview-dev 2014-06-04 00:54:45 +00:00