Name retained preference write helpers

This commit is contained in:
2026-06-12 17:59:01 +02:00
parent 058997bd78
commit 4df92b9cd2
7 changed files with 61 additions and 9 deletions

View File

@@ -291,6 +291,10 @@ agent or engineer to remove them without reconstructing context from chat.
- 2026-06-12: DEBT-0045/0052 were narrowed again. UI scale, UI-state/RTL, and
Windows placement write keys now also live behind named
`src/legacy_preference_storage.*` helpers.
- 2026-06-12: DEBT-0045/0046/0058 were narrowed again. Whats-new,
VR-controller, auto-timelapse, startup run-counter, viewport-density, and
cursor-mode write keys now use named `src/legacy_preference_storage.*`
helpers instead of generic key/value calls in legacy service bridges.
- 2026-06-05: DEBT-0056 was narrowed. `src/asset.h` no longer exposes Android
SDK types or forward declarations; retained Android asset-manager and asset
handles are stored as opaque pointers and cast only inside `src/asset.cpp`,