From baef3bd8f63f50579a354de3b63c98c65e647dae Mon Sep 17 00:00:00 2001 From: Steve Mulligan Date: Sun, 22 Jul 2018 16:38:10 -0400 Subject: [PATCH 1/3] adding metadata for ellaism wallet --- metadata/com.outdoordevs.ellaism.wallet.txt | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 metadata/com.outdoordevs.ellaism.wallet.txt diff --git a/metadata/com.outdoordevs.ellaism.wallet.txt b/metadata/com.outdoordevs.ellaism.wallet.txt new file mode 100755 index 0000000000..c5cd860900 --- /dev/null +++ b/metadata/com.outdoordevs.ellaism.wallet.txt @@ -0,0 +1,31 @@ +Categories:Money +License:GPL-3.0-only +Web Site:https://www.ellaism.org +Source Code:https://github.com/ellaism/Lunary-Ethereum-Wallet +Issue Tracker:https://github.com/ellaism/Lunary-Ethereum-Wallet/issues + +Auto Name:Ellaism Wallet +Summary:Ellaism Mobile Wallet +Description: +Ellaism has zero pre-mine and has no mandatory developer fees with all support +and development donated freely by the community. We believe this makes our coin +one of the most honest pure Ethereum projects, and something that is uniquely +interesting as a platform for serious developers, educators, and enthusiasts. + +The Ellaism Wallet is based on a fork of Lunary Ethereum Wallet, an open source +secure wallet for Android. +. + +Repo Type:git +Repo:https://github.com/ellaism/Lunary-Ethereum-Wallet + +Build:1.0.4,34 + commit=v1.0.4 + gradle=fdroid + output=app/build/outputs/apk/app-fdroid-release-unsigned.apk + prebuild=sed -i -e '/googleplayCompile/d' build.gradle + +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:1.0.4 +Current Version Code:34 From 4ec258769278fd0a8718e6aff44e3e593e7adfaf Mon Sep 17 00:00:00 2001 From: Steve Mulligan Date: Mon, 30 Jul 2018 19:22:40 -0400 Subject: [PATCH 2/3] replaced output= with subdir=, removed prebuild= step since not needed --- metadata/com.outdoordevs.ellaism.wallet.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata/com.outdoordevs.ellaism.wallet.txt b/metadata/com.outdoordevs.ellaism.wallet.txt index c5cd860900..b6818cf465 100755 --- a/metadata/com.outdoordevs.ellaism.wallet.txt +++ b/metadata/com.outdoordevs.ellaism.wallet.txt @@ -22,8 +22,7 @@ Repo:https://github.com/ellaism/Lunary-Ethereum-Wallet Build:1.0.4,34 commit=v1.0.4 gradle=fdroid - output=app/build/outputs/apk/app-fdroid-release-unsigned.apk - prebuild=sed -i -e '/googleplayCompile/d' build.gradle + subdir=app Auto Update Mode:Version v%v Update Check Mode:Tags From fa756d2b3bc1ea5339532bcd1549f9eff46c44ff Mon Sep 17 00:00:00 2001 From: Steve Mulligan Date: Mon, 30 Jul 2018 19:31:35 -0400 Subject: [PATCH 3/3] Moved gradle statement below subdir --- metadata/com.outdoordevs.ellaism.wallet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.outdoordevs.ellaism.wallet.txt b/metadata/com.outdoordevs.ellaism.wallet.txt index b6818cf465..a91a3f8f44 100755 --- a/metadata/com.outdoordevs.ellaism.wallet.txt +++ b/metadata/com.outdoordevs.ellaism.wallet.txt @@ -21,8 +21,8 @@ Repo:https://github.com/ellaism/Lunary-Ethereum-Wallet Build:1.0.4,34 commit=v1.0.4 - gradle=fdroid subdir=app + gradle=fdroid Auto Update Mode:Version v%v Update Check Mode:Tags