From 4ad54f34fe4adbee5089611fc5d20efa5686eb20 Mon Sep 17 00:00:00 2001 From: Marcos Carvalho Date: Sun, 26 May 2024 22:08:53 +0100 Subject: [PATCH] Improvements and fixes on the cellular permissions --- components/app/AudioPlayerContainer.vue | 15 +++- components/tables/podcast/EpisodeRow.vue | 5 ++ .../tables/podcast/LatestEpisodeRow.vue | 80 ++++--------------- ios/App/App/AppDelegate.swift | 1 + ios/App/App/plugins/AbsDatabase.swift | 2 +- mixins/cellularPermissionHelpers.js | 42 ++++++++++ pages/item/_id/_episode/index.vue | 5 ++ pages/item/_id/index.vue | 10 ++- strings/en-us.json | 6 +- 9 files changed, 94 insertions(+), 72 deletions(-) create mode 100644 mixins/cellularPermissionHelpers.js diff --git a/components/app/AudioPlayerContainer.vue b/components/app/AudioPlayerContainer.vue index 0e92314e..f9178f09 100644 --- a/components/app/AudioPlayerContainer.vue +++ b/components/app/AudioPlayerContainer.vue @@ -11,6 +11,7 @@ \ No newline at end of file + diff --git a/components/tables/podcast/EpisodeRow.vue b/components/tables/podcast/EpisodeRow.vue index a66a386a..2626f971 100644 --- a/components/tables/podcast/EpisodeRow.vue +++ b/components/tables/podcast/EpisodeRow.vue @@ -58,6 +58,7 @@