Pad/doc
Greg Pomerantz def4cec498 Development plan v2: pivot to completing the live path (IME wiring gap)
v1 (widget rebuild) was drafted against a stale snapshot. The live repo
already has the real filesystem, the Android APK, and a chunked buffer
(the 10 MB+ approach widget.Editor cannot do). The Android IME is
reachable from the op layer with only a small, precisely-defined gap:
missing key.SelectionCmd/SnippetCmd, an EditEvent handler that ignores
Range (corrupts swipe/autocorrect replacement commits), and a missing
InputHint. Completing those is now Phase 1; the emulator (now available
on the 16 GB VM) is the verification instrument.
2026-08-15 22:44:53 -04:00
..
architecture.md Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
browser_implementation_plan.md fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
bugs.txt Documentation updates. 2026-06-04 08:38:11 -04:00
conflict_resolution.md Add Gioui scaffolding with Label and ListView rendering 2026-05-07 17:45:56 -04:00
development_plan.md Development plan v2: pivot to completing the live path (IME wiring gap) 2026-08-15 22:44:53 -04:00
editor_implementation_plan.md feat: implement atomic writes for filesystem backend 2026-06-04 18:01:51 -04:00
element_model.md Documentation update. 2026-05-26 10:00:14 -04:00
layout_rendering.md Updates to rendering pipeline and documentation. 2026-05-25 17:40:35 -04:00
spec.md Add spec.md documentation 2026-05-31 23:21:52 +00:00
touch.md Documentation updates. 2026-06-04 08:38:11 -04:00
virtual_scroll_render_optimization.md Draft virtual scroll render optimization plan. 2026-06-04 20:23:54 -04:00