mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
Update DashPay Wallet to 11.1.2 (11010205)
This commit is contained in:
parent
f1ada0a09d
commit
c92c89adac
1 changed files with 16 additions and 34 deletions
|
|
@ -12,38 +12,7 @@ IssueTracker: https://github.com/HashEngineeringSolutions/dash-wallet/issues
|
|||
Translation: https://www.transifex.com/dash/dash-mobile-wallets
|
||||
Changelog: https://raw.github.com/HashEngineeringSolutions/dash-wallet/HEAD/wallet/CHANGES
|
||||
|
||||
AutoName: Dash Wallet
|
||||
Description: |-
|
||||
Note: This is a fork of https://github.com/dashpay/dash-wallet build only from FOSS components.
|
||||
|
||||
Have your Dash always with you, in your pocket! You pay by quickly scanning a QR
|
||||
code. As a merchant, you receive payments reliably and instantly. Dash Wallet is
|
||||
the first mobile Dash app, and arguably also the most secure!
|
||||
|
||||
FEATURES
|
||||
|
||||
* No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
|
||||
* Display of Dash amount in DASH, mDASH and µDASH.
|
||||
* Conversion to and from national currencies.
|
||||
* Sending and receiving of Dash via NFC, QR codes or Dash URLs.
|
||||
* Address book for regularly used Dash addresses.
|
||||
* When you're offline, you can still pay via Bluetooth.
|
||||
* System notification for received coins.
|
||||
* Sweeping of paper wallets (e.g. those used for cold storage).
|
||||
* App widget for Dash balance.
|
||||
|
||||
CONTRIBUTE
|
||||
|
||||
All translations are managed via Transifex:
|
||||
<a href="https://www.transifex.com/dash/dash-wallet/">https://www.transifex.com/dash/dash-wallet/</a>
|
||||
|
||||
You can find more about Dash at <a href="https://www.dash.org/">https://www.dash.org/</a>.
|
||||
|
||||
TESTIMONIALS
|
||||
|
||||
* A recommended mobile wallet by <a href="https://www.dash.org">https://www.dash.org</a>
|
||||
|
||||
Use at your own risk!
|
||||
AutoName: DashPay Wallet
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/HashEngineeringSolutions/dash-wallet.git
|
||||
|
|
@ -205,8 +174,21 @@ Builds:
|
|||
- wallet/test/de/schildbach/wallet/util/services/*testnet
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 11.1.2
|
||||
versionCode: 11010205
|
||||
commit: 960736f4c5fcdc5a916826b821ab6b675d3d6fad
|
||||
subdir: wallet
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
gradle:
|
||||
- foss
|
||||
scandelete:
|
||||
- wallet/test/de/schildbach/wallet/util/services/*testnet
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*-foss$
|
||||
UpdateCheckData: wallet/build.gradle|versionCode.*\s(\d+)|.|versionName.*\s"(.*)"
|
||||
CurrentVersion: 10.2.0
|
||||
CurrentVersionCode: 102000
|
||||
CurrentVersion: 11.1.2
|
||||
CurrentVersionCode: 11010205
|
||||
|
|
|
|||
Loading…
Reference in a new issue