-
Notifications
You must be signed in to change notification settings - Fork 133
Improve new Web navigators #747
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
Merged
Merged
Changes from 49 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
b02a42d
Update dependencies
qnga 9cf2721
Introduce HtmlId and cosmetic changes
qnga 9546527
Downgrade kotlinx-serialization
qnga c6be690
Fix go to URL with fragment
qnga 1497d47
Implement positions and total progression
qnga be1d542
Merge branch 'develop' of github.com:readium/kotlin-toolkit into navi…
qnga 8eb687a
Fix location reporting
qnga 52ec6f9
Fix moveToProgression in WebViewScrollController
qnga 83b3420
Typo
qnga 8646fc2
Fix going to initial progression
qnga 6937581
Various fixes
qnga 737affc
Simplify uses of callbacks on WebView ready
qnga 1214658
Fix progression restoration and add viewport
qnga ba9ee67
Add viewport and refactor go
qnga 5046ffe
Fix various bugs
qnga 69d9678
Merge branch 'develop' of github.com:readium/kotlin-toolkit into navi…
qnga bb84f96
Don't turn page on tap when there is a selection ongoing
qnga 247b861
Fix insets management in paginated mode
qnga fcad96b
Fix background update on FXL
qnga 9f7aba4
Fix FontFamiliy Declarations
qnga ccbb3bb
Fix margins when reflowable content is zoomed out.
qnga ab79c18
Fix N columns mode, make margin cover insets
qnga e363488
Fixt crash on orientation change in FXL
qnga 63b3390
Fix crash on layout change
qnga d75f309
Remove node_modules
qnga a561408
Fix location priority in go
qnga 638692f
Remove package.json
qnga 751831d
Improvements and cosmetic changes in FXL, rationalize dependencies
qnga 84b95c4
Remove decoration group when it's missing in the new submitted decora…
qnga 9e54f23
Fix single highlight ID for everyone in demo
qnga 06367cc
Merge branch 'develop' of github.com:readium/kotlin-toolkit into navi…
qnga 294be29
Cosmetic changes in FXL
qnga c8bb665
Fix possible race condition in selection in FXL
qnga 0dccaf3
Use lineLength in scroll mode
qnga 03ebc98
Update Readium CSS
qnga 16ca596
Revisit margins and insets
qnga 48506db
Fix again crash on change in spread setting
qnga 583d0ad
Adjust selection iframe rect to parent in single spread FXL
qnga fde41ce
Fix go method calls never resuming
qnga 6412636
Revert moving scrollStates to state in FXL, fix inconsistent scroll d…
qnga e7cc507
New attempt to fix the crash
qnga f329858
Fix
qnga 36626fb
Recreate pagerState when spreads setting changes.
qnga c82af32
Do not call both onTap and onLinkActivated
qnga b1bba9c
Fix #745 to enable update to Compose 1.10
qnga e8244de
Merge branch 'develop' of github.com:readium/kotlin-toolkit into navi…
qnga 8fec056
Introduce owned MutatorMutex in navigation delegates
qnga 30ef220
Fix bug
qnga 5ce1eed
Downgrade to Compose 1.9.5
qnga d1c267f
Various changes
qnga 68b8360
Complete update to Compose 1.10
qnga 428d3e5
Rethrow CancellationException
qnga 5ccca9f
Remove useless dependencies
qnga db77e62
Merge branch 'develop' into navigator2-improvements
qnga 573072d
Fix missing headers
qnga 5c486a2
Cosmetic changes
qnga e98a939
Add safeguards inspired by fixed layout misfortune on reflowable
qnga d9ea5f9
Small fixes
qnga 8282dd2
Remove log
qnga bcf425d
Small fixes
qnga ff9ea0f
Small location-related fixes
qnga 7f290d3
Merge branch 'develop' into navigator2-improvements
qnga 2e42f61
Merge branch 'navigator2-improvements' of github.com:readium/kotlin-t…
qnga File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
readium/navigator/src/main/assets/readium/scripts/readium-fixed.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
readium/navigator/src/main/assets/readium/scripts/readium-reflowable.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.