-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PP-1504] Resolve Audiobook playback lockup (#454)
* Resolve TOC navigation errors * integrate updated audiobook toolkit * Update project.pbxproj * Update project.pbxproj * Update project.pbxproj * Update TPPBookCellDelegate+Extensions.swift * Update ios-audiobooktoolkit * Prevent LCP lock on startup * Update project.pbxproj * Resolve token refresh issue * add pretty printing extension for debugging * Update ios-audiobooktoolkit * Update project.pbxproj * Update project.pbxproj * Update project.pbxproj * Update ios-audiobooktoolkit * Update ios-audiobooktoolkit * Multiple fixes * merge in dev * Update project.pbxproj * Clean up * Ensure image update is not missed by callback * Update project.pbxproj * Update TrackPosition+Annotations.swift * Update ios-audiobooktoolkit * Update project.pbxproj * Update project.pbxproj * Update project.pbxproj * Update project.pbxproj * Update project.pbxproj * Properly map audiobookmarks to locator * Working implementation * Capture time stamp from outer element of locator * Move location saving to background thread * Resolve syncing issues to prevent over uploading bookmarks * Add additional backward compatability support * Restore tests * Restore audibookmark tests * Improve bookmark syncing logic and code clean up * Update project.pbxproj * Update project.pbxproj * Update project.pbxproj * Update project.pbxproj * Update project.pbxproj * Update AudioBookmark.swift * Update TokenRequest.swift * Update AudioBookmark.swift * Update AudiobookmarkTests.swift * Update ios-audiobooktoolkit * Update project.pbxproj * Update project.pbxproj * Update project.pbxproj * Bump build number * Update project.pbxproj * Update project.pbxproj * Update ios-audiobooktoolkit * Update project.pbxproj * Resolve UI lockup on NonLCP books * Update project.pbxproj * Update project.pbxproj
- Loading branch information
1 parent
d943a9a
commit 2d0022c
Showing
4 changed files
with
38 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ios-audiobooktoolkit
updated
1 files
+69 −46 | PalaceAudiobookToolkit/Player/OpenAccessPlayer.swift |