forked from ArtifexSoftware/mupdf-android-viewer
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32b8902
commit b07c600
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# Chaka | ||
- Based on MuPDF Android Viewer | ||
- Add support of fill screen mode which enlarge the page to best position | ||
- Add support of vertical page flipping | ||
- Add support of text direction of right to left. | ||
- Add support of single column mode. It will split a double-page spread image of a scanned pdf book into two seperated pages, except the first and the last page. | ||
- Add current selection indication in fontsize interface. | ||
- Rewrite Table of Contents, support collapsing and expanding of headings. | ||
- Add support of right to left text direction. | ||
- Add support of single column mode. It splits a double-page spread image of a scanned pdf book into two seperated pages. | ||
- Add current selection indication in layout menu with flowable documents. | ||
- Rewrite outline function to support collapsing and expanding of headings. | ||
- Improve navigation and visual experience. |