Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,20 @@ takes 500 characters, so not everything here reaches the store.
with the highlight that selects it.
- Selecting or finding across words in a PDF covers the spaces between them
rather than leaving a sliver of white in every gap.
- A filled-in PDF form shows what was filled in, and a marked-up one shows its
notes and highlights.
- A scanned PDF shows the scan rather than a blank page.
- Justified writing in a PDF is spaced the way the file asks instead of falling
short of the margin, and a page written sideways is turned the right way up.
- More PDFs come out right: writing set in a cut-down font shows the characters
it should, and files whose compressed parts end short open at all.
- Tapping the text of a paged document reaches it, so selecting and copying work
where the page used to swallow the tap.
- A Word document is spaced the way Word spaces it: the gaps above and below
paragraphs, the height of a line, lists that stay tight, and table rows that
keep the height they were given.
- A Word table follows the style it was built with, so its writing looks the way
the document sets it up.

## 4.15.0

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ googleJavaFormat = "1.35.0"
ktfmt = "0.64"

# odrcore's JNI bindings, java and native in one AAR, published from OpenDocument.core
odrCore = "6.8.0"
odrCore = "6.9.0"
Comment thread
andiwand marked this conversation as resolved.

androidxAnnotation = "1.10.0"
androidxAppcompat = "1.7.1"
Expand Down
Loading