aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-20Merge "Docs: Android 6.0 CDD initial release" into mnc-dr-devandroid-6.0.1_r9android-6.0.1_r81android-6.0.1_r80android-6.0.1_r8android-6.0.1_r79android-6.0.1_r78android-6.0.1_r77android-6.0.1_r74android-6.0.1_r73android-6.0.1_r72android-6.0.1_r70android-6.0.1_r7android-6.0.1_r69android-6.0.1_r68android-6.0.1_r67android-6.0.1_r66android-6.0.1_r65android-6.0.1_r62android-6.0.1_r61android-6.0.1_r60android-6.0.1_r59android-6.0.1_r58android-6.0.1_r57android-6.0.1_r56android-6.0.1_r54android-6.0.1_r53android-6.0.1_r52android-6.0.1_r51android-6.0.1_r50android-6.0.1_r49android-6.0.1_r48android-6.0.1_r47android-6.0.1_r46android-6.0.1_r45android-6.0.1_r43android-6.0.1_r42android-6.0.1_r41android-6.0.1_r40android-6.0.1_r30android-6.0.1_r3android-6.0.1_r28android-6.0.1_r27android-6.0.1_r26android-6.0.1_r25android-6.0.1_r24android-6.0.1_r22android-6.0.1_r21android-6.0.1_r20android-6.0.1_r17android-6.0.1_r13android-6.0.1_r12android-6.0.1_r11android-6.0.1_r10android-6.0.1_r1android-6.0.0_r41marshmallow-mr3-releasemarshmallow-mr2-releasemarshmallow-mr1-releasemarshmallow-mr1-devmarshmallow-dr1.6-releasemarshmallow-dr1.5-releasemarshmallow-dr1.5-devBert McMeen
2015-10-19Docs: Change to the Fingerprint HAL docBert McMeen
Bug: 25081361 Change-Id: I7734d2d926552712abbd4af46ee24befa2a95e74
2015-10-16Docs: Android 6.0 CDD initial releaseBert McMeen
Bug: 23360409 Change-Id: I6caa9713b1f07f24081fdec765c61e08af18566d
2015-10-16CDD: Changelog addition for app links requirementBert McMeen
Bug: 23360409 Change-Id: I5eea4936214849d52fbed79c4f7a12bc40ed3da9
2015-10-16CDD: Update intent resolution requirements for app linksUnsuk Jung
Android 6.0 added the new app links feature, allowing apps to handle directly URIs if the web sites serviced on that URI is also in control by the app developer. Bug: 24972067 Change-Id: I09023e8d2e92e6bce945bd114c77e2cfa42285df
2015-10-15Change keymaster and gatekeeper requirements to strong recommendations.Shawn Willden
The language as written required all devices with a TEE that are upgraded to M to implement the new keymaster and gatekeeper modules. This imposes a great burden on upgrading old devices, so this CL relaxes the requirement. Change-Id: Ia6313255ba78ac9be770a4b884bcf56c9838da82
2015-10-15Add requirements for IPv6 implementation.Lorenzo Colitti
This is intended to: 1. Formalize the requirements that we've been testing in CTS for many years now. 2. Prevent some observed bad device behaviours that can severely impact user experience on IPv6-capable networks, which are now quite common. 3. Clarify the treatment of IPv6 in doze mode, which is non-obvious enough that even we only fixed it close to final M release. Bug: 24919272 Change-Id: Ia739b242529e831c63e53e55e490df243e831c80
2015-10-09CDD: Update resource numbers in section 7-end. Update Resources list.Danielle Roberts
Bug: 24748493 Change-Id: I4968086c2e20662546a7aadeefd41efaca8d87c9
2015-10-09CDD: Relax NfcV requirement from MUST to STRONGLY RECOMMENDEDAtsushi Mito
Relax the NfcV requirement for devices which don't have a capability to support the feature as the NFC chip's limitation. Bug: 24787112 Change-Id: I0175d6aa6f9a112e8f8587a56c201328ba6b72d9
2015-10-08Merge "CDD: Renumber Resources in the CDD" into mnc-devDanielle Roberts
2015-10-08CDD: Updates to changelog and misc. fixesBert McMeen
Bug: 23360409 Change-Id: I086d6aa0d288bc701135e134c1783b6f6d7a7c6b
2015-10-08CDD: Renumber Resources in the CDDDanielle Roberts
Bug: 24748493 Change-Id: Ifab3eb5f9e373acc5ea8f51842d963e62378ee0f
2015-10-08Merge "CDD: Clarify language around Assistant requirements" into mnc-devUnsuk Jung
2015-10-08Merge "CDD: Add new sections for power-saving modes and accounting" into mnc-devUnsuk Jung
2015-10-08CDD: Add new sections for power-saving modes and accountingClay Murphy
The algorithms of the power-saving modes, in Android 6.0, are mainly implemented within the DeviceIdleController class. If the algorithm varies across devices, the app developers will not have a reliable method to tune the experience of their apps under the power-saving modes. Bug: 19324406 Bug: 23760090 Change-Id: I28611e8b5780a1871743237043756f6b619161c6
2015-10-08Merge "CDD: Clarify relationship of managed profile and multiple users" into ↵Unsuk Jung
mnc-dev
2015-10-08CDD: Clarify relationship of managed profile and multiple usersUnsuk Jung
Bug: 21064402 Change-Id: I038e76b724d48c3cdf5c0dfd8b5945107b6ea95e
2015-10-08Merge "CDD: require mDNS packet support on Wi-Fi even in low-power" into mnc-devUnsuk Jung
2015-10-08Merge "CDD: Update video decoding req. to support up to screen size" into ↵Unsuk Jung
mnc-dev
2015-10-08CDD: Clarify language around Assistant requirementsClay Murphy
Bug:20012526 Change-Id: I6b158ee780902084a5ac70fa1049bcad518a0c36
2015-10-08CDD: Update video decoding req. to support up to screen sizeUnsuk Jung
Android 6.0 now has a new API Display.getSupportedModes to record the physical resolution of the screen, this change adds the requirement for devices to do video decoding up to the reported physical resolution. Also dynamic frame rate switching requirement is being added. Bug: 22041890 Change-Id: I86d274ef436d072e4897bc2aef8e1bab00e1b0da
2015-10-08Merge "CDD: Requirement updates for the assistant" into mnc-devUnsuk Jung
2015-10-08Merge "CDD: Add adoptable storage section" into mnc-devmarshmallow-dr-devUnsuk Jung
2015-10-08Merge "CDD: Add BASE_OS and SECURITY_PATCH build parameters" into mnc-devUnsuk Jung
2015-10-08CDD: Add BASE_OS and SECURITY_PATCH build parametersClay Murphy
Bug: 23116386 Change-Id: I522f1b74f18a7bb501922cbca33fc5608ad1f498
2015-10-08CDD: Add android.hardware.type.automotive feature for AutomotiveClay Murphy
Bug: 18265350 Change-Id: I1dd43cde0716c38f4bcdf486fa078a620d7fb2bd
2015-10-08CDD: require mDNS packet support on Wi-Fi even in low-powerUnsuk Jung
Android Television devices, for some applications, might play the role of the 2nd screen, and need to be woke up through WoWLAN. Bug: 22041890 Change-Id: I479dd64f4162efec409ce2a4228b424dca5005d8
2015-10-08CDD: Requirement updates for the assistantUnsuk Jung
With Android 6.0 there are new APIs allowing assistant to be more aware of the context of the foreground application. To ensure a wide-spread adoption of the feature by cross-device consistency and to protect end-user privacy, the change introduces: - stronger language on allowed gestures to start the assistant - mandatory requirement on how to indicate the end user of context sharing Bug: 20012526 Bug: 23360409 Change-Id: I2debcef9a6d50cc2341734e0e064c8a6f940f65a
2015-10-08CDD: Add adoptable storage sectionClay Murphy
Bug: 21683805 Change-Id: I8d46da4d583262bb4a8327be72d2480062fc2087
2015-10-08Merge "Standardize use of STRONGLY RECOMMENDED" into mnc-devGlenn Kasten
2015-10-08Merge "Docs: Adding new cover image and current date" into mnc-devBert McMeen
2015-10-08Merge "CDD: Clarify TV app requirements for devices with TV input Framework ↵Danielle Roberts
support." into mnc-dev
2015-10-07Standardize use of STRONGLY RECOMMENDEDGlenn Kasten
Bug: 23075735 Change-Id: Ia08d2a291d70b61e8fc3d45ea45a799fb930668c
2015-10-08Merge "CDD: Add devices must be able to decode all formats it can encode to ↵Danielle Roberts
Mulitmedia (formerly change 787297)" into mnc-dev
2015-10-08Merge "Use STRONGLY RECOMMENDED for reporting supported audio features" into ↵Glenn Kasten
mnc-dev
2015-10-07CDD: Add devices must be able to decode all formats it can encode to MulitmediaDanielle Roberts
(formerly change 787297) Bug: 19453799 Change-Id: If0747be538bd0442f3abc8f7d2785a41a0041dc3
2015-10-07Merge "CDD: Add Data Deletion section" into mnc-devBert McMeen
2015-10-07Merge "CDD: Updates to changelog, TOC fix" into mnc-devBert McMeen
2015-10-07Use STRONGLY RECOMMENDED for reporting supported audio featuresGlenn Kasten
Change-Id: Ifbb664b5bfa694cf257ac61ceefc46c33bd053cb
2015-10-07Merge "Fix mis-matched tags" into mnc-devGlenn Kasten
2015-10-07CDD: Clarify TV app requirements for devices with TV input Framework support.Danielle Roberts
Bug: 24341833 Change-Id: Id5a29a12cce88fe3d9b429f1bcefb410d229f5ed
2015-10-07CDD: Updates to changelog, TOC fixBert McMeen
Bug: 23360409 Change-Id: Idfda99b53cf78ca759260cda038d9666be7bd050
2015-10-07Docs: Adding new cover image and current dateHeidi von Markham
Bug: 23360409 Change-Id: I1443c8321bdbb3291fe096eaacd12f835d3b9cdd
2015-10-07CDD: Add Data Deletion sectionBert McMeen
Bug: 23748369 Change-Id: I1d7adb36e77755ce2b9edb1b2132fe6ad0dd90d6
2015-10-07Merge "CDD: Add requirements related to the new fingerprint API" into mnc-devUnsuk Jung
2015-10-07CDD: Add requirements for the new HiFi sensor featureUnsuk Jung
Android device implementation equipped with a more performant and rich suite of sensors can declare the feature flag android.hardware.sensors.hifi_sensors to provide apps the opportunity to make full use of the sensors. Bug: 22486842 NO_SQ: a document change Change-Id: Ibb10a63cc38a87e474a7700be062c9c248e894c2
2015-10-06Merge "CDD: Add requirements for the Android Keystore System" into mnc-devUnsuk Jung
2015-10-06Fix mis-matched tagsGlenn Kasten
Change-Id: I94676a1c01b92484b9bbfb7de0541a05bc1f920e
2015-10-06Merge "CDD: Update requirements for new density buckets" into mnc-devUnsuk Jung
2015-10-06CDD: Add requirements for the Android Keystore SystemUnsuk Jung
REQUIRE hardware-backed keystore implemenations for devices with a secure lock screen implementation and capable hardware. REQUIRE keystore implementations to not limit the number of keys. REQUIRE rate-limiting the lock screen authentication attempts and hardware-backed authentication to support base-line security of authentication-bound keys. Bug: 19359718 Bug: 22196335 Change-Id: Ib937d0fec43f0dd825a243552d4d2599b7ca8708