OSDN Git Service

android-x86/frameworks-base.git
8 years agoWarn user when bugreport is finished but screenshot is pending.
Felipe Leme [Wed, 9 Mar 2016 18:14:27 +0000 (10:14 -0800)]
Warn user when bugreport is finished but screenshot is pending.

BUG: 27524556
Change-Id: Iaecdd01605dc4b01cdf669baf443eaee7fb20f6f

8 years agoMerge "PIP: Provide a way to show onboarding everytime" into nyc-dev
Jaewan Kim [Wed, 9 Mar 2016 02:03:33 +0000 (02:03 +0000)]
Merge "PIP: Provide a way to show onboarding everytime" into nyc-dev

8 years agoMerge changes I2b5a6989,Ie3d61458 into nyc-dev
Yohei Yukawa [Wed, 9 Mar 2016 01:52:04 +0000 (01:52 +0000)]
Merge changes I2b5a6989,Ie3d61458 into nyc-dev

* changes:
  Reset TSMS when the device is unlocked.
  Add copy-on-write mode to TextServicesSettings.

8 years agoMerge "Implement LauncherApps.startShortcut()." into nyc-dev
Makoto Onuki [Wed, 9 Mar 2016 01:38:35 +0000 (01:38 +0000)]
Merge "Implement LauncherApps.startShortcut()." into nyc-dev

8 years agoMerge "Add 'shell cmd jobscheduler run ....' to run a job immediately" into nyc-dev
Chris Tate [Wed, 9 Mar 2016 01:31:26 +0000 (01:31 +0000)]
Merge "Add 'shell cmd jobscheduler run ....' to run a job immediately" into nyc-dev

8 years agoImplement LauncherApps.startShortcut().
Makoto Onuki [Wed, 9 Mar 2016 00:16:44 +0000 (16:16 -0800)]
Implement LauncherApps.startShortcut().

Bug 27548047

Change-Id: I357732e22be0959fb573fd6cdaee7c6b439ef7c4

8 years agoMerge "Document that emergency numbers will not be blocked by the platform." into...
Abhijith Shastry [Wed, 9 Mar 2016 01:22:20 +0000 (01:22 +0000)]
Merge "Document that emergency numbers will not be blocked by the platform." into nyc-dev

8 years agoMerge "ImageReader/Writer: refactor and cleanup" into nyc-dev
Zhijun He [Wed, 9 Mar 2016 01:09:32 +0000 (01:09 +0000)]
Merge "ImageReader/Writer: refactor and cleanup" into nyc-dev

8 years agoDocument that emergency numbers will not be blocked by the platform.
Abhijith Shastry [Wed, 9 Mar 2016 00:55:01 +0000 (16:55 -0800)]
Document that emergency numbers will not be blocked by the platform.

BUG: 27534486
Change-Id: Idd339ca16e2b754112fc5d0966a7cf76d9990c98

8 years agoAdd 'shell cmd jobscheduler run ....' to run a job immediately
Christopher Tate [Tue, 8 Mar 2016 20:56:08 +0000 (12:56 -0800)]
Add 'shell cmd jobscheduler run ....' to run a job immediately

During development one needs to be able to test changes conveniently,
and when the jobs would normally have hard-to-simulate constraints
like idle-time or long minimum latencies, testing becomes difficult.
This CL introduces the ability to run a specific job immediately
from the adb shell.

Without the "-f"/"--force" flag, the job still won't run if it has
unmet "functional" requirements such as being connected via an
unmetered network.  With that flag, the job will be run immediately
regardless of its declared constraints (so it may not work properly
due to lack of network connectivity or similar).

Bug 27501783

Change-Id: Icc046f53f8846690c8234e60066e85c283d325ce

8 years agoMerge "Added word 'selected' to action bar description of selected elements" into...
Aga Wronska [Wed, 9 Mar 2016 00:39:38 +0000 (00:39 +0000)]
Merge "Added word 'selected' to action bar description of selected elements" into nyc-dev

8 years agoAdded word 'selected' to action bar description of selected elements
Aga Wronska [Tue, 8 Mar 2016 23:45:29 +0000 (15:45 -0800)]
Added word 'selected' to action bar description of selected elements

Bug: 27296839
Change-Id: I30d3b726f281872da298dbc481a22241fbd45a9a

8 years agoMerge "Fix flashing of the scrim" into nyc-dev
Adrian Roos [Wed, 9 Mar 2016 00:26:29 +0000 (00:26 +0000)]
Merge "Fix flashing of the scrim" into nyc-dev

8 years agoFixed a bug where notification y positions would animate
Selim Cinek [Tue, 8 Mar 2016 23:39:20 +0000 (15:39 -0800)]
Fixed a bug where notification y positions would animate

When draging down the y positions were animating even though
they didn't need to as they were not scaling anymore.

Bug: 24866646
Change-Id: Ied6c39a32522756b5f4d8eab7203c87d1958c278

8 years agoMerge "Fix unsynchronized access to model hashmap" into nyc-dev
Ryan Bavetta [Wed, 9 Mar 2016 00:05:31 +0000 (00:05 +0000)]
Merge "Fix unsynchronized access to model hashmap" into nyc-dev

8 years agoReset TSMS when the device is unlocked.
Yohei Yukawa [Wed, 9 Mar 2016 00:04:58 +0000 (16:04 -0800)]
Reset TSMS when the device is unlocked.

This ports my previous CL for InputMethodManagerService [1] to
TextServicesSettings (TSMS).

With File-Based Encryption (FBE), now we have yet another runteime event
to reset TSMS state in order to keep the list of available spell
checkers updated.

See my previous commit message [1] for details about the idea.

Rebuild spell checker list when the system becomes ready.

  [1]: Ifa2225070bf8223f8964cf063c86889e312c5e9a
       0e367d08aab2c1cb2d0fb9cbf1e8a6d09d1ac523

Bug: 27456430
Change-Id: I2b5a6989a99fd18b3bf109f5cda6270ccadaaf6d

8 years agoMerge "Make native_release() methods in AudioTrack and AudioRecord JNI-callable....
Paul Mclean [Wed, 9 Mar 2016 00:00:06 +0000 (00:00 +0000)]
Merge "Make native_release() methods in AudioTrack and AudioRecord JNI-callable." into nyc-dev

8 years agoFix flashing of the scrim
Adrian Roos [Tue, 8 Mar 2016 23:54:26 +0000 (15:54 -0800)]
Fix flashing of the scrim

Bug: 27345657
Change-Id: I4a20d86c678a46159466b8f68fe8f429554be950

8 years agoAdd copy-on-write mode to TextServicesSettings.
Yohei Yukawa [Tue, 8 Mar 2016 03:12:54 +0000 (19:12 -0800)]
Add copy-on-write mode to TextServicesSettings.

This ports my previous CL for InputMethodManagerService [1] to
TextServicesSettings (TSMS).

This is a preparation for File-Based Encryption (FBE) support in TSMS.

With this CL, we start switching TextServicesSettings from copy-on-write
mode to real mode and start rebuilding the list of available spell
checkers when the system becomes ready.  Anything else should be the
same.  See the previous commit message [1] for details.

  [1]: I9c6f9bb3d51174198e5f73588637f87ea0d90e11
       68645a638ad1bfb734b2b0f56b17fe206bb891c5

Bug: 27456430
Change-Id: Ie3d61458648df469abe149b7aaad8087c531a675

8 years agoMerge "Dump spell checker service info from TSMS." into nyc-dev
Yohei Yukawa [Tue, 8 Mar 2016 23:44:21 +0000 (23:44 +0000)]
Merge "Dump spell checker service info from TSMS." into nyc-dev

8 years agoMerge "Don't exit selection after sharing and copying..." into nyc-dev
Steve McKay [Tue, 8 Mar 2016 23:44:00 +0000 (23:44 +0000)]
Merge "Don't exit selection after sharing and copying..." into nyc-dev

8 years agoMerge "Suppress Rename tests that fail consistently..." into nyc-dev
Steve McKay [Tue, 8 Mar 2016 23:42:48 +0000 (23:42 +0000)]
Merge "Suppress Rename tests that fail consistently..." into nyc-dev

8 years agoMerge "Add TV apps to AppLaunch test" into nyc-dev
Hyungtae Kim [Tue, 8 Mar 2016 23:42:00 +0000 (23:42 +0000)]
Merge "Add TV apps to AppLaunch test" into nyc-dev

8 years agoMerge "Show more menu items on larger devices." into nyc-dev
Steve McKay [Tue, 8 Mar 2016 23:29:23 +0000 (23:29 +0000)]
Merge "Show more menu items on larger devices." into nyc-dev

8 years agoDon't exit selection after sharing and copying...
Steve McKay [Tue, 8 Mar 2016 22:49:38 +0000 (14:49 -0800)]
Don't exit selection after sharing and copying...

And after canceled deletes.

Bug: 27135937
Change-Id: I2cd736ce53e15d48b6b00ed1156a2b359f1aeb42

8 years agoMerge "Fix bug and add logging in FalsingManager" into nyc-dev
Adrian Roos [Tue, 8 Mar 2016 23:21:50 +0000 (23:21 +0000)]
Merge "Fix bug and add logging in FalsingManager" into nyc-dev

8 years agoDump spell checker service info from TSMS.
Yohei Yukawa [Tue, 8 Mar 2016 23:16:07 +0000 (15:16 -0800)]
Dump spell checker service info from TSMS.

This is a preparation CL to make TextServicesManagerService (TSMS)
encryption-aware.

This CL changes nothing except for the output of TSMS#dump().

To diagnose File-Based Encryption (FBE) related issues, it would be
useful if we can see if each spell checker service is encryption-aware
or not.  To do that this CL updates TSMS#dump() so that it can include
the result of ResolveInfo#dump() as we have done in
InputMethodManagerService.

This CL also updates TSMS#dump() so that its output can be more
consistent with IMMS#dump().

Bug: 27456430
Change-Id: Ie2321278f1d52533a3cd74d98f1f84c950a8f6d0

8 years agoShow more menu items on larger devices.
Steve McKay [Tue, 8 Mar 2016 22:01:47 +0000 (14:01 -0800)]
Show more menu items on larger devices.

Bug: 2703629227406771
Change-Id: I1ceee3c69fbda33a6c51c0ff4f28e52911c1ca7d

8 years agoMerge "Remove RestrictedDropDownPreference class." into nyc-dev
Sudheer Shanka [Tue, 8 Mar 2016 22:57:58 +0000 (22:57 +0000)]
Merge "Remove RestrictedDropDownPreference class." into nyc-dev

8 years agoMerge "Update DPM.getWifiMacAddress to take admin component as argument." into nyc-dev
Sudheer Shanka [Tue, 8 Mar 2016 22:52:09 +0000 (22:52 +0000)]
Merge "Update DPM.getWifiMacAddress to take admin component as argument." into nyc-dev

8 years agoMerge "Start trust agents earlier on successful unlocks" into nyc-dev
Adrian Roos [Tue, 8 Mar 2016 22:51:36 +0000 (22:51 +0000)]
Merge "Start trust agents earlier on successful unlocks" into nyc-dev

8 years agoMerge "TIF: Drop the requirement for ID tuple for non-broadcast channels" into nyc-dev
Jae Seo [Tue, 8 Mar 2016 22:49:28 +0000 (22:49 +0000)]
Merge "TIF: Drop the requirement for ID tuple for non-broadcast channels" into nyc-dev

8 years agoStart trust agents earlier on successful unlocks
Adrian Roos [Thu, 3 Mar 2016 22:58:33 +0000 (14:58 -0800)]
Start trust agents earlier on successful unlocks

Frequently, trust agents are not running because
a successful unlock is required for them to start.

Unfortunately, that means they were not able to receive the
successful unlock. To fix this, we'll now override
StrongAuth requirements and start agents early if we
detect a successful unlock.

Bug: 23021202
Change-Id: Ie85f78d9ce2823dd5c9b6215a52db069fb796d91

8 years agoMake native_release() methods in AudioTrack and AudioRecord JNI-callable.
Paul McLean [Tue, 8 Mar 2016 22:47:35 +0000 (15:47 -0700)]
Make native_release() methods in AudioTrack and AudioRecord JNI-callable.

Change-Id: I31f8946579438021ba8f7ec58bf301a190082063

8 years agoMerge "Applied Material design rules to calculate drawer width" into nyc-dev
Aga Wronska [Tue, 8 Mar 2016 22:32:40 +0000 (22:32 +0000)]
Merge "Applied Material design rules to calculate drawer width" into nyc-dev

8 years agoApplied Material design rules to calculate drawer width
Aga Wronska [Tue, 8 Mar 2016 19:20:39 +0000 (11:20 -0800)]
Applied Material design rules to calculate drawer width

Bug: 27437727
Change-Id: I2f634815d5e534053e0ed7a66631df9bddf32bd5

8 years agoMerge "Fixed a bug where the font sizes where not enforced correctly" into nyc-dev
Selim Cinek [Tue, 8 Mar 2016 22:16:42 +0000 (22:16 +0000)]
Merge "Fixed a bug where the font sizes where not enforced correctly" into nyc-dev

8 years agoMerge "TIF: Unhide TvView.setZOrderMediaOverlay/setZOrderOnTop/tune/unblockContent...
Dongwon Kang [Tue, 8 Mar 2016 22:11:12 +0000 (22:11 +0000)]
Merge "TIF: Unhide TvView.setZOrderMediaOverlay/setZOrderOnTop/tune/unblockContent" into nyc-dev

8 years agoMerge "Setting TaskRecord#mUserSetupComplete directly from Settings" into nyc-dev
Suprabh Shukla [Tue, 8 Mar 2016 22:10:22 +0000 (22:10 +0000)]
Merge "Setting TaskRecord#mUserSetupComplete directly from Settings" into nyc-dev

8 years agoSetting TaskRecord#mUserSetupComplete directly from Settings
Suprabh Shukla [Tue, 8 Mar 2016 02:21:10 +0000 (18:21 -0800)]
Setting TaskRecord#mUserSetupComplete directly from Settings

TaskRecord#mUserSetupComplete flag was being set by checking
UserController#mSetupCompletedUsers which was being populated by a
callback which was getting delayed long enough for some tasks being
launched with mUserSetupComplete set to false, which is not expected for
any task other than Setup Wizard. This change checks the flag directly
from Settings before setting the property.

Bug: b/27455564
Change-Id: I9ae2e969b590a95f71002a54c7de224b26e9da79

8 years agoMerge "Flip the default on whether to keep rows together" into nyc-dev
Jason Monk [Tue, 8 Mar 2016 21:48:34 +0000 (21:48 +0000)]
Merge "Flip the default on whether to keep rows together" into nyc-dev

8 years agoMerge "Fix and optimize stripForDelivery" into nyc-dev
Adrian Roos [Tue, 8 Mar 2016 21:47:02 +0000 (21:47 +0000)]
Merge "Fix and optimize stripForDelivery" into nyc-dev

8 years agoFlip the default on whether to keep rows together
Jason Monk [Tue, 8 Mar 2016 21:41:23 +0000 (16:41 -0500)]
Flip the default on whether to keep rows together

Bug: 27201532
Change-Id: Ib51ef4fb374ea197b4119fbd230df2288620f85e

8 years agoImageReader/Writer: refactor and cleanup
Zhijun He [Fri, 26 Feb 2016 00:00:38 +0000 (16:00 -0800)]
ImageReader/Writer: refactor and cleanup

Below changes are included:
* Defer the buffer lock to Image#getPlanes call. This will save quite a bit
CPU cycles associated with lock buffer if the application doesn't really
want to access the data.
* Refactor the code: move some common code to some utility class, and use
one unified consumer (BufferItemConsumer) in ImageReader native implementation.
The code refactoring will also make it easier to support non-opaque image
attach/detach.

Bug: 22356918
Bug: 19962027
Change-Id: I4fb865b0ea3deb6650afc64c32a5906f30e8ccbd

8 years agoMerge "Minor improvements on BugreportProgressService:" into nyc-dev
Felipe Leme [Tue, 8 Mar 2016 21:18:21 +0000 (21:18 +0000)]
Merge "Minor improvements on BugreportProgressService:" into nyc-dev

8 years agoMerge "Call stopSelfWhenDone() *after* canceling the notification." into nyc-dev
Felipe Leme [Tue, 8 Mar 2016 21:17:42 +0000 (21:17 +0000)]
Merge "Call stopSelfWhenDone() *after* canceling the notification." into nyc-dev

8 years agoSuppress Rename tests that fail consistently...
Steve McKay [Tue, 8 Mar 2016 21:13:58 +0000 (13:13 -0800)]
Suppress Rename tests that fail consistently...

on APCT.

Change-Id: I81e464855e16573e536828813b592f7ebc5b464f

8 years agoMinor improvements on BugreportProgressService:
Felipe Leme [Tue, 8 Mar 2016 19:41:18 +0000 (11:41 -0800)]
Minor improvements on BugreportProgressService:

- Removed unnecessary ContextWrapper used to get files dir.
- Immproved logging.

BUG: 27548183
BUG: 27524556
Change-Id: Ia04c6b7640969e0013ae282efbb1142fc0fc5695

8 years agoMerge "Fix bug in setText" into nyc-dev
Maria Garcia Puyol [Tue, 8 Mar 2016 21:04:25 +0000 (21:04 +0000)]
Merge "Fix bug in setText" into nyc-dev

8 years agoMerge "Add test for Transition clone." into nyc-dev
George Mount [Tue, 8 Mar 2016 21:03:35 +0000 (21:03 +0000)]
Merge "Add test for Transition clone." into nyc-dev

8 years agoMerge "Fix propagation delay not working with minimum value = 0" into nyc-dev
George Mount [Tue, 8 Mar 2016 21:03:15 +0000 (21:03 +0000)]
Merge "Fix propagation delay not working with minimum value = 0" into nyc-dev

8 years agoMerge "Revert "Set flags in RS JNI calls for rsObj creation"" into nyc-dev
Yang Ni [Tue, 8 Mar 2016 21:00:53 +0000 (21:00 +0000)]
Merge "Revert "Set flags in RS JNI calls for rsObj creation"" into nyc-dev

8 years agoRevert "Set flags in RS JNI calls for rsObj creation"
Yang Ni [Tue, 8 Mar 2016 20:59:48 +0000 (20:59 +0000)]
Revert "Set flags in RS JNI calls for rsObj creation"

This reverts commit 972a409a3df6f105aa99a3d721e37111c70ef44c.

Change-Id: Icdac5cebf9944e7b237c91db05e5a7f47b6b67e8

8 years agoAdd test for Transition clone.
George Mount [Tue, 8 Mar 2016 17:34:51 +0000 (09:34 -0800)]
Add test for Transition clone.

Change-Id: Ib95fa88a0951c680079bda5be19496be70ce75b1

8 years agoMerge "sysui: refactor scrim controller" into nyc-dev
Xiaohui Chen [Tue, 8 Mar 2016 20:47:13 +0000 (20:47 +0000)]
Merge "sysui: refactor scrim controller" into nyc-dev

8 years agoCall stopSelfWhenDone() *after* canceling the notification.
Felipe Leme [Tue, 8 Mar 2016 20:44:22 +0000 (12:44 -0800)]
Call stopSelfWhenDone() *after* canceling the notification.

When a bugreport is shared it's necessary to remove its system notification and
stop the service if there is no more pending bugreports. Since the
service will might be killed as a result, to call to cancel the
notification must be done prior to calling stopSelf().

BUG: 27524556
Change-Id: Iae9a263b6cee0e4a0a7df3e52621e56b50983fec

8 years agoMerge "Fixing crash in Recents" into nyc-dev
Winson Chung [Tue, 8 Mar 2016 20:36:50 +0000 (20:36 +0000)]
Merge "Fixing crash in Recents" into nyc-dev

8 years agoMerge "Don't cache QS custom tiles across users" into nyc-dev
Jason Monk [Tue, 8 Mar 2016 20:34:05 +0000 (20:34 +0000)]
Merge "Don't cache QS custom tiles across users" into nyc-dev

8 years agoFixing crash in Recents
Winson [Tue, 8 Mar 2016 20:33:56 +0000 (12:33 -0800)]
Fixing crash in Recents

- The change to setTasks() was causing us to queue items to be loaded
  before the activity had even started.  This change ensures that we
  don’t do this for the dummy-transition-only stack view, and only when
  setting stack tasks for real.

Bug: 27538945
Change-Id: I4ff0413cb2fb961a4dedcad42471293bab4f955a

8 years agoDon't cache QS custom tiles across users
Jason Monk [Tue, 8 Mar 2016 19:44:23 +0000 (14:44 -0500)]
Don't cache QS custom tiles across users

Then it doesn't bind to the right user causing all sorts of badness
(10000).

Bug: 27527669
Change-Id: I28eff8b4bb0e0cfe56d041c6f0980282781af8aa

8 years agoFix unsynchronized access to model hashmap
Ryan Bavetta [Mon, 7 Mar 2016 22:34:51 +0000 (14:34 -0800)]
Fix unsynchronized access to model hashmap

BUG:27529749
Change-Id: I5b7cd59d8b45858896e6014b8fe95c1cc3c77869

8 years agoMerge "Work on QS animation curves" into nyc-dev
Jason Monk [Tue, 8 Mar 2016 20:12:12 +0000 (20:12 +0000)]
Merge "Work on QS animation curves" into nyc-dev

8 years agoMerge "SettingsProvider: Add default value for SHOW_IME_WITH_HARD_KEYBOARD." into...
Prathmesh Prabhu [Tue, 8 Mar 2016 19:55:58 +0000 (19:55 +0000)]
Merge "SettingsProvider: Add default value for SHOW_IME_WITH_HARD_KEYBOARD." into nyc-dev

8 years agoFix bug in setText
mariagpuyol [Tue, 8 Mar 2016 18:37:50 +0000 (10:37 -0800)]
Fix bug in setText

Bug:27547655
Change-Id: Ia15facda59fab9a8fe9b30f74ddd085bc26871af

8 years agoTIF: Drop the requirement for ID tuple for non-broadcast channels
Jae Seo [Tue, 8 Mar 2016 06:24:27 +0000 (22:24 -0800)]
TIF: Drop the requirement for ID tuple for non-broadcast channels

This has been causing some confusion among streaming-based channel app
developers without having any clear benefit, hence drop the requirement.

Bug: 27536480
Change-Id: I51be65ccc402171a0ce34ae4640905ec48d39e37

8 years agoMerge "Some fixes for black screen when pressing home button" into nyc-dev
Chong Zhang [Tue, 8 Mar 2016 19:30:42 +0000 (19:30 +0000)]
Merge "Some fixes for black screen when pressing home button" into nyc-dev

8 years agoSome fixes for black screen when pressing home button
Chong Zhang [Thu, 3 Mar 2016 01:01:14 +0000 (17:01 -0800)]
Some fixes for black screen when pressing home button

Pressing home button sometimes involves a rotation (eg. when app is
running in landscape mode but launch is fixed portrait mode). This will
trigger a screen freeze, which clears the transition. We still need to
add the opening app to the opening list even if transition is unset,
otherwise it doesn't wait for app to draw first frame.

Also during rotation, app, launcher and wallpaper all get relaunched.
The transition can't start until the first frame on the new launcher
window comes back. We can't start it based on the draw state of the old
window, because the old window could get removed and readded shortly
after we start the transition, and it shows up as a black frame.

bug: 27391256
bug: 27295820
Change-Id: I346685076657eef209d0fab68f272e218b55e011

8 years agoMerge "Track libcore change f121f31fd91c5a557225cd6a97418e716529eb2d (part 2)" into...
Yi Kong [Tue, 8 Mar 2016 19:15:04 +0000 (19:15 +0000)]
Merge "Track libcore change f121f31fd91c5a557225cd6a97418e716529eb2d (part 2)" into nyc-dev

8 years agoTrack libcore change f121f31fd91c5a557225cd6a97418e716529eb2d (part 2)
Yi Kong [Tue, 8 Mar 2016 19:03:08 +0000 (19:03 +0000)]
Track libcore change f121f31fd91c5a557225cd6a97418e716529eb2d (part 2)

Bug: 27427010
Change-Id: I5527f34ef6bf15aaa1a39b705e951122ae4b3d5a

8 years agoMerge "Fix build breakage" into nyc-dev
John Reck [Tue, 8 Mar 2016 19:06:52 +0000 (19:06 +0000)]
Merge "Fix build breakage" into nyc-dev

8 years agoFix build breakage
John Reck [Tue, 8 Mar 2016 19:03:35 +0000 (11:03 -0800)]
Fix build breakage

Update for API change

Change-Id: I649778b5f104a5295c0c827cc832e6190137bd02

8 years agoMerge "Fix QS translation on tablets" into nyc-dev
Jason Monk [Tue, 8 Mar 2016 19:00:41 +0000 (19:00 +0000)]
Merge "Fix QS translation on tablets" into nyc-dev

8 years agoTIF: Unhide TvView.setZOrderMediaOverlay/setZOrderOnTop/tune/unblockContent
Dongwon Kang [Sat, 5 Mar 2016 00:45:39 +0000 (16:45 -0800)]
TIF: Unhide TvView.setZOrderMediaOverlay/setZOrderOnTop/tune/unblockContent

Bug: 25726685
Change-Id: If96d0b086488c931d20315ee1c29cf7374715d93

8 years agoFix QS translation on tablets
Jason Monk [Tue, 8 Mar 2016 18:48:05 +0000 (13:48 -0500)]
Fix QS translation on tablets

Now that QS sits inside a density container, the density container
should be translated rather than the qs container.

Bug: 27474427
Change-Id: Ia516f1927362cdffe6f906fca1d7ce583542d002

8 years agoMerge "Notify user when forced to boot into safe mode" into nyc-dev
Sami Tolvanen [Tue, 8 Mar 2016 18:44:07 +0000 (18:44 +0000)]
Merge "Notify user when forced to boot into safe mode" into nyc-dev

8 years agosysui: refactor scrim controller
Xiaohui Chen [Mon, 7 Mar 2016 20:31:14 +0000 (12:31 -0800)]
sysui: refactor scrim controller

Allow show or hide scrim behind.  This toggles scrim behind to fully
transparent or not.

Bug: 27504706
Bug: 27348736

Change-Id: If9734587ad8dadb94bcf3357388a5ed19d0c1fb8

8 years agoNotify user when forced to boot into safe mode
Sami Tolvanen [Thu, 25 Feb 2016 18:03:47 +0000 (10:03 -0800)]
Notify user when forced to boot into safe mode

When the device is forced into safe mode due to a security
compromise (persist.sys.audit_safemode has been set), notify
the user and provide access to a help article.

Bug: 27308928
Bug: 26902605
Change-Id: Ief7451f2d741eb888e5b111061aab5dc29525ea5

8 years agoMerge "Reorder migration of settings from db to xml" into nyc-dev
Amith Yamasani [Tue, 8 Mar 2016 18:35:11 +0000 (18:35 +0000)]
Merge "Reorder migration of settings from db to xml" into nyc-dev

8 years agoMerge "Add leak-checking to unit tests" into nyc-dev
John Reck [Tue, 8 Mar 2016 18:25:08 +0000 (18:25 +0000)]
Merge "Add leak-checking to unit tests" into nyc-dev

8 years agoAdd leak-checking to unit tests
John Reck [Mon, 29 Feb 2016 21:31:18 +0000 (13:31 -0800)]
Add leak-checking to unit tests

Initial pass at leak-detection on the unit
tests. Due to quirks in jemalloc we need
to run the leak check on both the main thread
and the RT thread to get decent leak coverage.

Change-Id: I0dce754aef5593f1ef5c3bed86e1168437a34b74

8 years agoMerge "clear calling identity before calling getUserInfo" into nyc-dev
Tony Mak [Tue, 8 Mar 2016 18:09:34 +0000 (18:09 +0000)]
Merge "clear calling identity before calling getUserInfo" into nyc-dev

8 years agoMerge "Fixing shortcut key duplicate registration bug" into nyc-dev
Muyuan Li [Tue, 8 Mar 2016 18:02:54 +0000 (18:02 +0000)]
Merge "Fixing shortcut key duplicate registration bug" into nyc-dev

8 years agoMerge "Introducing ShortcutManager" into nyc-dev
Makoto Onuki [Tue, 8 Mar 2016 18:01:03 +0000 (18:01 +0000)]
Merge "Introducing ShortcutManager" into nyc-dev

8 years agoMerge "Increase char limit for webview multiprocess setting string" into nyc-dev
Toby Sargeant [Tue, 8 Mar 2016 17:55:34 +0000 (17:55 +0000)]
Merge "Increase char limit for webview multiprocess setting string" into nyc-dev

8 years agoMerge "Condition cleanup." into nyc-dev
Julia Reynolds [Tue, 8 Mar 2016 17:38:59 +0000 (17:38 +0000)]
Merge "Condition cleanup." into nyc-dev

8 years agoFix propagation delay not working with minimum value = 0
George Mount [Tue, 8 Mar 2016 17:32:07 +0000 (09:32 -0800)]
Fix propagation delay not working with minimum value = 0

Bug 27545221

When the propagation delay had a minimum value of 0, no
propagation delay was happening.

Change-Id: Id28c2cac1c40d5c57f6b49fa11a60218ac1787a0

8 years agoMerge "Make delete dialog match spec." into nyc-dev
Steve McKay [Tue, 8 Mar 2016 17:26:38 +0000 (17:26 +0000)]
Merge "Make delete dialog match spec." into nyc-dev

8 years agoMerge "Add tileMode support into GradientColor" into nyc-dev
Tenghui Zhu [Tue, 8 Mar 2016 17:25:47 +0000 (17:25 +0000)]
Merge "Add tileMode support into GradientColor" into nyc-dev

8 years agoMake delete dialog match spec.
Steve McKay [Tue, 8 Mar 2016 17:25:06 +0000 (09:25 -0800)]
Make delete dialog match spec.

Bug: 27535181
Change-Id: Icd2347003747b4e7674048f632dbe47a1607f8b2

8 years agoclear calling identity before calling getUserInfo
Tony Mak [Tue, 8 Mar 2016 11:02:15 +0000 (11:02 +0000)]
clear calling identity before calling getUserInfo

Bug: 27523508
Change-Id: I243a5423de850477cf65968c8ea26cbb3ae896d5

8 years agoMerge "Disabled debug logs" into nyc-dev
Wale Ogunwale [Tue, 8 Mar 2016 16:55:33 +0000 (16:55 +0000)]
Merge "Disabled debug logs" into nyc-dev

8 years agoMerge "Add hidden slide fraction call to Slide" into nyc-dev
Tony Mantler [Tue, 8 Mar 2016 16:53:57 +0000 (16:53 +0000)]
Merge "Add hidden slide fraction call to Slide" into nyc-dev

8 years agoMerge "Added EIDs for ERP, Supported & Extended Rates" into mm-wireless-dev
Glen Kuhne [Tue, 8 Mar 2016 16:53:34 +0000 (16:53 +0000)]
Merge "Added EIDs for ERP, Supported & Extended Rates" into mm-wireless-dev
am: 45eb1bdf87

* commit '45eb1bdf8788bc2aa537ec86bc93b3bf437d9c6e':
  Added EIDs for ERP, Supported & Extended Rates

8 years agoMerge "Fix 'cmd package compile' help message" into nyc-dev
David Brazdil [Tue, 8 Mar 2016 16:48:37 +0000 (16:48 +0000)]
Merge "Fix 'cmd package compile' help message" into nyc-dev

8 years agoMerge "Added EIDs for ERP, Supported & Extended Rates" into mm-wireless-dev
Glen Kuhne [Tue, 8 Mar 2016 16:48:35 +0000 (16:48 +0000)]
Merge "Added EIDs for ERP, Supported & Extended Rates" into mm-wireless-dev

8 years agoFix 'cmd package compile' help message
David Brazdil [Tue, 8 Mar 2016 16:40:20 +0000 (16:40 +0000)]
Fix 'cmd package compile' help message

Change-Id: I6d4fc505b509569793c5e61410327b4c69487a43

8 years agoMerge "Rename AudioRecordConfiguration to AudioRecordingConfiguration" into nyc-dev
Jean-Michel Trivi [Tue, 8 Mar 2016 16:46:57 +0000 (16:46 +0000)]
Merge "Rename AudioRecordConfiguration to AudioRecordingConfiguration" into nyc-dev

8 years agoMerge "Rename 'all' compile mode to 'full'" into nyc-dev
David Brazdil [Tue, 8 Mar 2016 16:31:44 +0000 (16:31 +0000)]
Merge "Rename 'all' compile mode to 'full'" into nyc-dev

8 years agoRename 'all' compile mode to 'full'
David Brazdil [Tue, 8 Mar 2016 16:22:23 +0000 (16:22 +0000)]
Rename 'all' compile mode to 'full'

The name of the full-AoT compile mode is confusing. We should change it.

Change-Id: I9cba83e398fb4ae0efb1a25ff257ba79ab105386

8 years agoMerge "Update 'more options' button when changing the printer." into nyc-dev
Philip P. Moltmann [Tue, 8 Mar 2016 16:19:53 +0000 (16:19 +0000)]
Merge "Update 'more options' button when changing the printer." into nyc-dev