[PR #1543] [MERGED] Update to capacitor v7 #1612

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

📋 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: masterHead: capacitor_v7


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1543 **Author:** [@advplyr](https://github.com/advplyr) **Created:** 4/18/2025 **Status:** ✅ Merged **Merged:** 4/18/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `capacitor_v7` --- ### 📝 Commits (4) - [`6e1eee4`](https://github.com/advplyr/audiobookshelf-app/commit/6e1eee48f0002c1628cfcfbad98806084586f92c) Update to capacitor v7 - [`d09e88f`](https://github.com/advplyr/audiobookshelf-app/commit/d09e88f138529b8d0dff4b3b2fb343b43cd8626b) Podfile update - [`e788f87`](https://github.com/advplyr/audiobookshelf-app/commit/e788f8767aa91d1bdd2efa7c1f1348e9814f05c9) Update build-apk workflow to use java 21 - [`23e0a44`](https://github.com/advplyr/audiobookshelf-app/commit/23e0a44e543a29cd6ce067ee4d43bc0aa0a03fab) Merge branch 'capacitor_v7' of https://github.com/advplyr/audiobookshelf-app into capacitor_v7 ### 📊 Changes **12 files changed** (+377 additions, -3201 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Update to capacitor 7: https://capacitorjs.com/docs/updating/7-0 Switching out [filesharer](https://www.npmjs.com/package/@byteowls/capacitor-filesharer) to an updated package: https://www.npmjs.com/package/@webnativellc/capacitor-filesharer Capacitor [status bar](https://capacitorjs.com/docs/apis/status-bar) plugin was changed and setting overlay to false is required now. --- <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:59:41 +02:00
adam closed this issue 2026-04-24 23:59:41 +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#1612