[PR #117] [MERGED] Small improvements #1381

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (8)

📊 Changes

8 files changed (+20081 additions, -106 deletions)

View changed files

📝 ios/App/App.xcodeproj/project.pbxproj (+40 -4)
📝 ios/App/App/AppDelegate.swift (+0 -1)
📝 ios/App/App/audio/AudioPlayer.swift (+56 -57)
📝 ios/App/App/audio/MyNativeAudio.m (+0 -0)
📝 ios/App/App/audio/MyNativeAudio.swift (+14 -14)
📝 ios/App/App/models/Audiobook.swift (+0 -0)
ios/App/App/util/NowPlayingInfo.swift (+79 -0)
📝 package-lock.json (+19892 -30)

📄 Description

  • Go back 1.5 seconds when the player was paused for more than 5 seconds
  • Added speed controls to NowPlayingInfo
  • Fixed NowPlayingInfo when playing multiple books
  • Fixed Xcode project

🔄 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/117 **Author:** [@rasmuslos](https://github.com/rasmuslos) **Created:** 3/22/2022 **Status:** ✅ Merged **Merged:** 3/24/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`37b5554`](https://github.com/advplyr/audiobookshelf-app/commit/37b5554b39c3f0ec640a70ac9418bbdd68d4f5f7) bump - [`d8d0298`](https://github.com/advplyr/audiobookshelf-app/commit/d8d02984fd2ab418acf355c51c539e765be219fd) Go pack a few seconds when resuming after a long time - [`d0b7a95`](https://github.com/advplyr/audiobookshelf-app/commit/d0b7a958aaa7bfa1c8acb6619f96f27b902256da) Moved to beginReceiving to player - [`e998a03`](https://github.com/advplyr/audiobookshelf-app/commit/e998a03571fb5b6f7ebcbb76bd5a47499b61acf7) Moved NowPlaingInfo to its own class - [`2d1e4b9`](https://github.com/advplyr/audiobookshelf-app/commit/2d1e4b9836de1dd64375233d4984292372fa3d32) updated proj - [`40b9d4a`](https://github.com/advplyr/audiobookshelf-app/commit/40b9d4a0123666bb55c6692c4ce58d94ad68c36e) Merge branch 'advplyr:master' into master - [`73602a5`](https://github.com/advplyr/audiobookshelf-app/commit/73602a51cec67aca2f3b39dbcae6bfe57264fe1d) match android app - [`4f1f0e4`](https://github.com/advplyr/audiobookshelf-app/commit/4f1f0e4db78f444b2d1f648630cff6975c6851c5) Merge branch 'master' of https://github.com/rasmuslos/audiobookshelf-app ### 📊 Changes **8 files changed** (+20081 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `ios/App/App.xcodeproj/project.pbxproj` (+40 -4) 📝 `ios/App/App/AppDelegate.swift` (+0 -1) 📝 `ios/App/App/audio/AudioPlayer.swift` (+56 -57) 📝 `ios/App/App/audio/MyNativeAudio.m` (+0 -0) 📝 `ios/App/App/audio/MyNativeAudio.swift` (+14 -14) 📝 `ios/App/App/models/Audiobook.swift` (+0 -0) ➕ `ios/App/App/util/NowPlayingInfo.swift` (+79 -0) 📝 `package-lock.json` (+19892 -30) </details> ### 📄 Description - Go back 1.5 seconds when the player was paused for more than 5 seconds - Added speed controls to NowPlayingInfo - Fixed NowPlayingInfo when playing multiple books - Fixed Xcode project --- <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:04 +02:00
adam closed this issue 2026-04-24 23:58:05 +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#1381