OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Don't copy Bitmaps when cloning RemoteViews" into nyc-dev
Adrian Roos [Mon, 21 Mar 2016 19:03:50 +0000 (19:03 +0000)]
Merge "Don't copy Bitmaps when cloning RemoteViews" into nyc-dev

8 years agoMerge "Add guard around getXmlFileParser() call" into mnc-ub-dev
Deepanshu Gupta [Mon, 21 Mar 2016 18:59:59 +0000 (18:59 +0000)]
Merge "Add guard around getXmlFileParser() call" into mnc-ub-dev
am: 8662173  -s ours

* commit '86621737fc1ba2d6ce7cb97e61fc8ce186eb851a':
  Add guard around getXmlFileParser() call

8 years agoMerge "Add guard around getXmlFileParser() call" into mnc-ub-dev
Deepanshu Gupta [Mon, 21 Mar 2016 18:53:55 +0000 (18:53 +0000)]
Merge "Add guard around getXmlFileParser() call" into mnc-ub-dev

8 years agoMerge "Update A11y IME switch button content description." into nyc-dev
Abodunrinwa Toki [Mon, 21 Mar 2016 18:46:48 +0000 (18:46 +0000)]
Merge "Update A11y IME switch button content description." into nyc-dev

8 years agoMerge "Correct naming issues with video calling carrier config items." into nyc-dev
Tyler Gunn [Mon, 21 Mar 2016 18:37:08 +0000 (18:37 +0000)]
Merge "Correct naming issues with video calling carrier config items." into nyc-dev

8 years agoMerge "Fix deadlock when full data backup times out" into nyc-dev
Chris Tate [Mon, 21 Mar 2016 18:31:58 +0000 (18:31 +0000)]
Merge "Fix deadlock when full data backup times out" into nyc-dev

8 years agoMerge "Work-around paletted image decoding bug in SDK_JELLYBEAN" into nyc-dev
Matt Sarett [Mon, 21 Mar 2016 18:26:18 +0000 (18:26 +0000)]
Merge "Work-around paletted image decoding bug in SDK_JELLYBEAN" into nyc-dev

8 years agoMerge "API review: Hide ComplexColor and GradientColor" into nyc-dev
Tenghui Zhu [Mon, 21 Mar 2016 18:19:52 +0000 (18:19 +0000)]
Merge "API review: Hide ComplexColor and GradientColor" into nyc-dev

8 years agoMerge "Clarify docs about event recycling." into nyc-dev
Phil Weaver [Mon, 21 Mar 2016 18:11:25 +0000 (18:11 +0000)]
Merge "Clarify docs about event recycling." into nyc-dev

8 years agoAPI review: Hide ComplexColor and GradientColor
Teng-Hui Zhu [Thu, 17 Mar 2016 17:38:43 +0000 (10:38 -0700)]
API review: Hide ComplexColor and GradientColor

b/27532267

Change-Id: I01582e067ec8f4897c34dcec0f7c14700c40e02b

8 years agoMerge "Disallow guest user from changing Wifi settings" into nyc-dev
Samuel Tan [Mon, 21 Mar 2016 17:58:38 +0000 (17:58 +0000)]
Merge "Disallow guest user from changing Wifi settings" into nyc-dev

8 years agoFix deadlock when full data backup times out
Christopher Tate [Sat, 19 Mar 2016 00:59:29 +0000 (17:59 -0700)]
Fix deadlock when full data backup times out

The code was attempting to let a reported error in the app <-> engine
surface take precedence over apparent success at the engine <-> transport
handoff surface.  However, in the case of timeout, this is inappropriate.
It was leading to deadlock because the engine runs free, with socket-closed
as its shutdown signals for determinism.  In this case that means that
having accidentally asked it to finish and report the final result, we
locked up forever since the data it was writing dutifully to the engine
was no longer being consumed, and the actual teardown signals were never
sent.

The fix is to properly express the error-state hierarchy: only when the
engine <-> transport layer is not issuing its own abort is the app-data-
moving layer consulted about errors detected at that surface.

Bug 22348852

Change-Id: I8987be0c4f708116dfeb08098d7222241ed317f3

8 years agoDon't copy Bitmaps when cloning RemoteViews
Adrian Roos [Thu, 17 Mar 2016 01:38:58 +0000 (18:38 -0700)]
Don't copy Bitmaps when cloning RemoteViews

Bug: 27385859
Fixes: 27385859

Change-Id: I9f0768b20e6e71d5366eb21df76c984bfe6989b1

8 years agoMerge "Document the cache bitmap behavior for VD" into nyc-dev
Tenghui Zhu [Mon, 21 Mar 2016 17:30:42 +0000 (17:30 +0000)]
Merge "Document the cache bitmap behavior for VD" into nyc-dev

8 years agoNew Linkify.addLinks function with set of known schemes
Siyamed Sinir [Thu, 3 Mar 2016 00:02:38 +0000 (16:02 -0800)]
New Linkify.addLinks function with set of known schemes

A new addLinks function is added that accepts a default scheme and a
set of known schemes. Default scheme is applied whenever the link found
does not start with one of the given known schemes.

Moreover, previously JavaDoc for addLinks functions with a single scheme
parameter described that the scheme attribute will be prepended to the
links that do not have 'a' scheme. The code actually checks if the link
starts with the given scheme and prepends if not. JavaDoc updated
accordingly.

Bug: 26985901
Change-Id: I94ea81dcf83ba7a6b6cd47c10fe8fb277964eb15

8 years agoRil Error codes: Voice related messages
Ajay Nambi [Mon, 21 Mar 2016 17:06:21 +0000 (17:06 +0000)]
Ril Error codes: Voice related messages
am: 499a8da

* commit '499a8da1daa82f29eecd59f99721a1cdd52db716':
  Ril Error codes: Voice related messages

8 years agoClarify docs about event recycling.
Phil Weaver [Tue, 8 Mar 2016 21:05:10 +0000 (13:05 -0800)]
Clarify docs about event recycling.

Bug: 27454838
Change-Id: I65d0ced3198dc6ad45b99e4932a0d6e32306cf10

8 years agoRil Error codes: Voice related messages
Ajay Nambi [Sat, 19 Mar 2016 16:22:25 +0000 (09:22 -0700)]
Ril Error codes: Voice related messages

This change adds new error codes for messages
related to voice

Bug: 27038563
Change-Id: Id3a212c0b12e1feb26b0836fad3f9399d6dec19c

8 years agoMerge "Fix a javadoc @see error" into nyc-dev
Paul Mclean [Mon, 21 Mar 2016 16:33:04 +0000 (16:33 +0000)]
Merge "Fix a javadoc @see error" into nyc-dev

8 years agoMerge "Fix decision handle accessibility events." into nyc-dev
Phil Weaver [Mon, 21 Mar 2016 16:28:48 +0000 (16:28 +0000)]
Merge "Fix decision handle accessibility events." into nyc-dev

8 years agoUpdate A11y IME switch button content description.
Abodunrinwa Toki [Mon, 21 Mar 2016 16:12:58 +0000 (16:12 +0000)]
Update A11y IME switch button content description.

Bug: 27676215
Change-Id: I563b0b422e0f3a751db1280be91500b08c0e1ff7

8 years agoAdd guard around getXmlFileParser() call
Deepanshu Gupta [Mon, 21 Mar 2016 15:53:13 +0000 (08:53 -0700)]
Add guard around getXmlFileParser() call

Prevents the need to update the LayoutLib API level.

Bug: http://b.android.com/202942
Change-Id: I507239148ab8d6d45406624dba569c8b7197f979

8 years agoFix a javadoc @see error
Paul McLean [Mon, 21 Mar 2016 15:50:18 +0000 (09:50 -0600)]
Fix a javadoc @see error

Bug: 26194337
Change-Id: I7945058e0948238e9b2be7e5d8a7dc3ac4d814dc

8 years agoShow work challenge directly when there is no device lock
Tony Mak [Mon, 21 Mar 2016 12:20:41 +0000 (12:20 +0000)]
Show work challenge directly when there is no device lock

The trick is to switch to home stack first and then start the activity
of the targeted task again to trigger the intercepting code.
And back button in the lock screen page brings user to launcher
instead of the work app.

Change-Id: Ic0305dbcb63fec2a8287b12f3e76e70d4268d423

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Mon, 21 Mar 2016 14:28:14 +0000 (14:28 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Mon, 21 Mar 2016 14:28:00 +0000 (14:28 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 21 Mar 2016 14:24:16 +0000 (07:24 -0700)]
Import translations. DO NOT MERGE

Change-Id: Iccb009c4e690d42ec7d4b01cc749dae3f691cdc5
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 21 Mar 2016 14:24:01 +0000 (07:24 -0700)]
Import translations. DO NOT MERGE

Change-Id: I38935299a6318c3ad0af0feebb937d1bd17cffd7
Auto-generated-cl: translation import

8 years agoMerge "Show launcher when profile is locked immediately" into nyc-dev
Tony Mak [Mon, 21 Mar 2016 14:20:44 +0000 (14:20 +0000)]
Merge "Show launcher when profile is locked immediately" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Mon, 21 Mar 2016 14:12:16 +0000 (14:12 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 21 Mar 2016 14:10:50 +0000 (07:10 -0700)]
Import translations. DO NOT MERGE

Change-Id: I032236836b7ce9f766a9f8819a683b9066254737
Auto-generated-cl: translation import

8 years agoShow launcher when profile is locked immediately
Tony Mak [Mon, 21 Mar 2016 12:07:16 +0000 (12:07 +0000)]
Show launcher when profile is locked immediately

Previously, we show launcher when keyguard is dismissed.
It introduces these issues:
1. There can be no device lock
2. user could take a quick peek of the work app

Current behavior:
1. We now show launcher once the work profile is locked.
2. Lock profile immediately if there is no device lock
3. Add cancel "lockProfileLater" logic

Bug: 27241680
Bug: 27673460
Change-Id: I765aa22d4c8ae5017c1611f5a340a4b33d463b1e

8 years agoMerge "Api change of DPM.setApplicationRestrictionsManagingPackage()" into nyc-dev
Victor Chang [Mon, 21 Mar 2016 13:08:13 +0000 (13:08 +0000)]
Merge "Api change of DPM.setApplicationRestrictionsManagingPackage()" into nyc-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 21 Mar 2016 12:29:09 +0000 (08:29 -0400)]
Import translations. DO NOT MERGE

Change-Id: I9e707cac6cb9f086cac9bfdd8165d8086d1676e0
Auto-generated-cl: translation import

8 years agoMerge "Account for parent scroll position" into nyc-dev
Diego Perez [Mon, 21 Mar 2016 11:20:13 +0000 (11:20 +0000)]
Merge "Account for parent scroll position" into nyc-dev

8 years agoMerge "Added skin temperature, thresholds to HardwarePropertiesManager" into nyc-dev
Polina Bondarenko [Sat, 19 Mar 2016 19:33:02 +0000 (19:33 +0000)]
Merge "Added skin temperature, thresholds to HardwarePropertiesManager" into nyc-dev

8 years agoMerge "Ensure nine-patch uses the best available target density" into nyc-dev
Alan Viverette [Sat, 19 Mar 2016 13:23:02 +0000 (13:23 +0000)]
Merge "Ensure nine-patch uses the best available target density" into nyc-dev

8 years agoAdded skin temperature, thresholds to HardwarePropertiesManager
Polina Bondarenko [Tue, 1 Mar 2016 13:39:48 +0000 (14:39 +0100)]
Added skin temperature, thresholds to HardwarePropertiesManager

Bug: 27425887
Change-Id: I13f69ae37906b71d93edbf6bea6daf809d97cfd5

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:30:43 +0000 (10:30 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:30:28 +0000 (10:30 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:30:13 +0000 (10:30 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:29:58 +0000 (10:29 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:29:45 +0000 (10:29 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:29:32 +0000 (10:29 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:29:17 +0000 (10:29 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:29:02 +0000 (10:29 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:28:46 +0000 (10:28 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:28:31 +0000 (10:28 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:28:10 +0000 (10:28 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:27:55 +0000 (10:27 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 10:27:39 +0000 (10:27 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 09:00:20 +0000 (14:30 +0530)]
Import translations. DO NOT MERGE

Change-Id: Ice7205483f63dff37b1e77506586f1a71938f9a9
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 08:56:54 +0000 (14:26 +0530)]
Import translations. DO NOT MERGE

Change-Id: Ia78703ea9bd23316998865bead0f0dd17cc61a08
Auto-generated-cl: translation import

8 years agoMerge "Renamed hardware_properties to thermal HAL." into nyc-dev
Polina Bondarenko [Sat, 19 Mar 2016 08:43:32 +0000 (08:43 +0000)]
Merge "Renamed hardware_properties to thermal HAL." into nyc-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 08:34:50 +0000 (14:04 +0530)]
Import translations. DO NOT MERGE

Change-Id: Ic015ff842053551bbe10b0eb420137cd045a23ef
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 08:31:30 +0000 (14:01 +0530)]
Import translations. DO NOT MERGE

Change-Id: I0d693f0c99347f9d04c7240e07bdd6ea526cb987
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 08:28:03 +0000 (13:58 +0530)]
Import translations. DO NOT MERGE

Change-Id: Iaace4ef8cad2199fb6bcb50e78acf305facb09f4
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 08:19:29 +0000 (13:49 +0530)]
Import translations. DO NOT MERGE

Change-Id: If66727756f6d2c0318b167dfe5d839356882b7f4
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 08:16:28 +0000 (13:46 +0530)]
Import translations. DO NOT MERGE

Change-Id: I245731fa1bb1b48965938a05b6ca88e42b512876
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 08:12:48 +0000 (13:42 +0530)]
Import translations. DO NOT MERGE

Change-Id: Ib91d8ab0bfe8fea69318fd8761ea78851440afc0
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 08:09:18 +0000 (13:39 +0530)]
Import translations. DO NOT MERGE

Change-Id: I97e3392c322f11a08bce3c58e5a1c19736809a80
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 08:02:08 +0000 (13:32 +0530)]
Import translations. DO NOT MERGE

Change-Id: Id76d0ff1ccee3a0a5fe5a93adec8df3f526129bd
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 07:59:06 +0000 (13:29 +0530)]
Import translations. DO NOT MERGE

Change-Id: I80f7ab10cb981b09b74737597d1566375721f974
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 07:55:26 +0000 (13:25 +0530)]
Import translations. DO NOT MERGE

Change-Id: Ic15d36496ea9452ad54bc46f97ed89b78a5c4d83
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 07:51:51 +0000 (13:21 +0530)]
Import translations. DO NOT MERGE

Change-Id: I7f660d7115627cfafd32d2688016794cde2d4660
Auto-generated-cl: translation import

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Geoff Mendal [Sat, 19 Mar 2016 02:58:53 +0000 (02:58 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 02:57:59 +0000 (03:57 +0100)]
Import translations. DO NOT MERGE

Change-Id: I52c8272bdf31d1624b5323433ef2f4742158a773
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 19 Mar 2016 02:52:30 +0000 (03:52 +0100)]
Import translations. DO NOT MERGE

Change-Id: Ib2a13f397c947838b0c3db6d0cf8d6de18268bea
Auto-generated-cl: translation import

8 years agoMake BluetoothManagerCallback oneway to prevent waiting on response
Ajay Panicker [Fri, 18 Mar 2016 22:38:20 +0000 (15:38 -0700)]
Make BluetoothManagerCallback oneway to prevent waiting on response

Bug: 27384453
Change-Id: I2cd0f1bc03c7a1e887c89faa18d5baa6ca5be24a

8 years agoDisallow guest user from changing Wifi settings
Samuel Tan [Mon, 14 Mar 2016 22:57:02 +0000 (15:57 -0700)]
Disallow guest user from changing Wifi settings

Disallow existing and newly created guest users from
changing Wifi settings.

BUG: 27411179
TEST: Flashed device, switched to existing guest user, and verified
      that Wifi settings are disabled.
TEST: Flashed device, created new guest user, and verified that Wifi
      settings are disabled.

Change-Id: Ia1bf4cce0369017b62f69d317c7ab2e30e3949b3

8 years agoMerge "Fix issue #27653326: Sync doesn't work in doze maintenance" into nyc-dev
Dianne Hackborn [Sat, 19 Mar 2016 00:53:02 +0000 (00:53 +0000)]
Merge "Fix issue #27653326: Sync doesn't work in doze maintenance" into nyc-dev

8 years agoMerge "TIF: Annotate constants" into nyc-dev
Jae Seo [Sat, 19 Mar 2016 00:40:21 +0000 (00:40 +0000)]
Merge "TIF: Annotate constants" into nyc-dev

8 years agoMerge "Tell IMS about missing InputConnection methods." into nyc-dev
Yohei Yukawa [Sat, 19 Mar 2016 00:36:20 +0000 (00:36 +0000)]
Merge "Tell IMS about missing InputConnection methods." into nyc-dev

8 years agoMerge "ims:rcs: Add UCE interface files for RCS. [DO NOT MERGE]" into mm-wireless-dev
Dheeraj Shetty [Sat, 19 Mar 2016 00:29:29 +0000 (00:29 +0000)]
Merge "ims:rcs: Add UCE interface files for RCS. [DO NOT MERGE]" into mm-wireless-dev
am: 2fca9eb  -s ours

* commit '2fca9ebc3335d076117f138ae9ca4ddb4e410e30':
  ims:rcs: Add UCE interface files for RCS. [DO NOT MERGE]

8 years agoMerge "ims:rcs: Add UCE interface files for RCS. [DO NOT MERGE]" into mm-wireless-dev
Pavel Zhamaitsiak [Sat, 19 Mar 2016 00:24:16 +0000 (00:24 +0000)]
Merge "ims:rcs: Add UCE interface files for RCS. [DO NOT MERGE]" into mm-wireless-dev

8 years agoims:rcs: Add UCE interface files for RCS. [DO NOT MERGE]
Dheeraj Shetty [Thu, 17 Mar 2016 17:15:00 +0000 (10:15 -0700)]
ims:rcs: Add UCE interface files for RCS. [DO NOT MERGE]

Change-Id: I2ce9e60240740acfe70c4a239163fbdbedbd96e0

8 years agoMerge "ims:rcs: Add UCE interface files for RCS." into nyc-dev
Pavel Zhamaitsiak [Sat, 19 Mar 2016 00:18:23 +0000 (00:18 +0000)]
Merge "ims:rcs: Add UCE interface files for RCS." into nyc-dev

8 years agoFix issue #27653326: Sync doesn't work in doze maintenance
Dianne Hackborn [Fri, 18 Mar 2016 22:34:54 +0000 (15:34 -0700)]
Fix issue #27653326: Sync doesn't work in doze maintenance

Add a (configurable) delay between when we start a maintenance
window until the minimum time we will end it.

Also switch to using the alarm manager callback API.  (Yay!)

Also fix a little printing problem in the alarm manager dump
so we put the package name and not some class hash in the
summary string of an alarm entry.

Change-Id: I4281e5c80bc8b26ebc1fb6f603ec33ec0e379daa

8 years agoMerge "Change enter/exit folder animation speed and delay." into nyc-dev
Aga Wronska [Fri, 18 Mar 2016 23:26:18 +0000 (23:26 +0000)]
Merge "Change enter/exit folder animation speed and delay." into nyc-dev

8 years agoTIF: Annotate constants
Jae Seo [Fri, 18 Mar 2016 22:56:23 +0000 (15:56 -0700)]
TIF: Annotate constants

Bug: 20980990
Change-Id: I3fac9f19cc705c9d94d2ff24075830f2d65588c8

8 years agoims:rcs: Add UCE interface files for RCS.
Pavel Zhamaitsiak [Fri, 18 Mar 2016 23:09:50 +0000 (16:09 -0700)]
ims:rcs: Add UCE interface files for RCS.

Bug: 23222011
Change-Id: I2ce9e60240740acfe70c4a239163fbdbedbd96e0

8 years agoMerge "Don't bind ChooserTargetServices as user CURRENT" into nyc-dev
Adam Powell [Fri, 18 Mar 2016 23:08:21 +0000 (23:08 +0000)]
Merge "Don't bind ChooserTargetServices as user CURRENT" into nyc-dev

8 years agoMerge "Notify VrListenerService when VR activity changes." into nyc-dev
Ruben Brunk [Fri, 18 Mar 2016 23:04:56 +0000 (23:04 +0000)]
Merge "Notify VrListenerService when VR activity changes." into nyc-dev

8 years agoDon't bind ChooserTargetServices as user CURRENT
Adam Powell [Fri, 18 Mar 2016 23:04:27 +0000 (16:04 -0700)]
Don't bind ChooserTargetServices as user CURRENT

Bug 26151189

Change-Id: I8ea76de499f7a7b9edbf1de3117d34d91bfa36ae

8 years agoNotify VrListenerService when VR activity changes.
Ruben Brunk [Tue, 8 Mar 2016 07:37:12 +0000 (23:37 -0800)]
Notify VrListenerService when VR activity changes.

Bug: 27536964
Bug: 22855417

Change-Id: I67e1f8e6595332b3d768a99735bbd5fd38dffdc9

8 years agoMerge "Update docs to better document PhoneAccountHandle" into nyc-dev
Brad Ebinger [Fri, 18 Mar 2016 22:36:23 +0000 (22:36 +0000)]
Merge "Update docs to better document PhoneAccountHandle" into nyc-dev

8 years agoMerge "Mirror send in RTL" into nyc-dev
Adrian Roos [Fri, 18 Mar 2016 22:33:42 +0000 (22:33 +0000)]
Merge "Mirror send in RTL" into nyc-dev

8 years agoMerge "Rebuild outline when setBackground is called." into nyc-dev
Chris Craik [Fri, 18 Mar 2016 22:29:19 +0000 (22:29 +0000)]
Merge "Rebuild outline when setBackground is called." into nyc-dev

8 years agoRebuild outline when setBackground is called.
Chris Craik [Fri, 18 Mar 2016 22:24:30 +0000 (15:24 -0700)]
Rebuild outline when setBackground is called.

bug:27505848

Also correctly register damage from profiling bars.

Change-Id: I9550c2742eb833350a077ca48eccf9b584083a1e

8 years agoMerge "Only resize task when divider is released" into nyc-dev
Wale Ogunwale [Fri, 18 Mar 2016 22:17:08 +0000 (22:17 +0000)]
Merge "Only resize task when divider is released" into nyc-dev

8 years agoOnly resize task when divider is released
Wale Ogunwale [Fri, 18 Mar 2016 19:51:55 +0000 (12:51 -0700)]
Only resize task when divider is released

To reduced jank during resizing we now only resize the task
when the split-screen divider is release vs always resizing
it to the snap points.

Bug: 27738239
Bug: 27676101
Bug: 27601572
Change-Id: Iad450842d82193bc1731729834339068cf2d3e83

8 years agoMerge "Add @SafeVarargs for methods using typevar varargs." into nyc-dev
George Mount [Fri, 18 Mar 2016 22:11:37 +0000 (22:11 +0000)]
Merge "Add @SafeVarargs for methods using typevar varargs." into nyc-dev

8 years agoMerge "Avoid spinning up DocumentsProviders at boot." into nyc-dev
Jeff Sharkey [Fri, 18 Mar 2016 21:23:17 +0000 (21:23 +0000)]
Merge "Avoid spinning up DocumentsProviders at boot." into nyc-dev

8 years agoAvoid spinning up DocumentsProviders at boot.
Jeff Sharkey [Fri, 18 Mar 2016 21:22:25 +0000 (15:22 -0600)]
Avoid spinning up DocumentsProviders at boot.

Bug: 27743087
Change-Id: Ia89465c5d13a74f3b78a0d84f1ecfe5fd2a6e744

8 years agoMerge "Fix build" into nyc-dev
Tony Mantler [Fri, 18 Mar 2016 21:20:48 +0000 (21:20 +0000)]
Merge "Fix build" into nyc-dev

8 years agoFix build
Tony Mantler [Fri, 18 Mar 2016 20:06:56 +0000 (13:06 -0700)]
Fix build

Change-Id: I590db57366a40aa011ee02e6e34e64cd2e7d1115

8 years agoMerge "Mark more Bundles as being defusable." into nyc-dev
Jeff Sharkey [Fri, 18 Mar 2016 19:54:50 +0000 (19:54 +0000)]
Merge "Mark more Bundles as being defusable." into nyc-dev

8 years agoMerge "CTS: Add @hide annotations to several @IntDef elements" into nyc-dev
Julius D'souza [Fri, 18 Mar 2016 19:53:54 +0000 (19:53 +0000)]
Merge "CTS: Add @hide annotations to several @IntDef elements" into nyc-dev

8 years agoMerge "Cleaned up dependency to data saver mode." into nyc-dev
Felipe Leme [Fri, 18 Mar 2016 19:32:15 +0000 (19:32 +0000)]
Merge "Cleaned up dependency to data saver mode." into nyc-dev

8 years agoMerge "Apps that can change DND state can also pass audiomanager DND policy checks...
Julia Reynolds [Fri, 18 Mar 2016 19:24:37 +0000 (19:24 +0000)]
Merge "Apps that can change DND state can also pass audiomanager DND policy checks." into nyc-dev