fdroiddata/metadata/app.zeusln.zeus.yml

104 lines
4.1 KiB
YAML
Raw Normal View History

2020-11-26 13:01:54 +00:00
Categories:
- Money
License: AGPL-3.0-only
AuthorName: Evan Kaloudis
WebSite: https://zeusln.app
SourceCode: https://github.com/ZeusLN/zeus
IssueTracker: https://github.com/ZeusLN/zeus/issues
Translation: https://www.transifex.com/ZeusLN/zeus/
Changelog: https://github.com/ZeusLN/zeus/releases
Donate: http://my.paynym.is/+holymorning7d1
AutoName: Zeus
Description: |-
2021-03-10 00:16:32 +00:00
Zeus is a mobile Bitcoin/Lightning app for lnd, c-lightning, and Eclair node operators
2020-11-26 13:01:54 +00:00
Features:
2021-03-10 00:16:32 +00:00
* Connect to your own lnd, Eclair, and c-lightning nodes
* Send and receive both on-chain and lightning transactions
* Open or close your own channels (both public and private)
* Built in Tor
* Multi-path payment support
* Fee reports
* Fee estimation table via WhatTheFee.io
2020-11-26 13:01:54 +00:00
* Connect via lndconnect
2021-03-10 00:16:32 +00:00
* Connect to BTCPayServer nodes
2020-11-26 13:01:54 +00:00
* Generate QRs for invoices or for peers to connect to your node
2021-03-10 00:16:32 +00:00
* Supports both mainnet, testnet, and regtest
2020-11-26 13:01:54 +00:00
RepoType: git
Repo: https://github.com/ZeusLN/zeus.git
Builds:
- versionName: 0.4.0
versionCode: 22
commit: v0.4.0
subdir: android/app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
- npm run patch-android-release
gradle:
- yes
output: build/outputs/apk/release/app-universal-release-unsigned.apk
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
-Dfile.encoding=UTF-8' >> ../gradle.properties
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/android
- node_modules/@react-native-community/async-storage/android/build.gradle
- node_modules/@react-native-community/masked-view/android/build.gradle
- node_modules/react-native-gesture-handler/android/lib/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-secure-key-store/example/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native/template/android/build.gradle
- node_modules/@react-navigation/native/node_modules/react-native-screens/android/build.gradle
scandelete:
- node_modules
2021-03-09 03:22:01 +00:00
- versionName: 0.5.0
versionCode: 23
commit: v0.5.0
subdir: android/app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
- npm run patch-android-release
gradle:
- yes
output: build/outputs/apk/release/app-universal-release-unsigned.apk
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
-Dfile.encoding=UTF-8' >> ../gradle.properties
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/android
- node_modules/@react-native-community/async-storage/android/build.gradle
- node_modules/@react-native-community/masked-view/android/build.gradle
- node_modules/react-native-gesture-handler/android/lib/build.gradle
- node_modules/react-native-permissions/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-secure-key-store/example/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native/template/android/build.gradle
- node_modules/@react-navigation/native/node_modules/react-native-screens/android/build.gradle
scandelete:
- node_modules
2020-11-26 13:01:54 +00:00
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags .*[0-9]$
2021-03-09 03:22:01 +00:00
CurrentVersion: 0.5.0
CurrentVersionCode: 23