Baligh Uddin
e77eec8867
Import translations. DO NOT MERGE
...
Change-Id: Ie520695726af475fa6c263df03943c9435e599b6
Auto-generated-cl: translation import
2014-08-24 09:27:39 -07:00
Sandeep Siddhartha
a2c1449bb7
Merge "Turn off hotword when in power save mode" into lmp-dev
2014-08-23 22:45:51 +00:00
Paul Lawrence
b8e6838583
Merge "Fix adb backup for encrypted case" into lmp-dev
2014-08-23 20:44:30 +00:00
Matthew Williams
306908f235
Merge "Implement API review feedback for JobScheduler" into lmp-dev
2014-08-23 02:48:19 +00:00
Sandeep Siddhartha
efe0f9c7f2
Turn off hotword when in power save mode
...
Bug: 15705459
Change-Id: Ifa8b80223affffdc00da467c2066bc6370c85af1
2014-08-22 18:35:49 -07:00
Sandeep Siddhartha
a54cd53366
Fix an issue with locale for managing intent
...
Bug: 17187528
Change-Id: I254d838b6b37934ce81dd1fcd5a047b50d593887
2014-08-22 18:34:59 -07:00
Sandeep Siddhartha
a434963fad
Merge "Fix the Locale story in the hotword API" into lmp-dev
2014-08-23 01:08:18 +00:00
Jeff Davidson
79dbce8661
Merge "Restore legacy VPN stats dialog." into lmp-dev
2014-08-23 00:55:11 +00:00
Yigit Boyar
3edb23bc8e
Merge "Clear TextView error when text changes" into lmp-dev
2014-08-23 00:31:00 +00:00
Jeff Brown
d4c3a1f77a
Merge "Fix matrix multiply in accessiblity display adjustments." into lmp-dev
2014-08-23 00:24:01 +00:00
Jeff Brown
a96a3c1b65
Merge changes I9bd3a235,I9c4dbdef into lmp-dev
...
* changes:
Improve adaptive brightness in very dark rooms.
Hide PowerManager methods that third-party apps can't use.
2014-08-23 00:23:45 +00:00
Jeff Brown
d7761be23d
Merge "Poke interactive hint from userActivity and add @SystemApi." into lmp-dev
2014-08-23 00:23:41 +00:00
Jeff Brown
de25dc0708
Merge "Require DEVICE_POWER permission for DOZE_WAKE_LOCK." into lmp-dev
2014-08-23 00:23:26 +00:00
Sandeep Siddhartha
dcf3068fcb
Fix the Locale story in the hotword API
...
Tighten the API by taking in a locale rather than a string tag.
Tighten the checks when reading the enrollment metadata, bail out if any
attribute is missing or invalid.
Add missing recycle call for a TypedArray
Stop recognition when sound model(s) change. This is needed during
un-enrollment/re-enrollment.
Bug: 17187528
Bug: 17205230
Change-Id: Idb00b51ef8c4ea0a8f8993decea582223181fa3d
2014-08-22 17:23:13 -07:00
Jeff Brown
2835bb7867
Merge "Unhide the proximity sensor wakelock." into lmp-dev
2014-08-23 00:23:00 +00:00
Jeff Davidson
90b1b9f985
Restore legacy VPN stats dialog.
...
Was originally removed in ag/522961, but restoring to keep legacy VPN
behavior the same from within VpnSettings. This dialog is only
accesible from VpnSettings and so should only ever be shown for legacy
VPNs.
Bug: 17164793
Change-Id: I06c4e136e1023b8f84edfd15a15264d2e41d325b
2014-08-22 17:06:37 -07:00
Jeff Davidson
8288c5b821
Merge "Restore legacy VPN stats dialog strings." into lmp-dev
2014-08-23 00:03:28 +00:00
Jeff Davidson
8a5a9d32c2
Restore legacy VPN stats dialog strings.
...
Bug: 17164793
Change-Id: I5927cdc4f1ceef4cd1cc1b5d17ae97d285bd9a39
2014-08-22 16:55:32 -07:00
Tim Kilbourn
aa6215a0d2
Merge "Update shadow parameters for television." into lmp-dev
2014-08-22 23:45:40 +00:00
Tim Kilbourn
fbc1931d6a
Update shadow parameters for television.
...
Bug: 15859361
Change-Id: If22767a6aa81f897c0705fa0618c314df27b7dcd
2014-08-22 16:44:53 -07:00
Guang Zhu
1109c7d4fe
Merge "add some missing assert messages for wifi test" into lmp-dev
2014-08-22 23:36:01 +00:00
Yigit Boyar
412bb5ca63
Clear TextView error when text changes
...
This change also fixes another bug where error popup
is cleared when cursor moves using dpad, even though
the text is not changed.
Bug: 15538489
Bug: 3370191
Change-Id: I2804b90178e77ced46477a594331ae1f7306717a
2014-08-22 16:29:08 -07:00
Adam Lesinski
4bf859a9ec
Merge "AAPT: Filtering resource fix" into lmp-dev
2014-08-22 23:25:00 +00:00
Adam Lesinski
a5cc002bfe
AAPT: Filtering resource fix
...
Previously, when filtering resources from an APK using
-c option, if one qualifier matched, we would keep the resource.
However, in the case of something like
-c fr-FR,sw360dp
and with a resource in the APK like so
drawable-fr-FR-sw600dp-v13
we would want this resource to be excluded, as it does not
match the sw360dp qualifier (must be less than or equal to it).
This CL fixed the behavior of the filter to require that all
defined qualifier axis be matched.
Bug:17142358
Change-Id: Ie48f3d516a0e610abc7ba8a7ced4eb3ab52534d4
2014-08-22 16:09:54 -07:00
Matthew Williams
d1c06753d0
Implement API review feedback for JobScheduler
...
BUG: 17005336
Took the opportunity to clean up some back-off logic
Change-Id: Ibc8ae34d1d44dd064ba071e4cbad17872f7e38cf
2014-08-22 16:08:45 -07:00
Jim Miller
c7639333f8
Merge "Update TrustAgentService API after review." into lmp-dev
2014-08-22 23:08:32 +00:00
Elliott Hughes
ed40256670
Merge "Use CLDR narrow am/pm markers." into lmp-dev
2014-08-22 23:02:14 +00:00
Jim Miller
d4efaac5d5
Update TrustAgentService API after review.
...
Also documents timebase on related DevicePolicyManager API.
Fixes bugs 16401527 and 17046034
Change-Id: I8ee6d0055ab6f52ec71630344d3232f7875d9c1d
2014-08-22 22:43:30 +00:00
John Spurlock
7653a30ea0
Merge "Display notification effects suppressor in the volume panel." into lmp-dev
2014-08-22 22:09:35 +00:00
Guang Zhu
12747ab3aa
add some missing assert messages for wifi test
...
Change-Id: I04f4cbbca1a181ab1404fa3abba874e1f78fed3c
2014-08-22 15:08:36 -07:00
John Spurlock
b4782526f5
Display notification effects suppressor in the volume panel.
...
Bug:16958514
Change-Id: I0eac173875e8af62e3c6b39001722c3fda4517de
2014-08-22 18:08:17 -04:00
Pat Tjin
5fa3f3a995
Merge "SurfaceControl: free ref when not used anymore" into lmp-dev
2014-08-22 22:04:37 +00:00
Adam Powell
c9991c7149
Merge "Fix (another) measurement issue in ActionBarContainer" into lmp-dev
2014-08-22 21:20:24 +00:00
Robert Greenwalt
acb570cd84
Merge "Add config settings for ethernet/wifi tcp buffers" into lmp-dev
2014-08-22 21:14:34 +00:00
Christopher Tate
e7bbe47833
Merge "Automatically bind to newly-installed backup transports" into lmp-dev
2014-08-22 21:11:41 +00:00
Adam Lesinski
37e6cbae59
Merge "AAPT: Dump installLocation in badging" into lmp-dev
2014-08-22 21:09:00 +00:00
Amith Yamasani
6dd08fdd91
Merge "Show a user switching dialog before starting the user switch" into lmp-dev
2014-08-22 21:08:15 +00:00
Matthew Williams
12eec2341d
Merge "JobScheduler only run jobs for started users." into lmp-dev
2014-08-22 21:08:06 +00:00
Svetoslav
d9a218d499
Merge "Fix jank in when drawing magnification bounds" into lmp-dev
2014-08-22 21:07:09 +00:00
ztenghui
190ead730f
Merge "Improve the spot shadow computation." into lmp-dev
2014-08-22 21:04:49 +00:00
Adam Powell
2b7ff72683
Fix (another) measurement issue in ActionBarContainer
...
Or, the patch in which we discover how many silly bugs adamp caused in
e77b6590.
Change-Id: Iaacd3792d161e068dee74b897872e9ab2f155aca
2014-08-22 13:57:43 -07:00
ztenghui
c50a03d78a
Improve the spot shadow computation.
...
Get rid of compuation of the intersection for penumbra and convex hull for umbra.
Use simple circle / normal to compute the penumbra and simple intersection for umbra.
The new way could be 2x to 4x faster from rectangle to round shape.
And this part is roughly half of the shadow computation, or 2/3 of spot shadow
computation.
This improve the spot shadow spikeness too.
b/16712006
b/14976551
Change-Id: I02911784868731369efa73f76fc915bc08248600
2014-08-22 13:51:16 -07:00
Elliott Hughes
5d04fee900
Merge "Don't show the pseudolocales unless we're in developer mode." into lmp-dev
2014-08-22 20:42:19 +00:00
Christopher Tate
5684dae9cc
Automatically bind to newly-installed backup transports
...
They'll be rebound automatically at boot, but need to be brought
up immediately. As always they can only be provided by privileged
apps.
Bug 16542048
Change-Id: I9f121a5c111a772deb3f0c44166002a2cbb16ad5
2014-08-22 13:29:46 -07:00
giseok.seo
83749f3479
Use proper ril.ecclist when no sim state
...
Bug: 17139446
Signed-off-by: giseok.seo <giseok.seo@lge.com>
Change-Id: I2f420973b29092b8a6cceb8cf4bd77d0ee8372bd
2014-08-22 20:27:20 +00:00
ztenghui
a94900e587
Merge "Fixing AVD animation with startOffset" into lmp-dev
2014-08-22 20:23:24 +00:00
John Reck
ef22000ea9
Merge "Revert immutable Shader change" into lmp-dev
2014-08-22 20:19:34 +00:00
Dianne Hackborn
250bf41b8e
Merge "Work on issue #17011123 : Hit Back/Recents button when in Recents..." into lmp-dev
2014-08-22 20:05:39 +00:00
Adam Lesinski
caf797c84a
AAPT: Dump installLocation in badging
...
Bug:17033144
Change-Id: I87dea9af47eef8bcba1465df9b49e355ac6346ec
2014-08-22 13:01:11 -07:00
Amith Yamasani
7805a10c86
Show a user switching dialog before starting the user switch
...
switchUser() now first shows a dialog and the dialog calls
startUserInForeground to do the actual switch.
Bug: 16661752
Change-Id: Ie4e2e9eec8bf7c2116694072ea8555b8254a0e13
2014-08-22 13:00:22 -07:00