summaryrefslogtreecommitdiff
path: root/wallet/fastlane
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/fastlane')
-rw-r--r--wallet/fastlane/Appfile2
-rw-r--r--wallet/fastlane/Fastfile33
-rw-r--r--wallet/fastlane/metadata/android/en-US/changelogs/7.txt1
-rw-r--r--wallet/fastlane/metadata/android/en-US/full_description.txt11
-rw-r--r--wallet/fastlane/metadata/android/en-US/images/featureGraphic.pngbin0 -> 105117 bytes
-rw-r--r--wallet/fastlane/metadata/android/en-US/images/icon.pngbin0 -> 14129 bytes
-rw-r--r--wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/1_balance_empty.pngbin0 -> 68330 bytes
-rw-r--r--wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/2_balance_with_transactions.pngbin0 -> 191281 bytes
-rw-r--r--wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/3_nav_drawer.pngbin0 -> 114448 bytes
-rw-r--r--wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/4_payment_confirm.pngbin0 -> 82667 bytes
-rw-r--r--wallet/fastlane/metadata/android/en-US/short_description.txt1
-rw-r--r--wallet/fastlane/metadata/android/en-US/title.txt1
-rw-r--r--wallet/fastlane/metadata/android/en-US/video.txt0
13 files changed, 49 insertions, 0 deletions
diff --git a/wallet/fastlane/Appfile b/wallet/fastlane/Appfile
new file mode 100644
index 0000000..3166568
--- /dev/null
+++ b/wallet/fastlane/Appfile
@@ -0,0 +1,2 @@
+json_key_file("../../api-5955905454448196576-583043-ea133c8ceb16.json")
+package_name("net.taler.wallet")
diff --git a/wallet/fastlane/Fastfile b/wallet/fastlane/Fastfile
new file mode 100644
index 0000000..559acac
--- /dev/null
+++ b/wallet/fastlane/Fastfile
@@ -0,0 +1,33 @@
+# This file contains the fastlane.tools configuration
+# You can find the documentation at https://docs.fastlane.tools
+#
+# For a list of all available actions, check out
+#
+# https://docs.fastlane.tools/actions
+#
+# For a list of all available plugins, check out
+#
+# https://docs.fastlane.tools/plugins/available-plugins
+#
+
+# Uncomment the line if you want fastlane to automatically update itself
+# update_fastlane
+
+opt_out_usage
+
+default_platform(:android)
+
+platform :android do
+ desc "Runs all the tests"
+ lane :test do
+ gradle(task: "test", gradle_path: '../gradlew')
+ end
+
+ desc "Deploy a new version to the Google Play beta track"
+ lane :deploy do
+ gradle(task: "clean assembleRelease", gradle_path: '../gradlew')
+ upload_to_play_store(track: 'beta', skip_upload_images: 'true', skip_upload_screenshots: 'true', validate_only: 'true')
+ end
+end
+
+# vi:syntax=ruby
diff --git a/wallet/fastlane/metadata/android/en-US/changelogs/7.txt b/wallet/fastlane/metadata/android/en-US/changelogs/7.txt
new file mode 100644
index 0000000..88521f9
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/changelogs/7.txt
@@ -0,0 +1 @@
+Updated to the latest protocol version. \ No newline at end of file
diff --git a/wallet/fastlane/metadata/android/en-US/full_description.txt b/wallet/fastlane/metadata/android/en-US/full_description.txt
new file mode 100644
index 0000000..5d5c1dc
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/full_description.txt
@@ -0,0 +1,11 @@
+This app is a wallet for GNU Taler. It is highly experimental, and not ready for production use yet.
+
+GNU Taler is a privacy-preserving payment system. Customers can stay anonymous, but merchants can not hide their income through payments with GNU Taler. This helps to avoid tax evasion and money laundering.
+
+The primary use case of GNU Taler is payments; it is not meant as a store of value. Payments are always backed by an existing currency.
+
+Payment are made after exchanging existing money into electronic money with the help of an Exchange service, that is, a payment service provider for Taler.
+
+When making a payment, customers only need a charged wallet. A merchant can accept payments without making their customers register on the merchant's Website.
+
+GNU Taler is immune against many types of fraud, such as phishing of credit card information or chargeback fraud. In case of loss or theft, only the limited amount of money left in the wallet might be gone. \ No newline at end of file
diff --git a/wallet/fastlane/metadata/android/en-US/images/featureGraphic.png b/wallet/fastlane/metadata/android/en-US/images/featureGraphic.png
new file mode 100644
index 0000000..f416098
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/images/featureGraphic.png
Binary files differ
diff --git a/wallet/fastlane/metadata/android/en-US/images/icon.png b/wallet/fastlane/metadata/android/en-US/images/icon.png
new file mode 100644
index 0000000..f0f6be7
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/images/icon.png
Binary files differ
diff --git a/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/1_balance_empty.png b/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/1_balance_empty.png
new file mode 100644
index 0000000..e739e79
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/1_balance_empty.png
Binary files differ
diff --git a/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/2_balance_with_transactions.png b/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/2_balance_with_transactions.png
new file mode 100644
index 0000000..65184db
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/2_balance_with_transactions.png
Binary files differ
diff --git a/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/3_nav_drawer.png b/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/3_nav_drawer.png
new file mode 100644
index 0000000..5d1919a
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/3_nav_drawer.png
Binary files differ
diff --git a/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/4_payment_confirm.png b/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/4_payment_confirm.png
new file mode 100644
index 0000000..fa9b726
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/images/phoneScreenshots/4_payment_confirm.png
Binary files differ
diff --git a/wallet/fastlane/metadata/android/en-US/short_description.txt b/wallet/fastlane/metadata/android/en-US/short_description.txt
new file mode 100644
index 0000000..61c44fa
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/short_description.txt
@@ -0,0 +1 @@
+GNU Taler makes privacy-friendly online transactions fast and easy. \ No newline at end of file
diff --git a/wallet/fastlane/metadata/android/en-US/title.txt b/wallet/fastlane/metadata/android/en-US/title.txt
new file mode 100644
index 0000000..bd84ef2
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/title.txt
@@ -0,0 +1 @@
+Taler Wallet (experimental) \ No newline at end of file
diff --git a/wallet/fastlane/metadata/android/en-US/video.txt b/wallet/fastlane/metadata/android/en-US/video.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/wallet/fastlane/metadata/android/en-US/video.txt