Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit b342928

Browse files
committed
Add two new Configurations for the reader:
* isLandscapeOnly (to force the reader in landscape only mode only for smart phones not for tablet) * isDoublePage so the user can chose between showing one or two pages.
1 parent 7c5612a commit b342928

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# CHANGELOG
22

3+
### 3.2.0
4+
- Add two new Configurations for the reader:
5+
* isLandscapeOnly (to force the reader in landscape only mode only for smart phones not for tablet)
6+
* isDoublePage so the user can chose between showing one or two pages.
7+
38
### 3.1.3
4-
- Change the color of vertical scroll to work on old android versions
9+
- Change the color of vertical scroll to work on old android versions
510

611
### 3.1.2
712
- Change the color of vertical scroll bar from white to grey in article view

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allprojects {
1818
}
1919
2020
dependencies {
21-
 api 'com.milibris:pdf-reader:3.1.3'
21+
 api 'com.milibris:pdf-reader:3.2.0'
2222
}
2323
```
2424

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ dependencies {
3636
implementation 'com.google.android.material:material:1.1.0'
3737

3838
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
39-
api "com.milibris:pdf-reader:3.1.3"
39+
api "com.milibris:pdf-reader:3.2.0"
4040

4141
}

0 commit comments

Comments
 (0)