Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1439 Author: @advplyr Created: 1/18/2025 Status: ✅ Merged Merged: 1/18/2025 Merged by: @advplyr
Base: master ← Head: reader-keep-screen-awake
master
reader-keep-screen-awake
5d67c71
30efe6b
11 files changed (+73 additions, -17 deletions)
📝 android/app/capacitor.build.gradle (+1 -0) 📝 android/app/src/main/assets/capacitor.plugins.json (+4 -0) 📝 android/capacitor.settings.gradle (+3 -0) 📝 components/readers/Reader.vue (+39 -13) 📝 components/ui/ToggleBtns.vue (+3 -2) 📝 ios/App/App/capacitor.config.json (+1 -0) 📝 ios/App/Podfile (+1 -0) 📝 ios/App/Podfile.lock (+7 -1) 📝 package-lock.json (+10 -0) 📝 package.json (+3 -1) 📝 strings/en-us.json (+1 -0)
android/app/capacitor.build.gradle
android/app/src/main/assets/capacitor.plugins.json
android/capacitor.settings.gradle
components/readers/Reader.vue
components/ui/ToggleBtns.vue
ios/App/App/capacitor.config.json
ios/App/Podfile
ios/App/Podfile.lock
package-lock.json
package.json
strings/en-us.json
Fixes #1207
Adds capacitor plugin keep-awake and epub ereader setting for "Keep screen awake".
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1439
Author: @advplyr
Created: 1/18/2025
Status: ✅ Merged
Merged: 1/18/2025
Merged by: @advplyr
Base:
master← Head:reader-keep-screen-awake📝 Commits (2)
5d67c71Add epub reader setting to keep screen awake #120730efe6bUpdate podfile📊 Changes
11 files changed (+73 additions, -17 deletions)
View changed files
📝
android/app/capacitor.build.gradle(+1 -0)📝
android/app/src/main/assets/capacitor.plugins.json(+4 -0)📝
android/capacitor.settings.gradle(+3 -0)📝
components/readers/Reader.vue(+39 -13)📝
components/ui/ToggleBtns.vue(+3 -2)📝
ios/App/App/capacitor.config.json(+1 -0)📝
ios/App/Podfile(+1 -0)📝
ios/App/Podfile.lock(+7 -1)📝
package-lock.json(+10 -0)📝
package.json(+3 -1)📝
strings/en-us.json(+1 -0)📄 Description
Fixes #1207
Adds capacitor plugin keep-awake and epub ereader setting for "Keep screen awake".
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.