OSDN Git Service

android-x86/frameworks-base.git
10 years agoUpdate TrustAgentService API after review.
Jim Miller [Fri, 15 Aug 2014 01:02:45 +0000 (18:02 -0700)]
Update TrustAgentService API after review.

Also documents timebase on related DevicePolicyManager API.

Fixes bugs 16401527 and 17046034

Change-Id: I8ee6d0055ab6f52ec71630344d3232f7875d9c1d

10 years agoMerge "Display notification effects suppressor in the volume panel." into lmp-dev
John Spurlock [Fri, 22 Aug 2014 22:09:34 +0000 (22:09 +0000)]
Merge "Display notification effects suppressor in the volume panel." into lmp-dev

10 years agoDisplay notification effects suppressor in the volume panel.
John Spurlock [Fri, 22 Aug 2014 18:54:46 +0000 (14:54 -0400)]
Display notification effects suppressor in the volume panel.

Bug:16958514

Change-Id: I0eac173875e8af62e3c6b39001722c3fda4517de

10 years agoMerge "SurfaceControl: free ref when not used anymore" into lmp-dev
Pat Tjin [Fri, 22 Aug 2014 22:04:35 +0000 (22:04 +0000)]
Merge "SurfaceControl: free ref when not used anymore" into lmp-dev

10 years agoMerge "Fix (another) measurement issue in ActionBarContainer" into lmp-dev
Adam Powell [Fri, 22 Aug 2014 21:20:22 +0000 (21:20 +0000)]
Merge "Fix (another) measurement issue in ActionBarContainer" into lmp-dev

10 years agoMerge "Add config settings for ethernet/wifi tcp buffers" into lmp-dev
Robert Greenwalt [Fri, 22 Aug 2014 21:14:33 +0000 (21:14 +0000)]
Merge "Add config settings for ethernet/wifi tcp buffers" into lmp-dev

10 years agoMerge "Automatically bind to newly-installed backup transports" into lmp-dev
Christopher Tate [Fri, 22 Aug 2014 21:11:40 +0000 (21:11 +0000)]
Merge "Automatically bind to newly-installed backup transports" into lmp-dev

10 years agoMerge "AAPT: Dump installLocation in badging" into lmp-dev
Adam Lesinski [Fri, 22 Aug 2014 21:08:59 +0000 (21:08 +0000)]
Merge "AAPT: Dump installLocation in badging" into lmp-dev

10 years agoMerge "Show a user switching dialog before starting the user switch" into lmp-dev
Amith Yamasani [Fri, 22 Aug 2014 21:08:14 +0000 (21:08 +0000)]
Merge "Show a user switching dialog before starting the user switch" into lmp-dev

10 years agoMerge "JobScheduler only run jobs for started users." into lmp-dev
Matthew Williams [Fri, 22 Aug 2014 21:07:57 +0000 (21:07 +0000)]
Merge "JobScheduler only run jobs for started users." into lmp-dev

10 years agoMerge "Fix jank in when drawing magnification bounds" into lmp-dev
Svetoslav [Fri, 22 Aug 2014 21:07:08 +0000 (21:07 +0000)]
Merge "Fix jank in when drawing magnification bounds" into lmp-dev

10 years agoMerge "Improve the spot shadow computation." into lmp-dev
ztenghui [Fri, 22 Aug 2014 21:04:48 +0000 (21:04 +0000)]
Merge "Improve the spot shadow computation." into lmp-dev

10 years agoFix (another) measurement issue in ActionBarContainer
Adam Powell [Fri, 22 Aug 2014 20:57:43 +0000 (13:57 -0700)]
Fix (another) measurement issue in ActionBarContainer

Or, the patch in which we discover how many silly bugs adamp caused in
e77b6590.

Change-Id: Iaacd3792d161e068dee74b897872e9ab2f155aca

10 years agoImprove the spot shadow computation.
ztenghui [Thu, 21 Aug 2014 20:47:54 +0000 (13:47 -0700)]
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

10 years agoMerge "Don't show the pseudolocales unless we're in developer mode." into lmp-dev
Elliott Hughes [Fri, 22 Aug 2014 20:42:18 +0000 (20:42 +0000)]
Merge "Don't show the pseudolocales unless we're in developer mode." into lmp-dev

10 years agoAutomatically bind to newly-installed backup transports
Christopher Tate [Thu, 21 Aug 2014 22:45:47 +0000 (15:45 -0700)]
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

10 years agoUse proper ril.ecclist when no sim state
giseok.seo [Fri, 22 Aug 2014 01:30:35 +0000 (10:30 +0900)]
Use proper ril.ecclist when no sim state

Bug: 17139446
Signed-off-by: giseok.seo <giseok.seo@lge.com>
Change-Id: I2f420973b29092b8a6cceb8cf4bd77d0ee8372bd

10 years agoMerge "Fixing AVD animation with startOffset" into lmp-dev
ztenghui [Fri, 22 Aug 2014 20:23:23 +0000 (20:23 +0000)]
Merge "Fixing AVD animation with startOffset" into lmp-dev

10 years agoMerge "Revert immutable Shader change" into lmp-dev
John Reck [Fri, 22 Aug 2014 20:19:33 +0000 (20:19 +0000)]
Merge "Revert immutable Shader change" into lmp-dev

10 years agoMerge "Work on issue #17011123: Hit Back/Recents button when in Recents..." into...
Dianne Hackborn [Fri, 22 Aug 2014 20:05:38 +0000 (20:05 +0000)]
Merge "Work on issue #17011123: Hit Back/Recents button when in Recents..." into lmp-dev

10 years agoAAPT: Dump installLocation in badging
Adam Lesinski [Fri, 22 Aug 2014 19:56:26 +0000 (12:56 -0700)]
AAPT: Dump installLocation in badging

Bug:17033144
Change-Id: I87dea9af47eef8bcba1465df9b49e355ac6346ec

10 years agoShow a user switching dialog before starting the user switch
Amith Yamasani [Fri, 22 Aug 2014 16:27:25 +0000 (09:27 -0700)]
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

10 years agoSurfaceControl: free ref when not used anymore
Thierry Strudel [Fri, 22 Aug 2014 18:19:09 +0000 (11:19 -0700)]
SurfaceControl: free ref when not used anymore

C standard does not ensure order in which arguments are evaluated leading to
faulty behavior in x86 case.

Bug: 17206275

Change-Id: I6553c55bcf646d93413135aed733f20b91852735
Signed-off-by: Thierry Strudel <thierry.strudel@intel.com>
10 years agoMerge "Changed the color of buttonBarButtonStyle in the Material theme" into lmp-dev
Christian Robertson [Fri, 22 Aug 2014 19:47:58 +0000 (19:47 +0000)]
Merge "Changed the color of buttonBarButtonStyle in the Material theme" into lmp-dev

10 years agoFixing AVD animation with startOffset
ztenghui [Fri, 22 Aug 2014 17:35:04 +0000 (10:35 -0700)]
Fixing AVD animation with startOffset

b/17160751

Change-Id: If030ca04f5a7dd7e732dcc5dfb18d51faa7e7b79

10 years agoMerge "NoMan: Turn off aggregated stats" into lmp-dev
Christoph Studer [Fri, 22 Aug 2014 19:40:56 +0000 (19:40 +0000)]
Merge "NoMan: Turn off aggregated stats" into lmp-dev

10 years agoMerge "NoMan: Add flag to turn off aggregated in-mem stats" into lmp-dev
Christoph Studer [Fri, 22 Aug 2014 19:40:16 +0000 (19:40 +0000)]
Merge "NoMan: Add flag to turn off aggregated in-mem stats" into lmp-dev

10 years agoMerge "MediaCodeInfo: fix support for feature-can-swap-width-height" into lmp-dev
Lajos Molnar [Fri, 22 Aug 2014 19:38:22 +0000 (19:38 +0000)]
Merge "MediaCodeInfo: fix support for feature-can-swap-width-height" into lmp-dev

10 years agoMerge "Hiding missed Video telephony related APIs." into lmp-dev
Tyler Gunn [Fri, 22 Aug 2014 19:18:26 +0000 (19:18 +0000)]
Merge "Hiding missed Video telephony related APIs." into lmp-dev

10 years agoMerge "VideoView: unhide setVideoURI api and add document." into lmp-dev
Ronghua Wu [Fri, 22 Aug 2014 19:16:57 +0000 (19:16 +0000)]
Merge "VideoView: unhide setVideoURI api and add document." into lmp-dev

10 years agoMerge "Fix RTL bug for actionbar tooltips" into lmp-dev
Yigit Boyar [Fri, 22 Aug 2014 19:15:39 +0000 (19:15 +0000)]
Merge "Fix RTL bug for actionbar tooltips" into lmp-dev

10 years agoMerge "Change actionbar title size for landscape" into lmp-dev
Yigit Boyar [Fri, 22 Aug 2014 19:15:24 +0000 (19:15 +0000)]
Merge "Change actionbar title size for landscape" into lmp-dev

10 years agoFix jank in when drawing magnification bounds
Svetoslav [Fri, 22 Aug 2014 19:14:28 +0000 (12:14 -0700)]
Fix jank in when drawing magnification bounds

There was an off-by-one error in computing the invalidated
rectangle when drawing the magnified region border.

bug:17199352

Change-Id: Id0a1af092b7124bbdca316534c035ed9af829326

10 years agoNoMan: Turn off aggregated stats
Christoph Studer [Fri, 22 Aug 2014 18:51:26 +0000 (20:51 +0200)]
NoMan: Turn off aggregated stats

Aggregated stats can grow unboundedly and shouldn't be enabled
for prod builds.

Bug: 16777910
Change-Id: I1c9303fc3aab93fd75f4dfbbf2e3de467a72f99e

10 years agoNoMan: Add flag to turn off aggregated in-mem stats
Christoph Studer [Fri, 22 Aug 2014 18:45:28 +0000 (20:45 +0200)]
NoMan: Add flag to turn off aggregated in-mem stats

Bug: 16777910
Change-Id: Ic5baa910988f027c82ba16d713a44cc5d55b8333

10 years agoDon't show the pseudolocales unless we're in developer mode.
Elliott Hughes [Fri, 22 Aug 2014 18:45:33 +0000 (11:45 -0700)]
Don't show the pseudolocales unless we're in developer mode.

The old zz_ZY and zz_ZZ pseudolocales are gone, replaced by ar_XB and en_XA.
The existing check for "developer mode" wasn't working, and now the
pseudolocales are there by default, we want to _remove_ them if we're not
in developer mode rather than add them if we are in developer mode.

Bug: 17190407
Change-Id: I6ee6eba53f5b816ef8e0d1768c94cd3484a196b5

10 years agoMerge "TIF: Fix comments in TvContentRating" into lmp-dev
Jae Seo [Fri, 22 Aug 2014 18:41:31 +0000 (18:41 +0000)]
Merge "TIF: Fix comments in TvContentRating" into lmp-dev

10 years agoHiding missed Video telephony related APIs.
Tyler Gunn [Fri, 22 Aug 2014 18:33:13 +0000 (11:33 -0700)]
Hiding missed Video telephony related APIs.

Bug: 17188135
Change-Id: I9b569936bff285463d32df878efb26041917c51b

10 years agoTIF: Fix comments in TvContentRating
Jae Seo [Fri, 22 Aug 2014 17:52:01 +0000 (10:52 -0700)]
TIF: Fix comments in TvContentRating

Bug: 16876068
Change-Id: I4c8be4ecbbdefac8e85531fa9b918f454b9e45d8

10 years agoRevert immutable Shader change
John Reck [Fri, 22 Aug 2014 18:15:37 +0000 (11:15 -0700)]
Revert immutable Shader change

 Bug: 16733996

Change-Id: I51686aaf8f6ae8d0e390e298ad70f98f81c5f555

10 years agoMerge "Add a missing condition when checking measurement for ActionBarContainer"...
Adam Powell [Fri, 22 Aug 2014 18:03:19 +0000 (18:03 +0000)]
Merge "Add a missing condition when checking measurement for ActionBarContainer" into lmp-dev

10 years agoMerge "Add Voice Assist key." into lmp-dev
Michael Wright [Fri, 22 Aug 2014 18:02:26 +0000 (18:02 +0000)]
Merge "Add Voice Assist key." into lmp-dev

10 years agoVideoView: unhide setVideoURI api and add document.
Ronghua Wu [Wed, 20 Aug 2014 23:24:52 +0000 (16:24 -0700)]
VideoView: unhide setVideoURI api and add document.

Bug: 16899444
Change-Id: I576a4b334d8b1fe89f93df3587386ac7f9455687

10 years agoMerge "Update normalized phone number for contact for successful call" into lmp-dev
Yorke Lee [Fri, 22 Aug 2014 17:55:48 +0000 (17:55 +0000)]
Merge "Update normalized phone number for contact for successful call" into lmp-dev

10 years agoAdd a missing condition when checking measurement for ActionBarContainer
Adam Powell [Fri, 22 Aug 2014 17:46:55 +0000 (10:46 -0700)]
Add a missing condition when checking measurement for ActionBarContainer

It even said "non-tab" right there.

Bug 17202141

Change-Id: Iacc7ec9610d2639aab59dd57ba7194178fb6391f

10 years agoMerge "Hiding Video telephony related APIs." into lmp-dev
Tyler Gunn [Fri, 22 Aug 2014 17:12:56 +0000 (17:12 +0000)]
Merge "Hiding Video telephony related APIs." into lmp-dev

10 years agoMerge "Move SystemBackupAgent from services.jar to frameworks.jar" into lmp-dev
Brian Carlstrom [Fri, 22 Aug 2014 17:03:48 +0000 (17:03 +0000)]
Merge "Move SystemBackupAgent from services.jar to frameworks.jar" into lmp-dev

10 years agoMerge "Switch to proper networkcallback api" into lmp-dev
Jason Monk [Fri, 22 Aug 2014 16:56:43 +0000 (16:56 +0000)]
Merge "Switch to proper networkcallback api" into lmp-dev

10 years agoMerge "Allow NetworkRequest release from the system process." into lmp-dev
Jeff Davidson [Fri, 22 Aug 2014 16:52:27 +0000 (16:52 +0000)]
Merge "Allow NetworkRequest release from the system process." into lmp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Fri, 22 Aug 2014 16:49:58 +0000 (16:49 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Fri, 22 Aug 2014 16:41:27 +0000 (16:41 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoMerge "Zen: "Muted by <x>" indicator string." into lmp-dev
John Spurlock [Fri, 22 Aug 2014 16:06:05 +0000 (16:06 +0000)]
Merge "Zen: "Muted by <x>" indicator string." into lmp-dev

10 years agoMerge "Send notification messages immediatelly" into lmp-dev
Youngsang Cho [Fri, 22 Aug 2014 15:54:11 +0000 (15:54 +0000)]
Merge "Send notification messages immediatelly" into lmp-dev

10 years agoSend notification messages immediatelly
Youngsang Cho [Fri, 22 Aug 2014 12:27:47 +0000 (21:27 +0900)]
Send notification messages immediatelly

Notification messages are posted through a handler with a main thread.
When a caller of TIS.notifyXXX runs also in a main thread, the notification
is delivered after the method including the caller is finished.
So we added runOnMainThread and made notification messages sent through
runOnMainThread.

Change-Id: Ieb2c5c04ff031e42a532acfc45e0174563265c6b

10 years agoMerge "Fixed focusing order for the notification panel and QS" into lmp-dev
Selim Cinek [Fri, 22 Aug 2014 15:35:53 +0000 (15:35 +0000)]
Merge "Fixed focusing order for the notification panel and QS" into lmp-dev

10 years agoSwitch to proper networkcallback api
Jason Monk [Thu, 21 Aug 2014 17:44:18 +0000 (13:44 -0400)]
Switch to proper networkcallback api

This will listen properly for the connection of the VPNs.  It will
also listen for disconnects, but may catch them slightly delayed
as the connection may be held on to.

Bug: 16153201
Bug: 17164598
Change-Id: I0c522f7fb4007c3376153c4b2a0345391e0b724f

10 years agoFixed focusing order for the notification panel and QS
Selim Cinek [Wed, 20 Aug 2014 21:50:41 +0000 (23:50 +0200)]
Fixed focusing order for the notification panel and QS

Also fixed multiple bugs regarding focusability, where
some elements were focusable even though invisible.
The buttons, QS-tiles, QS-detail buttons, QS Header
icons and other elements now have the correct focusability
state.
The rect indicating accessibility focus is now also
correct for dual label tiles, instead of just the whole
button.
Also fixes an ordering issue where notifications were above
the camera circle when launching.
In addition the focus order of the notifications now work
correctly.

Bug: 15569922
Bug: 15682123
Bug: 17159249
Bug: 15690386
Change-Id: Ie9f7ae73397b41ce2e9a4060699301fdef3a0d01

10 years agoZen: "Muted by <x>" indicator string.
John Spurlock [Fri, 22 Aug 2014 14:52:55 +0000 (10:52 -0400)]
Zen: "Muted by <x>" indicator string.

Bug:16958514
Change-Id: Ic2b9cde74df29ce70f4991f64759544c91e9fac3

10 years agoMerge "Final strings tweaks for work profile" into lmp-dev
Jessica Hummel [Fri, 22 Aug 2014 14:26:55 +0000 (14:26 +0000)]
Merge "Final strings tweaks for work profile" into lmp-dev

10 years agoMerge "Fix notification badge when line 3 not shown." into lmp-dev
Kenny Guy [Fri, 22 Aug 2014 14:20:30 +0000 (14:20 +0000)]
Merge "Fix notification badge when line 3 not shown." into lmp-dev

10 years agoMerge "SysUI: Fix NotificationData dump" into lmp-dev
Christoph Studer [Fri, 22 Aug 2014 14:18:03 +0000 (14:18 +0000)]
Merge "SysUI: Fix NotificationData dump" into lmp-dev

10 years agoMerge "Only run TrustAgentServices for users with secure keyguards" into lmp-dev
Adrian Roos [Fri, 22 Aug 2014 14:17:31 +0000 (14:17 +0000)]
Merge "Only run TrustAgentServices for users with secure keyguards" into lmp-dev

10 years agoSysUI: Fix NotificationData dump
Christoph Studer [Thu, 21 Aug 2014 14:41:45 +0000 (16:41 +0200)]
SysUI: Fix NotificationData dump

Inactive notification count and indices were off.

Change-Id: I6e8555fe7dcaf6e7f999f09fb4cda56622928b07

10 years agoFinal strings tweaks for work profile
Jessica Hummel [Fri, 22 Aug 2014 10:26:55 +0000 (11:26 +0100)]
Final strings tweaks for work profile

Change-Id: I29ea13d522d867f847e72f5c43170a526e4e7f07
bug:15744182

10 years agoMerge "QS: Repoint Wifi + BT dual tile labels to settings." into lmp-dev
John Spurlock [Fri, 22 Aug 2014 13:27:46 +0000 (13:27 +0000)]
Merge "QS: Repoint Wifi + BT dual tile labels to settings." into lmp-dev

10 years agoMerge "Don't do ambient display when in power-conservation mode." into lmp-dev
John Spurlock [Fri, 22 Aug 2014 13:27:28 +0000 (13:27 +0000)]
Merge "Don't do ambient display when in power-conservation mode." into lmp-dev

10 years agoMerge "Content description for padlock icon depending on state" into lmp-dev
Jorim Jaggi [Fri, 22 Aug 2014 13:21:45 +0000 (13:21 +0000)]
Merge "Content description for padlock icon depending on state" into lmp-dev

10 years agoDon't do ambient display when in power-conservation mode.
John Spurlock [Thu, 21 Aug 2014 20:43:45 +0000 (16:43 -0400)]
Don't do ambient display when in power-conservation mode.

Finish SystemUI's doze dream early when we enter saver mode.

Bug:17164834
Change-Id: I79153be34da8c4b6447acf5dc9f93364906b2bab

10 years agoMerge "Doze: Improve icon treatment when dozing." into lmp-dev
John Spurlock [Fri, 22 Aug 2014 12:59:15 +0000 (12:59 +0000)]
Merge "Doze: Improve icon treatment when dozing." into lmp-dev

10 years agoFix notification badge when line 3 not shown.
Kenny Guy [Thu, 24 Jul 2014 18:54:37 +0000 (19:54 +0100)]
Fix notification badge when line 3 not shown.

Ongoing notifications from chrome and drive
don't have content in line 3 so profile badge
wasn't shown.
Add profile badge to large notifications which
hide line 3.

Bug: 16366324
Change-Id: Ib4f1e888674743aa8ef93b7eaceae72602d8df4d

10 years agoRemove a line that was accidentally committed.
Narayan Kamath [Fri, 22 Aug 2014 11:35:04 +0000 (12:35 +0100)]
Remove a line that was accidentally committed.

Prevents the APK from being installed.

bug: 17153971

Change-Id: Ic53c94dc6f0583371965d5edb0b12248c915214e

10 years agoRemove CursorAnchorInfoRequest and related stuff
Yohei Yukawa [Fri, 22 Aug 2014 01:38:44 +0000 (18:38 -0700)]
Remove CursorAnchorInfoRequest and related stuff

This CL removes CursorAnchorInfoRequest and related stuff
in favor of InputConnection.requestUpdateCursorAnchorInfo,
which is more easy to understand. This CL also deprecates
InputMethodManager#updateCursor and related stuff.

Rationale:
1. The spec of #updateCursor says that it provides the cursor
   position in local coordinates, while the input method
   requires it in the screen coordinates.
2. #updateCursor has never been enabled in AOSP, because
   InputMethodManager#isWatchingCursor always returned false.
3. There has been no way to let
   InputMethodManager#isWatchingCursor return true.
4. In L, InputMethodManager#updateCursorAnchorInfo is
   introduced to address all the issues above.

Given that we no longer need to support #updateCursor,
CursorAnchorInfoRequest is overkill when we need to convey
just a couple of parameters.

BUG: 17185263
BUG: 17182367

Change-Id: I4a577bfd02b37b9e56c80b8b41bb25afa95dd8ef

10 years agoMerge "Fix service tests." into lmp-dev
Narayan Kamath [Fri, 22 Aug 2014 07:47:36 +0000 (07:47 +0000)]
Merge "Fix service tests." into lmp-dev

10 years agoAdd spam-safe logger.
Jungshik Jang [Fri, 22 Aug 2014 04:49:55 +0000 (13:49 +0900)]
Add spam-safe logger.

This change introduces a new helper class, HdmiLogger,
which prevents spammy log for same error message.

Bug: 17179667
Change-Id: Ia55808408e0a92b0370cd627361f80754b2f1018

10 years agoMove SystemBackupAgent from services.jar to frameworks.jar
Brian Carlstrom [Fri, 22 Aug 2014 06:15:13 +0000 (23:15 -0700)]
Move SystemBackupAgent from services.jar to frameworks.jar

Bug: 17168017
Change-Id: I89b98ca839a78eeb7fb43930e0699ee235deafad

10 years agoMerge "Implement interfaces for MHL scratchpad command" into lmp-dev
Jungshik Jang [Fri, 22 Aug 2014 05:22:44 +0000 (05:22 +0000)]
Merge "Implement interfaces for MHL scratchpad command" into lmp-dev

10 years agoMerge "Fix docs for circular reveal" into lmp-dev
Chet Haase [Fri, 22 Aug 2014 04:12:49 +0000 (04:12 +0000)]
Merge "Fix docs for circular reveal" into lmp-dev

10 years agoMerge "Clean up RsFountainFbo_intermediates." into lmp-dev
Stephen Hines [Fri, 22 Aug 2014 04:09:46 +0000 (04:09 +0000)]
Merge "Clean up RsFountainFbo_intermediates." into lmp-dev

10 years agoJobScheduler only run jobs for started users.
Matthew Williams [Thu, 21 Aug 2014 20:47:47 +0000 (13:47 -0700)]
JobScheduler only run jobs for started users.

BUG: 12876556
Minor changes to test app to make persisting an option.
Change-Id: I1b40347878ec5ca44cd717ebfeb544f6c58473b5

10 years agoMerge "Rework the per-network URL API." into lmp-dev
Lorenzo Colitti [Fri, 22 Aug 2014 03:07:27 +0000 (03:07 +0000)]
Merge "Rework the per-network URL API." into lmp-dev

10 years agoImplement interfaces for MHL scratchpad command
Jungshik Jang [Thu, 21 Aug 2014 05:17:05 +0000 (14:17 +0900)]
Implement interfaces for MHL scratchpad command

1. Add sendScratchpadCommand to IHdmiControlService interface,
which is used to send scratchpad command.

2. Add IHdmiMhlScratchpadCommandListener to handle incoming
MHL scratchpad command.

Bug: 17146522

Change-Id: I8e8e743dc08a18c80867be470997ce79d3292c15

10 years agoMerge "CEC: Skip routing control/internal source selection conditionally" into lmp-dev
Jinsuk Kim [Fri, 22 Aug 2014 02:14:05 +0000 (02:14 +0000)]
Merge "CEC: Skip routing control/internal source selection conditionally" into lmp-dev

10 years agoRework the per-network URL API.
Lorenzo Colitti [Thu, 21 Aug 2014 18:45:54 +0000 (11:45 -0700)]
Rework the per-network URL API.

This addresses API council comments.

Bug: 17112978
Change-Id: I698b243b2b685d1f25414cee72450be3ae0c2bf0

10 years agoAdd Voice Assist key.
Michael Wright [Fri, 22 Aug 2014 02:05:21 +0000 (19:05 -0700)]
Add Voice Assist key.

The action taken is dependent on whether the device is in an
interactive state, allowing for interactions to work even when the
device isn't actively being used

Bug: 16292420
Change-Id: I897f4383e7e4766c0bcb6246b41514b46e03a9ac

10 years agoFix docs for circular reveal
Chet Haase [Fri, 22 Aug 2014 01:55:38 +0000 (18:55 -0700)]
Fix docs for circular reveal

Issue #17189634 API Review: reveal animation

Change-Id: Iffcec2669368fc95b50ddcba63d0f5c552f49231

10 years agoMerge "Directly propagate Activity titles to action bars" into lmp-dev
Adam Powell [Fri, 22 Aug 2014 01:18:22 +0000 (01:18 +0000)]
Merge "Directly propagate Activity titles to action bars" into lmp-dev

10 years agoDirectly propagate Activity titles to action bars
Adam Powell [Fri, 22 Aug 2014 01:05:53 +0000 (18:05 -0700)]
Directly propagate Activity titles to action bars

Window decor action bars already inherit window title changes if no
explicit action bar title has been set but from an Activity's
perspective setting the activity title is a stronger signal. This is
especially relevant when the activity's action bar has been provided
by the application in the form of a Toolbar.

Bug 17138048

Change-Id: Ibf042cab6bbda3dc29590c09d1a0910b6ba78870

10 years agoMerge "Add private themes for dialogs spawned from Settings theme" into lmp-dev
Alan Viverette [Fri, 22 Aug 2014 01:03:47 +0000 (01:03 +0000)]
Merge "Add private themes for dialogs spawned from Settings theme" into lmp-dev

10 years agoMinor tweaks to recents thumbnails.
Winson Chung [Wed, 20 Aug 2014 22:39:01 +0000 (15:39 -0700)]
Minor tweaks to recents thumbnails.

- Reducing the size of the recents thumbnails
- Skip persisting if we never update the last thumbnail
- Don't bother loading the last thumbnail file descriptor if we have it in memory
- Fixing warning in getting drawable from resource

Change-Id: Ieddaeac75a5e5d80876a9b6b1d50f7cc84c7d6fd

10 years agoMerge "Clean up nullable listeners in date and time picker delegates" into lmp-dev
Alan Viverette [Fri, 22 Aug 2014 01:02:01 +0000 (01:02 +0000)]
Merge "Clean up nullable listeners in date and time picker delegates" into lmp-dev

10 years agoAdd config settings for ethernet/wifi tcp buffers
Robert Greenwalt [Thu, 21 Aug 2014 23:01:56 +0000 (16:01 -0700)]
Add config settings for ethernet/wifi tcp buffers

Replaces the old system properties.

bug:16549611
Change-Id: Id9b238888a6e31cf99ca72b10bd9c57f1589c04d

10 years agoMerge "Guard against EOF when reading in FileBridge." into lmp-dev
Jeff Sharkey [Fri, 22 Aug 2014 00:58:01 +0000 (00:58 +0000)]
Merge "Guard against EOF when reading in FileBridge." into lmp-dev

10 years agoGuard against EOF when reading in FileBridge.
Jeff Sharkey [Fri, 22 Aug 2014 00:54:29 +0000 (17:54 -0700)]
Guard against EOF when reading in FileBridge.

Bug: 17183379
Change-Id: I8856fc149915281093f83f46bad64f211d134322

10 years agoWork on issue #17011123: Hit Back/Recents button when in Recents...
Dianne Hackborn [Fri, 22 Aug 2014 00:50:42 +0000 (17:50 -0700)]
Work on issue #17011123: Hit Back/Recents button when in Recents...

...without interacting with any of the Recents items should not bring
Home back to top

Up navigation needs to be smarter about multi-document and in the case
of being at the root of a document know to re-construct a task for
the app.

Change-Id: Ief874e46e9a9897379dda1010bcce4c5b03d82f1

10 years agoFix RTL bug for actionbar tooltips
Yigit Boyar [Fri, 22 Aug 2014 00:48:58 +0000 (17:48 -0700)]
Fix RTL bug for actionbar tooltips

Bug: 12570378
Change-Id: I13ba94c8b736a3a80a8d79e95bd18b93a1157303

10 years agoMerge "Camera2: Fix return type of CaptureFailure#getFrameNumber" into lmp-dev
Eino-Ville Talvala [Fri, 22 Aug 2014 00:46:40 +0000 (00:46 +0000)]
Merge "Camera2: Fix return type of CaptureFailure#getFrameNumber" into lmp-dev

10 years agoCEC: Skip routing control/internal source selection conditionally
Jinsuk Kim [Fri, 22 Aug 2014 00:07:40 +0000 (09:07 +0900)]
CEC: Skip routing control/internal source selection conditionally

This is necessary for TV woken up by <Text/Image View On> to override
initial TV source selection/routing control, since the input change
will immediately come from external device.

Bug: 17189114
Change-Id: I4aa1ac31bc7f6ab554e29a9e6065e534e15abd58

10 years agoMerge "Camera2: add toString for two params classes" into lmp-dev
Yin-Chia Yeh [Fri, 22 Aug 2014 00:20:05 +0000 (00:20 +0000)]
Merge "Camera2: add toString for two params classes" into lmp-dev

10 years agoMake mAutoAttachOnCreation in DcTracker configuable
Jing Zhao [Wed, 20 Aug 2014 18:51:30 +0000 (13:51 -0500)]
Make mAutoAttachOnCreation in DcTracker configuable

Bug: 17131842
Change-Id: Iba63cff2f8f5b3ed28bde2aca42e91d3693cad54

10 years agoMerge "Content description for next alarm" into lmp-dev
Jorim Jaggi [Fri, 22 Aug 2014 00:05:45 +0000 (00:05 +0000)]
Merge "Content description for next alarm" into lmp-dev