OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Automatically trace messages on shared loopers." into nyc-dev
Jeff Sharkey [Thu, 7 Apr 2016 07:19:02 +0000 (07:19 +0000)]
Merge "Automatically trace messages on shared loopers." into nyc-dev

8 years agoAutomatically trace messages on shared loopers.
Jeff Sharkey [Wed, 6 Apr 2016 23:40:54 +0000 (17:40 -0600)]
Automatically trace messages on shared loopers.

There are a handful of looper threads in the system_process that
are shared by dozens of different internal services.  To help track
down what these operations are, tag the processing of each message
with a string that tries describing where it originated from: the
class name of the Handler, and the message number or class name of the
Runnable.

Bug: 28046299
Change-Id: I409ec43fea8daaae4fd70df05d4fed929a7249ae

8 years agoMerge "Invalidate HandleView when handle position may have to be changed." into nyc-dev
Keisuke Kuroyanagi [Thu, 7 Apr 2016 05:22:35 +0000 (05:22 +0000)]
Merge "Invalidate HandleView when handle position may have to be changed." into nyc-dev

8 years agoMerge "Remove unused state in DocumentsUI." into nyc-dev
Tomasz Mikolajewski [Thu, 7 Apr 2016 04:44:24 +0000 (04:44 +0000)]
Merge "Remove unused state in DocumentsUI." into nyc-dev

8 years agoMerge "Rewrite SuggestionsPopupWindowTest using espresso." into nyc-dev
Keisuke Kuroyanagi [Thu, 7 Apr 2016 04:33:10 +0000 (04:33 +0000)]
Merge "Rewrite SuggestionsPopupWindowTest using espresso." into nyc-dev

8 years agoMerge "Do not crash when selecting a lot of files." into nyc-dev
Tomasz Mikolajewski [Thu, 7 Apr 2016 03:27:11 +0000 (03:27 +0000)]
Merge "Do not crash when selecting a lot of files." into nyc-dev

8 years agoRemove unused state in DocumentsUI.
Tomasz Mikolajewski [Thu, 7 Apr 2016 02:30:48 +0000 (11:30 +0900)]
Remove unused state in DocumentsUI.

Selection in State is very large, but no longer used. Removed.

Bug: 27208679
Change-Id: I2750347f6d06f2d006a0a04865d81110307ff7c5

8 years agoDo not crash when selecting a lot of files.
Tomasz Mikolajewski [Thu, 7 Apr 2016 02:12:07 +0000 (11:12 +0900)]
Do not crash when selecting a lot of files.

Bug: 27208679
Change-Id: I3763e190bf8a014274895a349b9739672f3e2224

8 years agoMerge "Caps Lock toggle with Meta + Alt (2/2)" into nyc-dev
Andrii Kulian [Thu, 7 Apr 2016 01:43:02 +0000 (01:43 +0000)]
Merge "Caps Lock toggle with Meta + Alt (2/2)" into nyc-dev

8 years agoMerge "AAPT2: Allow <protected-broadcast> and <eat-comment> in AndroidManifest.xml...
Adam Lesinski [Thu, 7 Apr 2016 00:43:17 +0000 (00:43 +0000)]
Merge "AAPT2: Allow <protected-broadcast> and <eat-comment> in AndroidManifest.xml" into nyc-dev

8 years agoAAPT2: Allow <protected-broadcast> and <eat-comment> in AndroidManifest.xml
Adam Lesinski [Thu, 7 Apr 2016 00:40:25 +0000 (17:40 -0700)]
AAPT2: Allow <protected-broadcast> and <eat-comment> in AndroidManifest.xml

Change-Id: I38c49a2a31e560dec963d44d94e067035fd59150

8 years agoMerge "Fix flicker when docking task" into nyc-dev
Jorim Jaggi [Thu, 7 Apr 2016 00:22:25 +0000 (00:22 +0000)]
Merge "Fix flicker when docking task" into nyc-dev

8 years agoMerge "SENSING_TIMEOUT goes to STATE_INACTIVE. Bug: 27821977" into nyc-dev
Kevin Gabayan [Thu, 7 Apr 2016 00:01:45 +0000 (00:01 +0000)]
Merge "SENSING_TIMEOUT goes to STATE_INACTIVE. Bug: 27821977" into nyc-dev

8 years agoMerge "AnyMotionDetector holds wakelock until conclusive. Bug: 27821976" into nyc-dev
Kevin Gabayan [Thu, 7 Apr 2016 00:01:37 +0000 (00:01 +0000)]
Merge "AnyMotionDetector holds wakelock until conclusive. Bug: 27821976" into nyc-dev

8 years agoFix flicker when docking task
Jorim Jaggi [Wed, 6 Apr 2016 22:56:33 +0000 (15:56 -0700)]
Fix flicker when docking task

Bug: 28051193
Change-Id: I191c01f90c775a26fce6e6f73a0573a0be91a61f

8 years agoMerge "Close guts/gear after a timeout and if there's been no interaction" into nyc-dev
Mady Mellor [Wed, 6 Apr 2016 23:23:11 +0000 (23:23 +0000)]
Merge "Close guts/gear after a timeout and if there's been no interaction" into nyc-dev

8 years agoMerge "Fix dismiss all clipping for tablet / landscape" into nyc-dev
Mady Mellor [Wed, 6 Apr 2016 23:04:36 +0000 (23:04 +0000)]
Merge "Fix dismiss all clipping for tablet / landscape" into nyc-dev

8 years agoMerge changes I010309c5,Iefdf2f2a into nyc-dev
Aga Wronska [Wed, 6 Apr 2016 22:56:32 +0000 (22:56 +0000)]
Merge changes I010309c5,Iefdf2f2a into nyc-dev

* changes:
  Set status bar color to material_blue_grey_950 as specified by UX.
  Revert 'Make Files drawer appear behind system ui bars' because of action mode bug

8 years agoMerge "Deprecate methods not supported by Material-style date picker" into nyc-dev
Alan Viverette [Wed, 6 Apr 2016 22:49:43 +0000 (22:49 +0000)]
Merge "Deprecate methods not supported by Material-style date picker" into nyc-dev

8 years agoMerge "Frameworks/base: Move Animation.USE_CLOSEGUARD to inner class" into nyc-dev
Andreas Gampe [Wed, 6 Apr 2016 22:45:35 +0000 (22:45 +0000)]
Merge "Frameworks/base: Move Animation.USE_CLOSEGUARD to inner class" into nyc-dev

8 years agoSENSING_TIMEOUT goes to STATE_INACTIVE.
Kevin Gabayan [Tue, 5 Apr 2016 00:52:22 +0000 (17:52 -0700)]
SENSING_TIMEOUT goes to STATE_INACTIVE.
Bug: 27821977

Change-Id: I920581f57a1467ad13ab32efdf86a8f68960d84c

8 years agoMerge "Obsolete a couple of auto-join related APIs." into nyc-dev
Randy Pan [Wed, 6 Apr 2016 22:36:19 +0000 (22:36 +0000)]
Merge "Obsolete a couple of auto-join related APIs." into nyc-dev

8 years agoClose guts/gear after a timeout and if there's been no interaction
Mady Mellor [Wed, 23 Mar 2016 01:09:39 +0000 (18:09 -0700)]
Close guts/gear after a timeout and if there's been no interaction

On the lock screen the inline controls and gear behind the
notifications may be activated by accident. This CL alters them
to close after a certain period of time has occurred without
interaction.

Bug: 27335311
Change-Id: Ib3b0575571076a5912e23c7d2da5209e9a523fc8

8 years agoMerge "Don't lock device when double tapping" into nyc-dev
Jorim Jaggi [Wed, 6 Apr 2016 21:56:53 +0000 (21:56 +0000)]
Merge "Don't lock device when double tapping" into nyc-dev

8 years agoDon't lock device when double tapping
Jorim Jaggi [Wed, 6 Apr 2016 04:41:06 +0000 (21:41 -0700)]
Don't lock device when double tapping

Bug: 24265204
Change-Id: Ia19e956def454604ed3f3e3e9815fc1872ef649a

8 years agoMerge "Add VrManager AIDL interface for use by system apps." into nyc-dev
Ruben Brunk [Wed, 6 Apr 2016 21:36:51 +0000 (21:36 +0000)]
Merge "Add VrManager AIDL interface for use by system apps." into nyc-dev

8 years agoMerge changes I0efc513b,Ibe45ba62 into nyc-dev
Winson Chung [Wed, 6 Apr 2016 21:28:13 +0000 (21:28 +0000)]
Merge changes I0efc513b,Ibe45ba62 into nyc-dev

* changes:
  Adding more logging of the state to the bug report.
  Disable landscape aspect-scaled behavior for TV.

8 years agoMerge "Remove old FUSE bypass now that we have sdcardfs." into nyc-dev
Jeff Sharkey [Wed, 6 Apr 2016 21:27:54 +0000 (21:27 +0000)]
Merge "Remove old FUSE bypass now that we have sdcardfs." into nyc-dev

8 years agoRemove old FUSE bypass now that we have sdcardfs.
Jeff Sharkey [Wed, 6 Apr 2016 21:15:44 +0000 (15:15 -0600)]
Remove old FUSE bypass now that we have sdcardfs.

This forces everyone to go through sdcardfs, instead of letting them
around the back door.

Bug: 27992761
Change-Id: If1d4d5daa4b32bb3be7de10102bab24d63552b65

8 years agoMerge "Disallow WebView provider packages lower version than Chrome Stable" into...
Hui Shu [Wed, 6 Apr 2016 21:26:22 +0000 (21:26 +0000)]
Merge "Disallow WebView provider packages lower version than Chrome Stable" into nyc-dev

8 years agoSet status bar color to material_blue_grey_950 as specified by UX.
Aga Wronska [Wed, 6 Apr 2016 21:19:41 +0000 (14:19 -0700)]
Set status bar color to material_blue_grey_950 as specified by UX.

Change-Id: I010309c5c5aaf312e645a75720e710ef83111952
Fixing: b/27561646

8 years agoFix dismiss all clipping for tablet / landscape
Mady Mellor [Tue, 5 Apr 2016 17:43:08 +0000 (10:43 -0700)]
Fix dismiss all clipping for tablet / landscape

Shouldn't animate the whole view, use the translatable views so that
they get clipped on tablet / landscape.

Additionally this changes the behavior in the case where the gear
might be showing, previously that would hide prior to the dismiss
all animation, UX prefers this to just have the notification cover
the gear and slide away or the gear fade away depending on the side
it's showing.

Bug: 28006639
Change-Id: I43027cb29410496de5b6e09c4a0c57a69484295c

8 years agoRevert 'Make Files drawer appear behind system ui bars' because of action mode bug
Aga Wronska [Wed, 6 Apr 2016 20:57:28 +0000 (13:57 -0700)]
Revert 'Make Files drawer appear behind system ui bars' because of action mode bug

Fixing: b/27854892
Bug: 27570567

Change-Id: Iefdf2f2a450d80c551027efb35121554503cca3c

8 years agoMerge "Track userId independently from callback for fingerprint.remove()." into nyc-dev
Jim Miller [Wed, 6 Apr 2016 20:58:26 +0000 (20:58 +0000)]
Merge "Track userId independently from callback for fingerprint.remove()." into nyc-dev

8 years agoMerge "Adds security challenge when changing notification settings from lock screen...
Mady Mellor [Wed, 6 Apr 2016 20:54:43 +0000 (20:54 +0000)]
Merge "Adds security challenge when changing notification settings from lock screen" into nyc-dev

8 years agoMerge "Changed the default if the notification time is shown" into nyc-dev
Selim Cinek [Wed, 6 Apr 2016 20:48:08 +0000 (20:48 +0000)]
Merge "Changed the default if the notification time is shown" into nyc-dev

8 years agoMerge "Fixed the contentinfo api usage in the bugreport" into nyc-dev
Selim Cinek [Wed, 6 Apr 2016 20:47:44 +0000 (20:47 +0000)]
Merge "Fixed the contentinfo api usage in the bugreport" into nyc-dev

8 years agoMerge "Deprecated the contentinfo and the number" into nyc-dev
Selim Cinek [Wed, 6 Apr 2016 20:45:55 +0000 (20:45 +0000)]
Merge "Deprecated the contentinfo and the number" into nyc-dev

8 years agoMerge "Fixed a bug where the scrollrange was calculated wrong" into nyc-dev
Selim Cinek [Wed, 6 Apr 2016 20:45:17 +0000 (20:45 +0000)]
Merge "Fixed a bug where the scrollrange was calculated wrong" into nyc-dev

8 years agoMerge "AAPT2: Implement XmlActionExecutor to verify manifest" into nyc-dev
Adam Lesinski [Wed, 6 Apr 2016 20:43:24 +0000 (20:43 +0000)]
Merge "AAPT2: Implement XmlActionExecutor to verify manifest" into nyc-dev

8 years agoAnyMotionDetector holds wakelock until conclusive.
Kevin Gabayan [Thu, 24 Mar 2016 20:05:23 +0000 (13:05 -0700)]
AnyMotionDetector holds wakelock until conclusive.
Bug: 27821976

AMD held wakelock only during accelerometer data
acquisition, which allowed sleep to occur between its two
orientation measurements (http://go/anymotiondetector).
We now hold wakelock for its entire measurement, from
checkForAnyMotion() until it returns either STATIONARY or MOVING
or stop() is called.

Change-Id: Ib9c90de2c581d92f25212b91b9cc5e23642b5c77

8 years agoMerge "Refresh views on DayPicker appearance changes" into nyc-dev
Alan Viverette [Wed, 6 Apr 2016 20:23:27 +0000 (20:23 +0000)]
Merge "Refresh views on DayPicker appearance changes" into nyc-dev

8 years agoMerge "Dynamic density change handling" into nyc-dev
Jorim Jaggi [Wed, 6 Apr 2016 20:23:02 +0000 (20:23 +0000)]
Merge "Dynamic density change handling" into nyc-dev

8 years agoMerge "Send onUnlockUser() before PRE_BOOT broadcasts." into nyc-dev
Jeff Sharkey [Wed, 6 Apr 2016 20:12:51 +0000 (20:12 +0000)]
Merge "Send onUnlockUser() before PRE_BOOT broadcasts." into nyc-dev

8 years agoSend onUnlockUser() before PRE_BOOT broadcasts.
Jeff Sharkey [Wed, 6 Apr 2016 20:07:09 +0000 (14:07 -0600)]
Send onUnlockUser() before PRE_BOOT broadcasts.

Before this change, a PRE_BOOT_COMPLETED receiver could try calling
back into the system to ask for AccountManager details, only to be
told the user wasn't unlocked yet.  If the broadcast code was probing
in a loop, it would force us to wait around for the 60-second ANR
timeout.  Since typical devices have ~7 PRE_BOOT receivers, this
would delay BOOT_COMPLETED and other operations, like mounting the
SD card, for up to 7 minutes.

Bug: 28024024

Change-Id: Ibf8611e6fe94b0deb5ae5715c86f897ff6779088

8 years agoMerge "Added padding and gravity support to PIN entry" into nyc-dev
Evan Rosky [Wed, 6 Apr 2016 20:03:51 +0000 (20:03 +0000)]
Merge "Added padding and gravity support to PIN entry" into nyc-dev

8 years agoFrameworks/base: Move Animation.USE_CLOSEGUARD to inner class
Andreas Gampe [Wed, 6 Apr 2016 20:03:02 +0000 (13:03 -0700)]
Frameworks/base: Move Animation.USE_CLOSEGUARD to inner class

Move flag to inner class to isolate Animation. This allows compile-
time initialization of Animation and subclasses.

Bug: 27265238
Change-Id: I3d95ab77e87de0c033f97545609461bdc9bd5d61

8 years agoRefresh views on DayPicker appearance changes
Alan Viverette [Wed, 6 Apr 2016 20:01:00 +0000 (16:01 -0400)]
Refresh views on DayPicker appearance changes

Bug: 28023419
Change-Id: Ie64face1d2a1be7f7be5814b60ed6d803f82d1e9

8 years agoDeprecate methods not supported by Material-style date picker
Alan Viverette [Wed, 6 Apr 2016 19:56:11 +0000 (15:56 -0400)]
Deprecate methods not supported by Material-style date picker

Bug: 28039932
Change-Id: Ide53b42c9197ca9076184adef2e96170dd24785a

8 years agoMerge "More work on issue #26390151: Add new JobScheduler API..." into nyc-dev
Dianne Hackborn [Wed, 6 Apr 2016 19:38:49 +0000 (19:38 +0000)]
Merge "More work on issue #26390151: Add new JobScheduler API..." into nyc-dev

8 years agoCaps Lock toggle with Meta + Alt (2/2)
Andrii Kulian [Tue, 8 Mar 2016 18:44:22 +0000 (10:44 -0800)]
Caps Lock toggle with Meta + Alt (2/2)

Caps Lock implementation in frameworks/base

Bug: 27482276
Change-Id: Ie0d8145c049197d4591e012832a710e4f751d2ac

8 years agoMerge "Add missing setAccessible to Choreographer's threadInstance" into nyc-dev
Deepanshu Gupta [Wed, 6 Apr 2016 19:32:00 +0000 (19:32 +0000)]
Merge "Add missing setAccessible to Choreographer's threadInstance" into nyc-dev

8 years agoAdd missing setAccessible to Choreographer's threadInstance
Deepanshu Gupta [Wed, 6 Apr 2016 19:29:55 +0000 (12:29 -0700)]
Add missing setAccessible to Choreographer's threadInstance

Change-Id: I753660cf68ba5a9c375942222e32059d952739bb

8 years agoAdd VrManager AIDL interface for use by system apps.
Ruben Brunk [Sat, 2 Apr 2016 00:07:51 +0000 (17:07 -0700)]
Add VrManager AIDL interface for use by system apps.

Bug: 27884853
Change-Id: I6de0d291deafe5003070d60866c60d6599312e79

8 years agoChanged the default if the notification time is shown
Selim Cinek [Wed, 6 Apr 2016 01:27:16 +0000 (18:27 -0700)]
Changed the default if the notification time is shown

By default the notification time is not shown anymore.

Bug: 27431551
Change-Id: I68f19450d0de795a51644e939a3fd64366c0abb6

8 years agoMerge "Adjust javadoc for filter priority" into nyc-dev
Todd Kennedy [Wed, 6 Apr 2016 19:20:39 +0000 (19:20 +0000)]
Merge "Adjust javadoc for filter priority" into nyc-dev

8 years agoFixed the contentinfo api usage in the bugreport
Selim Cinek [Wed, 6 Apr 2016 00:13:37 +0000 (17:13 -0700)]
Fixed the contentinfo api usage in the bugreport

Removed the percentage shown in the header and
migrated the name to the subtext as contentinfo
was deprecated.

Change-Id: Ifd79a67cad8958049bd29b8eb4c9bcbb4822688b

8 years agoDeprecated the contentinfo and the number
Selim Cinek [Wed, 6 Apr 2016 00:03:40 +0000 (17:03 -0700)]
Deprecated the contentinfo and the number

It was mainly adding noise to the notification
rather than useful information.

Bug: 27431551
Change-Id: Ie22c9935d60eeac1cca5d9ce97239aadfac9b3cf

8 years agoMerge "Disallow prepare()-ing over an always on VPN app" into nyc-dev
Robin Lee [Wed, 6 Apr 2016 19:12:42 +0000 (19:12 +0000)]
Merge "Disallow prepare()-ing over an always on VPN app" into nyc-dev

8 years agoDynamic density change handling
Jorim Jaggi [Wed, 6 Apr 2016 03:41:21 +0000 (20:41 -0700)]
Dynamic density change handling

- In PWM, make sure to read the height values after the new
configuration has been applied.
- Reset all navigation bar button icons when density changes.
- Adjust height of notification bar.
- Reload divider height values in SysUI and WM.
- Snap divider handle to a new position after loading the
new configuration, as the snap points change.

Bug: 26844819
Bug: 27450471
Bug: 27921696
Change-Id: I9e28f0c49f6367c5fcfac010e7a6e98a42e85996

8 years agoFix dialog placement
Jorim Jaggi [Tue, 5 Apr 2016 03:25:41 +0000 (20:25 -0700)]
Fix dialog placement

When calculating the frame for non-fullscreen windows, we incorrectly
used the wrong bounds to calculate the frame, which lead to wrong
positioning.

To fix this, we use the inset bounds, which we consider the source
of truth for all layout related aspects, to calculate the frame,
and then offset everything by the difference between the inset bounds
and the task bounds to position them correctly.

Bug: 28012565
Bug: 27860956
Bug: 27441808
Change-Id: I90d45054e0bcce78d021ad2cd20e5ef7f79ded3d

8 years agoMerge "Clear ThreadLocal storage from Choreographer" into nyc-dev
Deepanshu Gupta [Wed, 6 Apr 2016 19:03:59 +0000 (19:03 +0000)]
Merge "Clear ThreadLocal storage from Choreographer" into nyc-dev

8 years agoMerge "Add scroll indicators to resolver list layouts" into nyc-dev
Alan Viverette [Wed, 6 Apr 2016 19:03:31 +0000 (19:03 +0000)]
Merge "Add scroll indicators to resolver list layouts" into nyc-dev

8 years agoMerge "Fixes typo in Wear window animation." into nyc-dev
Gus Prevas [Wed, 6 Apr 2016 19:02:18 +0000 (19:02 +0000)]
Merge "Fixes typo in Wear window animation." into nyc-dev

8 years agoAdding more logging of the state to the bug report.
Winson [Tue, 5 Apr 2016 22:33:35 +0000 (15:33 -0700)]
Adding more logging of the state to the bug report.

Bug: 28009206
Change-Id: I0efc513bb6fc5ea4c9724b0a411ca5d60a71f27e

8 years agoMerge "Massage code to better support Files overlay." into nyc-dev
Steve McKay [Wed, 6 Apr 2016 18:44:58 +0000 (18:44 +0000)]
Merge "Massage code to better support Files overlay." into nyc-dev

8 years agoFixed a bug where the scrollrange was calculated wrong
Selim Cinek [Tue, 5 Apr 2016 20:07:54 +0000 (13:07 -0700)]
Fixed a bug where the scrollrange was calculated wrong

First the scrollrange would allow the first element to be
collapsed which doesn't make sense now that it's scrolling
off. It could also be wrong if the notification was a group.
Then the scrollrange was also wrong because the bottomInset
was always added even though it shouldn't have done that.

Change-Id: I7184946c4406bc0b5796194af86155aa6ba68c8e
Fixes: 28015188

8 years agoMerge "xxxTrustAgentConfiguration should be supported in the parent DPM instance...
Tony Mak [Wed, 6 Apr 2016 18:39:20 +0000 (18:39 +0000)]
Merge "xxxTrustAgentConfiguration should be supported in the parent DPM instance" into nyc-dev

8 years agoAAPT2: Implement XmlActionExecutor to verify manifest
Adam Lesinski [Tue, 5 Apr 2016 19:41:07 +0000 (12:41 -0700)]
AAPT2: Implement XmlActionExecutor to verify manifest

Defines a set of actions to perform on XML elements defined by their
hierarchy, eg: manifest -> application -> activity.

This can be used to easily add rules to check more tags in AndroidManifest.xml

Change-Id: I76c6916a98b6403075a7e56e16230979dc6cbee1

8 years agoMerge "Fix inability to add all tiles." into nyc-dev
Jason Monk [Wed, 6 Apr 2016 18:34:54 +0000 (18:34 +0000)]
Merge "Fix inability to add all tiles." into nyc-dev

8 years agoFix inability to add all tiles.
Jason Monk [Wed, 6 Apr 2016 18:32:54 +0000 (14:32 -0400)]
Fix inability to add all tiles.

Change-Id: I1d6ea9825277c902e238a896580c96d509b459ef
Fixes: 27837813

8 years agoClear ThreadLocal storage from Choreographer
Deepanshu Gupta [Wed, 6 Apr 2016 18:32:36 +0000 (11:32 -0700)]
Clear ThreadLocal storage from Choreographer

Change-Id: I5abb5c68a635e7808b0a036ba4d9971cd0139aa3

8 years agoDisable landscape aspect-scaled behavior for TV.
Winson [Wed, 6 Apr 2016 00:32:30 +0000 (17:32 -0700)]
Disable landscape aspect-scaled behavior for TV.

Bug: 27923205
Change-Id: Ibe45ba62a9de9c03480844235efc97e8b8299e61

8 years agoAdjust javadoc for filter priority
Todd Kennedy [Wed, 6 Apr 2016 17:57:51 +0000 (10:57 -0700)]
Adjust javadoc for filter priority

This clarifies the usage of setPriority() for receiver filters.
Should also adjust the XML description of android:priority to
better describe the new behaviour for activity filters

Bug: 26417683
Change-Id: I96b2d90d71640041e232c401cf6e6838dbdbfeab

8 years agoMerge changes I1bad66e2,Ibc93597e,Id985fc28 into nyc-dev
Winson Chung [Wed, 6 Apr 2016 17:50:29 +0000 (17:50 +0000)]
Merge changes I1bad66e2,Ibc93597e,Id985fc28 into nyc-dev

* changes:
  Remove the highlight on the overview button in the screen pinning dialog
  Fixing bad regression in alt-tab layout.
  Workaround to ensure that a SystemUI process is always available.

8 years agoMerge "Eliminate deadlock in magnification." into nyc-dev
Phil Weaver [Wed, 6 Apr 2016 17:49:46 +0000 (17:49 +0000)]
Merge "Eliminate deadlock in magnification." into nyc-dev

8 years agoAdd scroll indicators to resolver list layouts
Alan Viverette [Wed, 6 Apr 2016 17:47:01 +0000 (13:47 -0400)]
Add scroll indicators to resolver list layouts

Also reformats XML for consistency.

Bug: 27431395
Change-Id: I468dd1582ddcabe360b8665b6f42b3248caa16a5

8 years agoMerge "Put disallow-safe-boot restriction to system settings to make it accessible...
Lenka Trochtova [Wed, 6 Apr 2016 17:37:21 +0000 (17:37 +0000)]
Merge "Put disallow-safe-boot restriction to system settings to make it accessible during boot." into nyc-dev

8 years agoFixed a bug where the height of the group was wrong
Selim Cinek [Wed, 6 Apr 2016 02:02:37 +0000 (19:02 -0700)]
Fixed a bug where the height of the group was wrong

This lead to very visible bugs.

Bug: 24866646
Change-Id: I62bfbb2f3895a5a69eb4807d109643bdfdf95351

8 years agoMerge "Wrap logcat invocations with timeout." into nyc-dev
Jeff Sharkey [Wed, 6 Apr 2016 17:33:44 +0000 (17:33 +0000)]
Merge "Wrap logcat invocations with timeout." into nyc-dev

8 years agoMerge "Match SUW package after FBE reboot" into nyc-dev
Russell Brenner [Wed, 6 Apr 2016 17:32:54 +0000 (17:32 +0000)]
Merge "Match SUW package after FBE reboot" into nyc-dev

8 years agoMerge "Move cert tracing to PackageParser" into nyc-dev
Todd Kennedy [Wed, 6 Apr 2016 17:27:56 +0000 (17:27 +0000)]
Merge "Move cert tracing to PackageParser" into nyc-dev

8 years agoMerge "Fragment#setUserVisibleHint guard" into nyc-dev
Adam Powell [Wed, 6 Apr 2016 17:26:52 +0000 (17:26 +0000)]
Merge "Fragment#setUserVisibleHint guard" into nyc-dev

8 years agoMove cert tracing to PackageParser
Todd Kennedy [Wed, 6 Apr 2016 14:46:13 +0000 (07:46 -0700)]
Move cert tracing to PackageParser

Tracing for cert collection in PackageManagerService was only
catching one of a couple usages. Move tracing lower in the
call stack to ensure tracing exists for all calls.

Also added a new tag to differentiate between verifying v1 & v2
signatures.

Bug: 27502465
Change-Id: Ie29f326e44f32cdbea1572714689c82f07ca12ba

8 years agoMassage code to better support Files overlay.
Steve McKay [Mon, 4 Apr 2016 22:26:48 +0000 (15:26 -0700)]
Massage code to better support Files overlay.

Also, allow "productivity_mode" config to be enabled via intent extra
    as a developement aide.

Bug: 28006206
Change-Id: I7be8d96a0e924f9ce8023347e051d28d69a0eec9

8 years agoMerge "Set up none transition for relaunching apps during screen freeze" into nyc-dev
Chong Zhang [Wed, 6 Apr 2016 17:18:52 +0000 (17:18 +0000)]
Merge "Set up none transition for relaunching apps during screen freeze" into nyc-dev

8 years agoMerge "Add an overlayable config for IME switcher visibility." into nyc-dev
Yohei Yukawa [Wed, 6 Apr 2016 17:15:46 +0000 (17:15 +0000)]
Merge "Add an overlayable config for IME switcher visibility." into nyc-dev

8 years agoMerge "DrmInitData: prevent public constructor access" into nyc-dev
Robert Shih [Wed, 6 Apr 2016 17:13:22 +0000 (17:13 +0000)]
Merge "DrmInitData: prevent public constructor access" into nyc-dev

8 years agoPut disallow-safe-boot restriction to system settings
Lenka Trochtova [Thu, 24 Mar 2016 15:43:10 +0000 (16:43 +0100)]
Put disallow-safe-boot restriction to system settings
to make it accessible during boot.

BUG: 26251884

Change-Id: I1dee58dfc2aa746e0e97a6675c611c6e313ec91c

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Bill Yi [Wed, 6 Apr 2016 17:10:26 +0000 (17:10 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Bill Yi [Wed, 6 Apr 2016 17:03:20 +0000 (17:03 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoMerge "Remove bool return from setAlwaysOnVpnPackage" into nyc-dev
Robin Lee [Wed, 6 Apr 2016 17:01:23 +0000 (17:01 +0000)]
Merge "Remove bool return from setAlwaysOnVpnPackage" into nyc-dev

8 years agoMerge "Make QS tile lifecycle tests less flaky (hopefully)" into nyc-dev
Jason Monk [Wed, 6 Apr 2016 16:57:43 +0000 (16:57 +0000)]
Merge "Make QS tile lifecycle tests less flaky (hopefully)" into nyc-dev

8 years agoFragment#setUserVisibleHint guard
Adam Powell [Wed, 6 Apr 2016 16:57:40 +0000 (09:57 -0700)]
Fragment#setUserVisibleHint guard

Bug 28026606

Change-Id: I109bce6ecd35feaa045b61a7226b2a19344d2cda

8 years agoMake QS tile lifecycle tests less flaky (hopefully)
Jason Monk [Wed, 6 Apr 2016 16:54:26 +0000 (12:54 -0400)]
Make QS tile lifecycle tests less flaky (hopefully)

Change-Id: I387c774267c076cf244d2870b051ad6d586d3564

8 years agoMerge "Import translations. DO NOT MERGE" into nyc-dev
Bill Yi [Wed, 6 Apr 2016 16:49:14 +0000 (16:49 +0000)]
Merge "Import translations. DO NOT MERGE" into nyc-dev

8 years agoEliminate deadlock in magnification.
Phil Weaver [Fri, 18 Mar 2016 00:26:24 +0000 (17:26 -0700)]
Eliminate deadlock in magnification.

Use the lock from AccessibilityManagerService in
MagnificationController, since the two services call each other with
locks held.

Bug: 27725795
Change-Id: Iaed6749bf217210457325c3912da0f7aa0f6319a

8 years agoMerge "FloatingToolbar: Include scroll indicators in overflow." into nyc-dev
Abodunrinwa Toki [Wed, 6 Apr 2016 16:38:50 +0000 (16:38 +0000)]
Merge "FloatingToolbar: Include scroll indicators in overflow." into nyc-dev

8 years agoMerge "don't pin ranking updates at the end of the queue." into nyc-dev
Chris Wren [Wed, 6 Apr 2016 16:36:52 +0000 (16:36 +0000)]
Merge "don't pin ranking updates at the end of the queue." into nyc-dev

8 years agoAdded padding and gravity support to PIN entry
Evan Rosky [Fri, 1 Apr 2016 23:04:23 +0000 (16:04 -0700)]
Added padding and gravity support to PIN entry

Also made it more customizable via attributes

Bug: 25184308
Change-Id: I3cfd48b6bb964ea8db1539586ed70343fda5e40a