OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Split network monitoring and portal probe events" into nyc-dev
TreeHugger Robot [Fri, 22 Apr 2016 09:41:04 +0000 (09:41 +0000)]
Merge "Split network monitoring and portal probe events" into nyc-dev

8 years agoMerge "Remove MANAGED_PROFILE_AVAILABILITY_CHANGED broadcast" into nyc-dev
Rubin Xu [Fri, 22 Apr 2016 09:25:02 +0000 (09:25 +0000)]
Merge "Remove MANAGED_PROFILE_AVAILABILITY_CHANGED broadcast" into nyc-dev

8 years agoMerge changes from topic 'blockOnProcessingUnsolicited' into nyc-dev
Lorenzo Colitti [Fri, 22 Apr 2016 08:41:08 +0000 (08:41 +0000)]
Merge changes from topic 'blockOnProcessingUnsolicited' into nyc-dev

* changes:
  Tethering: interface updates can be handled again
  NativeDaemonConnector: add waitForCallbacks method

8 years agoTethering: interface updates can be handled again
Rebecca Silberstein [Thu, 21 Apr 2016 22:50:34 +0000 (15:50 -0700)]
Tethering: interface updates can be handled again

When reloading wifi firmware, unsolicited responses from netd were
processed after softap had started and caused wifi tethering to be torn
down.

The NetworkManagementServer.wifiFirmwareReload call has been changed to
not only block for the command to finish, but also until all unsolicited
messages (interface updates) have been handled.  We should now be able
to handle interface updates in tethering without suffering from the
softap bringup/interface down notification race condition.

BUG: 27857665
Change-Id: Ie57cb8f760781b3227df575b577b33667070d63e

8 years agoSplit network monitoring and portal probe events
Hugo Benichi [Thu, 21 Apr 2016 06:02:38 +0000 (15:02 +0900)]
Split network monitoring and portal probe events

This patches changes how captive portal tests and network lifecycle
events are logged as connectivity events:
  - it splits NetworkMonitorEvent into two event classes:
      - ValidationProbeEvent for logging individual probe events.
      - NetworkEvent for logging network connection, validation,
        lingering, and disconnection.
  - it removes the redundant CaptivePortalCheckResultEvent class.
    The information logged in CaptivePortalCheckResultEvent was already
    logged by NetworkMonitorEvent, but missing the evaluation durations.
    It is now logged by ValidationProbeEvent.
  - it removes the CaptivePortalStateChangeEvent class, which is now
    redundant with NetworkEvent, but missing evaluation durations.

In addition, it adds event logging when ConnectivityService puts a
network into lingering or removes a network from lingering.

Bug: 28204408
Change-Id: I8f9752e4d36175ecfcbd1545a01a41bad6e06ea4

8 years agoMerge "Fixed a bug where the icon of children could be colored" into nyc-dev
TreeHugger Robot [Fri, 22 Apr 2016 07:28:30 +0000 (07:28 +0000)]
Merge "Fixed a bug where the icon of children could be colored" into nyc-dev

8 years agoNativeDaemonConnector: add waitForCallbacks method
Rebecca Silberstein [Thu, 21 Apr 2016 19:14:41 +0000 (12:14 -0700)]
NativeDaemonConnector: add waitForCallbacks method

Add a method that allows callers to wait until all unsolicited
responses received from the native daemon during a command are
processed.

When commands are issued to a native daemon (such as netd) through the
NativeDaemonConnector we block until the command response is received.
Any responses or events that are a side-effect (considered
"unsolicited") of the command are placed in a Message and handled as
callbacks. The order of their processing is not guaranteed and, as we
have seen from bugreports, can be handled several seconds
later - causing the SoftAP that was just set up to be torn down
because a late interface down/removed is indistinguishable from a
new interface down/removed.

This CL adds a method that first checks to make sure callback thread
is not the same thread as used for the blocking call.  The new
waitForCallbacks method uses a CountDownLatch to force the calling
thread to wait until all unsolicited responses received from the
native daemon during the execution of the command are handled.

The wifiFirmwareReload method is also updated to use the new
waitForCallbacks method.

BUG: 27857665
Change-Id: I3e22978f720b1cbf57fbb64ad4fea73f8c2d408a

8 years agoMerge "Fixed a bug where notification header could become empty" into nyc-dev
Selim Cinek [Fri, 22 Apr 2016 05:33:31 +0000 (05:33 +0000)]
Merge "Fixed a bug where notification header could become empty" into nyc-dev

8 years agoMerge "Fix signal cluster animation leak" into nyc-dev
Jorim Jaggi [Fri, 22 Apr 2016 04:09:11 +0000 (04:09 +0000)]
Merge "Fix signal cluster animation leak" into nyc-dev

8 years agoFix signal cluster animation leak
Jorim Jaggi [Fri, 22 Apr 2016 03:33:44 +0000 (20:33 -0700)]
Fix signal cluster animation leak

When subscription id's change during the animation, make sure to
clear them out as well. This happens when doing a network switch
on Fi.

Bug: 27434767
Change-Id: I9cbd65888419ca630e884c51d41a0d785237f35b

8 years agoMerge "Fixed a crash when the heads up content view was null" into nyc-dev
Selim Cinek [Fri, 22 Apr 2016 03:22:12 +0000 (03:22 +0000)]
Merge "Fixed a crash when the heads up content view was null" into nyc-dev

8 years agoMerge "Changed the name of chronometer countdown" into nyc-dev
Selim Cinek [Fri, 22 Apr 2016 03:21:50 +0000 (03:21 +0000)]
Merge "Changed the name of chronometer countdown" into nyc-dev

8 years agoMerge "IpManager,DhcpClient: catch some errors and better logging" into nyc-dev
Erik Kline [Fri, 22 Apr 2016 03:14:04 +0000 (03:14 +0000)]
Merge "IpManager,DhcpClient: catch some errors and better logging" into nyc-dev

8 years agoMerge "Fix squished UI elements" into nyc-dev
Jorim Jaggi [Fri, 22 Apr 2016 03:09:58 +0000 (03:09 +0000)]
Merge "Fix squished UI elements" into nyc-dev

8 years agoMerge "Clear calling identity before calling mountService" into nyc-dev
Paul Crowley [Fri, 22 Apr 2016 03:00:10 +0000 (03:00 +0000)]
Merge "Clear calling identity before calling mountService" into nyc-dev

8 years agoFix squished UI elements
Jorim Jaggi [Fri, 22 Apr 2016 01:25:49 +0000 (18:25 -0700)]
Fix squished UI elements

Stack bounds were wrong after moving all tasks from docked stack to
fullscreen stack, if fullscreen stack was created while moving.
This lead to very wrong bounds when rotating the screen the next
time.

Bug: 27870534
Change-Id: I6d054922ffc7baa7cd1a86d0d3448050cbacd21f

8 years agoMerge "Don't worry about an extra weak indirection with callback alarms" into nyc-dev
Chris Tate [Fri, 22 Apr 2016 00:40:42 +0000 (00:40 +0000)]
Merge "Don't worry about an extra weak indirection with callback alarms" into nyc-dev

8 years agoMerge "leanback: Fix link to changed API setTitle()" into nyc-dev
Dake Gu [Fri, 22 Apr 2016 00:26:51 +0000 (00:26 +0000)]
Merge "leanback: Fix link to changed API setTitle()" into nyc-dev

8 years agoMerge "Add throws definition to MtpDevice#readEvent." into nyc-dev
Daichi Hirono [Fri, 22 Apr 2016 00:00:31 +0000 (00:00 +0000)]
Merge "Add throws definition to MtpDevice#readEvent." into nyc-dev

8 years agoMerge "Handle API review comments from the council." into nyc-dev
Daichi Hirono [Fri, 22 Apr 2016 00:00:31 +0000 (00:00 +0000)]
Merge "Handle API review comments from the council." into nyc-dev

8 years agoMerge "Switched the notification time to relative time" into nyc-dev
TreeHugger Robot [Thu, 21 Apr 2016 23:47:22 +0000 (23:47 +0000)]
Merge "Switched the notification time to relative time" into nyc-dev

8 years agoMerge "Move child FragmentManager shutdown for retained fragments" into nyc-dev
Adam Powell [Thu, 21 Apr 2016 23:05:01 +0000 (23:05 +0000)]
Merge "Move child FragmentManager shutdown for retained fragments" into nyc-dev

8 years agoMerge "Fix flag value collision" into nyc-dev
Tim Murray [Thu, 21 Apr 2016 22:59:40 +0000 (22:59 +0000)]
Merge "Fix flag value collision" into nyc-dev

8 years agoFix flag value collision
John Reck [Thu, 21 Apr 2016 22:40:45 +0000 (15:40 -0700)]
Fix flag value collision

Bug: 28314544
Change-Id: If73c1e8fd0e7b313bccbeffa172bdc3ab9496a43

8 years agoMerge changes I036fbc5f,I979f0107 into nyc-dev
Joe Onorato [Thu, 21 Apr 2016 22:36:21 +0000 (22:36 +0000)]
Merge changes I036fbc5f,I979f0107 into nyc-dev

* changes:
  If we can't call into an app process to deliver an intent, crash the process.
  If a crash dialog can't be shown, just kill the process.

8 years agoIf we can't call into an app process to deliver an intent, crash the process.
Joe Onorato [Wed, 20 Apr 2016 22:38:07 +0000 (15:38 -0700)]
If we can't call into an app process to deliver an intent, crash the process.

Rather than hoping the process will crash for some other reason, it is
better to just get rid of it right away. The Intent was not delivered,
so there are no guarantees that the app will continue to function
correctly.

Bug: 28196243
Change-Id: I036fbc5ffd42dc7259437cc5a733976478a2dd3a

8 years agoMerge changes I7261cf87,Icabfcf47,I09e6b032,I252cf139,If85ade73, ... into nyc-dev
TreeHugger Robot [Thu, 21 Apr 2016 22:28:00 +0000 (22:28 +0000)]
Merge changes I7261cf87,Icabfcf47,I09e6b032,I252cf139,If85ade73, ... into nyc-dev

* changes:
  Revert "Death to synchronous transactions (2/2)"
  Fix a few weird state issues from race-conditions
  Fix lifecycle bug in when calling positionTask
  Animation fixes when task is not resumed
  Keep stack from mReuseTask
  Final fixes for growing recents transition

8 years agoMerge "Update divider controller's dim layer when the layer is changed" into nyc-dev
Chong Zhang [Thu, 21 Apr 2016 22:27:51 +0000 (22:27 +0000)]
Merge "Update divider controller's dim layer when the layer is changed" into nyc-dev

8 years agoFixed a bug where the icon of children could be colored
Selim Cinek [Thu, 21 Apr 2016 22:26:10 +0000 (15:26 -0700)]
Fixed a bug where the icon of children could be colored

Change-Id: I12e577de648f8b1734521ffe713f0168f714572a
Fixes: 28320187

8 years agoUpdate divider controller's dim layer when the layer is changed
Chong Zhang [Thu, 21 Apr 2016 22:17:47 +0000 (15:17 -0700)]
Update divider controller's dim layer when the layer is changed

The divider's layer assignment could change after the initial adjust
animation has finished.

bug: 28255739
Change-Id: I5899fe22e4fec680c49c881437c7f85d8ee9ca74

8 years agoFixed a bug where notification header could become empty
Selim Cinek [Thu, 21 Apr 2016 01:46:36 +0000 (18:46 -0700)]
Fixed a bug where notification header could become empty

Also fixed a few more issues with the header util that could
lead to wrong states.

Change-Id: I95c3479f5d9e5221ee9e91120271e7957b887607
Fixes: 28295743

8 years agoFixed a crash when the heads up content view was null
Selim Cinek [Thu, 21 Apr 2016 00:10:40 +0000 (17:10 -0700)]
Fixed a crash when the heads up content view was null

Change-Id: I02c47eb0f4bcc3620103882e34b079aa83790a44
Fixes: 28301534

8 years agoChanged the name of chronometer countdown
Selim Cinek [Wed, 20 Apr 2016 23:13:59 +0000 (16:13 -0700)]
Changed the name of chronometer countdown

Change-Id: Ie0339205b26f2dff40e0c19760750a0ce6aaf7da
Fixes: 28295825

8 years agoSwitched the notification time to relative time
Selim Cinek [Wed, 20 Apr 2016 01:31:47 +0000 (18:31 -0700)]
Switched the notification time to relative time

The time is now displayed in a relative manner instead
of absolute.

Change-Id: Idcc4411ed07991b6e176c4890a0d804394d8598a
Fixes: 27435284

8 years agoDon't worry about an extra weak indirection with callback alarms
Christopher Tate [Thu, 21 Apr 2016 22:05:34 +0000 (15:05 -0700)]
Don't worry about an extra weak indirection with callback alarms

Bug 27995384

Change-Id: Ie9cf3e05dca4af7085b479fb65d4cf45ee0239ba

8 years agoRevert "Death to synchronous transactions (2/2)"
Jorim Jaggi [Thu, 21 Apr 2016 07:12:27 +0000 (07:12 +0000)]
Revert "Death to synchronous transactions (2/2)"

This reverts commit dd05f0365aa0df9ba9a7631c8e02ed67f472132d.

There seems to be some logic that gets triggered inside surface flinger
regarding commit time of the transaction, and without it seems that
animations got jankier. No time to investigate...

Bug: 28305789
Change-Id: I7261cf8719d3528f8f5bee19e507b8ba88b8b729

8 years agoFix a few weird state issues from race-conditions
Jorim Jaggi [Thu, 21 Apr 2016 07:07:29 +0000 (00:07 -0700)]
Fix a few weird state issues from race-conditions

- When starting another transition while the dock transition
is already set, always override that because that transition
starts prolonged animations which will never be ended.
- Only dock if we get a good UP event.

Bug: 28257206
Change-Id: Icabfcf475f419696d2bcff8fbb53cf3b29dedd69

8 years agoFix lifecycle bug in when calling positionTask
Jorim Jaggi [Thu, 21 Apr 2016 05:42:32 +0000 (22:42 -0700)]
Fix lifecycle bug in when calling positionTask

Sometimes the resumed activity from another stack gets positioned
BELOW the top activity of the current stack. We need to carry over
the mResumedActivity to make sure onPause is called on the moved
activity.

Bug: 28235047
Change-Id: I09e6b032cd8d0b00dc5fdd06bec68e53c25aae73

8 years agoAnimation fixes when task is not resumed
Jorim Jaggi [Thu, 21 Apr 2016 03:37:45 +0000 (20:37 -0700)]
Animation fixes when task is not resumed

- Make sure to add the activity to mWaitingVisibleActivities
to not destroy the activity before the app transition has
started.
- Defer layouts in startActivityUnchecked so when clearing the
current activities in the current stack, we don't execute the
app transition yet. We need to wait until the new activities
are added as well.

Bug: 28026847
Change-Id: I252cf139e06197ea34329d1466f1f6162f3e7a30

8 years agoKeep stack from mReuseTask
Jorim Jaggi [Thu, 21 Apr 2016 00:58:29 +0000 (17:58 -0700)]
Keep stack from mReuseTask

When we launch an activity with CLEAR_TOP and NEW_TASK, we clear
all the activities in that task but then we don't reuse the stack,
which can lead to weirdness.

To fix this, we need to keep the target stack in that case.

Bug: 28000613
Change-Id: If85ade73b1036e8a7c0eda418d9f39e8596b8b16

8 years agoFinal fixes for growing recents transition
Jorim Jaggi [Wed, 20 Apr 2016 03:03:47 +0000 (20:03 -0700)]
Final fixes for growing recents transition

- Make sure to reposition windows during animations to avoid that
they lag one frame behind.
- Don't put windows that are gone for layout into resizing mode.
- Don't layout windows that are gone for layout, to avoid resizing
the surface but the client won't draw anymore.

Change-Id: I809feffef00f9a086b44504126e03f509eb7f190
Fixes: 27855229

8 years agoleanback: Fix link to changed API setTitle()
Dake Gu [Thu, 21 Apr 2016 21:50:26 +0000 (14:50 -0700)]
leanback: Fix link to changed API setTitle()

To match ag/952395.

Change-Id: I96cf9caa34bd560f14f7864201f3ac228cd2537d

8 years agoMerge "Rename DropPermissions to DragAndDropPermissions" into nyc-dev
Vladislav Kaznacheev [Thu, 21 Apr 2016 21:34:24 +0000 (21:34 +0000)]
Merge "Rename DropPermissions to DragAndDropPermissions" into nyc-dev

8 years agoMerge "Fix broken build due to @RemotableViewMethod" into nyc-dev
Hyunyoung Song [Thu, 21 Apr 2016 21:32:36 +0000 (21:32 +0000)]
Merge "Fix broken build due to @RemotableViewMethod" into nyc-dev

8 years agoFix broken build due to @RemotableViewMethod
Hyunyoung Song [Thu, 21 Apr 2016 21:26:54 +0000 (14:26 -0700)]
Fix broken build due to @RemotableViewMethod

Change-Id: I63c6cb4fa68df114220efb2f263115e773e25f5d

8 years agoMerge "API review feedback for ProgressBar" into nyc-dev
Alan Viverette [Thu, 21 Apr 2016 21:21:55 +0000 (21:21 +0000)]
Merge "API review feedback for ProgressBar" into nyc-dev

8 years agoMerge "Don't overwrite vertical and horizontal offsets unless explicit" into nyc-dev
Alan Viverette [Thu, 21 Apr 2016 21:21:33 +0000 (21:21 +0000)]
Merge "Don't overwrite vertical and horizontal offsets unless explicit" into nyc-dev

8 years agoMerge "add @RemotableViewMethod to TextView#setEnabled b/28304068" into nyc-dev
Hyunyoung Song [Thu, 21 Apr 2016 21:04:23 +0000 (21:04 +0000)]
Merge "add @RemotableViewMethod to TextView#setEnabled b/28304068" into nyc-dev

8 years agoadd @RemotableViewMethod to TextView#setEnabled
Hyunyoung Song [Thu, 21 Apr 2016 20:41:56 +0000 (13:41 -0700)]
add @RemotableViewMethod to TextView#setEnabled
b/28304068

Change-Id: Ia5464030a65c87dacdd75e5be331da017d7ef593

8 years agoMerge "Make sure don't adjust IME when docked left-right" into nyc-dev
Chong Zhang [Thu, 21 Apr 2016 20:35:26 +0000 (20:35 +0000)]
Merge "Make sure don't adjust IME when docked left-right" into nyc-dev

8 years agoMerge "Remove pre-N db after successful migration" into nyc-dev
Fyodor Kupolov [Thu, 21 Apr 2016 20:30:37 +0000 (20:30 +0000)]
Merge "Remove pre-N db after successful migration" into nyc-dev

8 years agoMerge "QS: Use current tile state when removing custom tiles" into nyc-dev
Jason Monk [Thu, 21 Apr 2016 20:25:31 +0000 (20:25 +0000)]
Merge "QS: Use current tile state when removing custom tiles" into nyc-dev

8 years agoMerge "Announce when volume controls appear and disappear." into nyc-dev
Julia Reynolds [Thu, 21 Apr 2016 20:18:27 +0000 (20:18 +0000)]
Merge "Announce when volume controls appear and disappear." into nyc-dev

8 years agoQS: Use current tile state when removing custom tiles
Jason Monk [Thu, 21 Apr 2016 20:14:27 +0000 (16:14 -0400)]
QS: Use current tile state when removing custom tiles

Change-Id: If12415c051239348261386fb23e88d6725767ba0
Fixes: 27912532

8 years agoMerge "Make Dismiss Icon under Cards show up only when focused." into nyc-dev
Sid Soundararajan [Thu, 21 Apr 2016 20:06:29 +0000 (20:06 +0000)]
Merge "Make Dismiss Icon under Cards show up only when focused." into nyc-dev

8 years agoMake sure don't adjust IME when docked left-right
Chong Zhang [Thu, 21 Apr 2016 19:57:55 +0000 (12:57 -0700)]
Make sure don't adjust IME when docked left-right

bug: 28295645
Change-Id: Ia8f7f9a92fcc562bd672abae4d3ddfd6e6201a79

8 years agoMerge "Framework: change the TTS text to use the current locale" into nyc-dev
Mihai Niță [Thu, 21 Apr 2016 19:55:41 +0000 (19:55 +0000)]
Merge "Framework: change the TTS text to use the current locale" into nyc-dev

8 years agoMerge "Respect manually set HARDWARE_ACCELERATED flag." into nyc-dev
Rob Carr [Thu, 21 Apr 2016 19:52:01 +0000 (19:52 +0000)]
Merge "Respect manually set HARDWARE_ACCELERATED flag." into nyc-dev

8 years agoMerge "Fix order of operation issue with ResStringPool" into nyc-dev
Adam Lesinski [Thu, 21 Apr 2016 19:08:38 +0000 (19:08 +0000)]
Merge "Fix order of operation issue with ResStringPool" into nyc-dev

8 years agoAnnounce when volume controls appear and disappear.
Julia Reynolds [Thu, 21 Apr 2016 18:58:52 +0000 (14:58 -0400)]
Announce when volume controls appear and disappear.

Bug: 28120156
Change-Id: I4e17b9cf1cd4a442adb7513168c12e3af24c424f

8 years agoRemove pre-N db after successful migration
Fyodor Kupolov [Thu, 21 Apr 2016 18:26:14 +0000 (11:26 -0700)]
Remove pre-N db after successful migration

Bug: 26279712
Change-Id: I53e4bd1b04b4ae6b94e8b5642d7f11a4edd6f1e4

8 years agoMerge "AudioManager: fix isBluetoothA2dpOn()" into nyc-dev
Eric Laurent [Thu, 21 Apr 2016 18:22:57 +0000 (18:22 +0000)]
Merge "AudioManager: fix isBluetoothA2dpOn()" into nyc-dev

8 years agoMake Dismiss Icon under Cards show up only when focused.
Sid Soundararajan [Thu, 21 Apr 2016 18:20:52 +0000 (11:20 -0700)]
Make Dismiss Icon under Cards show up only when focused.

BUG: 28299529
Change-Id: I37cd029734da5de8416705746457151c22f64280

8 years agoMove child FragmentManager shutdown for retained fragments
Adam Powell [Thu, 21 Apr 2016 18:04:41 +0000 (11:04 -0700)]
Move child FragmentManager shutdown for retained fragments

Some apps out there do some creative things in terms of calling their
own onDetach methods from elsewhere. Perform the child FragmentManager
shutdown for retained fragments in a package-level perform method
instead of in onDetach itself.

Also mark all existing fragment methods with @CallSuper.

Bug 28293847

Change-Id: I343b610f8d427fe5cabd523a78fbf0e6f3b34c57

8 years agoMerge "Fix dead surface/window left on screen" into nyc-dev
Chong Zhang [Thu, 21 Apr 2016 17:58:50 +0000 (17:58 +0000)]
Merge "Fix dead surface/window left on screen" into nyc-dev

8 years agoMerge "Accept null subtype in InputMethodSubtypeHandle." into nyc-dev
Yohei Yukawa [Thu, 21 Apr 2016 17:11:53 +0000 (17:11 +0000)]
Merge "Accept null subtype in InputMethodSubtypeHandle." into nyc-dev

8 years agoMerge "Fix shadow radius too large for RS" into nyc-dev
Chris Craik [Thu, 21 Apr 2016 17:09:02 +0000 (17:09 +0000)]
Merge "Fix shadow radius too large for RS" into nyc-dev

8 years agoFix order of operation issue with ResStringPool
Adam Lesinski [Thu, 21 Apr 2016 17:05:06 +0000 (10:05 -0700)]
Fix order of operation issue with ResStringPool

Due to ! taking precedence over bitwise &, the condition for
checking non-null terminated string blocks is incorrect.

Adds parentheses for the correct behavior.

Bug:28288210
Change-Id: Ie31fa239e5f869e6bb28deb6ae190f41f1aa4d92

8 years agoMerge "PIP: Fix system UI crash" into nyc-dev
Youngsang Cho [Thu, 21 Apr 2016 16:23:00 +0000 (16:23 +0000)]
Merge "PIP: Fix system UI crash" into nyc-dev

8 years agoMerge "Fix wrong app is launched after solving challenge from tapping notification...
Tony Mak [Thu, 21 Apr 2016 15:51:13 +0000 (15:51 +0000)]
Merge "Fix wrong app is launched after solving challenge from tapping notification" into nyc-dev

8 years agoFix wrong app is launched after solving challenge from tapping notification
Tony Mak [Thu, 21 Apr 2016 15:43:08 +0000 (16:43 +0100)]
Fix wrong app is launched after solving challenge from tapping notification

PendingIntent.FLAG_ONE_SHOT is needed to prevent the PendingIntent being
reused.

Also, flag and activity option of credential intent in BaseStatusBar
is not same as the one in ActivityStarter. Added a new
function startConfirmDeviceCredentialIntent in AM to centralize it.

Change-Id: I2d9e5923ad5d4d012f10057c409c666c8ca299a3
Fix: 28309964

8 years agoMerge "Accept the calendar name in addition to the owner as a calendar filter." into...
Julia Reynolds [Thu, 21 Apr 2016 15:36:29 +0000 (15:36 +0000)]
Merge "Accept the calendar name in addition to the owner as a calendar filter." into nyc-dev

8 years agoMerge "Always reevaluate rules when a new service is added." into nyc-dev
Julia Reynolds [Thu, 21 Apr 2016 15:24:03 +0000 (15:24 +0000)]
Merge "Always reevaluate rules when a new service is added." into nyc-dev

8 years agoMerge "Include work app in battery optimization settings" into nyc-dev
Keith Cheung [Thu, 21 Apr 2016 15:18:06 +0000 (15:18 +0000)]
Merge "Include work app in battery optimization settings" into nyc-dev

8 years agoMerge "Don't call into audiomanager holding a zen lock." into nyc-dev
Julia Reynolds [Thu, 21 Apr 2016 15:04:05 +0000 (15:04 +0000)]
Merge "Don't call into audiomanager holding a zen lock." into nyc-dev

8 years agoMerge "Reinflate QS view on Locale configuration change" into nyc-dev
Clara Bayarri [Thu, 21 Apr 2016 14:47:14 +0000 (14:47 +0000)]
Merge "Reinflate QS view on Locale configuration change" into nyc-dev

8 years agoAlways reevaluate rules when a new service is added.
Julia Reynolds [Thu, 21 Apr 2016 14:24:27 +0000 (10:24 -0400)]
Always reevaluate rules when a new service is added.

Otherwise the condition providers may never get an
onSubscribe call and may not turn on at the right time.

Bug: 26981870
Change-Id: Ia622597f10cc26f7c34ece1748013655543f488f

8 years agoDon't call into audiomanager holding a zen lock.
Julia Reynolds [Tue, 19 Apr 2016 17:27:41 +0000 (13:27 -0400)]
Don't call into audiomanager holding a zen lock.

Bug: 27642196
Change-Id: Ib510f2ddf966f36b3670290a4f3f695bf6b7810e

8 years agoMerge "Volume updates should appear continuous when changed by touch." into nyc-dev
TreeHugger Robot [Thu, 21 Apr 2016 14:33:48 +0000 (14:33 +0000)]
Merge "Volume updates should appear continuous when changed by touch." into nyc-dev

8 years agoMerge "Fix silent errors when launching Keyboard Shortcuts from Settings" into nyc-dev
Clara Bayarri [Thu, 21 Apr 2016 14:28:57 +0000 (14:28 +0000)]
Merge "Fix silent errors when launching Keyboard Shortcuts from Settings" into nyc-dev

8 years agoMerge "Cap number of NetworkRequests a UID can make to 100" into nyc-dev
Paul Jensen [Thu, 21 Apr 2016 13:47:11 +0000 (13:47 +0000)]
Merge "Cap number of NetworkRequests a UID can make to 100" into nyc-dev

8 years agoReinflate QS view on Locale configuration change
Clara Bayarri [Thu, 21 Apr 2016 13:28:47 +0000 (14:28 +0100)]
Reinflate QS view on Locale configuration change

The existing DensityContainer already did this for density changes,
repurposed it to handle other Configuration changes. Also renamed
to AutoReinflateContainer.

Bug: 27952059
Change-Id: Ieb572abcbafe49aec73b16e1bcb8c294011afdd3

8 years agoIpManager,DhcpClient: catch some errors and better logging
Erik Kline [Mon, 18 Apr 2016 03:07:43 +0000 (12:07 +0900)]
IpManager,DhcpClient: catch some errors and better logging

Bug: 28196843
Change-Id: Ia91e926da569bf9c503ea00e1e0f767d196547da

8 years agoFix silent errors when launching Keyboard Shortcuts from Settings
Clara Bayarri [Fri, 15 Apr 2016 12:09:39 +0000 (13:09 +0100)]
Fix silent errors when launching Keyboard Shortcuts from Settings

The following error was thrown, given that Activity is generating a
protected broadcast:
Sending non-protected broadcast
android.intent.action.SHOW_KEYBOARD_SHORTCUTS from system

Bug: 28138503
Change-Id: I50d5212d7776d33ffe6e9df1c5f080205ac4a29d

8 years agoPIP: Fix system UI crash
Jaewan Kim [Thu, 21 Apr 2016 07:22:48 +0000 (16:22 +0900)]
PIP: Fix system UI crash

Bug: 28306480
Change-Id: Ie36f73c46f3ee8d6a2cb8264458cb0e0410aaecd

8 years agoMerge "Expand NetworkMonitor metrics" into nyc-dev
TreeHugger Robot [Thu, 21 Apr 2016 05:24:38 +0000 (05:24 +0000)]
Merge "Expand NetworkMonitor metrics" into nyc-dev

8 years agoMerge "Some fixes in ConnectivityService event logging" into nyc-dev
Hugo Benichi [Thu, 21 Apr 2016 04:02:54 +0000 (04:02 +0000)]
Merge "Some fixes in ConnectivityService event logging" into nyc-dev

8 years agoExpand NetworkMonitor metrics
Erik Kline [Fri, 15 Apr 2016 06:49:42 +0000 (15:49 +0900)]
Expand NetworkMonitor metrics

    - add netid to CaptivePortalStateChangeEvent
    - add NetworkMonitorEvent for simple duration measurements

Bug: 28204408
Change-Id: I62035e07d64013878a0bce30c67c929c2c7e7a85

8 years agoMerge "Various fixes in IpReachability event logging" into nyc-dev
Hugo Benichi [Thu, 21 Apr 2016 03:54:17 +0000 (03:54 +0000)]
Merge "Various fixes in IpReachability event logging" into nyc-dev

8 years agoMerge "Removed obsolete screenshot mention from full bugreport." into nyc-dev
TreeHugger Robot [Thu, 21 Apr 2016 03:34:45 +0000 (03:34 +0000)]
Merge "Removed obsolete screenshot mention from full bugreport." into nyc-dev

8 years agoMerge "Remove obsolete TODO" into nyc-dev
TreeHugger Robot [Thu, 21 Apr 2016 03:18:46 +0000 (03:18 +0000)]
Merge "Remove obsolete TODO" into nyc-dev

8 years agoMerge "Do not make files in zip disabled in ACTION_VIEW." into nyc-dev
Tomasz Mikolajewski [Thu, 21 Apr 2016 03:17:01 +0000 (03:17 +0000)]
Merge "Do not make files in zip disabled in ACTION_VIEW." into nyc-dev

8 years agoMerge "fix build: remove SUSTAINED_PERFORMANCE_WAKE_LOCK link" into nyc-dev
Ruchi Kandoi [Thu, 21 Apr 2016 02:37:48 +0000 (02:37 +0000)]
Merge "fix build: remove SUSTAINED_PERFORMANCE_WAKE_LOCK link" into nyc-dev

8 years agoMerge "Additional checks for ModemActivityInfo.isValid()" into nyc-dev
Nathan Harold [Thu, 21 Apr 2016 02:09:26 +0000 (02:09 +0000)]
Merge "Additional checks for ModemActivityInfo.isValid()" into nyc-dev

8 years agoSome fixes in ConnectivityService event logging
Hugo Benichi [Wed, 20 Apr 2016 03:09:33 +0000 (12:09 +0900)]
Some fixes in ConnectivityService event logging

Bug: 28204408
Change-Id: I44ed9539bb213a845c2bcc2861c947af7c3c9ef4

8 years agoMerge "Fix a11y key event handling from multiple devices." into nyc-dev
Phil Weaver [Thu, 21 Apr 2016 01:38:47 +0000 (01:38 +0000)]
Merge "Fix a11y key event handling from multiple devices." into nyc-dev

8 years agoRemove obsolete TODO
Adrian Roos [Thu, 21 Apr 2016 01:36:18 +0000 (18:36 -0700)]
Remove obsolete TODO

Change-Id: Ia76b7f1cea0799c46ae5c933741c865869e39f5f
Fixes: 27550895

8 years agoMerge "Fix IME adjust in SysUI" into nyc-dev
TreeHugger Robot [Thu, 21 Apr 2016 01:17:55 +0000 (01:17 +0000)]
Merge "Fix IME adjust in SysUI" into nyc-dev

8 years agoMerge "Only invoke k/v helpers during k/v operations" into nyc-dev
Chris Tate [Thu, 21 Apr 2016 01:12:06 +0000 (01:12 +0000)]
Merge "Only invoke k/v helpers during k/v operations" into nyc-dev

8 years agoMerge "PIP: Support accessibility" into nyc-dev
Jaewan Kim [Thu, 21 Apr 2016 01:11:38 +0000 (01:11 +0000)]
Merge "PIP: Support accessibility" into nyc-dev