OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "trim and strip html tags for load safe label name" into nyc-dev
Chen Xu [Wed, 1 Jun 2016 16:47:17 +0000 (16:47 +0000)]
Merge "trim and strip html tags for load safe label name" into nyc-dev

8 years agoMerge "Work on issue #28942589: Tune job scheduler" into nyc-dev
Dianne Hackborn [Wed, 1 Jun 2016 16:27:04 +0000 (16:27 +0000)]
Merge "Work on issue #28942589: Tune job scheduler" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
TreeHugger Robot [Wed, 1 Jun 2016 15:26:42 +0000 (15:26 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
TreeHugger Robot [Wed, 1 Jun 2016 15:25:34 +0000 (15:25 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
TreeHugger Robot [Wed, 1 Jun 2016 15:15:57 +0000 (15:15 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoFix action mode animation on recreations - framework edition
Chris Banes [Wed, 1 Jun 2016 10:39:54 +0000 (11:39 +0100)]
Fix action mode animation on recreations - framework edition

Currently if an action mode is started in onCreate()
it will fade in. This isn't ideal though, especially
since Activities are recreated routinely with
multi-window and resizable Activities. In that instance
we fade it in on every recreate.

This CL fixes this in both the decor and toolbar action
modes to only fade in if the decor has been laid out.

BUG: 29036694

Change-Id: Iae985efcced170a0a4229124c1c132355c2aa71e

8 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 1 Jun 2016 13:09:15 +0000 (06:09 -0700)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 1 Jun 2016 08:51:04 +0000 (01:51 -0700)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 1 Jun 2016 08:19:56 +0000 (01:19 -0700)]
Import translations. DO NOT MERGE

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

8 years agotrim and strip html tags for load safe label name
fionaxu [Tue, 31 May 2016 21:47:14 +0000 (14:47 -0700)]
trim and strip html tags for load safe label name

Bug: 28557603
Change-Id: I30b6c1d32e97c1fb71ba83c2845c310fe3b7f579

8 years agoWork on issue #28942589: Tune job scheduler
Dianne Hackborn [Sat, 28 May 2016 00:59:40 +0000 (17:59 -0700)]
Work on issue #28942589: Tune job scheduler

We now have a new settings key that provides all of the existing
tuning parameters, plus some newly redone ones for dealing with
different memory levels.

Changed the minimum batching for overall jobs from 2 to 1, so
we will never get in the way of immediately scheduling jobs
when the developer asks for this.  We should now be able to rely
on the doze modes to do better batching of jobs for us when it
is really important.

Also work on issue #28981330: Excessive JobScheduler wakeup alarms.
Use a work source with scheduled alarms to blame them on the app
whose job they are being scheduled for, and add a check for whether
a job's timing constraint has been satisfied before considering it
a possible candidate for the next alarm.  (If it is satisified,
the time is in the past, so we should not schedule an alarm for it.)

Finally clean up a bunch of the dumpsys output to make it easier
to understand.

Change-Id: I06cf2c1310448f47cf386f393e9b267335fabaeb

8 years agoMerge "Update override config to include some changes from global config" into nyc-dev
Andrii Kulian [Wed, 1 Jun 2016 01:08:36 +0000 (01:08 +0000)]
Merge "Update override config to include some changes from global config" into nyc-dev

8 years agoMerge "media: avoid recursion when evaluating profile support" into nyc-dev
TreeHugger Robot [Wed, 1 Jun 2016 00:58:28 +0000 (00:58 +0000)]
Merge "media: avoid recursion when evaluating profile support" into nyc-dev

8 years agoMerge "Add null check in showLockTaskToast" into nyc-dev
Hall Liu [Wed, 1 Jun 2016 00:25:04 +0000 (00:25 +0000)]
Merge "Add null check in showLockTaskToast" into nyc-dev

8 years agoMerge "HWUI: do nothing in case of empty layer" into nyc-dev
Sergei Vasilinetc [Wed, 1 Jun 2016 00:15:30 +0000 (00:15 +0000)]
Merge "HWUI: do nothing in case of empty layer" into nyc-dev

8 years agomedia: avoid recursion when evaluating profile support
Lajos Molnar [Tue, 31 May 2016 23:02:57 +0000 (16:02 -0700)]
media: avoid recursion when evaluating profile support

Bug: 28671284
Bug: 29041205
Change-Id: Ia9b3596a122bd5ba554a4b4ede875ebcadc67b67

8 years agoMerge "Don't bother with WeakHashMap for direct alarm bookkeeping" into nyc-dev
Chris Tate [Tue, 31 May 2016 22:59:24 +0000 (22:59 +0000)]
Merge "Don't bother with WeakHashMap for direct alarm bookkeeping" into nyc-dev

8 years agoAdd null check in showLockTaskToast
Hall Liu [Tue, 31 May 2016 22:50:48 +0000 (15:50 -0700)]
Add null check in showLockTaskToast

Bug: 29056498
Change-Id: Ic4333ec4f43e3c2916a4963b5ddf9e6ad10136ed

8 years agoMerge "Enforce background fallback to be non-translucent" into nyc-dev
Jorim Jaggi [Tue, 31 May 2016 22:50:08 +0000 (22:50 +0000)]
Merge "Enforce background fallback to be non-translucent" into nyc-dev

8 years agoDon't bother with WeakHashMap for direct alarm bookkeeping
Christopher Tate [Tue, 31 May 2016 22:08:04 +0000 (15:08 -0700)]
Don't bother with WeakHashMap for direct alarm bookkeeping

Call cancel() explicitly before dropping local references to your
callback objects; they won't just quietly go away.

Bug 28987260

Change-Id: Id9da66ed86a46b4fb38127e2ddd7a7d84fd2313a

8 years agoMerge "Don't assert on uris with stack." into nyc-dev
TreeHugger Robot [Tue, 31 May 2016 22:03:27 +0000 (22:03 +0000)]
Merge "Don't assert on uris with stack." into nyc-dev

8 years agoMerge "Turn this wtf into just a log." into nyc-dev
TreeHugger Robot [Tue, 31 May 2016 21:42:45 +0000 (21:42 +0000)]
Merge "Turn this wtf into just a log." into nyc-dev

8 years agoMerge "Better handling of confused finish transition." into nyc-dev
TreeHugger Robot [Tue, 31 May 2016 21:31:28 +0000 (21:31 +0000)]
Merge "Better handling of confused finish transition." into nyc-dev

8 years agoHWUI: do nothing in case of empty layer
sergeyv [Tue, 31 May 2016 21:18:02 +0000 (14:18 -0700)]
HWUI: do nothing in case of empty layer

bug:28862058
Change-Id: I8e09a5c33d0eb00a829be4df706dab49cad48b1e

8 years agoMerge "Remove STOPSHIP" into nyc-dev
Todd Kennedy [Tue, 31 May 2016 21:07:33 +0000 (21:07 +0000)]
Merge "Remove STOPSHIP" into nyc-dev

8 years agoMerge "Fix crash with intent-less actions" into nyc-dev
Adrian Roos [Tue, 31 May 2016 20:51:49 +0000 (20:51 +0000)]
Merge "Fix crash with intent-less actions" into nyc-dev

8 years agoDon't assert on uris with stack.
Steve McKay [Tue, 31 May 2016 17:54:23 +0000 (10:54 -0700)]
Don't assert on uris with stack.

This is legal arrangement when viewing Archives.
Bug: 28923366

Change-Id: I75a26edc8dac865f536a7c5bcdef1ba00b0883f0
(cherry picked from commit a379fad3b9b9e708e9211f7c026ddd13572fc16e)

8 years agoUpdate override config to include some changes from global config
Andrii Kulian [Sat, 28 May 2016 00:30:16 +0000 (17:30 -0700)]
Update override config to include some changes from global config

In override config for task we set Configuration#screenLayout field based on
initial global config + shrink to fit the area on screen given for this task.
However this field also contains information (like layout direction) that we
do not intend to override and it can be changed in global config separately.
In this case we need to update the override config with changes from global
config.

Bug: 28616488
Change-Id: I22673257621b3f9ae7933b37bd0fb9446c6042ea

8 years agoMerge "Fix multi-window enter animation" into nyc-dev
Jorim Jaggi [Tue, 31 May 2016 20:08:49 +0000 (20:08 +0000)]
Merge "Fix multi-window enter animation" into nyc-dev

8 years agoEnforce background fallback to be non-translucent
Jorim Jaggi [Wed, 25 May 2016 23:41:49 +0000 (16:41 -0700)]
Enforce background fallback to be non-translucent

To avoid screen garbage or wallpaper shining through, the background
we use there for filling the whole needs to

a) Be non-translucent in all cases except if the window is translucent.
b) Don't infer it from the theme as it might be unexpected. Don't define
it in the theme, and use black if it's not defined.

Bug: 28763785
Change-Id: Ifb724b5c5feea3ed70d68e5bd7615fa91185e743

8 years agoBetter handling of confused finish transition.
George Mount [Tue, 31 May 2016 19:58:52 +0000 (12:58 -0700)]
Better handling of confused finish transition.

Bug 28347277

When an activity calls startActivity with makeSceneTransitionAnimation
and then calls finishAfterTransition, it should not do any transition
and just finish.

Change-Id: I00e537638fa6f24c95605f09bbafd843b569bb4d

8 years agoMerge "Fixed a few accessibility issues with notifications and groups" into nyc-dev
Selim Cinek [Tue, 31 May 2016 19:26:14 +0000 (19:26 +0000)]
Merge "Fixed a few accessibility issues with notifications and groups" into nyc-dev

8 years agoMerge "Invalidate child bounds when AbsListView bounds change" into nyc-dev
Yigit Boyar [Tue, 31 May 2016 19:20:19 +0000 (19:20 +0000)]
Merge "Invalidate child bounds when AbsListView bounds change" into nyc-dev

8 years agoUpdated image sizes and wrapped text around images. am: 1ce2279423
sreevanis [Tue, 31 May 2016 18:45:36 +0000 (18:45 +0000)]
Updated image sizes and wrapped text around images. am: 1ce2279423
am: 2cbac3c122

* commit '2cbac3c122e1114f72ef44c3e62c8ec7c372db94':
  Updated image sizes and wrapped text around images.

Change-Id: Ie0df8af83058bf81a71f6fb75cb71b453ad9f47e

8 years agoUpdated image sizes and wrapped text around images.
sreevanis [Tue, 31 May 2016 18:39:38 +0000 (18:39 +0000)]
Updated image sizes and wrapped text around images.
am: 1ce2279423

* commit '1ce2279423a544d431bf6b64f2bfeb1a4617120b':
  Updated image sizes and wrapped text around images.

Change-Id: I61e1bb43a0b32ca80e0875e375c746fc930c85cb

8 years agoMerge "Build JobStatus objects outside the lock" into nyc-dev
Chris Tate [Tue, 31 May 2016 18:36:48 +0000 (18:36 +0000)]
Merge "Build JobStatus objects outside the lock" into nyc-dev

8 years agoUpdated image sizes and wrapped text around images.
sreevanis [Thu, 19 May 2016 21:15:14 +0000 (14:15 -0700)]
Updated image sizes and wrapped text around images.

Fixed messagingstyle link in api-overview page.

Bug:28864173
Change-Id: I2e1a6036010b2e3aea8104e51e37a1697906691c

8 years agoTurn this wtf into just a log.
Joe Onorato [Tue, 31 May 2016 17:49:08 +0000 (10:49 -0700)]
Turn this wtf into just a log.

We're seeing this a bunch, but the overhead from the WTF is concerning.
So turn it off.  It means that somewhere there is a race in tearing
down the app, or maybe some place fails to call back in some scenario.

Bug: 28932059
Change-Id: Ice14ade95bb9377ad622d440fb022953ad51c34c

8 years agoMerge "Disable app pinning when emergency call button pressed" into nyc-dev
Hall Liu [Tue, 31 May 2016 17:29:35 +0000 (17:29 +0000)]
Merge "Disable app pinning when emergency call button pressed" into nyc-dev

8 years agoMerge "Do not get device owner admin info when device owner is null" into nyc-dev
Ricky Wai [Tue, 31 May 2016 17:22:54 +0000 (17:22 +0000)]
Merge "Do not get device owner admin info when device owner is null" into nyc-dev

8 years agoMerge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io...
Dan Yu [Tue, 31 May 2016 17:21:48 +0000 (17:21 +0000)]
Merge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io-docs am: 160ce9413c
am: 2ad3221e5f

* commit '2ad3221e5f982dd0b9213c7e600d6186a1a9ea23':
  docs: Updating GuidedStepFragment for 23.2, new action types

Change-Id: Iaf555b61ddb9fc6706a67775e76106c8187b4d27

8 years agoMerge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io...
Daniel Yu [Tue, 31 May 2016 17:17:18 +0000 (17:17 +0000)]
Merge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io-docs
am: 160ce9413c

* commit '160ce9413ccd5cef62b01f2e7e7fb601c5e8fbf2':
  docs: Updating GuidedStepFragment for 23.2, new action types

Change-Id: I646cb0a2e9ecc0f783444bb8b63334a37c6e22df

8 years agoMerge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io...
Dan Yu [Tue, 31 May 2016 17:09:23 +0000 (17:09 +0000)]
Merge "docs: Updating GuidedStepFragment for 23.2, new action types" into mnc-io-docs

8 years agoDo not get device owner admin info when device owner is null
Ricky Wai [Tue, 31 May 2016 16:48:23 +0000 (17:48 +0100)]
Do not get device owner admin info when device owner is null

Bug: 29043723
Change-Id: I355c549f891a5e71f654f42ed16a7139da86482a

8 years agoMerge "Look at last used app when filtering." into nyc-dev
TreeHugger Robot [Tue, 31 May 2016 11:29:39 +0000 (11:29 +0000)]
Merge "Look at last used app when filtering." into nyc-dev

8 years agoMerge "Cleanup performDexOpt with instruction sets." into nyc-dev
TreeHugger Robot [Tue, 31 May 2016 11:23:43 +0000 (11:23 +0000)]
Merge "Cleanup performDexOpt with instruction sets." into nyc-dev

8 years agoLook at last used app when filtering.
Nicolas Geoffray [Thu, 26 May 2016 13:20:49 +0000 (14:20 +0100)]
Look at last used app when filtering.

In order to cover cases where a device hasn't been used
for a while.

bug:28969280
Change-Id: I897e833ed83912b848f25a7a81fe59f0ee655be1

8 years agoMerge "Finish ConfirmDialog when another vpn app is always-on" into nyc-dev
Victor Chang [Tue, 31 May 2016 09:43:35 +0000 (09:43 +0000)]
Merge "Finish ConfirmDialog when another vpn app is always-on" into nyc-dev

8 years agoMerge "Fix VPN Request dialog appearing each time VPN is connecting" into nyc-dev
Victor Chang [Tue, 31 May 2016 08:21:22 +0000 (08:21 +0000)]
Merge "Fix VPN Request dialog appearing each time VPN is connecting" into nyc-dev

8 years agoFinish ConfirmDialog when another vpn app is always-on
Victor Chang [Tue, 31 May 2016 06:19:27 +0000 (07:19 +0100)]
Finish ConfirmDialog when another vpn app is always-on

Bug:29000925
Change-Id: I1087dbb2c366cebb4583ae0bb97302b3d2caf42c

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
TreeHugger Robot [Tue, 31 May 2016 03:54:30 +0000 (03:54 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
TreeHugger Robot [Tue, 31 May 2016 03:45:58 +0000 (03:45 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
TreeHugger Robot [Tue, 31 May 2016 03:45:42 +0000 (03:45 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 31 May 2016 01:11:25 +0000 (18:11 -0700)]
Import translations. DO NOT MERGE

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

8 years agoMerge "Support ellipsizing LocaleHelper.getDisplayLocaleList()" into nyc-dev
Roozbeh Pournader [Tue, 31 May 2016 01:02:41 +0000 (01:02 +0000)]
Merge "Support ellipsizing LocaleHelper.getDisplayLocaleList()" into nyc-dev

8 years agoImport translations. DO NOT MERGE
Bill Yi [Tue, 31 May 2016 00:49:58 +0000 (17:49 -0700)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Bill Yi [Mon, 30 May 2016 18:53:22 +0000 (11:53 -0700)]
Import translations. DO NOT MERGE

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

8 years agoFix VPN Request dialog appearing each time VPN is connecting
Victor Chang [Fri, 27 May 2016 16:30:49 +0000 (17:30 +0100)]
Fix VPN Request dialog appearing each time VPN is connecting

cause: ConfirmDialog is shown when prepareVpn(package, null)
returns false when the package is in always-on mode

We added the code in ag/949136 to stop app replacing app currently set to always-on.

Bug: 28941235
Change-Id: I370e56ad59332cc3fb722a98730fa73a97e26831

8 years agoMerge "Docs: Fixed an invalid initialization of ExampleProvider member in Content...
Hemal Patel [Sat, 28 May 2016 01:24:52 +0000 (01:24 +0000)]
Merge "Docs: Fixed an invalid initialization of ExampleProvider member in Content URI patterns docs sample" into mnc-io-docs am: 709f0df0d8
am: 71b5005a66

* commit '71b5005a66872c25aaf71be865246294d0888279':
  Docs: Fixed an invalid initialization of ExampleProvider member in Content URI patterns docs sample

Change-Id: I09b59dd2cc85de4478012e2326bfce1cfd314e6b

8 years agoMerge "Docs: Fixed an invalid initialization of ExampleProvider member in Content...
Hemal Patel [Sat, 28 May 2016 01:20:26 +0000 (01:20 +0000)]
Merge "Docs: Fixed an invalid initialization of ExampleProvider member in Content URI patterns docs sample" into mnc-io-docs
am: 709f0df0d8

* commit '709f0df0d883ee5351d4f5688360fa76f9a84dbc':
  Docs: Fixed an invalid initialization of ExampleProvider member in Content URI patterns docs sample

Change-Id: Idee5539ed59ec115e90b4f5413f385e8d51369d8

8 years agoMerge "Docs: Fixed an invalid initialization of ExampleProvider member in Content...
Hemal Patel [Sat, 28 May 2016 01:16:49 +0000 (01:16 +0000)]
Merge "Docs: Fixed an invalid initialization of ExampleProvider member in Content URI patterns docs sample" into mnc-io-docs

8 years agoMerge "Replace Log.wtf by Log.e" into nyc-dev
Jorim Jaggi [Sat, 28 May 2016 01:03:27 +0000 (01:03 +0000)]
Merge "Replace Log.wtf by Log.e" into nyc-dev

8 years agoMerge "Don't call .toString() on potentially null CharSequence" into nyc-dev
Chris Tate [Sat, 28 May 2016 00:52:10 +0000 (00:52 +0000)]
Merge "Don't call .toString() on potentially null CharSequence" into nyc-dev

8 years agoReplace Log.wtf by Log.e
Jorim Jaggi [Sat, 28 May 2016 00:47:14 +0000 (17:47 -0700)]
Replace Log.wtf by Log.e

Bug: 28949995
Change-Id: I2193511566124980860843da0a822621184218b1

8 years agoDon't call .toString() on potentially null CharSequence
Christopher Tate [Sat, 28 May 2016 00:10:30 +0000 (17:10 -0700)]
Don't call .toString() on potentially null CharSequence

We're building an exception message string, but by explicitly invoking
.toString() we're accidentally triggering an NPE rather than the typed
exception we want to throw.  Build the string in a way that will be
safe and sensical even if the CharSequence is null.

Bug 29009255

Change-Id: I1813260f0b36fd44506b8327f997dd20c2d6c8bf

8 years agoMerge "Tweaking layout to make two-task stacks to closer match design." into nyc-dev
Winson Chung [Sat, 28 May 2016 00:07:46 +0000 (00:07 +0000)]
Merge "Tweaking layout to make two-task stacks to closer match design." into nyc-dev

8 years agoFixed a few accessibility issues with notifications and groups
Selim Cinek [Fri, 27 May 2016 23:33:10 +0000 (16:33 -0700)]
Fixed a few accessibility issues with notifications and groups

Change-Id: I78fa62884eaa0efe825b5eb1e6cac7d88fc05a7f
Fixes: 28069681

8 years agoFix multi-window enter animation
Jorim Jaggi [Fri, 27 May 2016 23:56:55 +0000 (16:56 -0700)]
Fix multi-window enter animation

Stable insets are not calculated in the first pass, so fetch it
manually if needed to avoid a relayout.

Bug: 28705801
Change-Id: I8f9a3bab96b597a80963d7ebcc8b19454b3e45a6

8 years agoMerge "Add more doc for Object animators defined with a single value" into nyc-dev
TreeHugger Robot [Fri, 27 May 2016 23:51:17 +0000 (23:51 +0000)]
Merge "Add more doc for Object animators defined with a single value" into nyc-dev

8 years agoredirect adt guide to release notes to consolidate the deprecation message. related...
smain@google.com [Fri, 27 May 2016 23:02:25 +0000 (23:02 +0000)]
redirect adt guide to release notes to consolidate the deprecation message. related deletion of file: https://critique.corp.google.com/#review/123463890 am: d6c76ddc51
am: 3152ead0f8

* commit '3152ead0f8cb5994100a423b47907db06d8e0d7b':
  redirect adt guide to release notes to consolidate the deprecation message. related deletion of file: https://critique.corp.google.com/#review/123463890

Change-Id: I8ec4aee36c2f39f9590fe94ffa8fa7b8da90cf43

8 years agoInvalidate child bounds when AbsListView bounds change
Yigit Boyar [Fri, 27 May 2016 22:18:54 +0000 (15:18 -0700)]
Invalidate child bounds when AbsListView bounds change

This CL fixes a bug in AbsListView where it was not invalidating
children's bounds when AbsListView's bounds change. This was
triggering bugs where if you set padding on a list view, it would
not resize its children.

Bug: 28800232
Change-Id: I81a4e9ea234c395de80efea5ef5e47a71cb95136

8 years agoredirect adt guide to release notes to consolidate the deprecation message. related...
smain@google.com [Fri, 27 May 2016 22:56:53 +0000 (22:56 +0000)]
redirect adt guide to release notes to consolidate the deprecation message. related deletion of file: https://critique.corp.google.com/#review/123463890
am: d6c76ddc51

* commit 'd6c76ddc51a1b607c50d8e443a7affb9b2e0e1b6':
  redirect adt guide to release notes to consolidate the deprecation message. related deletion of file: https://critique.corp.google.com/#review/123463890

Change-Id: Ia14317cc6a292fcda6328d96660db0eda5757e12

8 years agoMerge "Fix status bar autohide with DirectReply" into nyc-dev
Adrian Roos [Fri, 27 May 2016 22:54:59 +0000 (22:54 +0000)]
Merge "Fix status bar autohide with DirectReply" into nyc-dev

8 years agoredirect adt guide to release notes to consolidate the deprecation message.
smain@google.com [Fri, 27 May 2016 22:43:10 +0000 (15:43 -0700)]
redirect adt guide to release notes to consolidate the deprecation message.
related deletion of file: https://critique.corp.google.com/#review/123463890

Change-Id: Ia9b533ec52a0fd05fcfeede04dda64ae6041c6a2

8 years agoMerge "Merge "docs: update redirects for GMS and GCM reference docs" into mnc-io...
Android Build Merger (Role) [Fri, 27 May 2016 22:46:27 +0000 (22:46 +0000)]
Merge "Merge "docs: update redirects for GMS and GCM reference docs" into mnc-io-docs am: 580bff3d90 am: 25967b7577" into nyc-dev

8 years agoMerge "docs: update redirects for GMS and GCM reference docs" into mnc-io-docs am...
Joe Fernandez [Fri, 27 May 2016 22:46:01 +0000 (22:46 +0000)]
Merge "docs: update redirects for GMS and GCM reference docs" into mnc-io-docs am: 580bff3d90
am: 25967b7577

* commit '25967b7577b427b81417848678dad3916b92d6ba':
  docs: update redirects for GMS and GCM reference docs

Change-Id: I383c15867a5a0334b856bedf27ccb93f464a9751

8 years agoMerge "Fix issue #28930592: Scoring service binding is not reestablished." into nyc-dev
TreeHugger Robot [Fri, 27 May 2016 22:44:18 +0000 (22:44 +0000)]
Merge "Fix issue #28930592: Scoring service binding is not reestablished." into nyc-dev

8 years agoFix crash with intent-less actions
Adrian Roos [Fri, 27 May 2016 22:35:45 +0000 (15:35 -0700)]
Fix crash with intent-less actions

Follow-up to I00d46036a2cbb73f7f733fd35bf0b743a02807a1

Bug: 28818704
Change-Id: I9a444b9dd4cea92b4a770d7051c05c48818892ad

8 years agoMerge "docs: update redirects for GMS and GCM reference docs" into mnc-io-docs
Joe Fernandez [Fri, 27 May 2016 22:35:26 +0000 (22:35 +0000)]
Merge "docs: update redirects for GMS and GCM reference docs" into mnc-io-docs
am: 580bff3d90

* commit '580bff3d90bc08fa6db0edb32abffee8d1bdd563':
  docs: update redirects for GMS and GCM reference docs

Change-Id: Idfd86984163c495995e331e99d182dd33e1bab96

8 years agoMerge "Code Patch for camera preview switch tests" into nyc-dev
Hang Yin [Fri, 27 May 2016 22:34:46 +0000 (22:34 +0000)]
Merge "Code Patch for camera preview switch tests" into nyc-dev

8 years agoMerge "docs: update redirects for GMS and GCM reference docs" into mnc-io-docs
Joe Fernandez [Fri, 27 May 2016 22:31:01 +0000 (22:31 +0000)]
Merge "docs: update redirects for GMS and GCM reference docs" into mnc-io-docs

8 years agoTweaking layout to make two-task stacks to closer match design.
Winson [Wed, 18 May 2016 20:26:29 +0000 (13:26 -0700)]
Tweaking layout to make two-task stacks to closer match design.

- In the small-stack cases, set the initial state to top-align the
  back-most task.  In addition to offsetting the position, ensure that
  the dim for the back-most task is offset by this new position.
- Fixing issue with wrong return value when update insets.
- Fixing issue where tasks disappear after rotating while scrolling the
  stack, due to the scrollering setting the stack scroll to an invalid
  scroll position in the new layout in the new orientation.

Bug: 27859654
Change-Id: Ia4aaa3fe445032493c94a8dee7f6fea33bee36ec

8 years agodocs: update redirects for GMS and GCM reference docs
Joe Fernandez [Fri, 27 May 2016 22:18:37 +0000 (15:18 -0700)]
docs: update redirects for GMS and GCM reference docs

b/29003935

Change-Id: I5ad833276dbbfc21a3c5e55a4b2e37d6b3a40dda

8 years agoMerge "Copy native tree's property when mutate vector drawable" into nyc-dev
Doris Liu [Fri, 27 May 2016 22:16:59 +0000 (22:16 +0000)]
Merge "Copy native tree's property when mutate vector drawable" into nyc-dev

8 years agoAdd more doc for Object animators defined with a single value
Doris Liu [Fri, 27 May 2016 22:03:39 +0000 (15:03 -0700)]
Add more doc for Object animators defined with a single value

Bug: 28104516
Change-Id: I181b2817ceda5dfaf87e12c81b21e7d0d2f002fc

8 years agoMerge "Change app crash dialog strings" into nyc-dev
Adrian Roos [Fri, 27 May 2016 22:03:21 +0000 (22:03 +0000)]
Merge "Change app crash dialog strings" into nyc-dev

8 years agoMerge "Simplify crash dialog" into nyc-dev
Adrian Roos [Fri, 27 May 2016 22:02:44 +0000 (22:02 +0000)]
Merge "Simplify crash dialog" into nyc-dev

8 years agoMerge "Fix bad one-line MessagingStyle" into nyc-dev
Adrian Roos [Fri, 27 May 2016 22:02:37 +0000 (22:02 +0000)]
Merge "Fix bad one-line MessagingStyle" into nyc-dev

8 years agoMerge "Fix IME and NavBar overlap with Direct Reply" into nyc-dev
Adrian Roos [Fri, 27 May 2016 22:02:13 +0000 (22:02 +0000)]
Merge "Fix IME and NavBar overlap with Direct Reply" into nyc-dev

8 years agoCode Patch for camera preview switch tests
Hang Yin [Thu, 26 May 2016 21:27:35 +0000 (14:27 -0700)]
Code Patch for camera preview switch tests

This cl will fix the bug: b/28982885. It enables Raw10 Size Array
only when the device support Raw10.

Change-Id: I6a7a9d47708017f71c47fb5bbb15f3e98b555af4

8 years agoMerge "Docs: Removed note in "Platform Versions" section" into mnc-io-docs am: 9dfa75ef43
Hemal Patel [Fri, 27 May 2016 21:45:46 +0000 (21:45 +0000)]
Merge "Docs: Removed note in "Platform Versions" section" into mnc-io-docs am: 9dfa75ef43
am: 202017dcbf

* commit '202017dcbf35e54f8aec6f98e5e8b6fe4231f8d5':
  Docs: Changed GitHub samples link to point to "Google Samples" page on GitHub.

Change-Id: I8181c5d1679be85be720fe16fd85561a883ab4ce

8 years agoMerge "Docs: Fixed the end-of-comment tag" into mnc-io-docs am: d09caa1378
Hemal Patel [Fri, 27 May 2016 21:45:39 +0000 (21:45 +0000)]
Merge "Docs: Fixed the end-of-comment tag" into mnc-io-docs am: d09caa1378
am: 7a62915c51

* commit '7a62915c51294fcbf491fbe0f0a406ac420e2d34':
  Docs: Removed note in "Platform Versions" section

Change-Id: I4da67d6b00c0e33f6eb99b06479bafb8049f1b8b

8 years agoMerge "Merge "Docs: Fixed the end-of-comment tag" into mnc-io-docs am: d09caa1378...
Android Build Merger (Role) [Fri, 27 May 2016 21:42:24 +0000 (21:42 +0000)]
Merge "Merge "Docs: Fixed the end-of-comment tag" into mnc-io-docs am: d09caa1378 am: 7ff4ee303b" into nyc-dev

8 years agoMerge "Docs: Fixed the end-of-comment tag" into mnc-io-docs am: d09caa1378
Hemal Patel [Fri, 27 May 2016 21:41:57 +0000 (21:41 +0000)]
Merge "Docs: Fixed the end-of-comment tag" into mnc-io-docs am: d09caa1378
am: 7ff4ee303b

* commit '7ff4ee303bca5372a925453e043375a728eb8d1d':
  Docs: Fixed the end-of-comment tag

Change-Id: I79abb2406163de3928ec9bb473e18c31aa146efa

8 years agoMerge "Docs: Changed GitHub samples link to point to "Google Samples" page on GitHub...
Hemal Patel [Fri, 27 May 2016 21:41:48 +0000 (21:41 +0000)]
Merge "Docs: Changed GitHub samples link to point to "Google Samples" page on GitHub." into mnc-io-docs
am: 50f57d1d63

* commit '50f57d1d631eb08744609f9440c935b1e8e86992':
  Docs: Changed GitHub samples link to point to "Google Samples" page on GitHub.

Change-Id: I3c60c8a347283c4f107eef0e4efe3cabd9c8795e

8 years agoMerge "Docs: Removed note in "Platform Versions" section" into mnc-io-docs
Hemal Patel [Fri, 27 May 2016 21:41:43 +0000 (21:41 +0000)]
Merge "Docs: Removed note in "Platform Versions" section" into mnc-io-docs
am: 9dfa75ef43

* commit '9dfa75ef43782c596d55de582704566afc540d06':
  Docs: Removed note in "Platform Versions" section

Change-Id: Ie09047db04155b7f37aafdc3ac6a85e390d54143

8 years agoMerge "Revert "Finalize resource IDs for N."" into nyc-dev
Akshay Thakker [Fri, 27 May 2016 21:41:25 +0000 (21:41 +0000)]
Merge "Revert "Finalize resource IDs for N."" into nyc-dev

8 years agoMerge "Docs: Fixed the end-of-comment tag" into mnc-io-docs
Hemal Patel [Fri, 27 May 2016 21:37:15 +0000 (21:37 +0000)]
Merge "Docs: Fixed the end-of-comment tag" into mnc-io-docs
am: d09caa1378

* commit 'd09caa137854596bb082188b7073eead8b844449':
  Docs: Fixed the end-of-comment tag

Change-Id: I27a07c1d00f840b34683cfb333b8b338ffe60dd3

8 years agoMerge "Docs: Changed GitHub samples link to point to "Google Samples" page on GitHub...
Hemal Patel [Fri, 27 May 2016 21:32:24 +0000 (21:32 +0000)]
Merge "Docs: Changed GitHub samples link to point to "Google Samples" page on GitHub." into mnc-io-docs

8 years agoMerge "Docs: Removed note in "Platform Versions" section" into mnc-io-docs
Hemal Patel [Fri, 27 May 2016 21:32:04 +0000 (21:32 +0000)]
Merge "Docs: Removed note in "Platform Versions" section" into mnc-io-docs