book-reader/app/src/main/java/com/aryan/reader/epubreader
Aryan 6a60aec0ef
Epub improvements (#160)
* Improved navigation and search result highlighting in the EPUB reader

* refactor: implement JIT chunk restoration for robust navigation

- Fixes search and bookmark navigation failing in same-chapter transitions.
- Introduced JIT (Just-in-Time) HTML restoration in `epub_reader.js` to
  re-populate virtualized chunks before CFI resolution or search scrolling.
- Synchronized search highlighting and user highlights within
  newly-restored chunk segments.
- Improved search navigation accuracy by mapping occurrences to
  relative chunk indices.

* Implemented a custom text selection engine for the paginated EPUB reader to support cross-page selection and improved handle interaction.

* Implemented management of external file behavior and improved library filtering.

* Added support for toolbar customization in the EPUB reader.

* Added support for toolbar customization in the PDF reader.

* fix: rendering during auto-scroll and navigation on long pages

* Added a "Scroll to Top" feature to the auto-scroll controls in both EPUB and PDF readers.
2026-04-10 17:30:48 +05:30
..
ChapterWebView.kt Epub improvements (#160) 2026-04-10 17:30:48 +05:30
DictionarySettingsDialog.kt String extract (#148) 2026-04-05 09:32:59 +05:30
EpubReaderAi.kt String extract (#148) 2026-04-05 09:32:59 +05:30
EpubReaderAnnotations.kt Support notes with highlights (#150) 2026-04-05 09:52:05 +05:30
EpubReaderContent.kt General improvements (#50) 2026-03-09 23:09:56 +05:30
EpubReaderControls.kt Epub improvements (#160) 2026-04-10 17:30:48 +05:30
EpubReaderDrawer.kt Support notes with highlights (#150) 2026-04-05 09:52:05 +05:30
EpubReaderScreen.kt Epub improvements (#160) 2026-04-10 17:30:48 +05:30
EpubReaderSearch.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
EpubReaderSettings.kt String extract (#148) 2026-04-05 09:32:59 +05:30
EpubReaderSystem.kt General improvements (#134) 2026-03-30 22:44:26 +05:30
EpubReaderTts.kt General fixes (#102) 2026-03-21 11:49:27 +05:30
EpubReaderVertical.kt Update readme (#3) 2026-02-25 21:30:28 +05:30
ExternalDictionaryHelper.kt Text lookup upgrade (#66) 2026-03-14 13:01:46 +05:30
InteractiveWebView.kt Update readme (#3) 2026-02-25 21:30:28 +05:30