-
Notifications
You must be signed in to change notification settings - Fork 721
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
Glitches Over Horizontal Scrolling #307
Open
RajGala
wants to merge
183
commits into
feature/horizontal_scroll
Choose a base branch
from
master
base: feature/horizontal_scroll
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
used Zip4j library and bug fixed
Prepare v0.3.10
…/horizontal_scroll
Fixes #221
updated readium version
…/horizontal_scroll
…ndroid # Conflicts: # folioreader/res/layout/folio_activity.xml # folioreader/src/main/java/com/folioreader/ui/folio/activity/FolioActivity.java # folioreader/src/main/java/com/folioreader/ui/folio/fragment/FolioPageFragment.java
…ndroid # Conflicts: # folioreader/res/layout/folio_activity.xml # folioreader/src/main/java/com/folioreader/ui/folio/activity/FolioActivity.java # folioreader/src/main/java/com/folioreader/ui/folio/fragment/FolioPageFragment.java
Fixes #190 Now portNumber explicitly mentioned by developer is used and not the constants value of 8080. Fixes #276 Now even if any local server is running on 8080 or on the portNumber set by developer prior to opening the book, FolioReader will try to you other available portNumber with the help of java.net.ServerSocket
Fixes bug which causes certain chapter titles to be stylized incorrectly. (Compare chapter 2 to chapter 3: https://s3.amazonaws.com/moby-dick/moby-dick.epub) Affects <span> elements within <h1-6> elements
Fix heading bug in Style.css
Fix font-size issue in #309
Fixes #299 by setting column-fill to 'auto'
Fixes white space bug
Related commits - codetoart/r2-shared-kotlin@d2a7d85 codetoart/r2-streamer-kotlin@0bc6628 Fixes #284 Fixes #298
PR for version 0.5.3
Preparing for v0.5.3
Update build tools version for Travis CI
Add KNOWN_ISSUES and CHANGELOG reference to README
Readium renamed spine to readingOrder
- Search API from codetoart/r2-streamer-kotlin now use window.find() instead of Rangy solution. - adventures.epub moved to assets from raw due to installation error in API 21 Error message - Installation failed with message Failed to finalize session : INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed reading res/raw/adventures.epub in java.util.jar.StrictJarFile@1e96ad98: META-INF/MANIFEST.MF has invalid digest for res/raw/adventures.epub in res/raw/adventures.epub. It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing. WARNING: Uninstalling will remove the application data! Do you want to uninstall the existing application? - Remove extra code of Multidex as min SDK is now increaed to API 21.
Prepare version 0.5.4 for release
Prepare version 0.5.4 for release
FIX NPE thrown when fragment is destroyed before lastReadLocator is set
Fix NPE occurring when swiping fast between chapters
Update jQuery 3.4.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Glad to hear that there was a horizontal scroll update in june with v0.4.0 , using that found some issues such as app being crashed , glitches found on turning pages , latency creating in turning from page to page and so on ... so its request to please help..