This directory contains Architecture Decision Records (ADRs) for rich-text-renderer-java. Each ADR captures a significant decision: what was chosen, why, and what trade-offs were accepted.
Check here before proposing architectural changes. If a decision has an ADR, the reasoning is documented — don't relitigate it without reading it first.
| ADR | Title | Status |
|---|---|---|
| 0001 | JitPack as the Distribution Channel | Accepted |
| 0002 | Multi-Module Gradle Structure (core / html / android) | Accepted |
| 0003 | Processor / Renderer / RenderabilityChecker Pattern | Accepted |
| 0004 | Android Dual Output — CharSequence and Native Views | Accepted |
- Copy the template from the PR that seeded this directory, or use the format:
NNNN-short-title.md - Status options:
Proposed,Accepted,Deprecated,Superseded by [NNNN] - Add an entry to this index
- Reference the ADR from
ARCHITECTURE.mdif it affects the documented structure