From dfb79e635d85461e951e2bc6400d358f9a43163d Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 20 Jul 2025 15:12:08 +0200 Subject: [PATCH] Zapstore --- .../main/java/com/robosats/MainActivity.kt | 1 - android/zapstore.yaml | 46 +++++++++++++++++++ fastlane/metadata/en-US/full_description.txt | 3 +- 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 android/zapstore.yaml diff --git a/android/app/src/main/java/com/robosats/MainActivity.kt b/android/app/src/main/java/com/robosats/MainActivity.kt index e1f6eb0f..41e02b56 100644 --- a/android/app/src/main/java/com/robosats/MainActivity.kt +++ b/android/app/src/main/java/com/robosats/MainActivity.kt @@ -2,7 +2,6 @@ package com.robosats import android.annotation.SuppressLint import android.app.Application -import android.content.Context import android.content.pm.ActivityInfo import android.os.Build import android.os.Bundle diff --git a/android/zapstore.yaml b/android/zapstore.yaml new file mode 100644 index 00000000..f41b3e7c --- /dev/null +++ b/android/zapstore.yaml @@ -0,0 +1,46 @@ +name: Robosats +summary: A simple and private bitcoin exchange +description: >- + RoboSats is a simple and private app to exchange bitcoin for national currencies. + Robosats simplifies the P2P user experience and uses lightning hold invoices to + minimize custody and trust requirements. The deterministically generated robot + avatars help users stick to best privacy practices. + + Features: + + - Decentralized: Scrow services are individually provided by members of the Robosats federation. + + - Privacy focused: your robot avatar is deterministically generated, no need for registration. + + - More than 10 languages available and over 60 fiat currencies + + - Safe: simply lock a lightning hodl invoice and show you are real and committed. + + - No data collection. Your communication with your peer is PGP encrypted, only you can read it. + + - Lightning fast: the average sovereign trade finishes in ~ 8 minutes. Faster than a single block confirmation! + + - Fully collateralized escrow: your peer is always committed and cannot run away with the funds. + + - Strong incentives system: attempts of cheating are penalized with the slashing of the Sats in the fidelity bond. + + - Guides and video tutorials available at https://learn.robosats.com/watch/en + + You can join other cool Robots and get community support at https://learn.robosats.org. +repository: https://github.com/RoboSats/robosats +images: + - ../../fastlane/metadata/en-US/images/phoneScreenshots/01.jpg + - ../../fastlane/metadata/en-US/images/phoneScreenshots/02.jpg + - ../../fastlane/metadata/en-US/images/phoneScreenshots/03.jpg + - ../../fastlane/metadata/en-US/images/phoneScreenshots/04.jpg + - ../../fastlane/metadata/en-US/images/phoneScreenshots/05.jpg + - ../../fastlane/metadata/en-US/images/phoneScreenshots/06.jpg +icon: ../../fastlane/metadata/en-US/images/icon.png +tags: privacy lightning bitcoin p2p tor exchange foss +license: AGPL-3.0 +remote_metadata: + - github +assets: # for github + - robosats-v\d+\.\d+\.\d+.\w+-universal.apk + - robosats-v\d+\.\d+\.\d+.\w+-arm64-v8a.apk + - robosats-v\d+\.\d+\.\d+.\w+-armeabi-v7a.apk diff --git a/fastlane/metadata/en-US/full_description.txt b/fastlane/metadata/en-US/full_description.txt index b049c155..00491fa4 100644 --- a/fastlane/metadata/en-US/full_description.txt +++ b/fastlane/metadata/en-US/full_description.txt @@ -1,5 +1,6 @@

RoboSats is a simple and private app to exchange bitcoin for national currencies. Robosats simplifies the P2P user experience and uses lightning hold invoices to minimize custody and trust requirements. The deterministically generated robot avatars help users stick to best privacy practices.


Features:

-

You can join other cool Robots and get community support at our Telegram group.

\ No newline at end of file +

You can join other cool Robots and get community support at https://learn.robosats.org.

\ No newline at end of file