8262 Commits

Author SHA1 Message Date
Daniel Micay
d3e2814c82 reorder Messaging app issue tracker 2025-03-19 11:08:33 -04:00
Daniel Micay
f077fd6ace change GrapheneOS Camera to Camera 2025-03-19 11:08:24 -04:00
Daniel Micay
7ccb8250c6 add device diagnostics functionality 2025-03-18 11:40:12 -04:00
Daniel Micay
13f9bf6654 fix more upstream lockscreen layout issues 2025-03-18 11:18:30 -04:00
Daniel Micay
dd68a3a813 drop unnecessary detail 2025-03-17 20:57:40 -04:00
Daniel Micay
9cbdb93aab more System Updater improvements 2025-03-17 20:57:22 -04:00
Daniel Micay
b45208822a 6.6 GKI LTS update 2025-03-17 09:49:38 -04:00
Daniel Micay
8e1c1d8507 System Updater improvements 2025-03-15 21:57:17 -04:00
Daniel Micay
7979d7f287 clarify location regression fix 2025-03-15 12:55:41 -04:00
Daniel Micay
8d19437138 enable new desktop mode 2025-03-15 12:24:37 -04:00
Daniel Micay
72ad659f94 clarify port forwarding support 2025-03-15 11:00:20 -04:00
Daniel Micay
ba3b1e888c improve wording 2025-03-14 17:40:26 -04:00
GrapheneOS
656ba2ec64 publish new release notes 2025-03-14 17:18:30 -04:00
dependabot[bot]
fb88cd56a5 Bump stylelint from 16.15.0 to 16.16.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.15.0 to 16.16.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/16.15.0...16.16.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-14 15:44:55 -04:00
Daniel Micay
995a153d2d list Linux 6.12 as an acceptable kernel branch 2025-03-14 15:24:43 -04:00
Daniel Micay
05a3a4bdd5 more specific adevtool change info 2025-03-14 12:04:21 -04:00
Daniel Micay
df1a8faecb new build number 2025031400 2025-03-14 11:41:16 -04:00
Daniel Micay
e594b1a3d3 fix compatibility regression 2025-03-14 10:41:00 -04:00
Daniel Micay
c2abdc23e7 adevtool improvements 2025-03-14 09:50:11 -04:00
Daniel Micay
8a48751423 fix wording 2025-03-14 00:13:18 -04:00
Daniel Micay
01d2cc5f80 improve explanation of gmscompat location improvements 2025-03-13 22:39:57 -04:00
Daniel Micay
953ce67868 publish new release notes 2025-03-13 22:35:30 -04:00
Daniel Micay
44d9c69490 fix wording 2025-03-13 22:25:32 -04:00
GrapheneOS
dbd3044d71 new build number 2025031300 2025-03-13 21:07:20 -04:00
Daniel Micay
aa983b3def info about Terminal app update 2025-03-13 20:37:12 -04:00
Daniel Micay
e5823181cd port forwarding should now work 2025-03-13 18:56:22 -04:00
Daniel Micay
f0bc7e89f4 6.1 GKI LTS update 2025-03-13 13:53:37 -04:00
Daniel Micay
205724c226 fix UWB on 8th/9th gen Pixels 2025-03-13 13:46:50 -04:00
Daniel Micay
8b185fefa3 gmscompat network location compatibility improvements 2025-03-13 13:43:30 -04:00
Daniel Micay
807aa497d2 add platform_packages_modules_AppSearch repo 2025-03-13 13:34:34 -04:00
Daniel Micay
3501b65b8d Camera version 83 2025-03-12 15:39:19 -04:00
Daniel Micay
e42b6406bc 6.6 GKI LTS update 2025-03-12 13:45:55 -04:00
Daniel Micay
cc2b64ec09 6.1 GKI LTS update 2025-03-12 13:43:23 -04:00
Daniel Micay
40e020917e Vanadium version 134.0.6998.95.0 2025-03-11 17:40:50 -04:00
Daniel Micay
4fad94b056 fix release listing updates for legacy devices
This will also be needed for experimental support for new devices so
it's worth fixing it.
2025-03-11 11:35:33 -04:00
Daniel Micay
e99e4d6d95 set text content when updating release links 2025-03-11 11:19:38 -04:00
Daniel Micay
14cfa91853 fix NPE from Storage Scopes 2025-03-11 11:12:27 -04:00
Daniel Micay
ca01e5235b add Terminal app toggle to System category 2025-03-11 11:12:27 -04:00
Daniel Micay
1b96e93ee2 Seedvault update 2025-03-11 11:12:27 -04:00
Daniel Micay
fc87df94b0 Bluetooth: backport fix for empty adapter name handling 2025-03-11 11:12:27 -04:00
Daniel Micay
4068a477da VM management improvements 2025-03-11 11:12:27 -04:00
Daniel Micay
b18b33734a clarify isGoogleLocationAccuracyEnabled compat fix 2025-03-11 11:12:27 -04:00
GrapheneOS
30ec5af774 improve description of the VM management app 2025-03-11 11:12:27 -04:00
Daniel Micay
1667d412f9 publish new release notes 2025-03-11 11:12:27 -04:00
Daniel Micay
b526710d16 more info on the VM management app 2025-03-11 11:12:27 -04:00
Daniel Micay
eeac5f2942 new build number 2025030900 2025-03-11 11:12:27 -04:00
Andrew Gunnerson
65d5c0a149 Clarify adb epoll fix
Although fdsan is used, it did not catch this particular issue. The
crash was from an explicit PLOG(FATAL) call.

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2025-03-11 11:12:27 -04:00
Daniel Micay
d1d159fa27 re-enable migrate_clocks_to_blueprint / communal_hub 2025-03-11 11:12:27 -04:00
Daniel Micay
8f54dc5b1f add info about Terminal app for the next release 2025-03-11 11:12:27 -04:00
Daniel Micay
80559b6354 gmscompat location rerouting improvements 2025-03-11 11:12:27 -04:00