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

Commit 8142a25

Browse files
committed
Add Subtitle Date formatter
Add TTS feature in Articles Mode
1 parent 5c30d76 commit 8142a25

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
### 3.4.0
4+
- Add Subtitle Date formatter
5+
- Add TTS in Articles Mode
6+
37
### 3.3.0
48
- Add Support for mail links
59
- Add close button to Image slider

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.3.0'
21+
 api 'com.milibris:pdf-reader:3.4.0'
2222
}
2323
```
2424

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ dependencies {
4141
implementation 'com.google.android.material:material:1.3.0'
4242

4343
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
44-
api "com.milibris:pdf-reader:3.3.0"
44+
api "com.milibris:pdf-reader:3.4.0"
4545

4646
}

app/src/main/java/com/milibris/pdfreader/sampleapp/MainActivity.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ public void shareArticleContent(PdfReader.Article article, Activity activity) {
7070
// Implement custom sharing logic (Android Intent?)
7171
}
7272

73+
@Override
74+
public boolean articleTTSEnabled() {
75+
return true;
76+
}
7377
// Uncomment to change navigation colors
7478
/*
7579
@Override

0 commit comments

Comments
 (0)