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
Copy file name to clipboardExpand all lines: README.md
+11-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,14 @@ Library for displaying PDF documents on Android, with `animations`, `gestures`,
10
10
It is based on [PdfiumAndroid](https://github.com/barteksc/PdfiumAndroid) for decoding PDF files. Works on API 11 (Android 3.0) and higher.
11
11
Licensed under Apache License 2.0.
12
12
13
-
## What's new in 3.0.0-beta.1?
14
-
* Add support for documents with different page sizes
15
-
* Add support for links
16
-
* Add support for defining page fit policy (fit width, height or both)
17
-
* Update sample.pdf to contain different page sizes
18
-
19
-
3.0.0-beta.2 fixes rendering with maximum zoom, improves fit policies and updates PdfiumAndroid to 1.8.1
20
-
21
-
3.0.0-beta.3 fixes bug preventing `OnErrorListener` from being called
22
-
23
-
3.0.0-beta.4 fixes not loaded pages when using animated `PDFView#jumpTo()` and NPE in `canScrollVertically()` and `canScrollHorizontally()`
24
-
25
-
3.0.0-beta.5 fixes:
26
-
* Issue with `Configurator#pages()` from #486
27
-
*`IllegalStateException` from #464
28
-
* Not detecting links reported in #447
13
+
## What's new in 3.1.0-beta.1?
14
+
* Merge pull request #557 for snapping pages (scrolling page by page)
15
+
* merge pull request #618 for night mode
16
+
* Merge pull request #566 for `OnLongTapListener`
17
+
* Update PdfiumAndroid to 1.9.0, which uses `c++_shared` instead of `gnustl_static`
18
+
* Update Gradle Plugin
19
+
* Update compile SDK and support library to 26
20
+
* Change minimum SDK to 14
29
21
30
22
## Changes in 3.0 API
31
23
* Replaced `Contants.PRELOAD_COUNT` with `PRELOAD_OFFSET`
@@ -38,7 +30,7 @@ Licensed under Apache License 2.0.
0 commit comments