OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Record bytes transferred for bluetooth"
Adam Lesinski [Thu, 21 Jan 2016 02:22:04 +0000 (02:22 +0000)]
Merge "Record bytes transferred for bluetooth"

8 years agoMerge "Fix race in AppFuseTest."
Daichi Hirono [Thu, 21 Jan 2016 02:05:29 +0000 (02:05 +0000)]
Merge "Fix race in AppFuseTest."

8 years agoFix race in AppFuseTest.
Daichi Hirono [Wed, 20 Jan 2016 06:36:04 +0000 (15:36 +0900)]
Fix race in AppFuseTest.

Previously IllegalStateException is thrown in app fuse main loop, if the
loop thread starts just after closing device FD.

BUG=None

Change-Id: Ia5232857d29f9f324446aa38acf3c062f359d406

8 years agoMerge "Update flags before querying activities when parsing default apps."
Svetoslav Ganov [Thu, 21 Jan 2016 01:32:11 +0000 (01:32 +0000)]
Merge "Update flags before querying activities when parsing default apps."

8 years agoUpdate flags before querying activities when parsing default apps.
Svetoslav Ganov [Thu, 21 Jan 2016 01:27:48 +0000 (17:27 -0800)]
Update flags before querying activities when parsing default apps.

Change-Id: I0120f32bfa2a7dd93714e8592496df4a0d74d07e

8 years agoMerge "Fix bug in AssetAtlas packing loop" into cw-e-dev am: b2b2fb0182 am: 8d6f1956e...
Chenjie Luo [Thu, 21 Jan 2016 00:59:36 +0000 (00:59 +0000)]
Merge "Fix bug in AssetAtlas packing loop" into cw-e-dev am: b2b2fb0182 am: 8d6f1956e4 am: bf9a587ca8
am: 5d092a1356

* commit '5d092a1356f76a43d2411d5f4a6f8309b634e1d4':
  Fix bug in AssetAtlas packing loop

8 years agoMerge "Add the system apis for token binding"
Selim Gurun [Thu, 21 Jan 2016 00:42:44 +0000 (00:42 +0000)]
Merge "Add the system apis for token binding"

8 years agoMerge "media: Add MIMETYPE_VIDEO_DOLBY_VISION."
Ronghua Wu [Thu, 21 Jan 2016 00:42:23 +0000 (00:42 +0000)]
Merge "media: Add MIMETYPE_VIDEO_DOLBY_VISION."

8 years agoMerge "Fix bug in AssetAtlas packing loop" into cw-e-dev am: b2b2fb0182 am: 8d6f1956e4
Chenjie Luo [Thu, 21 Jan 2016 00:33:46 +0000 (00:33 +0000)]
Merge "Fix bug in AssetAtlas packing loop" into cw-e-dev am: b2b2fb0182 am: 8d6f1956e4
am: bf9a587ca8

* commit 'bf9a587ca8528219e46fc35746d6ec8a8e6568d1':
  Fix bug in AssetAtlas packing loop

8 years agoMerge "Stop rebooting into recovery if uncrypt fails."
Tao Bao [Thu, 21 Jan 2016 00:27:39 +0000 (00:27 +0000)]
Merge "Stop rebooting into recovery if uncrypt fails."

8 years agoMerge "Added API to whitelist apps for background restriction."
Felipe Leme [Thu, 21 Jan 2016 00:26:23 +0000 (00:26 +0000)]
Merge "Added API to whitelist apps for background restriction."

8 years agoMerge "PIP: Handle KEYCODE_WINDOW to control PIP UI"
Jaewan Kim [Thu, 21 Jan 2016 00:22:13 +0000 (00:22 +0000)]
Merge "PIP: Handle KEYCODE_WINDOW to control PIP UI"

8 years agoMerge "Fix bug in AssetAtlas packing loop" into cw-e-dev am: b2b2fb0182
Chenjie Luo [Thu, 21 Jan 2016 00:11:23 +0000 (00:11 +0000)]
Merge "Fix bug in AssetAtlas packing loop" into cw-e-dev am: b2b2fb0182
am: 8d6f1956e4

* commit '8d6f1956e46cefed0eaa754a468805e2e4d61972':
  Fix bug in AssetAtlas packing loop

8 years agoMerge "Fix bug in AssetAtlas packing loop" into cw-e-dev
Chenjie Luo [Wed, 20 Jan 2016 23:55:34 +0000 (23:55 +0000)]
Merge "Fix bug in AssetAtlas packing loop" into cw-e-dev
am: b2b2fb0182

* commit 'b2b2fb018243831144929b1db9db9b8eeab8d984':
  Fix bug in AssetAtlas packing loop

8 years agoMerge "Fix bug in AssetAtlas packing loop" into cw-e-dev
Chenjie Luo [Wed, 20 Jan 2016 23:38:46 +0000 (23:38 +0000)]
Merge "Fix bug in AssetAtlas packing loop" into cw-e-dev

8 years agoMerge "Layout SurfaceView in parent frame."
Rob Carr [Wed, 20 Jan 2016 23:04:56 +0000 (23:04 +0000)]
Merge "Layout SurfaceView in parent frame."

8 years agoFix bug in AssetAtlas packing loop
Chenjie Luo [Wed, 20 Jan 2016 21:25:11 +0000 (13:25 -0800)]
Fix bug in AssetAtlas packing loop

There is a bug in AssetAtlasService that it always choose the
MAX_SIZE as height. The for loop of height calculation starts
from MAX_SIZE and breaks when it finds a working texture. This
means the height loop will always break for the initial value.
Reording the loop optimize the algorithm to find a smaller
atlas texture. The MIN_SIZE is also changed to 512 for fewer
assets case.

Bug: 26429912
Change-Id: Ic0b2396e9697c417a24f81ec792f8a8af53915ad

8 years agoAdd the system apis for token binding
Selim Gurun [Wed, 20 Jan 2016 22:26:46 +0000 (14:26 -0800)]
Add the system apis for token binding

Bug: 22665752

Token binding protocol is the next generation channel-ID protocol,
currently it is a draft in IETF
 https://tools.ietf.org/html/draft-ietf-tokbind-protocol-03

Add the api as a system api (will be public once the draft finalizes)

Change-Id: If971cc7e6d14f15c778b9b027df9fc48dac0160c

8 years agoAccountManager: add isCredentialsUpdateSuggested API.
Sandra Kwan [Tue, 12 Jan 2016 22:13:37 +0000 (14:13 -0800)]
AccountManager: add isCredentialsUpdateSuggested API.

Change-Id: I27e0db0345f3431b796a944740dab767b45f7871

8 years agoMerge "Disable temporary logging."
Rob Carr [Wed, 20 Jan 2016 21:53:24 +0000 (21:53 +0000)]
Merge "Disable temporary logging."

8 years agoLayout SurfaceView in parent frame.
Robert Carr [Wed, 20 Jan 2016 21:35:43 +0000 (13:35 -0800)]
Layout SurfaceView in parent frame.

We always want the SurfaceView to be layed out
relative to the parent frame, fixes multiple issues
in freeform mode.

Bug: 26689889
Change-Id: Ib4728a515dc01c6884363b68a29f2e4ce5d5babc

8 years agoMerge "Normalize GL_UNPACK_ALIGNMENT"
John Reck [Wed, 20 Jan 2016 21:29:04 +0000 (21:29 +0000)]
Merge "Normalize GL_UNPACK_ALIGNMENT"

8 years agoNormalize GL_UNPACK_ALIGNMENT
John Reck [Wed, 20 Jan 2016 19:09:53 +0000 (11:09 -0800)]
Normalize GL_UNPACK_ALIGNMENT

Several places were setting GL_UNPACK_ALIGNMENT
unneccessarily, whereas other places were assuming an
unpack alignment of 1. Since we never actually
do explicit row-alignment, set GL_UNPACK_ALIGNMENT
to 1 at context creation time and never change it

Bug: 26584230

Also turns on aggressive glGetError checking to
better catch potential problem zones

Change-Id: I190c8f0f0494a7f046d5ed769405c75d363be59a

8 years agoMerge "Update "Change keyboard" settings UI."
Abodunrinwa Toki [Wed, 20 Jan 2016 21:13:37 +0000 (21:13 +0000)]
Merge "Update "Change keyboard" settings UI."

8 years agoAdded API to whitelist apps for background restriction.
Felipe Leme [Fri, 15 Jan 2016 00:16:16 +0000 (16:16 -0800)]
Added API to whitelist apps for background restriction.

The new APIs are:

    void addRestrictBackgroundWhitelistedUid(int uid);
    void removeRestrictBackgroundWhitelistedUid(int uid);
    int[] getRestrictBackgroundWhitelistedUids();

The whitelist is persisted in the same XML used for the other policies,
using the new 'whitelist and 'restrict-background' tags. Examples:

3 whitelisted apps:

<whitelist>
  <restrict-background uid="10001" />
  <restrict-background uid="10009" />
  <restrict-background uid="10086" />
</whitelist>

No whitelisted app:
<whitelist />

BUG: 26451391

Change-Id: I01b114c346fd8abc05433ad43d010379384f8c2b

8 years agoDisable temporary logging.
Robert Carr [Wed, 20 Jan 2016 20:59:21 +0000 (12:59 -0800)]
Disable temporary logging.

Disable temporary logging for tracking ANR bug.

Bug: 26157153
Change-Id: Idff8b15a0c7aa565eccdb62a2ec74d665140e480

8 years agoMerge "SystemGestures: Only send touch events to gesture detector."
Dennis Kempin [Wed, 20 Jan 2016 20:57:36 +0000 (20:57 +0000)]
Merge "SystemGestures: Only send touch events to gesture detector."

8 years agoMerge "Re-implements the locales selection with suggestions and search."
Mihai Niță [Wed, 20 Jan 2016 20:50:00 +0000 (20:50 +0000)]
Merge "Re-implements the locales selection with suggestions and search."

8 years agoMerge "Postpone hover state resolution in DropDownListView"
Alan Viverette [Wed, 20 Jan 2016 20:49:54 +0000 (20:49 +0000)]
Merge "Postpone hover state resolution in DropDownListView"

8 years agoRe-implements the locales selection with suggestions and search.
Mihai Nita [Tue, 12 Jan 2016 16:53:54 +0000 (08:53 -0800)]
Re-implements the locales selection with suggestions and search.

This replaces the initial implementation of a two-step locale selection
with a more advanced version, which does suggestions, search, removes
locales that already exist in the user preferences.

Bug: 25800339
Bug: 26414919
Bug: 26278049
Bug: 26275094
Bug: 26266914
Bug: 26266743
Bug: 26266712
Bug: 26266605
Bug: 26266490
Bug: 26266021

Change-Id: I88944c86e4cae5eaa00b7ae4855887ab11989253

8 years agoUpdate mResolvedLocale more aggressively
Raph Levien [Wed, 20 Jan 2016 20:16:50 +0000 (12:16 -0800)]
Update mResolvedLocale more aggressively

A client that mutates the locale of the Configuration being updated
can cause failure of the test that mResolvedLocale needs to be
recomputed. This patch stashes the previous locale list privately
so that updates can be detected even in this case.

Bug: 25993843
Change-Id: I1ea17dffd722177fb5b65ee77b9f5ce9a943f15b

8 years agoMerge "Add ripple to navigation bar button"
Victor Chan [Wed, 20 Jan 2016 20:13:25 +0000 (20:13 +0000)]
Merge "Add ripple to navigation bar button"

8 years agoAdd ripple to navigation bar button
Victor Chan [Wed, 20 Jan 2016 02:56:57 +0000 (18:56 -0800)]
Add ripple to navigation bar button

Change-Id: I3af5bf8e49f244987737be1df286dc52b61ff0f8

8 years agoMerge "Support for concurrent file operations."
Steve McKay [Wed, 20 Jan 2016 20:05:02 +0000 (20:05 +0000)]
Merge "Support for concurrent file operations."

8 years agoMerge "Fix issue #26434415: APR: SecurityException in android.process.media"
Dianne Hackborn [Wed, 20 Jan 2016 19:56:21 +0000 (19:56 +0000)]
Merge "Fix issue #26434415: APR: SecurityException in android.process.media"

8 years agoMerge "Wake up device on JobScheduler Alarms"
Shreyas Basarge [Wed, 20 Jan 2016 19:51:59 +0000 (19:51 +0000)]
Merge "Wake up device on JobScheduler Alarms"

8 years agoMerge "Fixes for JobScheduler sourcePackage fields"
Shreyas Basarge [Wed, 20 Jan 2016 19:51:19 +0000 (19:51 +0000)]
Merge "Fixes for JobScheduler sourcePackage fields"

8 years agoMerge "Phone reboots after connect-disconnect-reconnect to GoPro" into mm-wireless-dev
xin He [Wed, 20 Jan 2016 19:45:51 +0000 (19:45 +0000)]
Merge "Phone reboots after connect-disconnect-reconnect to GoPro" into mm-wireless-dev
am: 77eb57976e

* commit '77eb57976e67c36b33d1e3ad17ec9f4033b09398':
  Phone reboots after connect-disconnect-reconnect to GoPro

8 years agoSupport for concurrent file operations.
Steve McKay [Thu, 14 Jan 2016 01:17:39 +0000 (17:17 -0800)]
Support for concurrent file operations.

Swith to using a regular service.
Perform file ops on thread pool.
Separate Job tests from service test.
Check in service test that wake lock is released and service shut down.
Increase copy buffer size to 32k (suggested by mtomasz).
Rework Copy testing to use an out-of-process provider (which has caused a content validation problem).
Move copy testing logic into base test and share it with Move testing.

Change-Id: I2f97d6c9f23c205b0f39ca6ba93bec119d63c80b

8 years agoMerge "Correct DeviceAdminReceiver.onPasswordChanged docs"
Robin Lee [Wed, 20 Jan 2016 19:33:41 +0000 (19:33 +0000)]
Merge "Correct DeviceAdminReceiver.onPasswordChanged docs"

8 years agoCorrect DeviceAdminReceiver.onPasswordChanged docs
Robin Lee [Wed, 20 Jan 2016 17:15:08 +0000 (17:15 +0000)]
Correct DeviceAdminReceiver.onPasswordChanged docs

Change-Id: I1bf0a7ffe251e6c9f88ce5fcdbacb99703915b10

8 years agoMerge "Expose WifiAp methods as @SystemApi."
Jeremy Klein [Wed, 20 Jan 2016 19:27:14 +0000 (19:27 +0000)]
Merge "Expose WifiAp methods as @SystemApi."

8 years agoMerge "Phone reboots after connect-disconnect-reconnect to GoPro" into mm-wireless-dev
xin He [Wed, 20 Jan 2016 19:27:12 +0000 (19:27 +0000)]
Merge "Phone reboots after connect-disconnect-reconnect to GoPro" into mm-wireless-dev

8 years agoMerge branch 'master' of /usr/local/google/game/mirror/googleplex-android_googlesourc...
Amit Mahajan [Wed, 20 Jan 2016 19:21:23 +0000 (19:21 +0000)]
Merge branch 'master' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/frameworks/base

8 years agoMerge "Revert "Added constructor with looper param for OnSubscriptionsChangedListener...
Amit Mahajan [Wed, 20 Jan 2016 19:20:09 +0000 (19:20 +0000)]
Merge "Revert "Added constructor with looper param for OnSubscriptionsChangedListener"" into mm-wireless-dev
am: e2b73804f3

* commit 'e2b73804f375a2d98ca21d4d1821a44dd3c52289':
  Revert "Added constructor with looper param for OnSubscriptionsChangedListener"

8 years agoMerge "Do not clear exiting flag following explicit remove."
Rob Carr [Wed, 20 Jan 2016 19:19:21 +0000 (19:19 +0000)]
Merge "Do not clear exiting flag following explicit remove."

8 years agoDo not clear exiting flag following explicit remove.
Robert Carr [Wed, 20 Jan 2016 05:24:57 +0000 (21:24 -0800)]
Do not clear exiting flag following explicit remove.

If we begin an exit animation (setting the mExiting flag)
in response to an explicit client remove request, we depend
on mExiting in WindowStateAnimator::finishExit to perform
the final clenaup of the window. If we are transitioning
back in to the app, and it calls removeWindow before the
app transition is ready, we could have handleOpeningApps
clear the mExiting flag leaving this partially disposed window
around due to the above mechanism.

Bug: 26157153
Change-Id: I512fbbd080d423336796284fca490c2c22709180

8 years agoExpose WifiAp methods as @SystemApi.
Jeremy Klein [Wed, 6 Jan 2016 19:47:03 +0000 (11:47 -0800)]
Expose WifiAp methods as @SystemApi.

GTS tests to follow shortly.

BUG: 22406002
Change-Id: I42883fa5e35a11b4b2d734f07b7d72f2ac0ec1f8

8 years agoPhone reboots after connect-disconnect-reconnect to GoPro
xinhe [Wed, 20 Jan 2016 18:52:50 +0000 (10:52 -0800)]
Phone reboots after connect-disconnect-reconnect to GoPro

     Error is due to the wrong initialization on Disable
     Reason String

BUG=26664811

Change-Id: Ie4ede26eb5654ef369d2d07cb393765ad1edac61

8 years agoMerge "Revert "Added constructor with looper param for OnSubscriptionsChangedListener...
Amit Mahajan [Wed, 20 Jan 2016 19:15:45 +0000 (19:15 +0000)]
Merge "Revert "Added constructor with looper param for OnSubscriptionsChangedListener"" into mm-wireless-dev

8 years agoFix issue #26434415: APR: SecurityException in android.process.media
Dianne Hackborn [Wed, 20 Jan 2016 18:54:29 +0000 (10:54 -0800)]
Fix issue #26434415: APR: SecurityException in android.process.media

Change-Id: Id8c8932428ffb154b38b5dc75bca1f9d3a1cf7e6

8 years agoRedact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb...
Matthew Williams [Wed, 20 Jan 2016 18:48:47 +0000 (18:48 +0000)]
Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb am: be136b7a3e am: a947baa87c am: 0f292147f3 am: ce3842eb1a am: 85f169d19f am: c77a2228aa am: 4cc10825f0
am: 88d641ce26

* commit '88d641ce265fe1c6b188b5fa2a2397f3fa8e15ba':
  Redact Account info from getCurrentSyncs

8 years agoRedact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb...
Matthew Williams [Wed, 20 Jan 2016 18:44:07 +0000 (18:44 +0000)]
Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb am: be136b7a3e am: a947baa87c am: 0f292147f3 am: ce3842eb1a am: 85f169d19f am: c77a2228aa
am: 4cc10825f0

* commit '4cc10825f0234d365016a18e1f86d61cbd2fd030':
  Redact Account info from getCurrentSyncs

8 years agoRedact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb...
Matthew Williams [Wed, 20 Jan 2016 18:38:50 +0000 (18:38 +0000)]
Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb am: be136b7a3e am: a947baa87c am: 0f292147f3 am: ce3842eb1a am: 85f169d19f
am: c77a2228aa

* commit 'c77a2228aa66a1d2b1e497c193604de0717ec3c7':
  Redact Account info from getCurrentSyncs

8 years agoRedact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb...
Matthew Williams [Wed, 20 Jan 2016 18:31:19 +0000 (18:31 +0000)]
Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb am: be136b7a3e am: a947baa87c am: 0f292147f3 am: ce3842eb1a
am: 85f169d19f

* commit '85f169d19f200daa35a30652905d6daf090955c6':
  Redact Account info from getCurrentSyncs

8 years agoMerge "Add permission MANAGE_DEVICE_ADMINS to SystemUI."
Sudheer Shanka [Wed, 20 Jan 2016 18:09:54 +0000 (18:09 +0000)]
Merge "Add permission MANAGE_DEVICE_ADMINS to SystemUI."

8 years agoMerge "Resize pinned stack with bounds in ActivityOptions."
Wale Ogunwale [Wed, 20 Jan 2016 18:09:21 +0000 (18:09 +0000)]
Merge "Resize pinned stack with bounds in ActivityOptions."

8 years agoRedact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb...
Matthew Williams [Wed, 20 Jan 2016 18:08:33 +0000 (18:08 +0000)]
Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb am: be136b7a3e am: a947baa87c am: 0f292147f3
am: ce3842eb1a

* commit 'ce3842eb1a5184331ee4aad3e36d5f11f999cf2e':
  Redact Account info from getCurrentSyncs

8 years agoImport translations. DO NOT MERGE am: a341d639a7 -s ours am: 79b3e943ca -s ours
Geoff Mendal [Wed, 20 Jan 2016 18:07:36 +0000 (18:07 +0000)]
Import translations. DO NOT MERGE am: a341d639a7  -s ours am: 79b3e943ca  -s ours
am: c28012059e  -s ours

* commit 'c28012059ee54e1584364c7465e2305143b1dcf1':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE am: ce64efc199 -s ours
Geoff Mendal [Wed, 20 Jan 2016 18:05:30 +0000 (18:05 +0000)]
Import translations. DO NOT MERGE am: ce64efc199  -s ours
am: 260aba5b3c  -s ours

* commit '260aba5b3c4a9b4f961b7fdc49bf3583f72d273e':
  Import translations. DO NOT MERGE

8 years agoSuspend apps - broadcast intent and API
Andrei Stingaceanu [Thu, 14 Jan 2016 12:59:03 +0000 (12:59 +0000)]
Suspend apps - broadcast intent and API

Send a protected broadcast to registered receivers only
when packages get suspended.

Bug: 22776761
Change-Id: I043053ed45bdc202ead18518a0c1e39cce47947c

8 years agoMerge "Revert "Temporary logging to debug ActivityStarter crash.""
Filip Gruszczynski [Wed, 20 Jan 2016 17:52:38 +0000 (17:52 +0000)]
Merge "Revert "Temporary logging to debug ActivityStarter crash.""

8 years agoRevert "Temporary logging to debug ActivityStarter crash."
Filip Gruszczynski [Wed, 20 Jan 2016 17:52:04 +0000 (17:52 +0000)]
Revert "Temporary logging to debug ActivityStarter crash."

Bug: 26541093

This reverts commit 7fca6d50a57cbc1a45beca1d5d1e5cd1e696fbef.

Change-Id: I41fb70e79f2da6523c40f09a74d1980cbeb2149e

8 years agoImport translations. DO NOT MERGE am: a341d639a7 -s ours
Geoff Mendal [Wed, 20 Jan 2016 17:51:10 +0000 (17:51 +0000)]
Import translations. DO NOT MERGE am: a341d639a7  -s ours
am: 79b3e943ca  -s ours

* commit '79b3e943ca244b91f397475fbf898b47ceaf1ba8':
  Import translations. DO NOT MERGE

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Wed, 20 Jan 2016 17:50:30 +0000 (17:50 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 20 Jan 2016 17:45:43 +0000 (17:45 +0000)]
Import translations. DO NOT MERGE
am: ce64efc199  -s ours

* commit 'ce64efc1994e7fe8a17489d7f48985b72e9f4770':
  Import translations. DO NOT MERGE

8 years agoMerge "Deals with android:rotation attribute in layoutlib" into mnc-ub-dev am: 7efb74d54a
Jerome Gaillard [Wed, 20 Jan 2016 17:44:57 +0000 (17:44 +0000)]
Merge "Deals with android:rotation attribute in layoutlib" into mnc-ub-dev am: 7efb74d54a
am: 426910e4df

* commit '426910e4dfb1f84f93697017c90400c0b4f8e6c0':
  Deals with android:rotation attribute in layoutlib

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 20 Jan 2016 17:43:00 +0000 (18:43 +0100)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 20 Jan 2016 17:42:58 +0000 (17:42 +0000)]
Import translations. DO NOT MERGE
am: a341d639a7  -s ours

* commit 'a341d639a7d093fb36850956cd9b3738b72ecfc2':
  Import translations. DO NOT MERGE

8 years agoMerge "Update width available for dialogs on all configuration changes."
Filip Gruszczynski [Wed, 20 Jan 2016 17:16:02 +0000 (17:16 +0000)]
Merge "Update width available for dialogs on all configuration changes."

8 years agoMerge "audioservice: detect bluetooth adapter turning off."
Eric Laurent [Wed, 20 Jan 2016 17:10:14 +0000 (17:10 +0000)]
Merge "audioservice: detect bluetooth adapter turning off."

8 years agoMerge "Fix QS to not be completely broken on landscape"
Jason Monk [Wed, 20 Jan 2016 16:36:51 +0000 (16:36 +0000)]
Merge "Fix QS to not be completely broken on landscape"

8 years agoFixes for JobScheduler sourcePackage fields
Shreyas Basarge [Wed, 20 Jan 2016 16:32:20 +0000 (16:32 +0000)]
Fixes for JobScheduler sourcePackage fields

Source fields now copied as part of copy constructor.
Wakelocks acquired with sourceUid as the worksource.

Change-Id: I93217730c6b1215ea048aa6f54636c5f3215ce8e

8 years agoFix QS to not be completely broken on landscape
Jason Monk [Wed, 20 Jan 2016 16:27:15 +0000 (11:27 -0500)]
Fix QS to not be completely broken on landscape

Change-Id: I56d44d114ab36ab552191b50a172d637f9eab6c5

8 years agoPostpone hover state resolution in DropDownListView
Alan Viverette [Wed, 20 Jan 2016 16:26:06 +0000 (11:26 -0500)]
Postpone hover state resolution in DropDownListView

Prevents a HOVER_EXIT => TOUCH_DOWN transition from triggering two
Drawable.setState() calls in the same frame.

Bug: 25849904
Change-Id: Ib10f127fd68e433992b6b11e62ac2263d790ef52

8 years agoWake up device on JobScheduler Alarms
Shreyas Basarge [Wed, 20 Jan 2016 16:25:07 +0000 (16:25 +0000)]
Wake up device on JobScheduler Alarms

Changed the alarm type to wake up the
device when deadlineExpired or delayExpired
alarms go off.

Change-Id: Ica5c4de3c84646eae1f08fe1ca5d2ffc61265062

8 years agoMerge "Re-enable new pipeline"
John Reck [Wed, 20 Jan 2016 16:04:08 +0000 (16:04 +0000)]
Merge "Re-enable new pipeline"

8 years agoMerge "Add LinearLayout#getGravity"
Jason Monk [Wed, 20 Jan 2016 15:55:44 +0000 (15:55 +0000)]
Merge "Add LinearLayout#getGravity"

8 years agoAdd LinearLayout#getGravity
Jason Monk [Wed, 20 Jan 2016 15:46:12 +0000 (10:46 -0500)]
Add LinearLayout#getGravity

Change-Id: I290790b8e84e14f2702c6fc9c679b1c435cc13a8

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 20 Jan 2016 15:12:24 +0000 (10:12 -0500)]
Import translations. DO NOT MERGE

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

8 years agoMerge "Use public device orientation sensor for window orientation"
Trevor Bunker [Wed, 20 Jan 2016 14:54:02 +0000 (14:54 +0000)]
Merge "Use public device orientation sensor for window orientation"

8 years agoMerge "Apply extractors in the correct order."
Julia Reynolds [Wed, 20 Jan 2016 14:41:33 +0000 (14:41 +0000)]
Merge "Apply extractors in the correct order."

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 20 Jan 2016 14:33:02 +0000 (09:33 -0500)]
Import translations. DO NOT MERGE

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

8 years agoMerge "SysUI Tuner: Status bar work"
Jason Monk [Wed, 20 Jan 2016 14:16:09 +0000 (14:16 +0000)]
Merge "SysUI Tuner: Status bar work"

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Wed, 20 Jan 2016 14:12:24 +0000 (14:12 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 20 Jan 2016 14:11:47 +0000 (06:11 -0800)]
Import translations. DO NOT MERGE

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

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Wed, 20 Jan 2016 14:09:18 +0000 (14:09 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 20 Jan 2016 14:05:18 +0000 (06:05 -0800)]
Import translations. DO NOT MERGE

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

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Wed, 20 Jan 2016 13:53:22 +0000 (13:53 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Wed, 20 Jan 2016 13:51:08 +0000 (13:51 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 20 Jan 2016 13:50:25 +0000 (05:50 -0800)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 20 Jan 2016 13:47:05 +0000 (05:47 -0800)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Wed, 20 Jan 2016 13:43:48 +0000 (05:43 -0800)]
Import translations. DO NOT MERGE

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

8 years agoRedact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb...
Matthew Williams [Wed, 20 Jan 2016 11:55:52 +0000 (11:55 +0000)]
Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb am: be136b7a3e am: a947baa87c
am: 0f292147f3

* commit '0f292147f3ac803a8701afd7362ad3e0487fd496':
  Redact Account info from getCurrentSyncs

8 years agoRedact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb...
Matthew Williams [Wed, 20 Jan 2016 11:51:42 +0000 (11:51 +0000)]
Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb am: be136b7a3e
am: a947baa87c

* commit 'a947baa87caeb6733846d6de4ef2bf84f7ab0fa1':
  Redact Account info from getCurrentSyncs

8 years agoRedact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb
Matthew Williams [Wed, 20 Jan 2016 11:46:39 +0000 (11:46 +0000)]
Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257 am: 0e7cd0a9fb
am: be136b7a3e

* commit 'be136b7a3e3f117dea283d194d1e6979fb47662b':
  Redact Account info from getCurrentSyncs

8 years agoMerge "Deals with android:rotation attribute in layoutlib" into mnc-ub-dev
Jerome Gaillard [Wed, 20 Jan 2016 11:46:37 +0000 (11:46 +0000)]
Merge "Deals with android:rotation attribute in layoutlib" into mnc-ub-dev
am: 7efb74d54a

* commit '7efb74d54a22d0c693ebddf5438815b65bc67616':
  Deals with android:rotation attribute in layoutlib

8 years agoMerge "Deals with android:rotation attribute in layoutlib" into mnc-ub-dev
Jerome Gaillard [Wed, 20 Jan 2016 11:44:07 +0000 (11:44 +0000)]
Merge "Deals with android:rotation attribute in layoutlib" into mnc-ub-dev

8 years agoRedact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257
Matthew Williams [Wed, 20 Jan 2016 11:41:23 +0000 (11:41 +0000)]
Redact Account info from getCurrentSyncs am: f39549e389 am: 1a0aed3257
am: 0e7cd0a9fb

* commit '0e7cd0a9fbdcb48c551d54627eb964364dd946d0':
  Redact Account info from getCurrentSyncs

8 years agoRedact Account info from getCurrentSyncs am: f39549e389
Matthew Williams [Wed, 20 Jan 2016 11:37:17 +0000 (11:37 +0000)]
Redact Account info from getCurrentSyncs am: f39549e389
am: 1a0aed3257

* commit '1a0aed3257ad1b8216930928090885cf4210bd87':
  Redact Account info from getCurrentSyncs