mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
345 lines
19 KiB
YAML
345 lines
19 KiB
YAML
Categories:
|
|
- Password & 2FA
|
|
- Security
|
|
License: AGPL-3.0-or-later
|
|
AuthorName: Leendert de Borst
|
|
SourceCode: https://github.com/lanedirt/AliasVault
|
|
IssueTracker: https://github.com/lanedirt/AliasVault/issues
|
|
Changelog: https://github.com/lanedirt/AliasVault/releases
|
|
|
|
AutoName: AliasVault
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/lanedirt/AliasVault.git
|
|
|
|
Builds:
|
|
- versionName: 0.20.0
|
|
versionCode: 10
|
|
commit: 77ced32206700367cccc17c467117341482507d1
|
|
subdir: apps/mobile-app/android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v20.19.3/node-v20.19.3-linux-x64.tar.gz
|
|
- echo "76272878069683c3a36b933d2f4842436a26b527daa930ae9346b477011ee2f3 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
init:
|
|
- cd ../..
|
|
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
|
- npm install --build-from-source
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- apps/mobile-app/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
|
- apps/mobile-app/node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
|
- apps/mobile-app/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
|
- apps/mobile-app/node_modules/react-native-reanimated/android/build.gradle
|
|
- apps/mobile-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-safe-area-context/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-screens/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-edge-to-edge/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-webview/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-aes-gcm-crypto/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-context-menu-view/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-get-random-values/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-svg/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-launcher/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-menu/android/build.gradle
|
|
scandelete:
|
|
- apps/mobile-app/node_modules/
|
|
|
|
- versionName: 0.21.0
|
|
versionCode: 11
|
|
commit: 2949978a11d3d1dab3d0a27028b9d36005c99fa2
|
|
subdir: apps/mobile-app/android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v20.19.3/node-v20.19.3-linux-x64.tar.gz
|
|
- echo "76272878069683c3a36b933d2f4842436a26b527daa930ae9346b477011ee2f3 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
init:
|
|
- cd ../..
|
|
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
|
- npm install --build-from-source
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- apps/mobile-app/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
|
- apps/mobile-app/node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
|
- apps/mobile-app/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
|
- apps/mobile-app/node_modules/react-native-reanimated/android/build.gradle
|
|
- apps/mobile-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-safe-area-context/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-screens/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-edge-to-edge/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-webview/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-aes-gcm-crypto/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-context-menu-view/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-get-random-values/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-svg/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-launcher/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-menu/android/build.gradle
|
|
scandelete:
|
|
- apps/mobile-app/node_modules/
|
|
|
|
- versionName: 0.21.2
|
|
versionCode: 12
|
|
commit: f48591685a7032167e9b1e1865bd6e4441050bfc
|
|
subdir: apps/mobile-app/android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v20.19.3/node-v20.19.3-linux-x64.tar.gz
|
|
- echo "76272878069683c3a36b933d2f4842436a26b527daa930ae9346b477011ee2f3 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
init:
|
|
- cd ../..
|
|
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
|
- npm install --build-from-source
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- apps/mobile-app/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
|
- apps/mobile-app/node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
|
- apps/mobile-app/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
|
- apps/mobile-app/node_modules/react-native-reanimated/android/build.gradle
|
|
- apps/mobile-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-safe-area-context/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-screens/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-edge-to-edge/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-webview/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-aes-gcm-crypto/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-context-menu-view/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-get-random-values/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-svg/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-launcher/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-menu/android/build.gradle
|
|
scandelete:
|
|
- apps/mobile-app/node_modules/
|
|
|
|
- versionName: 0.22.0
|
|
versionCode: 220000
|
|
commit: 2b19d2790223aa303af54bbb917301f11ce77497
|
|
subdir: apps/mobile-app/android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v20.19.3/node-v20.19.3-linux-x64.tar.gz
|
|
- echo "76272878069683c3a36b933d2f4842436a26b527daa930ae9346b477011ee2f3 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
init:
|
|
- cd ../..
|
|
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
|
- npm install --build-from-source
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- apps/mobile-app/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
|
- apps/mobile-app/node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
|
- apps/mobile-app/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
|
- apps/mobile-app/node_modules/react-native-reanimated/android/build.gradle
|
|
- apps/mobile-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-safe-area-context/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-screens/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-edge-to-edge/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-webview/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-aes-gcm-crypto/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-context-menu-view/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-get-random-values/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-svg/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-launcher/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-menu/android/build.gradle
|
|
scandelete:
|
|
- apps/mobile-app/node_modules/
|
|
|
|
- versionName: 0.23.0
|
|
versionCode: 230000
|
|
commit: b4d883dbf04c4e58cc53daf8448836d504922208
|
|
subdir: apps/mobile-app/android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v20.19.3/node-v20.19.3-linux-x64.tar.gz
|
|
- echo "76272878069683c3a36b933d2f4842436a26b527daa930ae9346b477011ee2f3 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
init:
|
|
- cd ../..
|
|
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
|
- npm install --build-from-source
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- apps/mobile-app/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
|
- apps/mobile-app/node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
|
- apps/mobile-app/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
|
- apps/mobile-app/node_modules/react-native-reanimated/android/build.gradle
|
|
- apps/mobile-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-safe-area-context/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-screens/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-edge-to-edge/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-webview/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-aes-gcm-crypto/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-context-menu-view/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-get-random-values/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-svg/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-launcher/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-menu/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-keyboard-controller/android/build.gradle
|
|
scandelete:
|
|
- apps/mobile-app/node_modules/
|
|
|
|
- versionName: 0.23.2
|
|
versionCode: 230200
|
|
commit: 48414dcae424678377772e4e38867423c861de68
|
|
subdir: apps/mobile-app/android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v20.19.3/node-v20.19.3-linux-x64.tar.gz
|
|
- echo "76272878069683c3a36b933d2f4842436a26b527daa930ae9346b477011ee2f3 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
init:
|
|
- cd ../..
|
|
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
|
- npm install --build-from-source
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- apps/mobile-app/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
|
- apps/mobile-app/node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
|
- apps/mobile-app/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
|
- apps/mobile-app/node_modules/react-native-reanimated/android/build.gradle
|
|
- apps/mobile-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-safe-area-context/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-screens/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-edge-to-edge/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-webview/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-aes-gcm-crypto/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-context-menu-view/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-get-random-values/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-svg/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-launcher/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-menu/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-keyboard-controller/android/build.gradle
|
|
scandelete:
|
|
- apps/mobile-app/node_modules/
|
|
|
|
- versionName: 0.24.0
|
|
versionCode: 2400902
|
|
commit: 4030387ead11d14925623f6c2f8ee40eaf08c4f6
|
|
subdir: apps/mobile-app/android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v20.19.3/node-v20.19.3-linux-x64.tar.gz
|
|
- echo "76272878069683c3a36b933d2f4842436a26b527daa930ae9346b477011ee2f3 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
init:
|
|
- cd ../..
|
|
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
|
- npm install --build-from-source
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- apps/mobile-app/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
|
- apps/mobile-app/node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
|
- apps/mobile-app/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
|
- apps/mobile-app/node_modules/react-native-reanimated/android/build.gradle
|
|
- apps/mobile-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-safe-area-context/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-screens/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-edge-to-edge/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-webview/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-aes-gcm-crypto/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-context-menu-view/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-get-random-values/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-svg/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-launcher/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-menu/android/build.gradle
|
|
scandelete:
|
|
- apps/mobile-app/node_modules/
|
|
|
|
- versionName: 0.25.0
|
|
versionCode: 2500901
|
|
disable: crash
|
|
commit: aa630984e3a2be66a27cd1f687e172c40b352d9f
|
|
subdir: apps/mobile-app/android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v20.19.3/node-v20.19.3-linux-x64.tar.gz
|
|
- echo "76272878069683c3a36b933d2f4842436a26b527daa930ae9346b477011ee2f3 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
init:
|
|
- cd ../..
|
|
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
|
- npm install --build-from-source
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- apps/mobile-app/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
|
- apps/mobile-app/node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
|
- apps/mobile-app/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
|
- apps/mobile-app/node_modules/react-native-reanimated/android/build.gradle
|
|
- apps/mobile-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-safe-area-context/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-screens/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-edge-to-edge/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-webview/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-aes-gcm-crypto/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-context-menu-view/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-get-random-values/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-svg/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-launcher/android/build.gradle
|
|
- apps/mobile-app/node_modules/expo-dev-menu/android/build.gradle
|
|
scandelete:
|
|
- apps/mobile-app/node_modules/
|
|
|
|
- versionName: 0.25.1
|
|
versionCode: 2501900
|
|
commit: 2131e4922cf62b6a548c14e9fb96646ec710d308
|
|
subdir: apps/mobile-app/android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v20.19.3/node-v20.19.3-linux-x64.tar.gz
|
|
- echo "76272878069683c3a36b933d2f4842436a26b527daa930ae9346b477011ee2f3 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
init:
|
|
- cd ../..
|
|
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
|
- npm install --production --build-from-source
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- apps/mobile-app/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
|
- apps/mobile-app/node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
|
- apps/mobile-app/node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
|
- apps/mobile-app/node_modules/react-native-reanimated/android/build.gradle
|
|
- apps/mobile-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-safe-area-context/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-screens/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-edge-to-edge/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-webview/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-aes-gcm-crypto/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-context-menu-view/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-get-random-values/android/build.gradle
|
|
- apps/mobile-app/node_modules/react-native-svg/android/build.gradle
|
|
scandelete:
|
|
- apps/mobile-app/node_modules/
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: apps/mobile-app/android/app/build.gradle|versionCode\s+(\d+)|.|versionName\s+"(.+)"
|
|
CurrentVersion: 0.25.1
|
|
CurrentVersionCode: 2501900
|