1. 15 Dec, 2023 1 commit
  2. 14 Dec, 2023 4 commits
  3. 12 Dec, 2023 8 commits
  4. 11 Dec, 2023 10 commits
  5. 06 Dec, 2023 5 commits
  6. 05 Dec, 2023 3 commits
  7. 04 Dec, 2023 8 commits
  8. 30 Nov, 2023 1 commit
    • Robert Knight's avatar
      Make page index retrieval work in EPUB-based books · 133ef3e7
      Robert Knight authored
      In real EPUB-based VS books, the `index` field of `PageInfo` objects returned by
      the `getCurrentPage` and `getPages` methods is undefined. Our mock VS book was
      incorrect in this respect.
      
      Correct the mock book to behave like real VS books here, and add a fallback
      method to obtain a page index for EPUB-based books by looking up the page in the
      list of pages returned by `MosaicBookElement.getPages`.
      133ef3e7