The idea is when the app is paused for an extended period of time (say 5 min) the player (play session) closes.
This works, I have tested it with a few virtual devices in Android Studio.
I am looking for feedback on this idea.
🔄 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/1241
**Author:** [@faush01](https://github.com/faush01)
**Created:** 6/18/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `feature/close_on_pause`
---
### 📝 Commits (2)
- [`6f60fc3`](https://github.com/advplyr/audiobookshelf-app/commit/6f60fc3333706933e0925d5a582aaa5c5d243e41) example idea, needs feedback and more work
- [`7dbb390`](https://github.com/advplyr/audiobookshelf-app/commit/7dbb3902c44583027f6f035c948f2e702ae48438) close playback instead of closing the app
### 📊 Changes
**1 file changed** (+23 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `android/app/src/main/java/com/audiobookshelf/app/media/MediaProgressSyncer.kt` (+23 -4)
</details>
### 📄 Description
Looking for feedback.
The idea is when the app is paused for an extended period of time (say 5 min) the player (play session) closes.
This works, I have tested it with a few virtual devices in Android Studio.
I am looking for feedback on this idea.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1241
Author: @faush01
Created: 6/18/2024
Status: ❌ Closed
Base:
master← Head:feature/close_on_pause📝 Commits (2)
6f60fc3example idea, needs feedback and more work7dbb390close playback instead of closing the app📊 Changes
1 file changed (+23 additions, -4 deletions)
View changed files
📝
android/app/src/main/java/com/audiobookshelf/app/media/MediaProgressSyncer.kt(+23 -4)📄 Description
Looking for feedback.
The idea is when the app is paused for an extended period of time (say 5 min) the player (play session) closes.
This works, I have tested it with a few virtual devices in Android Studio.
I am looking for feedback on this idea.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.