Commit Graph

57410 Commits

Author SHA1 Message Date
Russell Brenner
395db247fb Merge "Add new protection level for setup wizard" into nyc-dev
am: 3ccb354

* commit '3ccb35421d642e96048d5cdeb60043634933267d':
  Add new protection level for setup wizard

Change-Id: Ib88a868f214d1502538f544b1b5d8c5a8551b78d
2016-04-01 16:32:11 +00:00
Clara Bayarri
ceeab499ac Merge "Remove unused import for KeyboardShortcutGroup" into nyc-dev
am: 032a76f

* commit '032a76f94b457d255ebc0895bc1d8f3c0b6d8e31':
  Remove unused import for KeyboardShortcutGroup

Change-Id: Id69c4c923a3456857d73a2c21a27be962378bd12
2016-04-01 16:27:01 +00:00
Russell Brenner
3ccb35421d Merge "Add new protection level for setup wizard" into nyc-dev 2016-04-01 16:22:49 +00:00
Clara Bayarri
032a76f94b Merge "Remove unused import for KeyboardShortcutGroup" into nyc-dev 2016-04-01 16:18:28 +00:00
Adam Powell
6823bc1a0a Merge "Revert "Only call Drawable.setVisible(false) for visible outgoing drawables"" into nyc-dev
am: 991989f

* commit '991989f3183195cdadf308450eff8b3e9266fdab':
  Revert "Only call Drawable.setVisible(false) for visible outgoing drawables"

Change-Id: I442d2f712f25dec0702662950614fb75f0b7b2e6
2016-04-01 15:47:35 +00:00
Adam Powell
991989f318 Merge "Revert "Only call Drawable.setVisible(false) for visible outgoing drawables"" into nyc-dev 2016-04-01 15:41:04 +00:00
Kenny Guy
5ad78dbd4c Merge "Allow PO to check if it is in a managed profile." into nyc-dev
am: fa7b672

* commit 'fa7b6723e6fae582bc4948394b06c0f88dc1baa3':
  Allow PO to check if it is in a managed profile.

Change-Id: I3ae227f65db8deb6a2dc622f91807538aa164c4c
2016-04-01 14:29:00 +00:00
Todd Kennedy
320e7ef2b2 Merge "Allow retrieving info /system components" into nyc-dev
am: 0242467

* commit '02424676c68e23f44432ef0e379d65ddd9c3a786':
  Allow retrieving info /system components

Change-Id: I8f393a21d61b0f3ef9cdf4a2ebe7760412d17114
2016-04-01 14:28:56 +00:00
Kenny Guy
fa7b6723e6 Merge "Allow PO to check if it is in a managed profile." into nyc-dev 2016-04-01 14:23:51 +00:00
Todd Kennedy
02424676c6 Merge "Allow retrieving info /system components" into nyc-dev 2016-04-01 14:21:21 +00:00
Clara Bayarri
89203de878 Remove unused import for KeyboardShortcutGroup
Left it in accidentally when removing default method.

Change-Id: I6af0712624ffaefff4cb4ad2a9e5a86d7104d2e7
2016-04-01 14:40:34 +01:00
Gustav Sennton
8dcd93f420 Add system api to reach WebViewUpdateService Binder interface.
am: 1c177d8

* commit '1c177d8dae45e72a4709cd023415d98544e756a3':
  Add system api to reach WebViewUpdateService Binder interface.

Change-Id: I833bd044c51f309832f64f57eb80490c8e8359d9
2016-04-01 11:50:24 +00:00
Gustav Sennton
1c177d8dae Add system api to reach WebViewUpdateService Binder interface.
Instead of using reflection in XTS tests we add some system-apis to
enable fetching information about webview packages.

Bug: 26381867
Change-Id: If983a01b6855e4a4c08ef0b5873304918d499b76
2016-04-01 12:39:54 +01:00
Clara Bayarri
2056ec912e Merge "Keyboard Shortcuts Helper: Include all System shortcuts" into nyc-dev
am: 3916bb0

* commit '3916bb045c41bc354715cfef92bdd646f19f0570':
  Keyboard Shortcuts Helper: Include all System shortcuts

Change-Id: I3b7b0d1b6140debce8f7e0bdde2bde3f06767e97
2016-04-01 11:25:42 +00:00
Clara Bayarri
3916bb045c Merge "Keyboard Shortcuts Helper: Include all System shortcuts" into nyc-dev 2016-04-01 11:17:26 +00:00
Peng Xu
bdad7a488c Merge "Fix a few known issue in sensor framework" into nyc-dev
am: 3dd991d

* commit '3dd991d117585b2a4ab10cc5416c1ce199717a8f':
  Fix a few known issue in sensor framework

Change-Id: Icb1f886e14740b79daf2b680029e5b7fc0084ac4
2016-04-01 01:59:43 +00:00
Peng Xu
3dd991d117 Merge "Fix a few known issue in sensor framework" into nyc-dev 2016-04-01 01:54:39 +00:00
Lorenzo Colitti
c3ab6ea4e4 Merge "Honour the DHCP MTU option." into nyc-dev
am: f512023

* commit 'f5120236c41c47adeddf71a5f0967b12119df2cf':
  Honour the DHCP MTU option.

Change-Id: I49b425431441caab06576a2ca731b9f2ac538554
2016-04-01 00:58:53 +00:00
Lorenzo Colitti
f5120236c4 Merge "Honour the DHCP MTU option." into nyc-dev 2016-04-01 00:55:08 +00:00
Russell Brenner
b23346639b Add new protection level for setup wizard
Adds PROTECTION_LEVEL_SETUP, a privileged permission for use only by
the setup wizard.

Bug: 20016740

Change-Id: Ib95e349c54d5d12465bf43162975dfb628ef2434
2016-03-31 17:32:07 -07:00
Todd Kennedy
d6ee0ba579 Allow retrieving info /system components
Generally we return info for the latest installed package; which could
either be a built-in [i.e. on the /system partition] package or a user
updated package. In certain circumstances, we want to be able to get
the version on the /system partition regardless of whether or not the
user has updated it. We do this by passing MATCH_FACTORY_ONLY to
getPackageInfo().

Bug: 27469181
Change-Id: I8dd1d110e2d72e5c6f024812d0b5d15d8b217347
2016-03-31 15:53:45 -07:00
Adam Powell
4b2e12cc9e Revert "Only call Drawable.setVisible(false) for visible outgoing drawables"
This reverts commit 35e2ea0203.

This patch was based on two different wrong assumptions.

Bug 27822069

Change-Id: I20b1017f91f3fce3c23dd8446459d6f3e3150a48
2016-03-31 15:36:18 -07:00
Christopher Tate
d4306fd590 Merge "Handle interaction of Bundle.hasFileDescriptors() with removal" into nyc-dev
am: 1486557

* commit '1486557d10f9969ef31b65e4312bd00b1a6f02ae':
  Handle interaction of Bundle.hasFileDescriptors() with removal

Change-Id: I3e1d35c5fbd6ad2356abe61309f8b6797f3fbbba
2016-03-31 22:28:32 +00:00
Chris Tate
1486557d10 Merge "Handle interaction of Bundle.hasFileDescriptors() with removal" into nyc-dev 2016-03-31 22:22:32 +00:00
Christopher Tate
250985f556 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
2016-03-31 13:57:42 -07:00
Alex Klyubin
ae10eb8f88 Merge "Remove support for DSA with SHA-512 from v2 sig verification." into nyc-dev
am: 3a21805

* commit '3a21805aa19d34b1aede3c14eab2292b0f91ee89':
  Remove support for DSA with SHA-512 from v2 sig verification.

Change-Id: I37a7c268fbfc8d60ebded9c3ea6e0098c0c9610f
2016-03-31 20:52:12 +00:00
Alex Klyubin
3a21805aa1 Merge "Remove support for DSA with SHA-512 from v2 sig verification." into nyc-dev 2016-03-31 20:46:04 +00:00
George Mount
dc21c57aa0 Merge "Revert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""" into nyc-dev
am: 98aa25c

* commit '98aa25c2d9c1ac2ebacef7612f5103925ff84d94':
  Revert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""

Change-Id: I449067238317b66090e036a40181c27ec892a01d
2016-03-31 20:20:45 +00:00
George Mount
98aa25c2d9 Merge "Revert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""" into nyc-dev 2016-03-31 20:14:04 +00:00
Roozbeh Pournader
2c915b99c6 Merge "Invalidate TextView after locale change" into nyc-dev
am: 1a08865

* commit '1a08865d1fed6634746e7ca19cdd30e028681fb1':
  Invalidate TextView after locale change

Change-Id: Ic3c82bd2fc0553354e1ea8fc9cfcda7a3d565fc0
2016-03-31 19:43:08 +00:00
Roozbeh Pournader
1a08865d1f Merge "Invalidate TextView after locale change" into nyc-dev 2016-03-31 19:37:55 +00:00
Christopher Tate
e6dc55c327 Merge "API review: WallpaperManager" into nyc-dev
am: 9c4ec06

* commit '9c4ec06988642e24f9cf9a0dd79d777526b0a0a6':
  API review: WallpaperManager

Change-Id: If59d4cb7bc609fee139e0874dd70efc451367522
2016-03-31 19:33:49 +00:00
Chris Tate
9c4ec06988 Merge "API review: WallpaperManager" into nyc-dev 2016-03-31 19:24:42 +00:00
Alex Klyubin
dfb5772447 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
2016-03-31 12:06:18 -07:00
Nathan Harold
b2402f6ed5 Merge "Add Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED" into nyc-dev
am: 3dafea3

* commit '3dafea3177e0f962347000d58646ccebedfed203':
  Add Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED

Change-Id: I64235eae353ef90f7e3206a649fc3c4978f002b3
2016-03-31 18:46:37 +00:00
Vladislav Kaznacheev
72e7feb221 Merge "Add wallpaper input consumer to WindowManagerService" into nyc-dev
am: b7d08c3

* commit 'b7d08c3f3cee0e1575739250c12923930a9a5dbe':
  Add wallpaper input consumer to WindowManagerService

Change-Id: I0a80ffe5fcd4f12dbe295b81b4f357b9b119319c
2016-03-31 18:46:34 +00:00
Nathan Harold
3dafea3177 Merge "Add Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED" into nyc-dev 2016-03-31 18:43:36 +00:00
Vladislav Kaznacheev
b7d08c3f3c Merge "Add wallpaper input consumer to WindowManagerService" into nyc-dev 2016-03-31 18:43:16 +00:00
Vladislav Kaznacheev
0d50d8660d 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
2016-03-31 18:42:22 +00:00
Robin Lee
8d0373c8fd Merge "API to approve CA certificates" into nyc-dev
am: f1fe782

* commit 'f1fe782e912d3feed9cded8fb80b179c4ee5d09c':
  API to approve CA certificates

Change-Id: Ia84876f692a79d159cbfadd5888d73557e111e37
2016-03-31 18:31:32 +00:00
John Reck
3c77e5aa9d Merge "Add a callback for rendernode parentcount=0" into nyc-dev
am: bbb4c2e

* commit 'bbb4c2eb2e871977289a9c48f414962e46b56ddc':
  Add a callback for rendernode parentcount=0

Change-Id: I8168b028ce61413da8ecea76e6531c5dde9ddb46
2016-03-31 18:31:30 +00:00
Robin Lee
f1fe782e91 Merge "API to approve CA certificates" into nyc-dev 2016-03-31 18:26:32 +00:00
John Reck
bbb4c2eb2e Merge "Add a callback for rendernode parentcount=0" into nyc-dev 2016-03-31 18:24:49 +00:00
Roozbeh Pournader
fafb7575c7 Invalidate TextView after locale change
Bug: 19294390
Change-Id: Ie0f08ab84b386ef6daa2570ea4d5203a04763b06
2016-03-31 11:23:00 -07:00
George Mount
f643fb0250 Revert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""
This reverts commit 879a626f18.

Change-Id: I6fd011fb86a2aa0e30ba41fdefa3e29c7771e647
2016-03-31 11:15:27 -07:00
Ruben Brunk
f5d1bc31fe Merge "Include VR throttling limit in hardware properties." into nyc-dev
am: ee1062e

* commit 'ee1062e4c011578906edf08d340eff5a55ebe085':
  Include VR throttling limit in hardware properties.

Change-Id: I5d404f5fe7ad36dfe5269f7acb148146b7c2eabf
2016-03-31 18:11:08 +00:00
Ruben Brunk
ee1062e4c0 Merge "Include VR throttling limit in hardware properties." into nyc-dev 2016-03-31 18:03:37 +00:00
Joe Onorato
d1d3cfb1b6 Merge "Include process state in association tracking" into nyc-dev
am: d0f83b7

* commit 'd0f83b7bcadc6cfa4f39ee99ea96e48591fd6539':
  Include process state in association tracking

Change-Id: Ifff023a305ed76b15966ef30812961f528e9b434
2016-03-31 17:49:18 +00:00
Sunny Goyal
80d57efd94 Merge "Chaning LauncherActivityInfo to return a density specific non-badged icon" into nyc-dev
am: 56d3dd8

* commit '56d3dd8af70f2b24aa7f2cabae025c5fea06a1c8':
  Chaning LauncherActivityInfo to return a density specific non-badged icon

Change-Id: I642e890b23bbd59be6fce6ddee1cb74be6b5f71a
2016-03-31 17:49:05 +00:00
Nathan Harold
29589fcd8a Add Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED
Bug: 27878903
Change-Id: Ie0974cfb8abbb34275b846c288465a4c3e090eda
2016-03-31 10:47:28 -07:00