[PR #166] [MERGED] Added sleep timer #1392

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/166
Author: @rasmuslos
Created: 5/3/2022
Status: Merged
Merged: 5/5/2022
Merged by: @advplyr

Base: masterHead: master


📝 Commits (8)

📊 Changes

12 files changed (+213 additions, -133 deletions)

View changed files

📝 ios/App/App.xcodeproj/project.pbxproj (+3 -3)
📝 ios/App/App/plugins/AbsAudioPlayer.m (+7 -1)
📝 ios/App/App/plugins/AbsAudioPlayer.swift (+68 -36)
📝 ios/App/App/plugins/AbsDatabase.swift (+4 -5)
📝 ios/App/Shared/player/AudioPlayer.swift (+9 -10)
📝 ios/App/Shared/player/PlayerHandler.swift (+63 -40)
📝 ios/App/Shared/util/ApiClient.swift (+8 -1)
📝 ios/App/Shared/util/Database.swift (+22 -13)
📝 ios/App/Shared/util/Extensions.swift (+11 -0)
📝 ios/App/Shared/util/NowPlayingInfo.swift (+14 -22)
📝 ios/App/Shared/util/PlayerEvents.swift (+2 -0)
📝 ios/App/Shared/util/Store.swift (+2 -2)

📄 Description

No description provided


🔄 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/166 **Author:** [@rasmuslos](https://github.com/rasmuslos) **Created:** 5/3/2022 **Status:** ✅ Merged **Merged:** 5/5/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`394363c`](https://github.com/advplyr/audiobookshelf-app/commit/394363c8cb6c91e9a493c6ebd6de8930de134121) Send report when playback ends - [`9701c76`](https://github.com/advplyr/audiobookshelf-app/commit/9701c767b226dfbe3835afa02b90a1f244477588) Small improvements - [`4203654`](https://github.com/advplyr/audiobookshelf-app/commit/4203654ec89b8decf142d6314c2a1d83428a1211) Added sleep timer - [`ac71d39`](https://github.com/advplyr/audiobookshelf-app/commit/ac71d392655df3f63420ea8536e7f1876b732d49) Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app into advplyr-master - [`9a81fc3`](https://github.com/advplyr/audiobookshelf-app/commit/9a81fc3688e68587b120c42a54d43246c0dff22c) Merge branch 'advplyr-master' - [`0708133`](https://github.com/advplyr/audiobookshelf-app/commit/07081337797aa8b14291ded9dce8ec4170af6e9e) Fixed crash - [`1959351`](https://github.com/advplyr/audiobookshelf-app/commit/195935112554ac3bb276cbeb4f35e4c676354b64) Removed unnecessary comment - [`d23cf62`](https://github.com/advplyr/audiobookshelf-app/commit/d23cf62264b90ed8bd8aff9ed6d7e1cc35e5e928) Fix sleep timer increase & decrease ### 📊 Changes **12 files changed** (+213 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `ios/App/App.xcodeproj/project.pbxproj` (+3 -3) 📝 `ios/App/App/plugins/AbsAudioPlayer.m` (+7 -1) 📝 `ios/App/App/plugins/AbsAudioPlayer.swift` (+68 -36) 📝 `ios/App/App/plugins/AbsDatabase.swift` (+4 -5) 📝 `ios/App/Shared/player/AudioPlayer.swift` (+9 -10) 📝 `ios/App/Shared/player/PlayerHandler.swift` (+63 -40) 📝 `ios/App/Shared/util/ApiClient.swift` (+8 -1) 📝 `ios/App/Shared/util/Database.swift` (+22 -13) 📝 `ios/App/Shared/util/Extensions.swift` (+11 -0) 📝 `ios/App/Shared/util/NowPlayingInfo.swift` (+14 -22) 📝 `ios/App/Shared/util/PlayerEvents.swift` (+2 -0) 📝 `ios/App/Shared/util/Store.swift` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:58:08 +02:00
adam closed this issue 2026-04-24 23:58:08 +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#1392