The sleep timer, direct play and some other minor features are missing, but everything important is implemented https://github.com/advplyr/audiobookshelf/pull/461 should be merged to or some stuff won't work
🔄 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/118
**Author:** [@rasmuslos](https://github.com/rasmuslos)
**Created:** 3/28/2022
**Status:** ✅ Merged
**Merged:** 4/16/2022
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (10+)
- [`f98aea7`](https://github.com/advplyr/audiobookshelf-app/commit/f98aea71cbd12f189b585cab208d8987f52472a7) - Changes icon
- [`bf3a975`](https://github.com/advplyr/audiobookshelf-app/commit/bf3a97523dfd33d0d7f6081b7a3199c869fe0383) Added scheme
- [`2f4b305`](https://github.com/advplyr/audiobookshelf-app/commit/2f4b3050fd1abc92969d9e55a47a08027a67cf3d) Merge branch 'advplyr:master' into master
- [`c0ac3b7`](https://github.com/advplyr/audiobookshelf-app/commit/c0ac3b7bb5fb28fb53da01209e6a8c4e837b52ca) Added realm
- [`a0ee82b`](https://github.com/advplyr/audiobookshelf-app/commit/a0ee82bb31a37f53308497cd7dc7d67189ec8b93) added thread warning
- [`6de4626`](https://github.com/advplyr/audiobookshelf-app/commit/6de462623907051f3b43535a6ecb4d8d7fc45d22) Login is now working
- [`782f11f`](https://github.com/advplyr/audiobookshelf-app/commit/782f11ff28b675bcf21ec821346cf32f60310273) Implemented missing methods
- [`6db2c78`](https://github.com/advplyr/audiobookshelf-app/commit/6db2c7805d00dd18f99c09b275fd9e1357da2a47) Merge branch 'advplyr:master' into master
- [`239938e`](https://github.com/advplyr/audiobookshelf-app/commit/239938e0695e76e41daaf33ebf1a1f5570e29840) Added PlaybackSession
- [`0bc8b32`](https://github.com/advplyr/audiobookshelf-app/commit/0bc8b32ef5e6a636860324c089ae6786aa9c29ba) Merge branch 'master' of https://github.com/rasmuslos/audiobookshelf-app
### 📊 Changes
**55 files changed** (+20094 additions, -437 deletions)
<details>
<summary>View changed files</summary>
📝 `android/app/src/main/java/com/audiobookshelf/app/plugins/AbsAudioPlayer.kt` (+1 -1)
➕ `ionic.config.json` (+7 -0)
📝 `ios/App/App.xcodeproj/project.pbxproj` (+85 -23)
➕ `ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme` (+78 -0)
📝 `ios/App/App/Assets.xcassets/Contents.json` (+3 -3)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/Contents.json` (+300 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-100.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-1024.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-120.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-128.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-152.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-16.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-167.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-172.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-180.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-196.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-20.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-216.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-256.png` (+0 -0)
➕ `ios/App/App/Assets.xcassets/Icons.appiconset/icon-29.png` (+0 -0)
_...and 35 more files_
</details>
### 📄 Description
- Changed app icon
- Support for v2
The sleep timer, direct play and some other minor features are missing, but everything important is implemented
https://github.com/advplyr/audiobookshelf/pull/461 should be merged to or some stuff won't work
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/118
Author: @rasmuslos
Created: 3/28/2022
Status: ✅ Merged
Merged: 4/16/2022
Merged by: @advplyr
Base:
master← Head:master📝 Commits (10+)
f98aea7- Changes iconbf3a975Added scheme2f4b305Merge branch 'advplyr:master' into masterc0ac3b7Added realma0ee82badded thread warning6de4626Login is now working782f11fImplemented missing methods6db2c78Merge branch 'advplyr:master' into master239938eAdded PlaybackSession0bc8b32Merge branch 'master' of https://github.com/rasmuslos/audiobookshelf-app📊 Changes
55 files changed (+20094 additions, -437 deletions)
View changed files
📝
android/app/src/main/java/com/audiobookshelf/app/plugins/AbsAudioPlayer.kt(+1 -1)➕
ionic.config.json(+7 -0)📝
ios/App/App.xcodeproj/project.pbxproj(+85 -23)➕
ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme(+78 -0)📝
ios/App/App/Assets.xcassets/Contents.json(+3 -3)➕
ios/App/App/Assets.xcassets/Icons.appiconset/Contents.json(+300 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-100.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-1024.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-120.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-128.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-152.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-16.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-167.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-172.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-180.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-196.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-20.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-216.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-256.png(+0 -0)➕
ios/App/App/Assets.xcassets/Icons.appiconset/icon-29.png(+0 -0)...and 35 more files
📄 Description
The sleep timer, direct play and some other minor features are missing, but everything important is implemented
https://github.com/advplyr/audiobookshelf/pull/461 should be merged to or some stuff won't work
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.