Merge pull request #3907 from dpalou/MOBILE-4357

Mobile 4357
main
Pau Ferrer Ocaña 2024-01-22 16:04:17 +01:00 committed by GitHub
commit 984e50323a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3957 additions and 6871 deletions

View File

@ -26,7 +26,7 @@ before_install:
- node --version
- npm --version
- nvm --version
- npm ci
- npm ci --no-audit
before_script:
- npx gulp
@ -40,8 +40,8 @@ jobs:
if: env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank)
language: java
env:
- ANDROID_PLATFORM_VERSION=32
- ANDROID_BUILD_TOOLS_VERSION="32.0.0"
- ANDROID_PLATFORM_VERSION=33
- ANDROID_BUILD_TOOLS_VERSION="33.0.2"
addons:
apt:
packages:

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.moodle.moodlemobile" version="4.4.0" versionCode="44000" android-versionCode="44000" ios-CFBundleVersion="4.4.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="44000" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.4.0.0" version="4.4.0" versionCode="44000" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Moodle</name>
<description>Moodle official app</description>
<author email="mobile@moodle.com" href="http://moodle.com">Moodle Mobile team</author>
@ -37,7 +37,7 @@
<preference name="LoadUrlTimeoutValue" value="60000" />
<preference name="load-url-timeout" value="60000" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-minSdkVersion" value="24" />
<preference name="android-targetSdkVersion" value="33" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="AndroidInsecureFileModeEnabled" value="true" />
@ -48,7 +48,7 @@
<preference name="WKFullScreenEnabled" value="false" />
<preference name="AndroidXEnabled" value="true" />
<preference name="GradlePluginGoogleServicesEnabled" value="true" />
<preference name="GradlePluginGoogleServicesVersion" value="4.3.10" />
<preference name="GradlePluginGoogleServicesVersion" value="4.3.15" />
<preference name="GradlePluginKotlinVersion" value="1.7.21" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#FFFFFF" />

10798
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -94,10 +94,10 @@
"@types/cordova": "0.0.34",
"@types/dom-mediacapture-record": "1.0.7",
"chart.js": "^2.9.4",
"cordova": "^11.0.0",
"cordova-android": "^11.0.0",
"cordova": "^12.0.0",
"cordova-android": "^12.0.1",
"cordova-clipboard": "^1.3.0",
"cordova-ios": "^6.2.0",
"cordova-ios": "^7.0.1",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-badge": "^0.8.9",
@ -106,16 +106,16 @@
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-file": "6.0.2",
"cordova-plugin-file-opener2": "^4.0.0",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-geolocation": "^5.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-media-capture": "3.0.3",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-prevent-override": "^1.0.1",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-screen-orientation": "^3.0.4",
"cordova-plugin-wkuserscript": "^1.0.1",
"cordova-plugin-wkwebview-cookies": "^1.0.1",
"cordova-sqlite-storage": "^6.1.0",
"cordova.plugins.diagnostic": "^7.1.1",
"cordova.plugins.diagnostic": "^7.1.4",
"core-js": "^3.9.1",
"es6-promise-plugin": "^4.2.2",
"ionicons": "^7.0.0",
@ -135,7 +135,7 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.1",
"@angular-devkit/build-angular": "^16.2.10",
"@angular-devkit/build-angular": "^16.2.11",
"@angular-eslint/builder": "^16.2.0",
"@angular-eslint/eslint-plugin": "^16.2.0",
"@angular-eslint/eslint-plugin-template": "^16.2.0",
@ -145,7 +145,7 @@
"@angular/compiler-cli": "^16.2.0",
"@angular/language-service": "^16.2.0",
"@ionic/angular-toolkit": "^10.0.0",
"@ionic/cli": "^7.1.5",
"@ionic/cli": "^7.2.0",
"@types/faker": "^5.1.3",
"@types/jest": "^26.0.24",
"@types/node": "^18.0.0",
@ -240,7 +240,7 @@
"cordova.plugins.diagnostic": {
"ANDROID_SUPPORT_VERSION": "28.+",
"ANDROIDX_VERSION": "1.0.0",
"ANDROIDX_APPCOMPAT_VERSION": "1.3.1"
"ANDROIDX_APPCOMPAT_VERSION": "1.6.1"
},
"nl.kingsquare.cordova.background-audio": {}
}