diff --git a/metadata/chat.rocket.android.yml b/metadata/chat.rocket.android.yml index af72b3da5e..c34496235b 100644 --- a/metadata/chat.rocket.android.yml +++ b/metadata/chat.rocket.android.yml @@ -342,7 +342,419 @@ Builds: gradleprops: - APPLICATION_ID=chat.rocket.android + - versionName: 4.33.1 + versionCode: 36568 + commit: fa2c7f97e62ba1a8646e61c9e41d88b7864220ac + subdir: android/app + sudo: + - apt-get update + - apt-get install -y jq libopus0 make g++ cmake maven + - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz + - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - npm install -g yarn + - sysctl fs.inotify.max_user_watches=524288 || true + - npm -g install yarn + gradle: + - officialFoss + srclibs: + - jitsi-meet-rocket-chat@fd3688fc6494cea61a5bf9d10a8573f700e6a1c5 + rm: + - ios + - app/lib/notifications/push.ts + - patches/react-native-notifications*.patch + prebuild: + - sed -i -e 's/999999999/$$VERCODE$$/' ../gradle.properties + - sed -i -e '/crashlytics/d' -e '/gms/d' build.gradle ../build.gradle + - sed -i -e '/firebase/d' ../settings.gradle + - sed -i -e '/^if (!isFoss) {/,/^}/d' -e '/^\s\{8\}if (!isFoss) {/,/^\s\{8\}}/d' + -e '/^\s\{12\}if (!isFoss) {/,/^\s\{12\}}/d' -e '/playImplementation/d' -e + '/detox/d' -e '/defaultConfig {/a ndk{abiFilters "armeabi-v7a"}' build.gradle + - sed -i -e 's|maven.fabric.io/public|jitpack.io|' -e 's|url jitsi_url|url "https://jitpack.io"|' + -e 's|$rootDir.*Detox-android|https://jitpack.io|' ../build.gradle + - cd ../.. + - sed -i -e '/react-native-notifications/d' -e '/firebase/d' -e '/bugsnag/d' + -e '/"detox":\s"/d' package.json + - yarn install + - sed -i -e '/libreBuild/,/^ }/d' node_modules/react-native-device-info/android/build.gradle + - sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle + - sed -i -e '/analytics/d' -e '/firebase/d' -e '/bugsnag/d' -e '/crashlytics/d' + -e '/^if (!isFDroidBuild)/,/^}/d' -e '/const \(logEvent\|setCurrentScreen\)/,/^};/s/^\s.*//' + -e '/export default/,/^};/s/^\s.*//' app/lib/methods/helpers/log/index.ts + - sed -i -e '/.\/push/d' -e 's/deviceToken/""/' -e 's/setNotificationsBadgeCount.*;/{count;};/' + -e 's/pushNotificationConfigure.*;/undefined;/' app/lib/notifications/index.ts + scanignore: + - android/build.gradle + - node_modules/jsc-android + - node_modules/hermes-engine + - node_modules/react-native/* + - node_modules/react-native-bootsplash/android/build.gradle + - node_modules/react-native-document-picker/android/build.gradle + - node_modules/react-native-device-info/android/build.gradle + - node_modules/react-native-fast-image/android/build.gradle + - node_modules/react-native-flipper/android/build.gradle + - node_modules/react-native-jitsi-meet/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/react-native-mmkv-storage/android/build.gradle + - node_modules/react-native-restart/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-text-size/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/react-native-reanimated/android/build.gradle + - node_modules/react-native-prompt-android/android/build.gradle + - node_modules/react-native-math-view/android/build.gradle + - node_modules/rn-root-view/android/build.gradle + - node_modules/react-native-ui-lib/android/build.gradle + - node_modules/expo-av/android/build.gradle + - node_modules/expo-web-browser/android/build.gradle + - node_modules/expo-modules-core/android/build.gradle + - node_modules/expo-video-thumbnails/android/build.gradle + - node_modules/expo-local-authentication/android/build.gradle + - node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-haptics/android/build.gradle + - node_modules/expo-font/android/build.gradle + - node_modules/expo-file-system/android/build.gradle + - node_modules/expo-error-recovery/android/build.gradle + - node_modules/expo-constants/android/build.gradle + - node_modules/expo-application/android/build.gradle + - node_modules/expo/android/build.gradle + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/@react-native-community/art/android/build.gradle + - node_modules/@react-native-community/blur/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/@react-native-cookies/cookies/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + scandelete: + - node_modules + build: + - rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native* + - gradle clean + - cd $$jitsi-meet-rocket-chat$$ + - export LIBRE_BUILD=true + - npm install --save false webpack-bundle-analyzer + - npm ci + - mkdir -p "$HOME/.m2" + - bash android/scripts/release-sdk.sh "$HOME/.m2/repository" + - mkdir -p "$HOME/.m2/repository/org/webkit" + - cp -r node_modules/jsc-android/dist/org/webkit/android-jsc "$HOME/.m2/repository/org/webkit" + gradleprops: + - APPLICATION_ID=chat.rocket.android + + - versionName: 4.33.1 + versionCode: 36569 + commit: fa2c7f97e62ba1a8646e61c9e41d88b7864220ac + subdir: android/app + sudo: + - apt-get update + - apt-get install -y jq libopus0 make g++ cmake maven + - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz + - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - npm install -g yarn + - sysctl fs.inotify.max_user_watches=524288 || true + - npm -g install yarn + gradle: + - officialFoss + srclibs: + - jitsi-meet-rocket-chat@fd3688fc6494cea61a5bf9d10a8573f700e6a1c5 + rm: + - ios + - app/lib/notifications/push.ts + - patches/react-native-notifications*.patch + prebuild: + - sed -i -e 's/999999999/$$VERCODE$$/' ../gradle.properties + - sed -i -e '/crashlytics/d' -e '/gms/d' build.gradle ../build.gradle + - sed -i -e '/firebase/d' ../settings.gradle + - sed -i -e '/^if (!isFoss) {/,/^}/d' -e '/^\s\{8\}if (!isFoss) {/,/^\s\{8\}}/d' + -e '/^\s\{12\}if (!isFoss) {/,/^\s\{12\}}/d' -e '/playImplementation/d' -e + '/detox/d' -e '/defaultConfig {/a ndk{abiFilters "arm64-v8a"}' build.gradle + - sed -i -e 's|maven.fabric.io/public|jitpack.io|' -e 's|url jitsi_url|url "https://jitpack.io"|' + -e 's|$rootDir.*Detox-android|https://jitpack.io|' ../build.gradle + - cd ../.. + - sed -i -e '/react-native-notifications/d' -e '/firebase/d' -e '/bugsnag/d' + -e '/"detox":\s"/d' package.json + - yarn install + - sed -i -e '/libreBuild/,/^ }/d' node_modules/react-native-device-info/android/build.gradle + - sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle + - sed -i -e '/analytics/d' -e '/firebase/d' -e '/bugsnag/d' -e '/crashlytics/d' + -e '/^if (!isFDroidBuild)/,/^}/d' -e '/const \(logEvent\|setCurrentScreen\)/,/^};/s/^\s.*//' + -e '/export default/,/^};/s/^\s.*//' app/lib/methods/helpers/log/index.ts + - sed -i -e '/.\/push/d' -e 's/deviceToken/""/' -e 's/setNotificationsBadgeCount.*;/{count;};/' + -e 's/pushNotificationConfigure.*;/undefined;/' app/lib/notifications/index.ts + scanignore: + - android/build.gradle + - node_modules/jsc-android + - node_modules/hermes-engine + - node_modules/react-native/* + - node_modules/react-native-bootsplash/android/build.gradle + - node_modules/react-native-document-picker/android/build.gradle + - node_modules/react-native-device-info/android/build.gradle + - node_modules/react-native-fast-image/android/build.gradle + - node_modules/react-native-flipper/android/build.gradle + - node_modules/react-native-jitsi-meet/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/react-native-mmkv-storage/android/build.gradle + - node_modules/react-native-restart/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-text-size/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/react-native-reanimated/android/build.gradle + - node_modules/react-native-prompt-android/android/build.gradle + - node_modules/react-native-math-view/android/build.gradle + - node_modules/rn-root-view/android/build.gradle + - node_modules/react-native-ui-lib/android/build.gradle + - node_modules/expo-av/android/build.gradle + - node_modules/expo-web-browser/android/build.gradle + - node_modules/expo-modules-core/android/build.gradle + - node_modules/expo-video-thumbnails/android/build.gradle + - node_modules/expo-local-authentication/android/build.gradle + - node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-haptics/android/build.gradle + - node_modules/expo-font/android/build.gradle + - node_modules/expo-file-system/android/build.gradle + - node_modules/expo-error-recovery/android/build.gradle + - node_modules/expo-constants/android/build.gradle + - node_modules/expo-application/android/build.gradle + - node_modules/expo/android/build.gradle + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/@react-native-community/art/android/build.gradle + - node_modules/@react-native-community/blur/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/@react-native-cookies/cookies/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + scandelete: + - node_modules + build: + - rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native* + - gradle clean + - cd $$jitsi-meet-rocket-chat$$ + - export LIBRE_BUILD=true + - npm install --save false webpack-bundle-analyzer + - npm ci + - mkdir -p "$HOME/.m2" + - bash android/scripts/release-sdk.sh "$HOME/.m2/repository" + - mkdir -p "$HOME/.m2/repository/org/webkit" + - cp -r node_modules/jsc-android/dist/org/webkit/android-jsc "$HOME/.m2/repository/org/webkit" + gradleprops: + - APPLICATION_ID=chat.rocket.android + + - versionName: 4.33.1 + versionCode: 36570 + commit: fa2c7f97e62ba1a8646e61c9e41d88b7864220ac + subdir: android/app + sudo: + - apt-get update + - apt-get install -y jq libopus0 make g++ cmake maven + - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz + - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - npm install -g yarn + - sysctl fs.inotify.max_user_watches=524288 || true + - npm -g install yarn + gradle: + - officialFoss + srclibs: + - jitsi-meet-rocket-chat@fd3688fc6494cea61a5bf9d10a8573f700e6a1c5 + rm: + - ios + - app/lib/notifications/push.ts + - patches/react-native-notifications*.patch + prebuild: + - sed -i -e 's/999999999/$$VERCODE$$/' ../gradle.properties + - sed -i -e '/crashlytics/d' -e '/gms/d' build.gradle ../build.gradle + - sed -i -e '/firebase/d' ../settings.gradle + - sed -i -e '/^if (!isFoss) {/,/^}/d' -e '/^\s\{8\}if (!isFoss) {/,/^\s\{8\}}/d' + -e '/^\s\{12\}if (!isFoss) {/,/^\s\{12\}}/d' -e '/playImplementation/d' -e + '/detox/d' -e '/defaultConfig {/a ndk{abiFilters "x86"}' build.gradle + - sed -i -e 's|maven.fabric.io/public|jitpack.io|' -e 's|url jitsi_url|url "https://jitpack.io"|' + -e 's|$rootDir.*Detox-android|https://jitpack.io|' ../build.gradle + - cd ../.. + - sed -i -e '/react-native-notifications/d' -e '/firebase/d' -e '/bugsnag/d' + -e '/"detox":\s"/d' package.json + - yarn install + - sed -i -e '/libreBuild/,/^ }/d' node_modules/react-native-device-info/android/build.gradle + - sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle + - sed -i -e '/analytics/d' -e '/firebase/d' -e '/bugsnag/d' -e '/crashlytics/d' + -e '/^if (!isFDroidBuild)/,/^}/d' -e '/const \(logEvent\|setCurrentScreen\)/,/^};/s/^\s.*//' + -e '/export default/,/^};/s/^\s.*//' app/lib/methods/helpers/log/index.ts + - sed -i -e '/.\/push/d' -e 's/deviceToken/""/' -e 's/setNotificationsBadgeCount.*;/{count;};/' + -e 's/pushNotificationConfigure.*;/undefined;/' app/lib/notifications/index.ts + scanignore: + - android/build.gradle + - node_modules/jsc-android + - node_modules/hermes-engine + - node_modules/react-native/* + - node_modules/react-native-bootsplash/android/build.gradle + - node_modules/react-native-document-picker/android/build.gradle + - node_modules/react-native-device-info/android/build.gradle + - node_modules/react-native-fast-image/android/build.gradle + - node_modules/react-native-flipper/android/build.gradle + - node_modules/react-native-jitsi-meet/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/react-native-mmkv-storage/android/build.gradle + - node_modules/react-native-restart/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-text-size/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/react-native-reanimated/android/build.gradle + - node_modules/react-native-prompt-android/android/build.gradle + - node_modules/react-native-math-view/android/build.gradle + - node_modules/rn-root-view/android/build.gradle + - node_modules/react-native-ui-lib/android/build.gradle + - node_modules/expo-av/android/build.gradle + - node_modules/expo-web-browser/android/build.gradle + - node_modules/expo-modules-core/android/build.gradle + - node_modules/expo-video-thumbnails/android/build.gradle + - node_modules/expo-local-authentication/android/build.gradle + - node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-haptics/android/build.gradle + - node_modules/expo-font/android/build.gradle + - node_modules/expo-file-system/android/build.gradle + - node_modules/expo-error-recovery/android/build.gradle + - node_modules/expo-constants/android/build.gradle + - node_modules/expo-application/android/build.gradle + - node_modules/expo/android/build.gradle + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/@react-native-community/art/android/build.gradle + - node_modules/@react-native-community/blur/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/@react-native-cookies/cookies/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + scandelete: + - node_modules + build: + - rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native* + - gradle clean + - cd $$jitsi-meet-rocket-chat$$ + - export LIBRE_BUILD=true + - npm install --save false webpack-bundle-analyzer + - npm ci + - mkdir -p "$HOME/.m2" + - bash android/scripts/release-sdk.sh "$HOME/.m2/repository" + - mkdir -p "$HOME/.m2/repository/org/webkit" + - cp -r node_modules/jsc-android/dist/org/webkit/android-jsc "$HOME/.m2/repository/org/webkit" + gradleprops: + - APPLICATION_ID=chat.rocket.android + + - versionName: 4.33.1 + versionCode: 36571 + commit: fa2c7f97e62ba1a8646e61c9e41d88b7864220ac + subdir: android/app + sudo: + - apt-get update + - apt-get install -y jq libopus0 make g++ cmake maven + - curl -Lo node.tar.gz https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.gz + - echo "faca6476cb5b41aa995370fd856d16fcfbbef5c18718a6fa44cc1bae4140849d node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - npm install -g yarn + - sysctl fs.inotify.max_user_watches=524288 || true + - npm -g install yarn + gradle: + - officialFoss + srclibs: + - jitsi-meet-rocket-chat@fd3688fc6494cea61a5bf9d10a8573f700e6a1c5 + rm: + - ios + - app/lib/notifications/push.ts + - patches/react-native-notifications*.patch + prebuild: + - sed -i -e 's/999999999/$$VERCODE$$/' ../gradle.properties + - sed -i -e '/crashlytics/d' -e '/gms/d' build.gradle ../build.gradle + - sed -i -e '/firebase/d' ../settings.gradle + - sed -i -e '/^if (!isFoss) {/,/^}/d' -e '/^\s\{8\}if (!isFoss) {/,/^\s\{8\}}/d' + -e '/^\s\{12\}if (!isFoss) {/,/^\s\{12\}}/d' -e '/playImplementation/d' -e + '/detox/d' -e '/defaultConfig {/a ndk{abiFilters "x86_64"}' build.gradle + - sed -i -e 's|maven.fabric.io/public|jitpack.io|' -e 's|url jitsi_url|url "https://jitpack.io"|' + -e 's|$rootDir.*Detox-android|https://jitpack.io|' ../build.gradle + - cd ../.. + - sed -i -e '/react-native-notifications/d' -e '/firebase/d' -e '/bugsnag/d' + -e '/"detox":\s"/d' package.json + - yarn install + - sed -i -e '/libreBuild/,/^ }/d' node_modules/react-native-device-info/android/build.gradle + - sed -i -e 's|maven.fabric.io/public|jitpack.io|' node_modules/react-native-math-view/android/build.gradle + - sed -i -e '/analytics/d' -e '/firebase/d' -e '/bugsnag/d' -e '/crashlytics/d' + -e '/^if (!isFDroidBuild)/,/^}/d' -e '/const \(logEvent\|setCurrentScreen\)/,/^};/s/^\s.*//' + -e '/export default/,/^};/s/^\s.*//' app/lib/methods/helpers/log/index.ts + - sed -i -e '/.\/push/d' -e 's/deviceToken/""/' -e 's/setNotificationsBadgeCount.*;/{count;};/' + -e 's/pushNotificationConfigure.*;/undefined;/' app/lib/notifications/index.ts + scanignore: + - android/build.gradle + - node_modules/jsc-android + - node_modules/hermes-engine + - node_modules/react-native/* + - node_modules/react-native-bootsplash/android/build.gradle + - node_modules/react-native-document-picker/android/build.gradle + - node_modules/react-native-device-info/android/build.gradle + - node_modules/react-native-fast-image/android/build.gradle + - node_modules/react-native-flipper/android/build.gradle + - node_modules/react-native-jitsi-meet/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/react-native-mmkv-storage/android/build.gradle + - node_modules/react-native-restart/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-text-size/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/react-native-reanimated/android/build.gradle + - node_modules/react-native-prompt-android/android/build.gradle + - node_modules/react-native-math-view/android/build.gradle + - node_modules/rn-root-view/android/build.gradle + - node_modules/react-native-ui-lib/android/build.gradle + - node_modules/expo-av/android/build.gradle + - node_modules/expo-web-browser/android/build.gradle + - node_modules/expo-modules-core/android/build.gradle + - node_modules/expo-video-thumbnails/android/build.gradle + - node_modules/expo-local-authentication/android/build.gradle + - node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-haptics/android/build.gradle + - node_modules/expo-font/android/build.gradle + - node_modules/expo-file-system/android/build.gradle + - node_modules/expo-error-recovery/android/build.gradle + - node_modules/expo-constants/android/build.gradle + - node_modules/expo-application/android/build.gradle + - node_modules/expo/android/build.gradle + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/@react-native-community/art/android/build.gradle + - node_modules/@react-native-community/blur/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/@react-native-cookies/cookies/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + scandelete: + - node_modules + build: + - rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native* + - gradle clean + - cd $$jitsi-meet-rocket-chat$$ + - export LIBRE_BUILD=true + - npm install --save false webpack-bundle-analyzer + - npm ci + - mkdir -p "$HOME/.m2" + - bash android/scripts/release-sdk.sh "$HOME/.m2/repository" + - mkdir -p "$HOME/.m2/repository/org/webkit" + - cp -r node_modules/jsc-android/dist/org/webkit/android-jsc "$HOME/.m2/repository/org/webkit" + gradleprops: + - APPLICATION_ID=chat.rocket.android + AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: 4.30.0 -CurrentVersionCode: 34199 +CurrentVersion: 4.33.1 +CurrentVersionCode: 36571