Skip to content

Commit

Permalink
#3.3.0-beta.1 CG 20230830
Browse files Browse the repository at this point in the history
Prepare 3.3.0-beta.1 Release
  • Loading branch information
Carlos Gutierrez committed Aug 30, 2023
1 parent 2c64821 commit e8fbfde
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 3.3.0-beta.1 (2023-08-30) [fork](https://github.com/barteksc/AndroidPdfViewer)
* pinch gesture zoom (callback onPinchZoom).
* double tap zoom (callback onDoubleTap).
* scroll Animation (callback OnScrollAnimation).
note: Called when the user has a scroll gesture, before processing scroll handle toggling
(options:
ScrollMoveDirection.NONE,
ScrollMoveDirection.HORIZONTAL,
ScrollMoveDirection.VERTICAL
)
* new callback add oldZoom and newZoom, this is functionality in active scroll pinch gesture
* center pdf change zoom
* add method getPageSpacing, return Get spacing between pages.

## 3.2.0-beta.3 (2022-05-22)
* Change minimum SDK version to 19
* Drop MIPS support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Library for displaying PDF documents on Android, with `animations`, `gestures`,
It is based on [PdfiumAndroid](https://github.com/barteksc/PdfiumAndroid) for decoding PDF files. Works on API 19 (Android 4.0) and higher.
Licensed under Apache License 2.0.

## 3.3.0-beta.1
## 3.3.0-beta.1 [fork](https://github.com/barteksc/AndroidPdfViewer)
* pinch gesture zoom (callback onPinchZoom).
* double tap zoom (callback onDoubleTap).
* scroll Animation (callback OnScrollAnimation).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ ext {
minSdk : 19,
targetSdk : 31,
compileSdk : 31,
versionName: '3.2.0-beta.3'
versionName: '3.3.0-beta.1'
]
}

0 comments on commit e8fbfde

Please sign in to comment.