summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-18disable screenshot sound via touch sound toggleDaniel Micay
2023-03-18adevtool improvementsDaniel Micay
2023-03-18keep consistency with other services issue trackersr3g_5z
2023-03-18sort repo listDaniel Micay
2023-03-18add device_google_gs-common repository to repo listDaniel Micay
2023-03-16Add bleeding edge code mention to LTE-only section in Usage guidematchboxbananasynergy
2023-03-16Bump stylelint-config-standard from 30.0.1 to 31.0.0dependabot[bot]
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 30.0.1 to 31.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/30.0.1...31.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16Bump stylelint from 15.2.0 to 15.3.0dependabot[bot]
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.2.0 to 15.3.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.2.0...15.3.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16GmsCompatConfig version 39Daniel Micay
2023-03-15remove another missing Settings animationDaniel Micay
2023-03-15keep note about Pixel 4 / 4 XL for latest releaseDaniel Micay
2023-03-15reorder release notesDaniel Micay
2023-03-15publish new release notesDaniel Micay
2023-03-15new build number 2023031500Daniel Micay
2023-03-15clarify Bluetooth fixDaniel Micay
2023-03-15remove more overlaysDaniel Micay
2023-03-15remove config_systemBluetoothStack overlayDaniel Micay
2023-03-15Pixel 4 / 4 XL ESR release deferredDaniel Micay
2023-03-15adjust pending release notesDaniel Micay
2023-03-14PIN scrambling toggle state fixDaniel Micay
2023-03-14disable GSI keys for Tensor devicesDaniel Micay
2023-03-14copy new wording to published release notes tooDaniel Micay
2023-03-14PIN scrambling toggle wording improvementDaniel Micay
2023-03-14improve information on PSDSDaniel Micay
2023-03-14fix wordingDaniel Micay
2023-03-14server-side Qualcomm PSDS is readyDaniel Micay
2023-03-14reorder release notesDaniel Micay
2023-03-14further clarification on extended supportDaniel Micay
2023-03-14document 6th gen display patch levelDaniel Micay
2023-03-14publish new release notesDaniel Micay
2023-03-14add note about extended support devicesDaniel Micay
2023-03-14new PIN scrambling implementationDaniel Micay
2023-03-14explain release timingDaniel Micay
2023-03-132023-03-01 Pixel patch level for 6th gen releaseDaniel Micay
2023-03-13new build number 2023031300Daniel Micay
2023-03-13update kernel build instructions for gs101 PixelsDaniel Micay
2023-03-13early release for 6th gen PixelsDaniel Micay
2023-03-13Bump eslint from 8.35.0 to 8.36.0dependabot[bot]
Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.35.0...v8.36.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13new build ids for QPR2Daniel Micay
2023-03-12prepare release notes for QPR2Daniel Micay
2023-03-11add busy package infrastructureDaniel Micay
2023-03-11consistency: change 'keys' to 'buttons'b068931cc450442b63f5b3d276ea4297
buttons is used 1 time here and 2 times at cli
2023-03-10add 3 forked AOSP reposr3g_5z
2023-03-10update listed command line toolsr3g_5z
2023-03-10update listed Android Studio versionr3g_5z
2023-03-10update listed gradle wrapper versionr3g_5z
2023-03-10update to platform-tools 34.0.1Daniel Micay
2023-03-10GmsCompatConfig version 37Daniel Micay
2023-03-09Bump terser from 5.16.5 to 5.16.6dependabot[bot]
Bumps [terser](https://github.com/terser/terser) from 5.16.5 to 5.16.6. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.16.5...v5.16.6) --- updated-dependencies: - dependency-name: terser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09improve HTTP request loggingDaniel Micay
* add $upstream_cache_status * add '-$connection_requests' after $connection * enable subrequest logging $connection_requests makes it much easier to see connection reuse in the logs and also helps to understand subrequests.