You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The August 31 website update includes:
31
31
- Opaque modal sheets with keyboard focus wrapping, Escape dismissal and blocked background taps; mobile safe-area layouts and accessible numeric entry.
32
32
- A six-paper research bibliography with limitations, separate software/font notices, and optional Home Screen installation.
33
33
34
-
**Preview, not full native parity.** The appearance update passes 94 unit tests, all 47 browser tests, the production build and scoped scan of 95 output files on Windows. Browser coverage includes desktop Chromium/WebKit and Pixel 7 Chrome emulation, all 21 actual font files, 320px/200%-text layouts, both spacing extremes, preference failures, shared appearance and completed workouts after switching fonts. Both supplemental origin-stopped workout checks also pass. These results do not verify physical Android/iPhone devices, installed Home Screen lifecycle or VoiceOver. See the [acceptance record](web/docs/acceptance.md), [native parity gaps](web/docs/domain-parity.md) and [offline investigation](web/diagnostics/OFFLINE-WEBKIT.md).
34
+
**Preview, not full native parity.** The appearance update passes 94 unit tests, all 49 browser tests, the production build and scoped scan of 95 output files on Windows. Browser coverage includes desktop Chromium/WebKit and Pixel 7 Chrome emulation, all 21 actual font files, 320px/200%-text layouts, both spacing extremes, preference failures, shared appearance and completed workouts after switching fonts. Both supplemental origin-stopped workout checks also pass. These results do not verify physical Android/iPhone devices, installed Home Screen lifecycle or VoiceOver. See the [acceptance record](web/docs/acceptance.md), [native parity gaps](web/docs/domain-parity.md) and [offline investigation](web/diagnostics/OFFLINE-WEBKIT.md).
35
35
36
36
**Live deployment verified, 31 August 2026:**[workflow run for `974ed50`](https://github.com/Yannam-Builds/Ironlog/actions/runs/33373046339) passed 85 unit tests, 29 browser tests, both supplemental offline tests, build/output checks and deployment. Pages now uses **GitHub Actions** and serves only the built `web/dist`, not the legacy README renderer. All nine phone-preview tests also passed against the public website, including embedded workout completion in Chromium, WebKit and Android Chrome emulation. The app-independent WebKit offline-emulation failure remains a diagnostic; the application gate closes its actual HTTP origin and verifies cached startup and workout persistence without it.
Files: `ui/theme/IronLogTypography.kt`, new typography registry/runtime/preferences and picker files, `ui/IronLogApp.kt`, `ui/screens/settings/SettingsScreen.kt`, affected centralized text wrappers and tests under `app/src/test`/`app/src/androidTest`.
38
38
39
-
-[] Write failing JVM tests for registry/preset normalization, range clamping and invalid stored preference recovery.
40
-
-[] Implement persistent selection in existing settings or isolated SharedPreferences, never requiring ObjectBox schema changes; load before screen rendering and update the root immediately after a successful save.
41
-
-[] Map all Material text styles to the chosen family and preset, including explicit screen weights through a centralized wrapper if needed. Audit custom Canvas/Paint text separately; never replace icon glyphs.
42
-
-[] Add a scrollable opaque picker with family names, preview, selected state and weight preset. Preserve all pre-existing dirty edits.
43
-
-[] Run focused tests, complete JVM tests/lint/build and emulator checks where available. No phone install/uninstall/clear and no release publication in this task.
39
+
-[x] Write failing JVM tests for registry/preset normalization, range clamping and invalid stored preference recovery.
40
+
-[x] Implement persistent selection in existing settings or isolated SharedPreferences, never requiring ObjectBox schema changes; load before screen rendering and update the root immediately after a successful save.
41
+
-[x] Map all Material text styles to the chosen family and preset, including explicit screen weights through a centralized wrapper if needed. Audit custom Canvas/Paint text separately; never replace icon glyphs.
42
+
-[x] Add a scrollable opaque picker with family names, preview, selected state and weight preset. Preserve all pre-existing dirty edits.
43
+
-[x] Run focused tests, complete JVM tests/lint/build and emulator checks where available. No phone install/uninstall/clear and no release publication in this task.
44
44
45
45
## 4. Verification, review and publication
46
46
47
47
-[ ] Browser tests: all 21 families load, persisted preference across landing/iframe/full-screen, invalid storage, all presets, 320px/large text, menus/inputs and complete workout after switching; offline reload retains the choice.
48
48
-[ ] Run `npm test`, `npm run build`, `npm run verify:output`, complete Playwright suite and separate origin-stopped tests. Check screenshots and font payload totals.
49
-
-[] Independent spec review followed by code-quality review; resolve findings and rerun affected gates.
49
+
-[x] Independent spec review followed by code-quality review; resolve findings and rerun affected gates.
50
50
-[ ] Update README and font acknowledgments. Publish only website-scoped changes via existing verified GitHub Pages workflow; native changes stay separate from unrelated Android work.
51
51
-[ ] Verify the live website. Report native build/emulator evidence separately from physical-device testing and distinguish bundled font choices from platform-controlled text.
Copy file name to clipboardExpand all lines: web/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ The PWA uses prompt updates. Pending writes and active workouts disable update c
81
81
82
82
**Preview publication requested by the owner on 31 August 2026.** Repository publication is separate from full product acceptance. The workflow must pass before Pages deployment; never skip a failed test to publish. Real iPhone testing and the documented parity/acceptance gaps remain open. Do not include unrelated Android edits, APKs, keystores or user backups.
83
83
84
-
On Windows, the appearance update passed 94 unit tests and all 47 main browser tests (2 workers, 2 minutes); CI retains its single-worker configuration. All 21 fonts and presets are checked on the landing/embedded app at 320px and 200% text in Chromium/WebKit/Pixel 7 Chrome emulation. Settings changes, completed workouts, failed font/preference loads, both spacing extremes, unchanged text/icon dimensions and control minimums are covered. Both supplemental origin-unavailable workout tests pass (2/2, 21 seconds). The main offline test closes its actual HTTP server; the standalone WebKit offline-emulation failure remains documented and reproducible. See [the diagnostic evidence and limitations](diagnostics/OFFLINE-WEBKIT.md); this is not physical-device or installed-PWA verification.
84
+
On Windows, the appearance update passed 94 unit tests and all 49 main browser tests (2 workers, 2.1 minutes); CI retains its single-worker configuration. All 21 fonts and presets are checked on the landing/embedded app at 320px and 200% text in Chromium/WebKit/Pixel 7 Chrome emulation. Settings changes, completed workouts, failed font/preference loads, both spacing extremes, unchanged text/icon dimensions and control minimums are covered. Both supplemental origin-unavailable workout tests pass (2/2, 23.1 seconds). The main offline test closes its actual HTTP server; the standalone WebKit offline-emulation failure remains documented and reproducible. See [the diagnostic evidence and limitations](diagnostics/OFFLINE-WEBKIT.md); this is not physical-device or installed-PWA verification.
85
85
86
86
OpenGym exercise pictures/GIFs are not included. Its [media notice](https://gitlab.com/DuarteSantos8/opengym/-/blob/main/NOTICE.md) and the [upstream dataset terms](https://github.com/hasaneyldrm/exercises-dataset#license--usage) require separate media permission; software licenses do not grant those image rights.
Copy file name to clipboardExpand all lines: web/docs/acceptance.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,11 @@ Status: implementation and hardening in progress; **not fully accepted**. The ow
18
18
### Appearance update — 31 August 2026
19
19
20
20
- 94 JVM-independent web unit tests pass; production build and scoped scan of 95 output files pass. Original font bytes total 5.84 MiB; revisioned offline precache is approximately 7.75 MiB.
21
-
- All 47 browser tests pass on Windows with two workers. CI remains single-worker. New coverage loads every actual font family, all explicit weight presets, semantic heading weights, malformed preferences, storage denial, font-load failure, landing/iframe/full-screen synchronization, a complete workout after changing fonts, and offline selection of a previously unused font with the HTTP origin stopped.
21
+
- All 49 browser tests pass on Windows with two workers. CI remains single-worker. New coverage loads every actual font family, all explicit weight presets, semantic heading weights, malformed preferences, storage denial, font-load failure, landing/iframe/full-screen synchronization, a complete workout after changing fonts, and offline selection of a previously unused font with the HTTP origin stopped.
22
22
- Global spacing is tested at 85% and 125%, with reset/reload, 320px and 200% text, preserved text/icon sizes and representative 48px-or-larger controls. WebKit testing exposed and fixed long header/tab/link overflow and native-select overflow; navigation labels now wrap and bottom clearance accommodates enlarged text.
23
-
- Both supplemental origin-stopped workout tests pass (2/2, 21 seconds). Typography and spacing received independent spec/code reviews; heading-role findings were fixed. Native code is developed in a separate dirty workspace and is not part of this website deployment.
23
+
- Both supplemental origin-stopped workout tests pass (2/2, 23.1 seconds). Typography and spacing received independent spec/code reviews; heading-role findings were fixed. Native code is developed in a separate dirty workspace and is not part of this website deployment.
24
24
- These are automated/emulated checks, not physical Safari, Home Screen or VoiceOver acceptance. Existing broader parity gaps below remain open.
25
+
- The first appearance CI run exposed a route-focus race in the existing keyboard-overlay test. A delayed animation frame could steal focus between Enter events. Route focus now runs after the React route commit, before paint; a controlled delayed-frame regression failed before the fix and passes afterward. The complete local suite passes without weakening the original keyboard assertions.
25
26
26
27
The final run results should accompany this document. Current covered cases include:
0 commit comments