mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
3453 lines
157 KiB
YAML
3453 lines
157 KiB
YAML
Categories:
|
|
- Note
|
|
- Security
|
|
- Task
|
|
- Writing
|
|
License: AGPL-3.0-only
|
|
AuthorName: Standard Notes Ltd.
|
|
AuthorEmail: help@standardnotes.com
|
|
WebSite: https://standardnotes.com
|
|
SourceCode: https://github.com/standardnotes/app
|
|
IssueTracker: https://github.com/standardnotes/forum/issues
|
|
Donate: https://standardnotes.com/donate
|
|
|
|
AutoName: Standard Notes
|
|
Description: |-
|
|
Standard Notes is a secure and private notes app. It syncs your notes securely across all your devices, including your Android devices, Windows, iOS, Linux, and Web.
|
|
|
|
Private means your notes are end-to-end encrypted, so only you can read your notes. Even we can't read the contents of your notes.
|
|
|
|
Simple means it does one job and does it well. Standard Notes is a safe and lasting place for your life's work. Our focus is making it easy to write notes wherever you are and syncing them with encryption to all your devices.
|
|
|
|
Our users love us for:
|
|
* Personal Notes
|
|
* Tasks & Todos
|
|
* Passwords & Keys
|
|
* Code & Technical Procedures
|
|
* Private Journal
|
|
* Meeting Notes
|
|
* Cross-platform Scratchpad
|
|
* Books, Recipes, & Movies
|
|
* Health & Fitness Log
|
|
|
|
Standard Notes comes free with:
|
|
* Seamless sync across all your devices, with easy to use applications on Android, Windows, Linux, iPhone, iPad, Mac, and web browsers.
|
|
* Offline access, so you can access your downloaded notes even without a connection.
|
|
* No limit on number of devices.
|
|
* No limit on number of notes.
|
|
* Passcode lock protection, along with fingerprint protection.
|
|
* A tagging system to organize your notes (like #work, #ideas, #passwords, #crypto).
|
|
* The ability to pin, lock, protect, and move notes to trash, which allows you to recover deleted notes until the trash is emptied.
|
|
|
|
Standard Notes is completely open-source, which means when we say your notes are encrypted with industry-leading XChaCha-20 encryption, and that only you can read your notes, you don't have to take our word for it. Our code is open to the world to audit.
|
|
|
|
We made Standard Notes simple because longevity is important to us. We want to make sure we're here, protecting your notes, for the next hundred years. You shouldn't have to find a new notes app every year.
|
|
|
|
To sustain our development, we offer an optional paid program called Standard Notes Extended. Extended gives you access to powerful tools including:
|
|
* Productivity editors (like Markdown, Code, Spreadsheets)
|
|
* Beautiful themes (like Midnight, Focus, Solarized Dark)
|
|
* Powerful cloud tools including daily backups of your encrypted data delivered to your email inbox every day, or backed up to your cloud provider (like Dropbox and Google Drive).
|
|
|
|
You can learn more about Extended at standardnotes.com/extended.
|
|
|
|
We're always happy to talk, whether it be a question, thought, or issue. Please feel free to email us any time at help@standardnotes.com. When you take the time to send us a message, we'll be sure to do the same.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/standardnotes/app.git
|
|
|
|
Builds:
|
|
- versionName: 3.194.11
|
|
versionCode: 3003103
|
|
commit: '@standardnotes/mobile@3.194.11'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
|
- apt-get update
|
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
../../node_modules/@notifee/react-native/android/build.gradle
|
|
- echo 'include(":notifee_core")' >> ../settings.gradle
|
|
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
>> ../settings.gradle
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
ndk: r23b
|
|
|
|
- versionName: 3.194.13
|
|
versionCode: 3003105
|
|
commit: '@standardnotes/mobile@3.194.13'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
|
- apt-get update
|
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
../../node_modules/@notifee/react-native/android/build.gradle
|
|
- echo 'include(":notifee_core")' >> ../settings.gradle
|
|
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
>> ../settings.gradle
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
ndk: r23b
|
|
|
|
- versionName: 3.195.0
|
|
versionCode: 3003106
|
|
commit: '@standardnotes/mobile@3.195.0'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
|
- apt-get update
|
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
../../node_modules/@notifee/react-native/android/build.gradle
|
|
- echo 'include(":notifee_core")' >> ../settings.gradle
|
|
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
>> ../settings.gradle
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
ndk: r23b
|
|
|
|
- versionName: 3.195.1
|
|
versionCode: 3003107
|
|
commit: '@standardnotes/mobile@3.195.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
|
- apt-get update
|
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
../../node_modules/@notifee/react-native/android/build.gradle
|
|
- echo 'include(":notifee_core")' >> ../settings.gradle
|
|
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
>> ../settings.gradle
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
ndk: r23b
|
|
|
|
- versionName: 3.195.1
|
|
versionCode: 3003108
|
|
commit: '@standardnotes/mobile@3.195.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
|
- apt-get update
|
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
../../node_modules/@notifee/react-native/android/build.gradle
|
|
- echo 'include(":notifee_core")' >> ../settings.gradle
|
|
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
>> ../settings.gradle
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
ndk: r23b
|
|
|
|
- versionName: 3.195.1
|
|
versionCode: 3003109
|
|
commit: '@standardnotes/mobile@3.195.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
|
- apt-get update
|
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
../../node_modules/@notifee/react-native/android/build.gradle
|
|
- echo 'include(":notifee_core")' >> ../settings.gradle
|
|
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
>> ../settings.gradle
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
ndk: r23b
|
|
|
|
- versionName: 3.195.1
|
|
versionCode: 3003110
|
|
commit: '@standardnotes/mobile@3.195.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
|
- apt-get update
|
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
../../node_modules/@notifee/react-native/android/build.gradle
|
|
- echo 'include(":notifee_core")' >> ../settings.gradle
|
|
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
>> ../settings.gradle
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
ndk: r23b
|
|
|
|
- versionName: 3.195.1
|
|
versionCode: 3003111
|
|
commit: '@standardnotes/mobile@3.195.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
|
- apt-get update
|
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
../../node_modules/@notifee/react-native/android/build.gradle
|
|
- echo 'include(":notifee_core")' >> ../settings.gradle
|
|
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
>> ../settings.gradle
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
ndk: r23b
|
|
|
|
- versionName: 3.195.1
|
|
versionCode: 3003112
|
|
commit: '@standardnotes/mobile@3.195.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
|
- apt-get update
|
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
|
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
../../node_modules/@notifee/react-native/android/build.gradle
|
|
- echo 'include(":notifee_core")' >> ../settings.gradle
|
|
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
>> ../settings.gradle
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
ndk: r23b
|
|
|
|
- versionName: 3.195.9
|
|
versionCode: 3003117
|
|
commit: '@standardnotes/mobile@3.195.9'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 3.195.12
|
|
versionCode: 3003118
|
|
commit: '@standardnotes/mobile@3.195.12'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 3.195.13
|
|
versionCode: 3003119
|
|
commit: '@standardnotes/mobile@3.195.13'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 3.195.14
|
|
versionCode: 3003120
|
|
commit: '@standardnotes/mobile@3.195.14'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 3.195.15
|
|
versionCode: 3003121
|
|
commit: '@standardnotes/mobile@3.195.15'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 3.195.17
|
|
versionCode: 3003123
|
|
commit: '@standardnotes/mobile@3.195.17'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 3.195.22
|
|
versionCode: 3003128
|
|
commit: '@standardnotes/mobile@3.195.22'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 3.195.24
|
|
versionCode: 3003130
|
|
commit: '@standardnotes/mobile@3.195.24'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 3.195.25
|
|
versionCode: 3003131
|
|
commit: '@standardnotes/mobile@3.195.25'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 3.195.26
|
|
versionCode: 3003132
|
|
commit: '@standardnotes/mobile@3.195.26'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- disable-gms-u2f-support-3.160.17.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 3.195.32
|
|
versionCode: 3003138
|
|
commit: '@standardnotes/mobile@3.195.32'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.196.2
|
|
versionCode: 3003142
|
|
commit: '@standardnotes/mobile@3.196.2'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.196.4
|
|
versionCode: 3003144
|
|
commit: '@standardnotes/mobile@3.196.4'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.196.6
|
|
versionCode: 3003146
|
|
commit: '@standardnotes/mobile@3.196.6'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.196.7
|
|
versionCode: 3003147
|
|
commit: '@standardnotes/mobile@3.196.7'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.196.8
|
|
versionCode: 3003148
|
|
commit: '@standardnotes/mobile@3.196.8'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.196.9
|
|
versionCode: 3003149
|
|
commit: '@standardnotes/mobile@3.196.9'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.197.1
|
|
versionCode: 3003151
|
|
commit: '@standardnotes/mobile@3.197.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.197.3
|
|
versionCode: 3003153
|
|
commit: '@standardnotes/mobile@3.197.3'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.1
|
|
versionCode: 3003156
|
|
commit: '@standardnotes/mobile@3.198.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.2
|
|
versionCode: 3003157
|
|
commit: '@standardnotes/mobile@3.198.2'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.3
|
|
versionCode: 3003158
|
|
commit: '@standardnotes/mobile@3.198.3'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.4
|
|
versionCode: 3003159
|
|
commit: '@standardnotes/mobile@3.198.4'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.6
|
|
versionCode: 3003161
|
|
commit: '@standardnotes/mobile@3.198.6'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.11
|
|
versionCode: 3003166
|
|
commit: '@standardnotes/mobile@3.198.11'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.12
|
|
versionCode: 3003167
|
|
commit: '@standardnotes/mobile@3.198.12'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.14
|
|
versionCode: 3003169
|
|
commit: '@standardnotes/mobile@3.198.14'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.15
|
|
versionCode: 3003170
|
|
commit: '@standardnotes/mobile@3.198.15'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.16
|
|
versionCode: 3003171
|
|
commit: '@standardnotes/mobile@3.198.16'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.17
|
|
versionCode: 3003172
|
|
commit: '@standardnotes/mobile@3.198.17'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.18
|
|
versionCode: 3003173
|
|
commit: '@standardnotes/mobile@3.198.18'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.19
|
|
versionCode: 3003174
|
|
commit: '@standardnotes/mobile@3.198.19'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.198.20
|
|
versionCode: 3003175
|
|
commit: '@standardnotes/mobile@3.198.20'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.200.0
|
|
versionCode: 3003177
|
|
commit: '@standardnotes/mobile@3.200.0'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.200.1
|
|
versionCode: 3003178
|
|
commit: '@standardnotes/mobile@3.200.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.200.3
|
|
versionCode: 3003180
|
|
commit: '@standardnotes/mobile@3.200.3'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.200.4
|
|
versionCode: 3003181
|
|
commit: '@standardnotes/mobile@3.200.4'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.200.5
|
|
versionCode: 3003182
|
|
commit: '@standardnotes/mobile@3.200.5'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.200.7
|
|
versionCode: 3003184
|
|
commit: '@standardnotes/mobile@3.200.7'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.200.9
|
|
versionCode: 3003186
|
|
commit: '@standardnotes/mobile@3.200.9'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.201.0
|
|
versionCode: 3003187
|
|
commit: '@standardnotes/mobile@3.201.0'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.201.1
|
|
versionCode: 3003188
|
|
commit: '@standardnotes/mobile@3.201.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.201.2
|
|
versionCode: 3003189
|
|
commit: '@standardnotes/mobile@3.201.2'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
|
-e '/800233/d' yarn.lock
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.1
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.201.3
|
|
versionCode: 3003190
|
|
commit: '@standardnotes/mobile@3.201.3'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.8
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
- versionName: 3.201.4
|
|
versionCode: 3003191
|
|
commit: '@standardnotes/mobile@3.201.4'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev make g++ libc-dev jq npm bzip2
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- yarn config set -H enableImmutableInstalls false
|
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
- npm_config_build_from_source=true yarn
|
|
patch:
|
|
- remove-IAP.3.146.2.patch
|
|
- remove-react-native-store-review.3.177.5.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- notifee@@notifee/react-native@9.1.8
|
|
rm:
|
|
- packages/mobile/ios
|
|
- packages/mobile/android/app/src/main/java/com/standardnotes/Fido2Api*.java
|
|
prebuild:
|
|
- sed -i -e '/detox/Id' -e '/gms/d' -e 's/versionName appVersionName/versionName
|
|
"$$VERSION$$"/' -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/'
|
|
-e '/universalApk/s/false/true/' build.gradle
|
|
- sed -i -e '/Fido2ApiPackage/d' src/main/java/com/standardnotes/MainApplication.kt
|
|
- pushd ../../node_modules/react-native-fingerprint-scanner/android
|
|
- sed -i -e '/FingerprintIdentify/d' build.gradle
|
|
- sed -i -e '/getFingerprintIdentify() {/,/^ }/d' -e '/resumeIdentify/,/^ }/c}'
|
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
|
- popd
|
|
- cd ../../../..
|
|
- sed -i -e 's/&& !isAndroid()//' packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
|
|
- yarn run build:mobile
|
|
- cd packages/mobile
|
|
- yarn run android:bundle
|
|
scanignore:
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/desktop
|
|
- .yarn/
|
|
build:
|
|
- pushd $$notifee$$/android
|
|
- gradle publishAarPublicationToMavenRepository
|
|
- popd
|
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
|
ndk: r27b
|
|
|
|
AutoUpdateMode: Version @standardnotes/mobile@%v
|
|
UpdateCheckMode: HTTP
|
|
VercodeOperation:
|
|
- 3002000 + %c
|
|
UpdateCheckData: https://api.github.com/repos/standardnotes/app/actions/workflows/mobile.release.prod.yml/runs|"run_number":(\d+)|https://api.github.com/repos/standardnotes/app/releases|@standardnotes/mobile@([\d.]+)
|
|
CurrentVersion: 3.201.4
|
|
CurrentVersionCode: 3003191
|