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

IOS-578 Suppress Readium 2.5 PublicationServer deprecation warnings #1625

Merged
merged 1 commit into from
Oct 19, 2023

Commits on Oct 19, 2023

  1. IOS-578 Suppress Readium 2.5 PublicationServer deprecation warnings

    The switch from `PublicationServer` to `GCDHTTPServer` in Readium 2.5.0 caused some regressions when browsing ePubs with VoiceOver:
    - rendering issues while browsing (swift L/R) when scroll mode is not set
    - no automatic scroll when continuous reading mode is enabled.
    
    This silences the many deprecation warnings that are now emitted while still using the old PublicationServer.
    
    It also fixes a few other Xcode 14.3 warnings.
    ettore committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0c7522e View commit details
    Browse the repository at this point in the history