Skip to content

feat(android): data widgets expose document text in the render tree - #25

Merged
hi-donwi merged 2 commits into
mainfrom
feat/android-data-tree-fidelity
Sep 16, 2026
Merged

hi-donwi merged 2 commits into
mainfrom
feat/android-data-tree-fidelity

Conversation

@hi-donwi

Copy link
Copy Markdown
Owner

Summary

Android host-agnostic tree now carries visible document data:

  • DataTable column labels and cell values
  • Chart title and x labels
  • Dialog title/content when open
  • Kanban columns/cards, TreeView items
  • QR/Barcode/DataMatrix `value`

ListView/GridView marked implemented (they are child containers in React too).

`./mvnw test -Dtest=UidlTreeRendererTest` passed.

…tree

Specialized tree renderers flatten columns/rows, chart labels, dialog
title/content, kanban cards, tree items, and QR/Barcode values into
Text children so JVM tests can assert document data without AndroidX.
ListView/GridView are marked implemented: they match React child containers.
@hi-donwi
hi-donwi force-pushed the feat/android-data-tree-fidelity branch from 80cbdfc to 9117778 Compare September 16, 2026 14:57
@hi-donwi
hi-donwi merged commit d44d8cb into main Sep 16, 2026
3 checks passed
@hi-donwi
hi-donwi deleted the feat/android-data-tree-fidelity branch September 16, 2026 15:02
hi-donwi added a commit that referenced this pull request Sep 16, 2026
feat(android): data widgets expose document text in the render tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant