| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-16 | update kernel build instructions for Android 16 | Daniel Micay | |
| 2025-06-08 | Opt-into edge-to-edge by default | cookiell546 | |
| Chromium already supports dynamic edge-to-edge viewports. This change opts-in by default, making the gesture navigation bar (chin) invisible without needing scroll interaction. No other changes were necessary, as no content relied on specific viewport insets. Command used: ``` sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html ``` | |||
| 2025-05-30 | legacy ncurses ABI no longer needed for AOSP or Chromium builds | Daniel Micay | |
| 2025-05-30 | update recommended build-tools version to 36.0.0 | Daniel Micay | |
| 2025-05-30 | update Android Studio bundle | cookiell546 | |
| 2025-05-21 | update outdated Node.js LTS version recommendation | Daniel Micay | |
| 2025-05-07 | update Android Studio bundle | cookiell546 | |
| 2025-04-15 | stop marking Pixel 9a support as experimental | Daniel Micay | |
| 2025-04-12 | add Pixel 9a to build documentation | Daniel Micay | |
| 2025-04-12 | remove build documentation for legacy devices | Daniel Micay | |
| This no longer works due to the overall documentation being updated for current GrapheneOS. It makes more sense to use an old revision of the documentation for old devices. | |||
| 2025-04-04 | update Android Studio bundle | cookiell546 | |
| 2025-03-05 | Android 15 QPR2 build instruction updates | Daniel Micay | |
| update build guide kernel branch | |||
| 2025-03-04 | update Android Studio bundle | cookiell546 | |
| 2025-02-17 | rename encrypt-keys.sh/decrypt-keys.sh scripts | Daniel Micay | |
| 2025-02-14 | begin unification of Pixel kernel build instructions | Daniel Micay | |
| This can be fully unified for 6th through 9th generation Pixels with Android 15 QPR2 due to 6th through 8th generation Pixels moving to the 6.1 LTS kernel branch. | |||
| 2025-02-14 | simplify instructions for syncing kernel sources | Daniel Micay | |
| 2025-02-10 | kernel repository renaming | Daniel Micay | |
| 2025-02-10 | update Android Studio bundle | cookiell546 | |
| 2025-02-10 | Revert "add flag to disable slab canary with kernel MTE" | Daniel Micay | |
| This reverts commit 91e01356d930f8b046694c9cc4b9d21edbbb8cb0. This is disabled by default for devices using MTE. | |||
| 2025-02-10 | add flag to disable slab canary with kernel MTE | Daniel Micay | |
| 2025-01-04 | raise supported Ubuntu versions for building | Daniel Micay | |
| 2024-12-07 | drop --config=use_source_tree_aosp for 8th gen Pixel kernels | Daniel Micay | |
| 2024-12-06 | use stable locations for kernel prebuilts | Daniel Micay | |
| 2024-12-06 | drop --config=use_source_tree_aosp for 9th gen Pixel kernels | Daniel Micay | |
| This is no longer required and breaks the build with Android 15 QPR1. | |||
| 2024-12-04 | update Android Studio bundle | cookiell546 | |
| 2024-11-29 | eslint: enable stylistic brace-style | Daniel Micay | |
| 2024-11-28 | eslint: use stylistic to replace deprecated features | Daniel Micay | |
| 2024-11-28 | eslint: use default no-unused-vars caughtErrors | Daniel Micay | |
| 2024-11-26 | stop downloading prebuilt fips module we disable | Daniel Micay | |
| 2024-11-24 | improve emulator kernel build documentation | Daniel Micay | |
| 2024-11-24 | add x86_64 microdroid kernel build documentation | Daniel Micay | |
| 2024-11-24 | fixes for microkernel kernel build documentation | Daniel Micay | |
| 2024-11-24 | reorder parameters for microdroid kernel build | Daniel Micay | |
| This makes it consistent with the other kernel builds. | |||
| 2024-11-16 | fixup! update Gradle version in build guide | cookiell546 | |
| 2024-11-11 | update NDK version in SDK guide | Daniel Micay | |
| 2024-11-11 | update build-tools in SDK guide to 35.0.0 | Daniel Micay | |
| 2024-11-11 | update commandlinetools package for SDK bootstrap | Daniel Micay | |
| 2024-11-06 | update kernel prebuilt directories | Daniel Micay | |
| 2024-11-03 | update Android Studio bundle | cookiell546 | |
| 2024-10-31 | update kernel prebuilt paths for Android 15 | Daniel Micay | |
| 2024-10-29 | list more devices requiring vendorkernelbootimage | GrapheneOS | |
| 2024-10-29 | add pixel 8a to devices with more required commands | violet | |
| 2024-10-26 | use --config=stamp for microdroid kernel build | Daniel Micay | |
| 2024-10-26 | use standard dist directory for microdroid kernel | Daniel Micay | |
| 2024-10-26 | mark 5th gen legacy extended support in build guide | Daniel Micay | |
| 2024-10-26 | update Gradle version in build guide | Daniel Micay | |
| 2024-10-24 | fix mentioned branch version | cookiell546 | |
| 2024-10-23 | update branch information in build guide | Daniel Micay | |
| 2024-10-06 | add microdroid kernel build instructions | maade93791 | |
| 2024-09-18 | handle kernel_manifest-caimito rename in build guide | Daniel Micay | |
