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-08-25 21:04:02 +02:00
Code
Issues
454
Packages
Projects
Releases
10
Wiki
Activity
Files
c72f7cddc8916f53b03de86ad4130e669fc15ebe
audiobookshelf-app
/
ios
/
App
/
Shared
/
player
T
History
Adam Traeger
c72f7cddc8
Mark session as inactive if end of queue is reached.
...
Ensures UI shows paused and stops incrementing session time.
2025-03-13 22:48:06 -05:00
..
util
Match rewind times to android
2025-03-11 19:52:07 -05:00
AudioPlayer.swift
Mark session as inactive if end of queue is reached.
2025-03-13 22:48:06 -05: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
Add support for fading out on sleep timer end
2025-03-09 13:14:15 -05: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