Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
006651b
chore: setup richtext refactor infrastructure
graycreate Oct 19, 2025
3a6dedd
docs: add comprehensive RichView module technical design
graycreate Oct 19, 2025
9485ab2
docs: clean up unnecessary placeholders from technical plan
graycreate Oct 19, 2025
230a7f7
docs: add comprehensive RichView API definition
graycreate Oct 19, 2025
1c8eac0
docs: emphasize dual implementation replacement (HtmlView + RichText)
graycreate Oct 19, 2025
9b2bb66
docs: add CSS-like stylesheet API and TDD requirements
graycreate Oct 19, 2025
f4be33b
feat(richview): add comprehensive phase tracking system
graycreate Oct 19, 2025
ac1b10c
feat(richview): Phase 1 - implement foundation components
graycreate Oct 19, 2025
2900ca9
feat(richview): Phase 2 - complete advanced features
graycreate Oct 19, 2025
b8fa1e6
feat(richview): Phase 3 - performance optimization
graycreate Oct 19, 2025
08b9230
feat: integrate RichView into NewsContentView and ReplyItemView (Phas…
graycreate Oct 19, 2025
dfc2904
docs: update phase-4 tracking with iOS 15 compatibility status
graycreate Oct 19, 2025
c5d3ae9
chore: upgrade minimum iOS version from 15.0 to 18.0
graycreate Oct 19, 2025
1750358
chore: upgrade minimum iOS version from 15.0 to 18.0
graycreate Oct 19, 2025
46bdda0
fix: correct delay unit from microseconds to milliseconds and improve…
graycreate Oct 22, 2025
5f4678c
fix: address Copilot PR review feedback
graycreate Oct 22, 2025
279bfc4
feat: add smart URL routing for V2EX internal links
graycreate Oct 22, 2025
ce23420
fix: use SafariView for all links instead of jumping out of app
graycreate Oct 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ fastlane/.env*
## Match
fastlane/certificates/
fastlane/profiles/

## Documentation (working notes)
.doc/
Loading
Loading