mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Merge branch 'zeusnewappid' into 'master'
Zeusnewappid See merge request fdroid/fdroiddata!7784
This commit is contained in:
commit
9d8ff883a8
15 changed files with 73 additions and 42 deletions
68
metadata/app.zeusln.zeus.yml
Normal file
68
metadata/app.zeusln.zeus.yml
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
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: |-
|
||||
Zeus is a mobile Bitcoin app for Lightning Network Daemon (lnd) node operators
|
||||
|
||||
Features:
|
||||
|
||||
* Connect to your own lnd node
|
||||
* Send both on-chain and lightning transactions
|
||||
* Open or close your own channels
|
||||
* Create lightning invoices
|
||||
* Connect via lndconnect
|
||||
* Connect to a BTCPayServer node
|
||||
* Generate QRs for invoices or for peers to connect to your node
|
||||
* Supports both mainnet and testnet
|
||||
* Supports nodes connected to Tor
|
||||
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: 0.4.0
|
||||
CurrentVersionCode: 22
|
||||
|
|
@ -10,6 +10,8 @@ Bitcoin: 3Lbz4vdt15Fsa4wVD3Yk8uGf6ugKKY4zSc
|
|||
|
||||
AutoName: Zeus
|
||||
Description: |-
|
||||
[Note: The app is now developed under a new appID as [https://f-droid.org/en/packages/app.zeusln.zeus Zeus]]
|
||||
|
||||
Zeus is a mobile Bitcoin app for Lightning Network Daemon (lnd) node operators
|
||||
|
||||
Features:
|
||||
|
|
@ -119,47 +121,8 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 0.2.1
|
||||
versionCode: 15
|
||||
disable: fails to build
|
||||
commit: v0.2.1
|
||||
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
|
||||
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 0.2.2
|
||||
versionCode: 16
|
||||
disable: fails to build
|
||||
commit: v0.2.2
|
||||
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
|
||||
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
ArchivePolicy: 0 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 0.2.2
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue