1
1
2
+ # Looking for new maintainer!
2
3
3
- # Android PdfViewer
4
-
5
-
6
- __ 这个分支,在原3.1.0-beta1的基础上,优化了渲染区域的计算方式,减少不必要的渲染区域。__
7
-
8
- 3.1.0-beta1在计算渲染方式上有个bug,在跨页的时候会渲染上一页的最后一行,不管这一行是不是全部显示在屏幕中。当放大的倍数越大,
9
- 需要渲染的块就多,由于最大数量的限制,会导致部分在屏幕下方的区域不会被渲染。
10
4
5
+ # Android PdfViewer
11
6
12
7
__ AndroidPdfViewer 1.x is available on [ AndroidPdfViewerV1] ( https://github.com/barteksc/AndroidPdfViewerV1 )
13
8
repo, where can be developed independently. Version 1.x uses different engine for drawing document on canvas,
@@ -17,14 +12,19 @@ Library for displaying PDF documents on Android, with `animations`, `gestures`,
17
12
It is based on [ PdfiumAndroid] ( https://github.com/barteksc/PdfiumAndroid ) for decoding PDF files. Works on API 11 (Android 3.0) and higher.
18
13
Licensed under Apache License 2.0.
19
14
20
- ## What's new in 3.1.0-beta.1?
21
- * Merge pull request #557 for snapping pages (scrolling page by page)
22
- * merge pull request #618 for night mode
23
- * Merge pull request #566 for ` OnLongTapListener `
24
- * Update PdfiumAndroid to 1.9.0, which uses ` c++_shared ` instead of ` gnustl_static `
25
- * Update Gradle Plugin
26
- * Update compile SDK and support library to 26
27
- * Change minimum SDK to 14
15
+ ## What's new in 3.2.0-beta.1?
16
+ * Merge PR #714 with optimized page load
17
+ * Merge PR #776 with fix for max & min zoom level
18
+ * Merge PR #722 with fix for showing right position when view size changed
19
+ * Merge PR #703 with fix for too many threads
20
+ * Merge PR #702 with fix for memory leak
21
+ * Merge PR #689 with possibility to disable long click
22
+ * Merge PR #628 with fix for hiding scroll handle
23
+ * Merge PR #627 with ` fitEachPage ` option
24
+ * Merge PR #638 and #406 with fixed NPE
25
+ * Merge PR #780 with README fix
26
+ * Update compile SDK and support library to 28
27
+ * Update Gradle and Gradle Plugin
28
28
29
29
## Changes in 3.0 API
30
30
* Replaced ` Contants.PRELOAD_COUNT ` with ` PRELOAD_OFFSET `
@@ -37,7 +37,7 @@ Licensed under Apache License 2.0.
37
37
38
38
Add to _ build.gradle_ :
39
39
40
- ` implementation 'com.github.barteksc:android-pdf-viewer:3.1 .0-beta.1' `
40
+ ` implementation 'com.github.barteksc:android-pdf-viewer:3.2 .0-beta.1' `
41
41
42
42
or if you want to use more stable version:
43
43
0 commit comments