From d2ab82a97a905b7ce3076b2fbe97f18fa99e6f51 Mon Sep 17 00:00:00 2001 From: Erik Brommers <1458944+eb1@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:37:49 -0500 Subject: [PATCH] Fix #583 - Remove unneeded permissions from AIM - Link to adapt-it/cordova-plugin-filepath plugin fork that doesn't ask for these permissions - bump version to 1.16.5 (58) These changes are for Android only. --- config.xml | 81 ++++++++++++++++++------------------------- package.json | 8 ++--- www/js/Application.js | 4 +-- 3 files changed, 40 insertions(+), 53 deletions(-) diff --git a/config.xml b/config.xml index 2eaa4ca9..8728aa3a 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Adapt It Mobile An open source application for translating between related languages. @@ -19,10 +19,9 @@ - + - @@ -36,12 +35,6 @@ - - - - - @@ -56,8 +49,6 @@ - @@ -105,44 +96,41 @@ - - NSPrivacyTracking - - NSPrivacyTrackingDomains - - NSPrivacyCollectedDataTypes - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryFileTimestamp - NSPrivacyAccessedAPITypeReasons - - 0A2A.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryDiskSpace - NSPrivacyAccessedAPITypeReasons - - E174.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - NSPrivacyAccessedAPITypeReasons + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes - CA92.1 + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + 0A2A.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryDiskSpace + NSPrivacyAccessedAPITypeReasons + + E174.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + - - - UIInterfaceOrientationPortrait @@ -378,7 +366,7 @@ - + @@ -401,7 +389,6 @@ - diff --git a/package.json b/package.json index cec1f8a6..92ee1e3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-it-mobile", - "version": "1.16.4", + "version": "1.16.5", "description": "Adapt It Mobile", "repository": { "type": "git", @@ -26,7 +26,7 @@ "cordova-plugin-device": "github:apache/cordova-plugin-device", "cordova-plugin-dialogs": "^2.0.2", "cordova-plugin-file": "^8.0.0", - "cordova-plugin-filepath": "github:VIAVI-Solutions/cordova-plugin-filepath", + "cordova-plugin-filepath": "github:adapt-it/cordova-plugin-filepath", "cordova-plugin-keyboard": "github:sinn1/cordova-plugin-keyboard", "cordova-plugin-network-information": "github:apache/cordova-plugin-network-information", "cordova-sqlite-evcore-extbuild-free": "^0.18.0", @@ -82,13 +82,13 @@ }, "cordova-plugin-keyboard": {}, "cordova-clipboard": {}, - "cordova-plugin-filepath": {}, "cordova-sqlite-evcore-extbuild-free": {}, "cordova-plugin-file": { "ANDROIDX_WEBKIT_VERSION": "1.4.0" }, "cordova-plugin-chooser": {}, - "cordova-plugin-save-dialog": {} + "cordova-plugin-save-dialog": {}, + "cordova-plugin-filepath": {} }, "platforms": [ "ios", diff --git a/www/js/Application.js b/www/js/Application.js index 3d6cba6b..5fa0c9ed 100755 --- a/www/js/Application.js +++ b/www/js/Application.js @@ -79,8 +79,8 @@ define(function (require) { searchIndex: 0, currentProject: null, localURLs: [], - version: "1.16.4", // appended with Android / iOS build info - AndroidBuild: "57", // (was milestone release #) + version: "1.16.5", // appended with Android / iOS build info + AndroidBuild: "58", // (was milestone release #) iOSBuild: "1", // iOS uploaded build number for this release (increments from 1 for each release) importingURL: "", // for other apps in Android-land sending us files to import