This website requires JavaScript.
Explore
Help
Register
Sign In
starred
/
audiobookshelf-app
Watch
1
Star
0
Fork
0
mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced
2026-07-30 00:18:43 +02:00
Code
Issues
454
Packages
Projects
Releases
10
Wiki
Activity
Files
reader-keep-screen-awake
audiobookshelf-app
/
ios
/
App
/
Shared
/
player
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Marke Hallowell
984f01da23
Fix bug iOS AudioPlayer where multiple calls to setupRemoteTransportControls resulted in duplicate MPRemoteCommand targets being applied for the same action.
2024-05-16 19:11:38 -07:00
..
util
fix: Negative currentTime after seek back
2022-09-21 20:16:29 -04:00
AudioPlayer.swift
Fix bug iOS AudioPlayer where multiple calls to setupRemoteTransportControls resulted in duplicate MPRemoteCommand targets being applied for the same action.
2024-05-16 19:11:38 -07:00
AudioPlayerRateManager.swift
Refactor AudioPlayer to use an AudioPlayerRateManager protocol for managing rate/defaultRate state management. Implements a LegacyAudioPlayerRateManager implementation with existing (pre-iOS 16) behavior.
2024-04-14 11:45:03 -07:00
AudioPlayerSleepTimer.swift
Refactor AudioPlayer to use an AudioPlayerRateManager protocol for managing rate/defaultRate state management. Implements a LegacyAudioPlayerRateManager implementation with existing (pre-iOS 16) behavior.
2024-04-14 11:45:03 -07:00
DefaultedAudioPlayerRateManager.swift
Add an AudioPlayerRateManager implementation for iOS 16+.
2024-04-14 16:12:55 -07:00
LegacyAudioPlayerRateManager.swift
Refactor AudioPlayer to use an AudioPlayerRateManager protocol for managing rate/defaultRate state management. Implements a LegacyAudioPlayerRateManager implementation with existing (pre-iOS 16) behavior.
2024-04-14 11:45:03 -07:00
PlayerHandler.swift
Refactor AudioPlayer to use an AudioPlayerRateManager protocol for managing rate/defaultRate state management. Implements a LegacyAudioPlayerRateManager implementation with existing (pre-iOS 16) behavior.
2024-04-14 11:45:03 -07:00
PlayerProgress.swift
Update:iOS remove paused timer that synced with the server when current media was paused
2023-11-12 13:49:20 -06:00