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: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 2.7.0 (2017-08-30)
2
+
* Merge pull request by [owurman](https://github.com/owurman) with added OnTapListener
3
+
* Merge bugfix by [lzwandnju](https://github.com/lzwandnju) to prevent `ArithmeticException: divide by zero`
4
+
1
5
## 2.7.0-beta.1 (2017-07-05)
2
6
* Updates PdfiumAndroid to 1.7.0 which reduces memory usage about twice and improves performance by using RGB 565 format (when not using `pdfView.useBestQuality(true)`)
Copy file name to clipboardExpand all lines: README.md
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,9 @@ 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 2.7.0-beta?
14
-
* Update PdfiumAndroid to 1.6.1, which fixed font rendering (issue #253)
15
-
* Add `.spacing(int)` method to add spacing (in dp) between document pages
16
-
* Fix drawing with `.onDraw(onDrawListener)`
17
-
* Add `.onDrawAll(onDrawListener)` method to draw on all pages
18
-
* Add small rendering improvements
19
-
* Fix rendering when duplicated pages are passed to `.pages(..)`
20
-
21
-
2.7.0-beta.1 updates PdfiumAndroid to 1.7.0 which reduces memory usage about twice and improves performance by using RGB 565 format (when not using `pdfView.useBestQuality(true)`)
22
-
23
-
This is beta release because of big number of small changes and something could go wrong (but I didn't notice)
13
+
## What's new in 2.7.0?
14
+
* Merge pull request by [owurman](https://github.com/owurman) with added OnTapListener
15
+
* Merge bugfix by [lzwandnju](https://github.com/lzwandnju) to prevent `ArithmeticException: divide by zero`
24
16
25
17
## Changes in 2.0 API
26
18
*`Configurator#defaultPage(int)` and `PDFView#jumpTo(int)` now require page index (i.e. starting from 0)
@@ -35,7 +27,7 @@ This is beta release because of big number of small changes and something could
35
27
36
28
Add to _build.gradle_:
37
29
38
-
`compile 'com.github.barteksc:android-pdf-viewer:2.7.0-beta.1'` or `2.6.1` for more stable version
0 commit comments