151662 Commits

Author SHA1 Message Date
Adrian Roos
93b18bda1b Update soundscape for L
Bug: 15725449
Change-Id: I8c1033b24a50a61185d042bd6d214d7a3407ccbe
2014-08-26 04:24:31 +00:00
Dan Sandler
ea75fddbb4 Allow listeners to fetch current notifications by key.
Bug: 16574195
Change-Id: I269dbcc7fc8912d84229f6a3d950b0015625ae7a
2014-08-26 04:24:10 +00:00
Selim Cinek
dc016a645b am 2c783c71: am 76b35f70: Merge "Fixed a bug where the clipRect was not correctly reset" into lmp-dev
* commit '2c783c7100cb4aa9c52c70a19ae82caac8e4d5e6':
  Fixed a bug where the clipRect was not correctly reset
2014-08-26 04:17:08 +00:00
Selim Cinek
3e4f3279ca am ab5f5d1c: am 2218b24d: Merge "Fixed the navigation bar for LTR languages." into lmp-dev
* commit 'ab5f5d1ca3d838586af43e872d02c98d968bdd2f':
  Fixed the navigation bar for LTR languages.
2014-08-26 04:17:01 +00:00
Brian Colonna
ad2aad4f6e am 24374512: am 92a8d65b: Merge "Bug 17250075: Turned off debugging for launching secure camera" into lmp-dev
* commit '24374512946d07b8bd890eea09377ea3ca9c3aef':
  Bug 17250075: Turned off debugging for launching secure camera
2014-08-26 04:16:56 +00:00
Chulwoo Lee
9d989c29f5 am 748bbc04: Merge "Fix checking trackId" into lmp-dev
* commit '748bbc043491accb97f8935276ab559e2969dd55':
  Fix checking trackId
2014-08-26 02:56:23 +00:00
Chulwoo Lee
f710befdab Merge "Fix checking trackId" into lmp-dev 2014-08-26 02:46:42 +00:00
Chulwoo Lee
984d99b584 Fix checking trackId
BUG: 17261638
Change-Id: I141b7c9de1289c49f29d2f1e1ac534045abb333d
2014-08-26 11:29:17 +09:00
Mohamad Ayyash
c508d03a94 Set text color for the output log.
In some devices the text color is the same as the background color.

Change-Id: I215d381a427e3b3ed7e29d3078752d093318b53d
2014-08-25 19:27:57 -07:00
Adam Powell
e8fd487a83 am 44c81774: Merge "Add state save/restore for Toolbar" into lmp-dev
* commit '44c81774a0ff2eaa63392b485c7f2c41b3b55a22':
  Add state save/restore for Toolbar
2014-08-26 01:36:21 +00:00
Adam Powell
b79a70ab71 Merge "Add state save/restore for Toolbar" into lmp-dev 2014-08-26 01:29:15 +00:00
Adam Powell
31c91c8179 Add state save/restore for Toolbar
Save and restore the menu state for Toolbars. This will make sure that
we remember expanded action views and opened overflow menus across
state save/restore.

Remove an extra event post involved in the initial population of
action bar menus. Apparently at some point an extra level of this was
added that isn't necessary. Process any pending menu invalidations
immediately when we perform window state restoration. This makes sure
individual bits of state in action views, etc. are also restored
properly.

Bug 12005461

Change-Id: Icf905698576b11a59641bc319adc62300857906f
2014-08-25 18:25:54 -07:00
Robert Greenwalt
fbb6e8811e am e252f526: Merge "Update VPN whitelist/blacklist api docs." into lmp-dev
* commit 'e252f526316ab8ca4f5e890d001d500ed01b35cf':
  Update VPN whitelist/blacklist api docs.
2014-08-26 01:17:25 +00:00
Shishir Agrawal
163d391a53 am 3c8681fe: Merge "Modify IccOpenLogicalChannelResponse: Document and rename constants." into lmp-dev
* commit '3c8681fe536e7623af35e71a1fa17524126747e6':
  Modify IccOpenLogicalChannelResponse: Document and rename constants.
2014-08-26 01:17:19 +00:00
Matthew Williams
3c8a42ddd9 Don't back-off ALREADY_IN_PROGRESS syncs
BUG: 16219182
The issue is that some adapters get into a bad state where
SyncManager assumes them complete yet they are still going. This
result in ALREADY_IN_PROGRESS coming back from the adapter, the
default retry-time for which is about 10s.
Subject ALREADY_IN_PROGRESS to exponential back-off to avoid waking
up SM every ~10 seconds

Change-Id: I6cef787366436c678bac762ec6daf6212f04badc
2014-08-25 18:09:41 -07:00
Robert Greenwalt
ad3fc40737 Merge "Update VPN whitelist/blacklist api docs." into lmp-dev 2014-08-26 00:58:51 +00:00
Shishir Agrawal
b2d21c21cc Merge "Modify IccOpenLogicalChannelResponse: Document and rename constants." into lmp-dev 2014-08-26 00:58:50 +00:00
Robert Greenwalt
fc4f721a87 Update VPN whitelist/blacklist api docs.
Addressing what happens to unwhitelisted or blacklisted apps.

bug:17206162
Change-Id: I0b863946de277e6528675cc5412267a03f7b6841
2014-08-25 17:55:28 -07:00
Adam Lesinski
31245b4f06 Introduce anydpi density resource qualifier
This is meant to be used with scaleable vector
drawables, and are chosen as the best match unless
there is a configuration that matches the density
requested exactly.

Bug:17007265
Change-Id: Ic3288d0236fe0bff20bb1599aba2582c25b0db32
2014-08-25 17:47:30 -07:00
Craig Mautner
5bfbd28155 am dbbb7951: Merge "Update API per council requests" into lmp-dev
* commit 'dbbb79515dd2a5a4a22cf9b7e138c4669fe06224':
  Update API per council requests
2014-08-26 00:09:56 +00:00
Craig Mautner
1adbf22861 Merge "Update API per council requests" into lmp-dev 2014-08-26 00:00:18 +00:00
Craig Mautner
79323120dd Remove redundant call to window manager addTask()
If there are activities in persisted tasks then calling addAppToken()
will automatically call addTask(). If there are no activities then
calling addTask() is a nop. In either case the call to addTask() is
unnecessary. It was actually worse than unnecessary because in the
former case we ended up with two identical tasks in the Window
Manager.

Fixes bug 16958544.

Change-Id: I2dc4b50aa94668873c1a783c47e0c696d62616f0
2014-08-25 16:56:52 -07:00
Dongwon Kang
66c2f9ed3f am 0628fbf6: Merge "TIF: fix NPE when notifyXXX is called on c-tor of Session implementation" into lmp-dev
* commit '0628fbf6b953f852308c96fbc24b91fd5e81a476':
  TIF: fix NPE when notifyXXX is called on c-tor of Session implementation
2014-08-25 23:54:21 +00:00
Dongwon Kang
f178c14919 Merge "TIF: fix NPE when notifyXXX is called on c-tor of Session implementation" into lmp-dev 2014-08-25 23:44:34 +00:00
Dongwon Kang
c88b8f8722 TIF: fix NPE when notifyXXX is called on c-tor of Session implementation
Bug: 17241260
Change-Id: Ib82ed9fb98f13e31cdf70a3bb273384abcf1b33a
2014-08-26 08:41:40 +09:00
Chris Craik
8d14d9477d am 6210c6dc: Merge "Create z reordering boundaries around dispatchDraw" into lmp-dev
* commit '6210c6dc35fdf7074abc5d25fed90f614b2eea33':
  Create z reordering boundaries around dispatchDraw
2014-08-25 23:28:58 +00:00
Dianne Hackborn
ac081aa9ad am 8db0a171: Merge "Fix issue #16366571: UIDs for work and normal Chrome processes are the same" into lmp-dev
* commit '8db0a171e290af8fdaf458ff0782d5f756b3024e':
  Fix issue #16366571: UIDs for work and normal Chrome processes are the same
2014-08-25 23:28:49 +00:00
Chris Craik
366b4234ea Merge "Create z reordering boundaries around dispatchDraw" into lmp-dev 2014-08-25 23:26:19 +00:00
Alan Viverette
042a0cee90 am 20862a7f: Merge "Update material colors" into lmp-dev
* commit '20862a7fe43f05b12a6f95515ab08ae0bffb1bae':
  Update material colors
2014-08-25 23:23:33 +00:00
Robert Greenwalt
b0b823db53 am 298b8237: Merge "Remove listen requests properly." into lmp-dev
* commit '298b823791d0d192742edab6840fc95d075b7a6e':
  Remove listen requests properly.
2014-08-25 23:23:28 +00:00
Dianne Hackborn
4cce1de9fe Merge "Fix issue #16366571: UIDs for work and normal Chrome processes are the same" into lmp-dev 2014-08-25 23:21:48 +00:00
Alan Viverette
83a82983eb Merge "Update material colors" into lmp-dev 2014-08-25 23:18:16 +00:00
Alan Viverette
a1fe772bd7 Update material colors
BUG: 17212898
Change-Id: Ic0806db57e88d5143b4241e419970ffeb2468d50
2014-08-25 16:15:06 -07:00
Robert Greenwalt
739d6dbf9b Merge "Remove listen requests properly." into lmp-dev 2014-08-25 23:12:46 +00:00
Alan Viverette
ff4ef85cf2 am 14c8a3b4: Merge "Revert "Update shadow parameters for television."" into lmp-dev
* commit '14c8a3b4e41511a25b3088739ff0305b3a88b1b3':
  Revert "Update shadow parameters for television."
2014-08-25 23:06:44 +00:00
Alan Viverette
9e05f91cee Merge "Revert "Update shadow parameters for television."" into lmp-dev 2014-08-25 22:55:05 +00:00
Robert Greenwalt
4456cf3ff0 Remove listen requests properly.
https://googleplex-android-review.googlesource.com/#/c/527772/
correctly stopped adding listen requests to the mNetworkForRequestId
sparse array, but when we remove requests, if it's not getting
serviced by a network, we don't remove it from the network.  That
means that when we go to send a notification for that network we have
a request affiliated with the network, but don't have data for the
request and hit this NPE.

If it's not a request, don't do the optimization and remove it only
from the network servicing the request, but instead scan all networks
and remove it from each, if found.

bug:17239054
Change-Id: I49165ed08c224ef20f703469f9ce39df5f21b163
2014-08-25 15:42:10 -07:00
Tim Murray
003c91df3e am be744e83: Merge "Update RenderScript docs." into lmp-dev
* commit 'be744e832a12918ef7eaca81519176dc0806839f':
  Update RenderScript docs.
2014-08-25 22:41:35 +00:00
John Spurlock
4bd7b56bc4 am a60bba8d: Merge "QS: Wire up screen casting to tile/panel." into lmp-dev
* commit 'a60bba8d96e4c6a3c526fe047533f4fdca1e51db':
  QS: Wire up screen casting to tile/panel.
2014-08-25 22:41:30 +00:00
Nancy Chen
df4c1fc1e4 am f9317703: Merge "API review PhoneManager -> TelecommManager. Rename methods (6/6)" into lmp-dev
* commit 'f93177032fa01dab1d1e60c610ddbae50cd5d93d':
  API review PhoneManager -> TelecommManager. Rename methods (6/6)
2014-08-25 22:41:21 +00:00
Tim Murray
1df3f99d2d Merge "Update RenderScript docs." into lmp-dev 2014-08-25 22:35:58 +00:00
Chris Craik
8afd0f245c Create z reordering boundaries around dispatchDraw
bug:16012254

This means rendernodes with a Z will no longer be drawn at the end of
their parent's DisplayList, but at the end of the associated reorder
region (DisplayListData::Chunk).

Change-Id: Ia033fee9d9a4db567b2a8d5e90fc57a4d0a64544
2014-08-25 15:35:40 -07:00
John Spurlock
d38eeb5512 Merge "QS: Wire up screen casting to tile/panel." into lmp-dev 2014-08-25 22:35:25 +00:00
Alan Viverette
f707774ae1 Revert "Update shadow parameters for television."
Missing several important values, plus we're changing the
styling attributes so this would break anyway.

This reverts commit 97fe804398a3c6c3f7bd888f7c0129f1c130bb00.

BUG: 17221975
Change-Id: I3b4a712ca21f3821ecadfc6c9d91b604f7154f0e
2014-08-25 22:32:14 +00:00
John Reck
c1469f39b5 DO NOT MERGE Copy shaders
Bug: 16733996

Change-Id: I84afc1b24a23dd6ddf5ab48fb2bfcbe779f8d3e3
2014-08-25 15:27:11 -07:00
Nancy Chen
e4b1d57dfd Merge "API review PhoneManager -> TelecommManager. Rename methods (6/6)" into lmp-dev 2014-08-25 22:24:09 +00:00
Baligh Uddin
77e2a102b3 am f4870da9: (-s ours) am 00e4b6c5: (-s ours) am b48db445: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
* commit 'f4870da9a131fa1a038be256cca66d6b6b80c401':
  Import translations. DO NOT MERGE
2014-08-25 22:24:07 +00:00
Baligh Uddin
d081836964 am 6f60ce4e: (-s ours) am 7fbc5ae8: (-s ours) am 2be95a8b: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
* commit '6f60ce4ee061cb07fbee74da9ed13ec48cfb9cc9':
  Import translations. DO NOT MERGE
2014-08-25 22:23:57 +00:00
Baligh Uddin
92ef7bc902 am fcc60692: (-s ours) am d12be991: (-s ours) am 21281ae6: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
* commit 'fcc606922944bbc4e5e55b96eec5e0565f10b710':
  Import translations. DO NOT MERGE
2014-08-25 22:23:52 +00:00
Baligh Uddin
104a786e2b am 9a828f39: (-s ours) am 33a062f2: (-s ours) am 7da569a5: (-s ours) Merge "Import translations. DO NOT MERGE" into klp-modular-dev
* commit '9a828f39c8071d16c7f52ad80257628f684aa45d':
  Import translations. DO NOT MERGE
2014-08-25 22:23:48 +00:00