Jeremy Joslin
72624e0720
Merge "Fix ScanResult array parceling." am: 5fdc86fb27 am: 68764eabb7
...
am: 5b1a460b94
Change-Id: I52289854a38a36929cd9b8d20e85b00346b3317c
2016-12-19 22:18:37 +00:00
Jeremy Joslin
5b1a460b94
Merge "Fix ScanResult array parceling." am: 5fdc86fb27
...
am: 68764eabb7
Change-Id: I6b44179d634722828f40524c26ccf6ea51521f11
2016-12-19 22:14:37 +00:00
Jeremy Joslin
68764eabb7
Merge "Fix ScanResult array parceling."
...
am: 5fdc86fb27
Change-Id: I25e509ea057370c4380764c47808c0dbde85a6fc
2016-12-19 22:07:20 +00:00
Manu Cornet
eb40b4cd5f
2D recents: fix typo where I was using the wrong dimension
...
Bug: 32101881
Test: Checked layout in portrait & landscape on sw600dp device
Change-Id: Iccf6205c00947d19053fa0ad444dd1c46365a50c
2016-12-19 14:05:41 -08:00
Matt Sarett
8a50364941
Manual revert of "Decode to sRGB in BitmapFactory"
...
Test: Verified that this fixes rendering artifacts.
BUG:33741991
Change-Id: Ie56ecee668be6fc20acdfcfd1167232d7c46f1ff
2016-12-19 17:03:31 -05:00
Treehugger Robot
5fdc86fb27
Merge "Fix ScanResult array parceling."
2016-12-19 21:57:05 +00:00
TreeHugger Robot
ac7843cf80
Merge "Don't WTF when reading empty data from the eventlog"
2016-12-19 21:29:04 +00:00
Joe LaPenna
825d231f5e
Merge "Remove "final" from ResultCallback." am: b60d7b334c am: 8df12d98f7 am: 8c5eb9b10f
...
am: 71dd757c56 -s ours
Change-Id: Ife1f27d91ed2975741d24bd3eaa0fda9d41e1bfd
2016-12-19 21:23:45 +00:00
Wei Wang
ab7206105a
Merge "Start sensor service in a seperate thread" into nyc-mr2-dev am: 9ec4256a17
...
am: 27219ad9ec
Change-Id: I6b0ec1c083dda1917129ac1e1022f3486ca67c5c
2016-12-19 21:16:38 +00:00
Wei Wang
82a24e79be
Start sensor service in a seperate thread am: 6ba0ef31e8
...
am: 18d1398690
Change-Id: I56fe131c009980c7a498440e3ee633a1a5d507f6
2016-12-19 21:15:51 +00:00
Mark Lu
606a47ac36
Merge "docs: remove implicit intent from bindService and startService" into nyc-mr1-dev am: cbfb58c9d7 am: 70fa908fb2 am: fa0c9f2352
...
am: 52f065af6b
Change-Id: I63d1f3491a3f6e3a74de09cd1af335b4c87d8630
2016-12-19 21:14:40 +00:00
Joe LaPenna
71dd757c56
Merge "Remove "final" from ResultCallback." am: b60d7b334c am: 8df12d98f7
...
am: 8c5eb9b10f
Change-Id: I9a234d6176c441b424714dda1de4ec580a12e2c5
2016-12-19 21:13:31 +00:00
Mark Lu
789dc1fd94
docs: remove implicit intent from bindService and startService am: 94ebbe0e58 am: d7c29565ba am: a8107e1074
...
am: ad9551617d
Change-Id: I654c7fcca8882b2b271eea7a5951ff01de40e6e3
2016-12-19 21:13:29 +00:00
Paul Stewart
835cb49639
Fix other String.format issues in NetworkNotificationManager.java
...
Commit fb2609d3ee added a string
format which caused an exception. On top of the fixes to this
from e140616718 , we can also fix
a few more issues here with some missing arguments to other
String.format invocations in the aforementioned CL, and other
formatting problems.
Bug: 33737715
Test: Build and run SUW
Change-Id: I13410ffebbc606b8801656ea0934f96ccd4b5357
2016-12-19 13:12:09 -08:00
Mark Lu
3ddb8738f5
docs: update Paint.setTextSize() to indicate pixel units am: 5f05256106 am: 9c834b1241 am: 353e197a8a
...
am: 5356f60f27
Change-Id: I49975b77e5c31234327e83ce2cbcc62c20e74737
2016-12-19 21:08:55 +00:00
Wei Wang
27219ad9ec
Merge "Start sensor service in a seperate thread" into nyc-mr2-dev
...
am: 9ec4256a17
Change-Id: I0956ba96241ccb9df18ba9f2bfd29cc952659b1a
2016-12-19 21:08:48 +00:00
Wei Wang
18d1398690
Start sensor service in a seperate thread
...
am: 6ba0ef31e8
Change-Id: I325b0d5c02326355c7b04962537e695e7839be09
2016-12-19 21:08:22 +00:00
Brad Ebinger
57c9d86e81
Merge "Add UI prompt for MMI code failure on 3gpp" into nyc-mr2-dev am: 73dcab62b7 -s ours
...
am: 2cafc11399 -s ours
Change-Id: I75d496bc0c6e9cf8a9ad5a95360d6521656c204d
2016-12-19 21:07:39 +00:00
Joe LaPenna
8c5eb9b10f
Merge "Remove "final" from ResultCallback." am: b60d7b334c
...
am: 8df12d98f7
Change-Id: Ia0266003bff04bf0ec5b3ee7134678c1b1f0e77f
2016-12-19 21:07:29 +00:00
Jason Monk
3cfedd78b1
Speed up sysui tests
...
Shave a few seconds off the tests by adding capabilities to
TestableContext and removing mocks from some large classes
(like Context and PhoneStatusBar)
Test: runtest systemui
Change-Id: Ib9c30cf895bd9f24a5a26e24ffe2498ca6fe2f6e
2016-12-19 16:06:38 -05:00
Manu Cornet
23d22e13e4
2D recents: fix the app -> recents animation
...
Bug: 33752154
Bug: 32101881
Test: On local sw600dp device, tested the new transition in landscape & portrait
Change-Id: I326176734e8d34d2a49b8ada687c66838b0e952f
2016-12-19 13:06:18 -08:00
Mark Lu
52f065af6b
Merge "docs: remove implicit intent from bindService and startService" into nyc-mr1-dev am: cbfb58c9d7 am: 70fa908fb2
...
am: fa0c9f2352
Change-Id: I845121e5e638fff86c0915213cf3ce87fc914918
2016-12-19 21:05:45 +00:00
Mark Lu
ad9551617d
docs: remove implicit intent from bindService and startService am: 94ebbe0e58 am: d7c29565ba
...
am: a8107e1074
Change-Id: I39ffafde9285c62d27cf1559d215dd687dbe4aec
2016-12-19 21:04:11 +00:00
Mark Lu
5356f60f27
docs: update Paint.setTextSize() to indicate pixel units am: 5f05256106 am: 9c834b1241
...
am: 353e197a8a
Change-Id: I4b338888e82cd7e524db0f04b4a2cb3b725d1109
2016-12-19 21:02:57 +00:00
Brad Ebinger
2cafc11399
Merge "Add UI prompt for MMI code failure on 3gpp" into nyc-mr2-dev
...
am: 73dcab62b7 -s ours
Change-Id: Id30938ad8395a57b7a39becd3c7834df75b2ba07
2016-12-19 21:01:41 +00:00
Joe LaPenna
8df12d98f7
Merge "Remove "final" from ResultCallback."
...
am: b60d7b334c
Change-Id: I3b6679368418af3992007f58d47c544cf7a1b1ed
2016-12-19 21:01:26 +00:00
Android Build Merger (Role)
298b91ee90
Merge "Add UI prompt for MMI code failure on 3gpp am: ac8d8e7358 am: 721847320b -s ours"
2016-12-19 21:00:39 +00:00
TreeHugger Robot
cc7a7e2c41
Merge "Remove "final" from ResultCallback."
2016-12-19 20:59:40 +00:00
Brad Ebinger
87d1c0f1ae
Add UI prompt for MMI code failure on 3gpp am: ac8d8e7358
...
am: 721847320b -s ours
Change-Id: I993ee10fa00eb8363e85cfa530982830d9a0bd80
2016-12-19 20:59:21 +00:00
TreeHugger Robot
9ec4256a17
Merge "Start sensor service in a seperate thread" into nyc-mr2-dev
2016-12-19 20:59:15 +00:00
Brad Ebinger
721847320b
Add UI prompt for MMI code failure on 3gpp
...
am: ac8d8e7358
Change-Id: Id83a2fa2dd958a0fbfcb2d5eb90528bcf96737b8
2016-12-19 20:54:27 +00:00
Treehugger Robot
b60d7b334c
Merge "Remove "final" from ResultCallback."
2016-12-19 20:54:14 +00:00
Alex Klyubin
9694657967
Permit 65535 byte ZIP comments and empty Central Directory
...
This fixes two cosmetic issues in APK Signature Scheme v2 signature
verifier in Android Package Manager:
* Accept APKs with ZIP End of Central Directory comment of length
65535. Previously, only comments of length 65534 were accepted due
to a off by one bug.
* Accept APKs with empty ZIP Central Directory.
These issues should not affect actual APKs because they cannot have an
empty ZIP Central Directory (they must contain at least the
AndroidManifest.xml entry) and shouldn't contain any comments in ZIP
End of Central Directory.
Test: cts-tradefed run singleCommand cts --skip-device-info --skip-preconditions --skip-connectivity-check --abi arm64-v8a --module CtsAppSecurityHostTestCases -t android.appsecurity.cts.PkgInstallSignatureVerificationTest
Change-Id: I461c43472fa97c04e7579d129a6053e44233adb7
2016-12-19 12:53:32 -08:00
Jiaquan He
7e09146f13
Disabled swiping in Grid-based Recents.
...
Bug: 32101881
Change-Id: I45a806a6b1fc387b2c560a8f2228ad83e4068d7c
2016-12-19 12:53:05 -08:00
TreeHugger Robot
86cdcd33df
Merge "Use userid of sender, not notification target."
2016-12-19 20:43:30 +00:00
Mark Lu
311eb20b83
Merge "docs: remove implicit intent from bindService and startService" into nyc-mr1-dev am: cbfb58c9d7 am: 70fa908fb2 am: 6461737fa5
...
am: 3d6a77afb5
Change-Id: I133965d96ab2b99b6e0fbeef080a5c208b14f5ab
2016-12-19 20:42:11 +00:00
Mark Lu
e4ffa3a53c
docs: remove implicit intent from bindService and startService am: 94ebbe0e58 am: d7c29565ba am: 8c232935f0
...
am: 40a3877a5d
Change-Id: I3ae34d2268d7d142ac10e17b43dc617c25601cbe
2016-12-19 20:40:56 +00:00
Alan Viverette
82f4b263a0
Add tests, refactor min/targetSdkVersion checks in PackageParser
...
Tests were added and verified before refactoring to ensure no behavior
changes. This is the first step in revising compat checks for O policy.
Bug: 33455703
Test: PackageParserTest#testComputeMinSdkVersion
Test: PackageParserTest#testComputeTargetSdkVersion
Change-Id: I483b4d23945183702b7e077fa1bd6d3ab5065acc
2016-12-19 15:40:05 -05:00
Mark Lu
3d6a77afb5
Merge "docs: remove implicit intent from bindService and startService" into nyc-mr1-dev am: cbfb58c9d7 am: 70fa908fb2
...
am: 6461737fa5
Change-Id: I37fab5a4733b27a359800cc4cf0f3982f209a8f8
2016-12-19 20:35:27 +00:00
Mark Lu
b927731284
docs: update Paint.setTextSize() to indicate pixel units am: 5f05256106 am: 9c834b1241 am: 4da3266828
...
am: 84f12cd33e
Change-Id: I463334d7c43cb934848e10eb3040f4a898f6ed2c
2016-12-19 20:34:29 +00:00
Mark Lu
40a3877a5d
docs: remove implicit intent from bindService and startService am: 94ebbe0e58 am: d7c29565ba
...
am: 8c232935f0
Change-Id: I45cdec5b2820a4a95a8aa6e1b67856891a8a6cd5
2016-12-19 20:34:23 +00:00
Mark Lu
6461737fa5
Merge "docs: remove implicit intent from bindService and startService" into nyc-mr1-dev am: cbfb58c9d7
...
am: 70fa908fb2
Change-Id: I6b37ea3bf8b451b941b49b3124b226a641b28b64
2016-12-19 20:29:08 +00:00
Mark Lu
fa0c9f2352
Merge "docs: remove implicit intent from bindService and startService" into nyc-mr1-dev am: cbfb58c9d7
...
am: 70fa908fb2
Change-Id: I1eab802afe75f847555baa8964030a1bb994107a
2016-12-19 20:28:59 +00:00
Mark Lu
8c232935f0
docs: remove implicit intent from bindService and startService am: 94ebbe0e58
...
am: d7c29565ba
Change-Id: Ife9581030d8579d6e2dd625814a049d5f488229a
2016-12-19 20:27:56 +00:00
Mark Lu
a8107e1074
docs: remove implicit intent from bindService and startService am: 94ebbe0e58
...
am: d7c29565ba
Change-Id: I44109d60ff26725daf6ebbce50bac9a7068146fe
2016-12-19 20:27:52 +00:00
Mark Lu
84f12cd33e
docs: update Paint.setTextSize() to indicate pixel units am: 5f05256106 am: 9c834b1241
...
am: 4da3266828
Change-Id: I65e2a1c43bd049e5c4cada55e8689ecc98a70fa5
2016-12-19 20:27:51 +00:00
Mark Lu
70fa908fb2
Merge "docs: remove implicit intent from bindService and startService" into nyc-mr1-dev
...
am: cbfb58c9d7
Change-Id: If12008d4e9fe1883c6c4f21e6e6736045b325182
2016-12-19 20:22:00 +00:00
Mark Lu
d7c29565ba
docs: remove implicit intent from bindService and startService
...
am: 94ebbe0e58
Change-Id: Iaf24452f3456703c917a2a574ff218c9eac854bd
2016-12-19 20:21:57 +00:00
Mark Lu
4da3266828
docs: update Paint.setTextSize() to indicate pixel units am: 5f05256106
...
am: 9c834b1241
Change-Id: I6ab667b17df3101370ed57f30ab273077a27c346
2016-12-19 20:21:26 +00:00
Mark Lu
353e197a8a
docs: update Paint.setTextSize() to indicate pixel units am: 5f05256106
...
am: 9c834b1241
Change-Id: I3288982f953f36ae08a36ca324edb6937633bd18
2016-12-19 20:21:21 +00:00