diff --git a/metadata/chat.rocket.android.yml b/metadata/chat.rocket.android.yml index 7cd7e6933e..2bb1b9b215 100644 --- a/metadata/chat.rocket.android.yml +++ b/metadata/chat.rocket.android.yml @@ -2290,6 +2290,406 @@ Builds: gradleprops: - APPLICATION_ID=chat.rocket.android + - versionName: 4.41.0 + versionCode: 49563 + commit: 4.41.0 + 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 + 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|$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;/' -e '/removeAllNotifications/d' + app/lib/notifications/index.ts + - sed -i -e 's/com.google.android:cameraview:1.0.0/com.github.expo:cameraview:7bf9090302/' + -e "/mavenCentral/amaven { url 'https://jitpack.io' }" node_modules/expo-camera/android/build.gradle + scanignore: + - android/build.gradle + - node_modules/expo/android/build.gradle + - node_modules/expo-application/android/build.gradle + - node_modules/expo-asset/node_modules/expo-file-system/android/build.gradle + - node_modules/expo-av/android/build.gradle + - node_modules/expo-camera/android/build.gradle + - node_modules/expo-constants/android/build.gradle + - node_modules/expo-error-recovery/android/build.gradle + - node_modules/expo-file-system/android/build.gradle + - node_modules/expo-font/android/build.gradle + - node_modules/expo-haptics/android/build.gradle + - node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-local-authentication/android/build.gradle + - node_modules/expo-modules-core/android/build.gradle + - node_modules/expo/node_modules/expo-file-system/android/build.gradle + - node_modules/expo/node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-video-thumbnails/android/build.gradle + - node_modules/expo-web-browser/android/build.gradle + - node_modules/hermes-engine + - node_modules/jsc-android + - node_modules/react-native/android/com/facebook/react/react-native + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/react-native-bootsplash/android/build.gradle + - node_modules/@react-native-camera-roll/camera-roll/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-device-info/android/build.gradle + - node_modules/react-native-document-picker/android/build.gradle + - node_modules/react-native-fast-image/android/build.gradle + - node_modules/react-native-flipper/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + - node_modules/react-native-math-view/android/build.gradle + - node_modules/react-native-mmkv-storage/android/build.gradle + - node_modules/react-native-prompt-android/android/build.gradle + - node_modules/react-native-reanimated/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-screens/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-text-size/android/build.gradle + - node_modules/react-native-ui-lib/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/rn-root-view/android/build.gradle + scandelete: + - node_modules + build: + - rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native* + - gradle clean + gradleprops: + - APPLICATION_ID=chat.rocket.android + + - versionName: 4.41.0 + versionCode: 49564 + commit: 4.41.0 + 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 + 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|$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;/' -e '/removeAllNotifications/d' + app/lib/notifications/index.ts + - sed -i -e 's/com.google.android:cameraview:1.0.0/com.github.expo:cameraview:7bf9090302/' + -e "/mavenCentral/amaven { url 'https://jitpack.io' }" node_modules/expo-camera/android/build.gradle + scanignore: + - android/build.gradle + - node_modules/expo/android/build.gradle + - node_modules/expo-application/android/build.gradle + - node_modules/expo-asset/node_modules/expo-file-system/android/build.gradle + - node_modules/expo-av/android/build.gradle + - node_modules/expo-camera/android/build.gradle + - node_modules/expo-constants/android/build.gradle + - node_modules/expo-error-recovery/android/build.gradle + - node_modules/expo-file-system/android/build.gradle + - node_modules/expo-font/android/build.gradle + - node_modules/expo-haptics/android/build.gradle + - node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-local-authentication/android/build.gradle + - node_modules/expo-modules-core/android/build.gradle + - node_modules/expo/node_modules/expo-file-system/android/build.gradle + - node_modules/expo/node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-video-thumbnails/android/build.gradle + - node_modules/expo-web-browser/android/build.gradle + - node_modules/hermes-engine + - node_modules/jsc-android + - node_modules/react-native/android/com/facebook/react/react-native + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/react-native-bootsplash/android/build.gradle + - node_modules/@react-native-camera-roll/camera-roll/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-device-info/android/build.gradle + - node_modules/react-native-document-picker/android/build.gradle + - node_modules/react-native-fast-image/android/build.gradle + - node_modules/react-native-flipper/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + - node_modules/react-native-math-view/android/build.gradle + - node_modules/react-native-mmkv-storage/android/build.gradle + - node_modules/react-native-prompt-android/android/build.gradle + - node_modules/react-native-reanimated/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-screens/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-text-size/android/build.gradle + - node_modules/react-native-ui-lib/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/rn-root-view/android/build.gradle + scandelete: + - node_modules + build: + - rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native* + - gradle clean + gradleprops: + - APPLICATION_ID=chat.rocket.android + + - versionName: 4.41.0 + versionCode: 49565 + commit: 4.41.0 + 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 + 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|$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;/' -e '/removeAllNotifications/d' + app/lib/notifications/index.ts + - sed -i -e 's/com.google.android:cameraview:1.0.0/com.github.expo:cameraview:7bf9090302/' + -e "/mavenCentral/amaven { url 'https://jitpack.io' }" node_modules/expo-camera/android/build.gradle + scanignore: + - android/build.gradle + - node_modules/expo/android/build.gradle + - node_modules/expo-application/android/build.gradle + - node_modules/expo-asset/node_modules/expo-file-system/android/build.gradle + - node_modules/expo-av/android/build.gradle + - node_modules/expo-camera/android/build.gradle + - node_modules/expo-constants/android/build.gradle + - node_modules/expo-error-recovery/android/build.gradle + - node_modules/expo-file-system/android/build.gradle + - node_modules/expo-font/android/build.gradle + - node_modules/expo-haptics/android/build.gradle + - node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-local-authentication/android/build.gradle + - node_modules/expo-modules-core/android/build.gradle + - node_modules/expo/node_modules/expo-file-system/android/build.gradle + - node_modules/expo/node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-video-thumbnails/android/build.gradle + - node_modules/expo-web-browser/android/build.gradle + - node_modules/hermes-engine + - node_modules/jsc-android + - node_modules/react-native/android/com/facebook/react/react-native + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/react-native-bootsplash/android/build.gradle + - node_modules/@react-native-camera-roll/camera-roll/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-device-info/android/build.gradle + - node_modules/react-native-document-picker/android/build.gradle + - node_modules/react-native-fast-image/android/build.gradle + - node_modules/react-native-flipper/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + - node_modules/react-native-math-view/android/build.gradle + - node_modules/react-native-mmkv-storage/android/build.gradle + - node_modules/react-native-prompt-android/android/build.gradle + - node_modules/react-native-reanimated/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-screens/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-text-size/android/build.gradle + - node_modules/react-native-ui-lib/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/rn-root-view/android/build.gradle + scandelete: + - node_modules + build: + - rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native* + - gradle clean + gradleprops: + - APPLICATION_ID=chat.rocket.android + + - versionName: 4.41.0 + versionCode: 49566 + commit: 4.41.0 + 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 + 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|$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;/' -e '/removeAllNotifications/d' + app/lib/notifications/index.ts + - sed -i -e 's/com.google.android:cameraview:1.0.0/com.github.expo:cameraview:7bf9090302/' + -e "/mavenCentral/amaven { url 'https://jitpack.io' }" node_modules/expo-camera/android/build.gradle + scanignore: + - android/build.gradle + - node_modules/expo/android/build.gradle + - node_modules/expo-application/android/build.gradle + - node_modules/expo-asset/node_modules/expo-file-system/android/build.gradle + - node_modules/expo-av/android/build.gradle + - node_modules/expo-camera/android/build.gradle + - node_modules/expo-constants/android/build.gradle + - node_modules/expo-error-recovery/android/build.gradle + - node_modules/expo-file-system/android/build.gradle + - node_modules/expo-font/android/build.gradle + - node_modules/expo-haptics/android/build.gradle + - node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-local-authentication/android/build.gradle + - node_modules/expo-modules-core/android/build.gradle + - node_modules/expo/node_modules/expo-file-system/android/build.gradle + - node_modules/expo/node_modules/expo-keep-awake/android/build.gradle + - node_modules/expo-video-thumbnails/android/build.gradle + - node_modules/expo-web-browser/android/build.gradle + - node_modules/hermes-engine + - node_modules/jsc-android + - node_modules/react-native/android/com/facebook/react/react-native + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/react-native-bootsplash/android/build.gradle + - node_modules/@react-native-camera-roll/camera-roll/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-device-info/android/build.gradle + - node_modules/react-native-document-picker/android/build.gradle + - node_modules/react-native-fast-image/android/build.gradle + - node_modules/react-native-flipper/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + - node_modules/react-native-localize/android/build.gradle + - node_modules/@react-native-masked-view/masked-view/android/build.gradle + - node_modules/react-native-math-view/android/build.gradle + - node_modules/react-native-mmkv-storage/android/build.gradle + - node_modules/react-native-prompt-android/android/build.gradle + - node_modules/react-native-reanimated/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-screens/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-text-size/android/build.gradle + - node_modules/react-native-ui-lib/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/rn-root-view/android/build.gradle + scandelete: + - node_modules + build: + - rm -rf ../../node_modules/react-native-mmkv-storage/android/react-native* + - gradle clean + gradleprops: + - APPLICATION_ID=chat.rocket.android + AutoUpdateMode: Version %v UpdateCheckMode: HTTP VercodeOperation: @@ -2298,5 +2698,5 @@ VercodeOperation: - '%c + 2' - '%c + 3' UpdateCheckData: https://github.com/RocketChat/Rocket.Chat.ReactNative/releases/latest/download/version_code.txt|(\d+)|https://github.com/RocketChat/Rocket.Chat.ReactNative/releases/latest|tree/([\d.]+) -CurrentVersion: 4.40.0 -CurrentVersionCode: 47253 +CurrentVersion: 4.41.0 +CurrentVersionCode: 49566