You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ It is based on [PdfiumAndroid](https://github.com/barteksc/PdfiumAndroid) for de
11
11
Licensed under Apache License 2.0.
12
12
13
13
## What's new in 2.8.0?
14
-
* Add handling of invalid pages, inspired by pull request #433. Exception on page opening crashed application until now,
14
+
* Add handling of invalid pages, inspired by pull request [#433](https://github.com/barteksc/AndroidPdfViewer/pull/433). Exception on page opening crashed application until now,
15
15
currently `OnPageErrorListener` set with `Configurator#onPageError()` is called. Invalid page color (`Color` class) can be set using `Configurator#invalidPageColor()`
16
16
* Implement `canScrollVertically()` and `canScrollHorizontally()` methods to work e.g. with `SwipeRefreshLayout`
17
17
* Fix bug when `Configurator#load()` method was called before view has been measured, which resulted in empty canvas
0 commit comments