OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Fix: doRunAdvance returns wrong value when offset == count." into nyc-dev
Keisuke Kuroyanagi [Fri, 1 Apr 2016 05:27:35 +0000 (05:27 +0000)]
Merge "Fix: doRunAdvance returns wrong value when offset == count." into nyc-dev

8 years agoMerge "Sanitize app op service inputs" into nyc-dev
Svetoslav Ganov [Fri, 1 Apr 2016 03:05:13 +0000 (03:05 +0000)]
Merge "Sanitize app op service inputs" into nyc-dev

8 years agoSanitize app op service inputs
Svetoslav Ganov [Tue, 29 Mar 2016 01:07:06 +0000 (01:07 +0000)]
Sanitize app op service inputs

bug:26587386

This reverts commit 9888e00b7a36cd03821001a58e4ff86224e3d858.

Change-Id: I37069b6eb50ee1a1b29d6f116e96ad9f226883c9

8 years agoMerge "Fix a few known issue in sensor framework" into nyc-dev
Peng Xu [Fri, 1 Apr 2016 01:54:37 +0000 (01:54 +0000)]
Merge "Fix a few known issue in sensor framework" into nyc-dev

8 years agoMerge "Make display brightness ramp rate fast configurable" into nyc-dev
Prashant Malani [Fri, 1 Apr 2016 00:59:00 +0000 (00:59 +0000)]
Merge "Make display brightness ramp rate fast configurable" into nyc-dev

8 years agoMerge "Add comment for FLAG_TRANSLUCENT_STATUS added in CL 898928" into nyc-dev
Aga Wronska [Fri, 1 Apr 2016 00:58:24 +0000 (00:58 +0000)]
Merge "Add comment for FLAG_TRANSLUCENT_STATUS added in CL 898928" into nyc-dev

8 years agoAdd comment for FLAG_TRANSLUCENT_STATUS added in CL 898928
Aga Wronska [Fri, 1 Apr 2016 00:54:27 +0000 (17:54 -0700)]
Add comment for FLAG_TRANSLUCENT_STATUS added in CL 898928

Change-Id: I8f4ad4e00c6ce46e61afc087daa890eb90ed18a1

8 years agoMerge "Honour the DHCP MTU option." into nyc-dev
Lorenzo Colitti [Fri, 1 Apr 2016 00:55:06 +0000 (00:55 +0000)]
Merge "Honour the DHCP MTU option." into nyc-dev

8 years agoMerge "AAPT2: Change how we generate Java classes" into nyc-dev
Adam Lesinski [Fri, 1 Apr 2016 00:44:19 +0000 (00:44 +0000)]
Merge "AAPT2: Change how we generate Java classes" into nyc-dev

8 years agoMerge "Added CloseGuard for BaseObj" into nyc-dev
Yang Ni [Fri, 1 Apr 2016 00:33:57 +0000 (00:33 +0000)]
Merge "Added CloseGuard for BaseObj" into nyc-dev

8 years agoMerge "Fix dialogs layout after keyboard shows up" into nyc-dev
Aga Wronska [Thu, 31 Mar 2016 23:54:10 +0000 (23:54 +0000)]
Merge "Fix dialogs layout after keyboard shows up" into nyc-dev

8 years agoAAPT2: Change how we generate Java classes
Adam Lesinski [Thu, 31 Mar 2016 20:33:02 +0000 (13:33 -0700)]
AAPT2: Change how we generate Java classes

Previously we would be writing out the Manifest.java file as we
processed the AndroidManifest.xml. This would lead to empty
Manifest classes if there were no permissions or permission groups
defined in the AndroidManifest.xml.

This would pose problems for processes that checked for public classes
and considered them part of the API (support lib).

Now we collect the structure of the Java class in memory before deciding
if a file should be created.

Change-Id: I6b909f28d74356414c6ef5ad005180d6ea5e44ca

8 years agoMerge "Add death monitor to AsyncChannel Server." into nyc-dev
Wei Wang [Thu, 31 Mar 2016 23:13:33 +0000 (23:13 +0000)]
Merge "Add death monitor to AsyncChannel Server." into nyc-dev

8 years agoMerge "Fixing small regression in clear-all button and scrim alpha animation." into...
Winson Chung [Thu, 31 Mar 2016 23:05:47 +0000 (23:05 +0000)]
Merge "Fixing small regression in clear-all button and scrim alpha animation." into nyc-dev

8 years agoMerge "ExifInterface: deprecate duplicated tags" into nyc-dev
Jaesung Chung [Thu, 31 Mar 2016 23:04:42 +0000 (23:04 +0000)]
Merge "ExifInterface: deprecate duplicated tags" into nyc-dev

8 years agoFixing small regression in clear-all button and scrim alpha animation.
Winson [Thu, 31 Mar 2016 23:02:30 +0000 (16:02 -0700)]
Fixing small regression in clear-all button and scrim alpha animation.

Bug: 27702186
Change-Id: Ie26fa7e2cd73fe8e5e6800e47859ac3bbd763fe4

8 years agoAdded CloseGuard for BaseObj
Yang Ni [Thu, 24 Mar 2016 16:40:32 +0000 (09:40 -0700)]
Added CloseGuard for BaseObj

Bug: 27719830

To turn on warnings, apps have to add to their Activity.onCreate() method
the following code.

        StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder()
                               .detectLeakedClosableObjects()
                               .penaltyLog()
                               .build());

For Slang generated ScriptC derived classes, we assume their
constructors won't throw exceptions after calling the ScriptC
constructor. In addition, ScriptIntrinsic derived classes do not seem
to throw exceptions in their constructors either. Therefore, we can
leave the guard.open() call in the Script constructor. This may be
only an approximation, but allows us to add CloseGuard for script
objects without making changes to slang.

Change-Id: I77ed45239a60b85af5c811dee6c124fb53da9060
(cherry picked from commit eb4dd08ec132f83745b8b28fa7da58eb4478b5b9)

8 years agoAdd death monitor to AsyncChannel Server.
Wei Wang [Mon, 28 Mar 2016 19:50:52 +0000 (12:50 -0700)]
Add death monitor to AsyncChannel Server.

Bug:27878941
Change-Id: Ia6d12b49979b47434db7969372d6c02f799bc7d4

8 years agoMerge "Handle interaction of Bundle.hasFileDescriptors() with removal" into nyc-dev
Chris Tate [Thu, 31 Mar 2016 22:22:30 +0000 (22:22 +0000)]
Merge "Handle interaction of Bundle.hasFileDescriptors() with removal" into nyc-dev

8 years agoMerge "Re-enable emoji font tests" into nyc-dev
Roozbeh Pournader [Thu, 31 Mar 2016 22:22:18 +0000 (22:22 +0000)]
Merge "Re-enable emoji font tests" into nyc-dev

8 years agoMerge "Add test for private API forceAnimationOnUI" into nyc-dev
Tenghui Zhu [Thu, 31 Mar 2016 22:06:52 +0000 (22:06 +0000)]
Merge "Add test for private API forceAnimationOnUI" into nyc-dev

8 years agoMerge "Sending WALLPAPER_CHANGED broadcast when live wallpaper changes" into nyc-dev
Sunny Goyal [Thu, 31 Mar 2016 21:59:35 +0000 (21:59 +0000)]
Merge "Sending WALLPAPER_CHANGED broadcast when live wallpaper changes" into nyc-dev

8 years agoMerge "Putting clear-all button on the right to match design." into nyc-dev
Winson Chung [Thu, 31 Mar 2016 21:58:16 +0000 (21:58 +0000)]
Merge "Putting clear-all button on the right to match design." into nyc-dev

8 years agoPutting clear-all button on the right to match design.
Winson [Thu, 31 Mar 2016 01:26:49 +0000 (18:26 -0700)]
Putting clear-all button on the right to match design.

- Moving Clear-all button on drop-target change
- Fixing issue with end-margin on title

Change-Id: I589425980cd4503275b33a555f3dcb8391ba2695

8 years agoMerge "Grant default permissions to preinstalled VrListenerServices." into nyc-dev
Ruben Brunk [Thu, 31 Mar 2016 21:57:03 +0000 (21:57 +0000)]
Merge "Grant default permissions to preinstalled VrListenerServices." into nyc-dev

8 years agoMerge "Skip mounting sdcardfs in core mode." into nyc-dev
Jeff Sharkey [Thu, 31 Mar 2016 21:49:52 +0000 (21:49 +0000)]
Merge "Skip mounting sdcardfs in core mode." into nyc-dev

8 years agoSkip mounting sdcardfs in core mode.
Jeff Sharkey [Thu, 31 Mar 2016 20:34:38 +0000 (14:34 -0600)]
Skip mounting sdcardfs in core mode.

There's no point in mounting it, since it's living on top of a tmpfs
that will be discarded in a few moments once the user authenticates.

Bug: 27932087
Change-Id: I2df2da0136eac6cc27aa402fb9b00cfd23d562a8

8 years agoMerge "Fix search view tests on handheld devices" into nyc-dev
Aga Wronska [Thu, 31 Mar 2016 21:46:59 +0000 (21:46 +0000)]
Merge "Fix search view tests on handheld devices" into nyc-dev

8 years agoMerge "Clear deferRelaunchUntilPaused flag after activity relaunch is performed"...
Chong Zhang [Thu, 31 Mar 2016 21:38:51 +0000 (21:38 +0000)]
Merge "Clear deferRelaunchUntilPaused flag after activity relaunch is performed" into nyc-dev

8 years agoMerge "Update mediamuxer documentation that it does not support muxing B-frames....
Hangyu Kuang [Thu, 31 Mar 2016 21:32:42 +0000 (21:32 +0000)]
Merge "Update mediamuxer documentation that it does not support muxing B-frames." into nyc-dev

8 years agoMerge "Replace drag and drop mouse pointer shape" into nyc-dev
Vladislav Kaznacheev [Thu, 31 Mar 2016 21:27:17 +0000 (21:27 +0000)]
Merge "Replace drag and drop mouse pointer shape" into nyc-dev

8 years agoMerge "Set build fingerprint for the new user" into nyc-dev
Fyodor Kupolov [Thu, 31 Mar 2016 21:22:02 +0000 (21:22 +0000)]
Merge "Set build fingerprint for the new user" into nyc-dev

8 years agoClear deferRelaunchUntilPaused flag after activity relaunch is performed
Chong Zhang [Thu, 31 Mar 2016 21:09:33 +0000 (14:09 -0700)]
Clear deferRelaunchUntilPaused flag after activity relaunch is performed

We set deferRelaunchUntilPaused when a relaunch is delayed due to the app
in pausing state, but this flag is not cleared after it's relaunched upon
paused. After that every time the app is paused, it relaunches again.

Change-Id: Ib98956e0760b3c4fe108d93f5c7843e2cbd313de
related-to: b/27834014

8 years agoMerge "Remove DayNight theme" into nyc-dev
Alan Viverette [Thu, 31 Mar 2016 21:04:09 +0000 (21:04 +0000)]
Merge "Remove DayNight theme" into nyc-dev

8 years agoMerge "Improve handling of AlertDialog padding between title and content" into nyc-dev
Alan Viverette [Thu, 31 Mar 2016 21:03:19 +0000 (21:03 +0000)]
Merge "Improve handling of AlertDialog padding between title and content" into nyc-dev

8 years agoHandle interaction of Bundle.hasFileDescriptors() with removal
Christopher Tate [Thu, 31 Mar 2016 20:57:42 +0000 (13:57 -0700)]
Handle interaction of Bundle.hasFileDescriptors() with removal

Removing entries from a Bundle may change its has-FDs state, so now
induce a recheck after removals.  In support of that, make the
recheck set the known state in all cases, not just in the has-FDs
case; and note that filterValues() inherently produces a result that
is known to have no FDs.

Bug 26676151

Change-Id: Ida07b77ad2046aeafb98e0b164cd571ce45d064f

8 years agoSending WALLPAPER_CHANGED broadcast when live wallpaper changes
Sunny Goyal [Thu, 31 Mar 2016 18:05:51 +0000 (11:05 -0700)]
Sending WALLPAPER_CHANGED broadcast when live wallpaper changes

Bug: 27947401
Change-Id: Ib4fb3310e124e01d8fb7d7045d565ca3b9456050

8 years agoMerge "Remove support for DSA with SHA-512 from v2 sig verification." into nyc-dev
Alex Klyubin [Thu, 31 Mar 2016 20:46:03 +0000 (20:46 +0000)]
Merge "Remove support for DSA with SHA-512 from v2 sig verification." into nyc-dev

8 years agoMerge "Save whitelist status of all apps." into nyc-dev
Felipe Leme [Thu, 31 Mar 2016 20:33:10 +0000 (20:33 +0000)]
Merge "Save whitelist status of all apps." into nyc-dev

8 years agoMerge "sysui: refactor for extensibility" into nyc-dev
Xiaohui Chen [Thu, 31 Mar 2016 20:31:51 +0000 (20:31 +0000)]
Merge "sysui: refactor for extensibility" into nyc-dev

8 years agoFix search view tests on handheld devices
Aga Wronska [Thu, 31 Mar 2016 20:29:18 +0000 (13:29 -0700)]
Fix search view tests on handheld devices

Change-Id: If7107e23e93989f040abf7f909b4134b0035b8e4

8 years agoSet build fingerprint for the new user
Fyodor Kupolov [Thu, 31 Mar 2016 20:30:42 +0000 (13:30 -0700)]
Set build fingerprint for the new user

This change will prevent PRE_BOOT_COMPLETED from being sent to new users

Bug: 27939609
Change-Id: I0e49a467c792c972e0e3fc76e06842a80810e14b

8 years agoRe-enable emoji font tests
Roozbeh Pournader [Thu, 31 Mar 2016 20:05:32 +0000 (13:05 -0700)]
Re-enable emoji font tests

This re-enables the emoji font tests, but doesn't run the tests if
SMALLER_FONT_FOOTPRINT is set.

Additionally, we test that there's one and only one emoji font in the
fallback chain.

Bug: 26187231
Bug: 27785690
Change-Id: I2e6d467e3f54ee3d41737170d7c2492a0f6b30f0

8 years agoReplace drag and drop mouse pointer shape
Vladislav Kaznacheev [Thu, 31 Mar 2016 20:18:02 +0000 (13:18 -0700)]
Replace drag and drop mouse pointer shape

Use PointerIcon.STYLE_GRABBING (closed hand) instead of
PointerIcon.STYLE_GRAB (open hand) while drag by mouse is in progress.

Bug:27946394
Change-Id: I56089b2c2cc5d1271df059832282725a886fc982

8 years agoRemove DayNight theme
Alan Viverette [Thu, 31 Mar 2016 20:18:27 +0000 (16:18 -0400)]
Remove DayNight theme

Bug: 21854466
Change-Id: I739872112d0ae457d0d4620f9222206072d54b4b

8 years agoMerge "Updates Wear window animation styles." into nyc-dev
Gus Prevas [Thu, 31 Mar 2016 20:15:05 +0000 (20:15 +0000)]
Merge "Updates Wear window animation styles." into nyc-dev

8 years agoMerge "Revert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""...
George Mount [Thu, 31 Mar 2016 20:14:02 +0000 (20:14 +0000)]
Merge "Revert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""" into nyc-dev

8 years agoMerge "TIF: Update javadoc with a better wording" into nyc-dev
Dongwon Kang [Thu, 31 Mar 2016 19:43:42 +0000 (19:43 +0000)]
Merge "TIF: Update javadoc with a better wording" into nyc-dev

8 years agoMerge "Invalidate TextView after locale change" into nyc-dev
Roozbeh Pournader [Thu, 31 Mar 2016 19:37:54 +0000 (19:37 +0000)]
Merge "Invalidate TextView after locale change" into nyc-dev

8 years agoMerge "API review: WallpaperManager" into nyc-dev
Chris Tate [Thu, 31 Mar 2016 19:24:41 +0000 (19:24 +0000)]
Merge "API review: WallpaperManager" into nyc-dev

8 years agoMerge "The lights go down on dark theme" into nyc-dev
Jason Monk [Thu, 31 Mar 2016 19:20:00 +0000 (19:20 +0000)]
Merge "The lights go down on dark theme" into nyc-dev

8 years agoRemove support for DSA with SHA-512 from v2 sig verification.
Alex Klyubin [Thu, 31 Mar 2016 19:06:18 +0000 (12:06 -0700)]
Remove support for DSA with SHA-512 from v2 sig verification.

Android platform does not support DSA with SHA-512. Thus, it does not
make sense to support this unsupported algorithm in APK Signature
Scheme v2.

Bug: 24331392
Change-Id: Ie90b3dd8dd67bad65c64dfb7f6bf427e8ed282ba

8 years agosysui: refactor for extensibility
Xiaohui Chen [Wed, 30 Mar 2016 18:55:54 +0000 (11:55 -0700)]
sysui: refactor for extensibility

Bug: 27098123
Change-Id: Iab9b91c06b32030bbeae6a12715ea33867d13e12

8 years agoThe lights go down on dark theme
Jason Monk [Thu, 31 Mar 2016 18:27:04 +0000 (14:27 -0400)]
The lights go down on dark theme

It will be remembered.
It died not once, but twice.
ಥ_ಥ

Change-Id: I48fba2e71b1fd431d7cd0dccb36e8a59bb47709a
Fixes: 21854466

8 years agoMerge "Add Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED" into nyc-dev
Nathan Harold [Thu, 31 Mar 2016 18:43:34 +0000 (18:43 +0000)]
Merge "Add Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED" into nyc-dev

8 years agoMerge "Add wallpaper input consumer to WindowManagerService" into nyc-dev
Vladislav Kaznacheev [Thu, 31 Mar 2016 18:43:15 +0000 (18:43 +0000)]
Merge "Add wallpaper input consumer to WindowManagerService" into nyc-dev

8 years agoAdd wallpaper input consumer to WindowManagerService
Vladislav Kaznacheev [Tue, 29 Mar 2016 22:43:28 +0000 (15:43 -0700)]
Add wallpaper input consumer to WindowManagerService

This is an input consumer similar to the one used when hiding the navbar,
but placed above wallpapers. It might be useful for processing touch
events over "desktop" in freeform MW mode.

Re-landing I9d6d28a624f750ad48fc39f9b149dd1f989cceba after fixing build.

Bug:26688904
Change-Id: I89fdabd9c72cdd4a1d7ca626c33ddc99ddea97f9

8 years agoAdd test for private API forceAnimationOnUI
Teng-Hui Zhu [Thu, 31 Mar 2016 16:48:37 +0000 (09:48 -0700)]
Add test for private API forceAnimationOnUI

b/27343522

Change-Id: I5167a159f5630ab064f434930f3056754e2c0f44

8 years agoMerge "Add option to force remote input history" into nyc-dev
Adrian Roos [Thu, 31 Mar 2016 18:34:53 +0000 (18:34 +0000)]
Merge "Add option to force remote input history" into nyc-dev

8 years agoMerge "API to approve CA certificates" into nyc-dev
Robin Lee [Thu, 31 Mar 2016 18:26:31 +0000 (18:26 +0000)]
Merge "API to approve CA certificates" into nyc-dev

8 years agoMerge "Add a callback for rendernode parentcount=0" into nyc-dev
John Reck [Thu, 31 Mar 2016 18:24:48 +0000 (18:24 +0000)]
Merge "Add a callback for rendernode parentcount=0" into nyc-dev

8 years agoInvalidate TextView after locale change
Roozbeh Pournader [Thu, 31 Mar 2016 18:23:00 +0000 (11:23 -0700)]
Invalidate TextView after locale change

Bug: 19294390
Change-Id: Ie0f08ab84b386ef6daa2570ea4d5203a04763b06

8 years agoRevert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""
George Mount [Thu, 31 Mar 2016 15:45:35 +0000 (15:45 +0000)]
Revert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""

This reverts commit 879a626f18bded7b7587f1cef5bd6a491113d413.

Change-Id: I6fd011fb86a2aa0e30ba41fdefa3e29c7771e647

8 years agoMerge "Package Manager: Use new DexFile function to upgrade filter" into nyc-dev
Andreas Gampe [Thu, 31 Mar 2016 18:13:05 +0000 (18:13 +0000)]
Merge "Package Manager: Use new DexFile function to upgrade filter" into nyc-dev

8 years agoMerge "Fix tiles animating when QS edit is open" into nyc-dev
Jason Monk [Thu, 31 Mar 2016 18:11:35 +0000 (18:11 +0000)]
Merge "Fix tiles animating when QS edit is open" into nyc-dev

8 years agoFix tiles animating when QS edit is open
Jason Monk [Thu, 31 Mar 2016 18:10:37 +0000 (14:10 -0400)]
Fix tiles animating when QS edit is open

Change-Id: Ie242f0cb71354674884bca398e0075cdebc3b572
Fixes: 27815863

8 years agoMerge "Include VR throttling limit in hardware properties." into nyc-dev
Ruben Brunk [Thu, 31 Mar 2016 18:03:34 +0000 (18:03 +0000)]
Merge "Include VR throttling limit in hardware properties." into nyc-dev

8 years agoAdd Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED
Nathan Harold [Thu, 31 Mar 2016 04:53:48 +0000 (21:53 -0700)]
Add Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED

Bug: 27878903
Change-Id: Ie0974cfb8abbb34275b846c288465a4c3e090eda

8 years agoMerge "Update the wifi on but disconnected qs icon" into nyc-dev
Jason Monk [Thu, 31 Mar 2016 17:40:19 +0000 (17:40 +0000)]
Merge "Update the wifi on but disconnected qs icon" into nyc-dev

8 years agoUpdate the wifi on but disconnected qs icon
Jason Monk [Thu, 31 Mar 2016 17:38:59 +0000 (13:38 -0400)]
Update the wifi on but disconnected qs icon

Change-Id: Icb3ef57e7fa540868716107206d710dc4048aa90
Fixes: 27900385

8 years agoUpdates Wear window animation styles.
Gus Prevas [Thu, 31 Mar 2016 17:38:35 +0000 (13:38 -0400)]
Updates Wear window animation styles.

Bug: 25281867
Change-Id: Ia16b7624946f8f29acdf36fcab602da612ab2dba

8 years agoTIF: Update javadoc with a better wording
Dongwon Kang [Thu, 31 Mar 2016 17:32:28 +0000 (10:32 -0700)]
TIF: Update javadoc with a better wording

Change-Id: I656c8a94e9d0e5b3ee9ab2b948d51573f5c4e1b2

8 years agoMerge "Benchmarks for Linkify" into nyc-dev
Siyamed Sinir [Thu, 31 Mar 2016 17:17:17 +0000 (17:17 +0000)]
Merge "Benchmarks for Linkify" into nyc-dev

8 years agoSave whitelist status of all apps.
Felipe Leme [Thu, 31 Mar 2016 17:09:24 +0000 (10:09 -0700)]
Save whitelist status of all apps.

When app is asked to be whitelisted (or removed from the whitelist),
NMPS checks if the app has internet permission, since if it doesn't the
firewall rules do not need to be changed.

But even if the optimization kicks in, it should still mark the app as
whitelisted, otherwise it will leave to inconsistencies like the UI
never displaying it as whitelisted.

BUG: 26685616
Change-Id: I6e287092d7bf8b7aa3a1bda707b58b128a22bffa

8 years agoMerge "Include process state in association tracking" into nyc-dev
Joe Onorato [Thu, 31 Mar 2016 17:09:23 +0000 (17:09 +0000)]
Merge "Include process state in association tracking" into nyc-dev

8 years agoMerge "Fix layer damage and clipping for Text shadows" into nyc-dev
Chris Craik [Thu, 31 Mar 2016 17:08:03 +0000 (17:08 +0000)]
Merge "Fix layer damage and clipping for Text shadows" into nyc-dev

8 years agoAPI to approve CA certificates
Robin Lee [Mon, 21 Mar 2016 10:50:01 +0000 (10:50 +0000)]
API to approve CA certificates

Bug: 18224038
Change-Id: Id928872cd70dac5a5ecfdcd52150fe6dea544e3b

8 years agoMerge "Unit test for isProvisioningAllowed" into nyc-dev
Victor Chang [Thu, 31 Mar 2016 17:04:37 +0000 (17:04 +0000)]
Merge "Unit test for isProvisioningAllowed" into nyc-dev

8 years agoMerge "TIF: Address comments on hardware manager related system APIs" into nyc-dev
Dongwon Kang [Thu, 31 Mar 2016 17:01:35 +0000 (17:01 +0000)]
Merge "TIF: Address comments on hardware manager related system APIs" into nyc-dev

8 years agoMerge "Chaning LauncherActivityInfo to return a density specific non-badged icon...
Sunny Goyal [Thu, 31 Mar 2016 16:56:30 +0000 (16:56 +0000)]
Merge "Chaning LauncherActivityInfo to return a density specific non-badged icon" into nyc-dev

8 years agoMerge "Expand JankTracker" into nyc-dev
John Reck [Thu, 31 Mar 2016 16:49:27 +0000 (16:49 +0000)]
Merge "Expand JankTracker" into nyc-dev

8 years agoMerge "Start the Wear bluetooth service in SystemServer." into nyc-dev
Wei Liu [Thu, 31 Mar 2016 16:47:50 +0000 (16:47 +0000)]
Merge "Start the Wear bluetooth service in SystemServer." into nyc-dev

8 years agoMerge "TIF: Add more class documentation on TvInputManager" into nyc-dev
Dongwon Kang [Thu, 31 Mar 2016 16:46:33 +0000 (16:46 +0000)]
Merge "TIF: Add more class documentation on TvInputManager" into nyc-dev

8 years agoStart the Wear bluetooth service in SystemServer.
Wei Liu [Tue, 29 Mar 2016 22:26:48 +0000 (15:26 -0700)]
Start the Wear bluetooth service in SystemServer.

Change-Id: I4ca420d7adbb0edd6539fe4bf6ada05650164866

8 years agoUpdate mediamuxer documentation that it does not support muxing B-frames.
Hangyu Kuang [Wed, 30 Mar 2016 23:34:10 +0000 (16:34 -0700)]
Update mediamuxer documentation that it does not support muxing B-frames.

Bug:27597166
Change-Id: I79c971f68d55b19838c1de2be012aaf373c735c4

8 years agoPackage Manager: Use new DexFile function to upgrade filter
Andreas Gampe [Thu, 31 Mar 2016 00:21:19 +0000 (17:21 -0700)]
Package Manager: Use new DexFile function to upgrade filter

In case an app is shared, do not simply use "full" for compilation.
Instead, upgrade the asked-for filter to the non-guided version.

Bug: 27921071
Change-Id: I54735b61732e6a5c9dc62425d04bc740dd365083

8 years agoMerge "[FBE] Split accounts.db into two DE/CE databases" into nyc-dev
Fyodor Kupolov [Thu, 31 Mar 2016 16:16:47 +0000 (16:16 +0000)]
Merge "[FBE] Split accounts.db into two DE/CE databases" into nyc-dev

8 years agoTrack libcore change 9b7cfceb7b825835730f7977d4935dec3ff1a3be
Yi Kong [Thu, 31 Mar 2016 15:47:08 +0000 (16:47 +0100)]
Track libcore change 9b7cfceb7b825835730f7977d4935dec3ff1a3be

Bug: 27762555
Change-Id: I03984f4319ba21976078b2b3dff1a857eb5ebd0a
(cherry picked from commit a7af7593fb41b7f67de8f3206233b576ebaaef48)
(cherry picked from commit c0f67813c31bd25ec40c98a4f1e77f98bdabbb48)

8 years agoMerge "Remove panel paddings/margins when QS is customizing" into nyc-dev
Jason Monk [Thu, 31 Mar 2016 15:43:45 +0000 (15:43 +0000)]
Merge "Remove panel paddings/margins when QS is customizing" into nyc-dev

8 years agoExpand JankTracker
John Reck [Wed, 30 Mar 2016 21:19:44 +0000 (14:19 -0700)]
Expand JankTracker

Bug: 27922347

* Dump the full histogram
* Expand the histogram to have a slow-frame section with
  large 50ms buckets to raise the cap to 5s to give more
  insight into system-health
* Stop excluding first-frame metrics as we want to include
  those in our global tracking. Automated tests already filter
  these out by doing resets before running anyway.

Change-Id: Idaba8aad591f59d10a6477b11efc0767ff715083

8 years agoAdd a callback for rendernode parentcount=0
John Reck [Fri, 25 Mar 2016 21:29:48 +0000 (14:29 -0700)]
Add a callback for rendernode parentcount=0

Bug: 27709981
Fixes: 22565656

Change-Id: I1cb4461baf9069dc4e7ca6de10d5862578c107f4

8 years agoMerge "Fix QS battery tile state" into nyc-dev
Jason Monk [Thu, 31 Mar 2016 15:32:17 +0000 (15:32 +0000)]
Merge "Fix QS battery tile state" into nyc-dev

8 years agoFix QS battery tile state
Jason Monk [Thu, 31 Mar 2016 15:30:41 +0000 (11:30 -0400)]
Fix QS battery tile state

Don't share drawables across multiple imageviews.  Instead generate
a new drawable for each one.

Change-Id: I70259f978af73525d9f6ec772ecd94f2ca9c75bf
Fixes: 27786862

8 years agoMerge "Simplify WebViewProviderInfo - move its logic into WebViewUpdateService."...
Gustav Sennton [Thu, 31 Mar 2016 15:28:52 +0000 (15:28 +0000)]
Merge "Simplify WebViewProviderInfo - move its logic into WebViewUpdateService." into nyc-dev

8 years agoHonour the DHCP MTU option.
Lorenzo Colitti [Thu, 31 Mar 2016 07:20:22 +0000 (16:20 +0900)]
Honour the DHCP MTU option.

Bug: 25590369
Bug: 27719279
Change-Id: I473b5ec9c13f0d74e1ddd55e9d4abcff374a83ef

8 years agoMerge "Fix build" into nyc-dev
Jason Monk [Thu, 31 Mar 2016 14:00:52 +0000 (14:00 +0000)]
Merge "Fix build" into nyc-dev

8 years agoFix build
Jason Monk [Thu, 31 Mar 2016 14:00:09 +0000 (10:00 -0400)]
Fix build

Change-Id: I75e49ea144d47819c0fb7b4cd2e19a6c42b28ff1

8 years agoMerge "Removing assignments to localeScriptWasComputed in aapt." into nyc-dev
Andrew Johnson [Thu, 31 Mar 2016 13:52:09 +0000 (13:52 +0000)]
Merge "Removing assignments to localeScriptWasComputed in aapt." into nyc-dev

8 years agoMerge changes from topic 'SettingsMetrics' into nyc-dev
Jason Monk [Thu, 31 Mar 2016 13:47:32 +0000 (13:47 +0000)]
Merge changes from topic 'SettingsMetrics' into nyc-dev

* changes:
  Add constants for settings suggestions metrics
  Add some constants for settings conditionals

8 years agoAdd constants for settings suggestions metrics
Jason Monk [Wed, 30 Mar 2016 20:03:15 +0000 (16:03 -0400)]
Add constants for settings suggestions metrics

Bug: 27851236
Change-Id: Ia5962a5430246c7fa1221a638447c8c86b011223