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

Added custom readingOrder to EPubNavigationViewController #332

Commits on Aug 22, 2023

  1. Added custom readingOrder as optional parameter when constructing the…

    … EPubNavigationViewController
    
    To be able to show non-linear resources this commit adds an optional and extra parameter to the EPubNavigationViewController which is by default set to be the publication's readingOrder.
    
    This lets us show non-linear resources or navigate to internal resources in separate views. This can be used to solve issues like Impossible to open resource with linear=no readium#330.
    chrfalch committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    943e5d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update Sources/Navigator/EPUB/EPUBNavigatorViewController.swift

    CR: Removed adding readingOrder to deprecated constructor
    
    Co-authored-by: Mickaël Menu <mickael.menu@gmail.com>
    chrfalch and mickael-menu authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a8e3f8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fa9122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c51f8 View commit details
    Browse the repository at this point in the history
  4. CR: Made readingOrder optional and added conditional test when using …

    …it instead of setting it to publication.readingOrder.
    chrfalch committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4a9cda6 View commit details
    Browse the repository at this point in the history
  5. CR: locator is calculated without progression / positions when custom…

    … reading order is set
    chrfalch committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    46ac687 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e163d3 View commit details
    Browse the repository at this point in the history
  7. Simplifications

    mickael-menu committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f5fb2d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd3006a View commit details
    Browse the repository at this point in the history