Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1543 Author: @advplyr Created: 4/18/2025 Status: ✅ Merged Merged: 4/18/2025 Merged by: @advplyr
Base: master ← Head: capacitor_v7
master
capacitor_v7
6e1eee4
d09e88f
e788f87
23e0a44
12 files changed (+377 additions, -3201 deletions)
📝 .github/workflows/build-apk.yml (+1 -1) 📝 android/app/capacitor.build.gradle (+1 -1) 📝 android/app/src/main/assets/capacitor.plugins.json (+1 -1) 📝 android/capacitor.settings.gradle (+2 -2) 📝 components/stats/YearInReview.vue (+1 -1) 📝 components/stats/YearInReviewServer.vue (+1 -1) 📝 components/stats/YearInReviewShort.vue (+1 -1) 📝 ios/App/Podfile (+1 -1) 📝 ios/App/Podfile.lock (+33 -33) 📝 package-lock.json (+308 -3134) 📝 package.json (+14 -14) 📝 plugins/init.client.js (+13 -11)
.github/workflows/build-apk.yml
android/app/capacitor.build.gradle
android/app/src/main/assets/capacitor.plugins.json
android/capacitor.settings.gradle
components/stats/YearInReview.vue
components/stats/YearInReviewServer.vue
components/stats/YearInReviewShort.vue
ios/App/Podfile
ios/App/Podfile.lock
package-lock.json
package.json
plugins/init.client.js
Update to capacitor 7: https://capacitorjs.com/docs/updating/7-0
Switching out filesharer to an updated package: https://www.npmjs.com/package/@webnativellc/capacitor-filesharer
Capacitor status bar plugin was changed and setting overlay to false is required now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1543
Author: @advplyr
Created: 4/18/2025
Status: ✅ Merged
Merged: 4/18/2025
Merged by: @advplyr
Base:
master← Head:capacitor_v7📝 Commits (4)
6e1eee4Update to capacitor v7d09e88fPodfile updatee788f87Update build-apk workflow to use java 2123e0a44Merge branch 'capacitor_v7' of https://github.com/advplyr/audiobookshelf-app into capacitor_v7📊 Changes
12 files changed (+377 additions, -3201 deletions)
View changed files
📝
.github/workflows/build-apk.yml(+1 -1)📝
android/app/capacitor.build.gradle(+1 -1)📝
android/app/src/main/assets/capacitor.plugins.json(+1 -1)📝
android/capacitor.settings.gradle(+2 -2)📝
components/stats/YearInReview.vue(+1 -1)📝
components/stats/YearInReviewServer.vue(+1 -1)📝
components/stats/YearInReviewShort.vue(+1 -1)📝
ios/App/Podfile(+1 -1)📝
ios/App/Podfile.lock(+33 -33)📝
package-lock.json(+308 -3134)📝
package.json(+14 -14)📝
plugins/init.client.js(+13 -11)📄 Description
Update to capacitor 7: https://capacitorjs.com/docs/updating/7-0
Switching out filesharer to an updated package: https://www.npmjs.com/package/@webnativellc/capacitor-filesharer
Capacitor status bar plugin was changed and setting overlay to false is required now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.