Xteink-X4-crosspoint-reader/src/activities/reader
Nathan James 5a55fa1c6e
fix: also apply longPressChapterSkip setting to xtc reader (#378)
## Summary

* This builds upon the helpful PR
https://github.com/crosspoint-reader/crosspoint-reader/pull/341, and
adds support for the setting to also apply to the XTC reader, which I
believed has just been missed and was not intentionally left out.
* XTC does not have chapter support yet, but it does skip 10 pages when
long-pressed, and so I think this is useful.

---

### AI Usage

Did you use AI tools to help write this code? No
2026-01-15 23:25:18 +11:00
..
EpubReaderActivity.cpp feat: Add setting to toggle long-press chapter skip (#341) 2026-01-14 22:47:24 +11:00
EpubReaderActivity.h Support swapping the functionality of the front buttons (#133) 2025-12-29 14:59:14 +11:00
EpubReaderChapterSelectionActivity.cpp Add navigation hints to ChapterSelectionActivities (#294) 2026-01-12 19:59:02 +11:00
EpubReaderChapterSelectionActivity.h Support swapping the functionality of the front buttons (#133) 2025-12-29 14:59:14 +11:00
FileSelectionActivity.cpp Add TXT file reader support (#240) 2026-01-14 21:36:40 +11:00
FileSelectionActivity.h Support up to 500 character file names (#275) 2026-01-07 23:43:19 +11:00
ReaderActivity.cpp Add TXT file reader support (#240) 2026-01-14 21:36:40 +11:00
ReaderActivity.h Add TXT file reader support (#240) 2026-01-14 21:36:40 +11:00
TxtReaderActivity.cpp Add TXT file reader support (#240) 2026-01-14 21:36:40 +11:00
TxtReaderActivity.h Add TXT file reader support (#240) 2026-01-14 21:36:40 +11:00
XtcReaderActivity.cpp fix: also apply longPressChapterSkip setting to xtc reader (#378) 2026-01-15 23:25:18 +11:00
XtcReaderActivity.h Add chapter select support to XTC files (#145) 2025-12-30 12:49:18 +11:00
XtcReaderChapterSelectionActivity.cpp Add navigation hints to ChapterSelectionActivities (#294) 2026-01-12 19:59:02 +11:00
XtcReaderChapterSelectionActivity.h Add chapter select support to XTC files (#145) 2025-12-30 12:49:18 +11:00