[PR #1439] [MERGED] Add epub reader setting to keep screen awake #1207 #1580

Closed
opened 2026-04-24 23:59:26 +02:00 by adam · 0 comments
Owner

📋 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: masterHead: reader-keep-screen-awake


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1439 **Author:** [@advplyr](https://github.com/advplyr) **Created:** 1/18/2025 **Status:** ✅ Merged **Merged:** 1/18/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `reader-keep-screen-awake` --- ### 📝 Commits (2) - [`5d67c71`](https://github.com/advplyr/audiobookshelf-app/commit/5d67c7179143e2d16a959def44e571a9fb1b44d6) Add epub reader setting to keep screen awake #1207 - [`30efe6b`](https://github.com/advplyr/audiobookshelf-app/commit/30efe6bd0ad6db961d092b26b544a6dadd08a2f2) Update podfile ### 📊 Changes **11 files changed** (+73 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes #1207 Adds capacitor plugin [keep-awake](https://github.com/capacitor-community/keep-awake) and epub ereader setting for "Keep screen awake". --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:59:26 +02:00
adam closed this issue 2026-04-24 23:59:27 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1580