Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPUB progress indicator #2784

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    c29b169 View commit details
    Browse the repository at this point in the history
  2. wrote a class to handle epub parsing, implemented bytesize of all pre…

    …vious files, total bytesize. still needs implementation of bytesize of current file until CFI point.
    quarz12 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    10c66b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc65180 View commit details
    Browse the repository at this point in the history
  4. added getCurrentFileProgress,

    TODO: resolve CFI to xml node
    quarz12 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b25c024 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbac685 View commit details
    Browse the repository at this point in the history
  6. EpubParser now gets automatically loaded

    TODO:detect page change, display number
    quarz12 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    cbaa61b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    824ebc4 View commit details
    Browse the repository at this point in the history
  8. added progress display, better rounding

    TODO: getPrev gives wrong values,
    design, testing
    quarz12 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0717b94 View commit details
    Browse the repository at this point in the history
  9. better css positioning

    quarz12 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    47aa325 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    617ee3d View commit details
    Browse the repository at this point in the history
  11. -added pako and epub-cfi-resolver as dependencies

    -cfi resolving is now done by that module, therefore removed validateChildNodes and adjusted cfiToXmlNode
    quarz12 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    99c0565 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d055127 View commit details
    Browse the repository at this point in the history
  13. deleted empty lines

    quarz12 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5e15cac View commit details
    Browse the repository at this point in the history