Go to file
shenlei 5a19cfde14 refactor: move highlight menu logic from Demo to SDK library
Add RDPDFReaderPageView as base page view class in SDK:
- Handles all highlight menu interactions and display
- Provides RDPDFReaderPageViewDelegate for menu action callbacks
- Unifies with EPUB architecture: RDEPUBTextContentView pattern
- Reduces code duplication for applications using the SDK

Benefits:
- Reusable menu interaction logic across all PDF apps
- Consistent architecture with EPUB reader
- Single responsibility principle (UI in library, persistence in app)
- Backward compatible (existing code continues to work)

Applications now implement RDPDFReaderPageViewDelegate to:
- Respond to highlight menu actions
- Handle data persistence
- Refresh UI after changes

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-15 10:19:54 +09:00
.claude/skills Epub阅读器0.0.1 2026-05-21 19:40:51 +08:00
.xcodebuildmcp feat(wxread): align pagination, rendering, and docs 2026-05-24 15:36:01 +08:00
Doc 清理重复 Podfile 配置 2026-07-13 16:09:45 +09:00
ReadViewDemo fix: remove duplicate canPerformAction method and merge with existing implementation 2026-07-15 10:16:30 +09:00
scripts feat: EPUB 阅读器搜索、选中注释、书签 chrome 状态及大量重构优化 2026-06-13 22:48:56 +08:00
Sources refactor: move highlight menu logic from Demo to SDK library 2026-07-15 10:19:54 +09:00
.gitignore refactor: rename RDReaderView -> RDEpubReaderView, update pod config and docs 2026-07-10 19:44:53 +09:00
AGENTS.md feat(wxread): align pagination, rendering, and docs 2026-05-24 15:36:01 +08:00
CODE_REVIEW.md refactor: rename RDReaderView -> RDEpubReaderView, update pod config and docs 2026-07-10 19:44:53 +09:00
CONTEXT.md Reorganize docs and update reader search flows 2026-06-10 08:22:07 +08:00
RDEpubReaderView.podspec refactor: rename RDReaderView -> RDEpubReaderView, update pod config and docs 2026-07-10 19:44:53 +09:00