feat: epub bookmarks (#1337)

Co-authored-by: vedi0boy <nate@origin8publishing.com>
Co-authored-by: Uri Tauber <uritaube@gmail.com>
This commit is contained in:
Nathanael Maher
2026-05-27 15:52:01 -04:00
committed by GitHub
co-authored by vedi0boy Uri Tauber
parent bbb3e06eb1
commit 36a3a0cc3a
26 changed files with 700 additions and 128 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ class KOReaderSyncActivity final : public Activity {
public:
explicit KOReaderSyncActivity(GfxRenderer& renderer, MappedInputManager& mappedInput, const std::string& epubPath,
int currentSpineIndex, int currentPage, int totalPagesInSpine,
KOReaderPosition localKoPos, std::string localChapterName,
SavedProgressPosition localKoPos, std::string localChapterName,
std::optional<uint16_t> currentParagraphIndex = std::nullopt)
: Activity("KOReaderSync", renderer, mappedInput),
epubPath(epubPath),
@@ -73,7 +73,7 @@ class KOReaderSyncActivity final : public Activity {
CrossPointPosition remotePosition;
// Local progress as KOReader format (pre-computed before Epub was released)
KOReaderPosition localProgress;
SavedProgressPosition localProgress;
// Selection in result screen (0=Apply, 1=Upload)
int selectedOption = 0;