Merge branch 'bitcoin-wallet-update' into 'master'
Bitcoin wallet metadata update See merge request !2358
This commit is contained in:
commit
cf6c3dc802
|
@ -1,38 +1,43 @@
|
|||
Categories:Money
|
||||
License:GPL-3.0
|
||||
Web Site:http://wallet.schildbach.de
|
||||
Source Code:https://github.com/schildbach/bitcoin-wallet
|
||||
Issue Tracker:https://github.com/schildbach/bitcoin-wallet/issues
|
||||
Changelog:https://raw.github.com/schildbach/bitcoin-wallet/prod/wallet/CHANGES
|
||||
Web Site:https://wallet.schildbach.de
|
||||
Source Code:https://github.com/bitcoin-wallet/bitcoin-wallet
|
||||
Issue Tracker:https://github.com/bitcoin-wallet/bitcoin-wallet/issues
|
||||
Changelog:https://raw.github.com/bitcoin-wallet/bitcoin-wallet/prod/wallet/CHANGES
|
||||
Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
|
||||
|
||||
Auto Name:Bitcoin
|
||||
Summary:Store digital currency
|
||||
Description:
|
||||
* No cloud server or web service needed: this wallet works peer to peer
|
||||
* Display of wallet balance in Bitcoin and various other currencies
|
||||
* Sending and receiving of Bitcoin via NFC, QR-codes or Bitcoin URLs
|
||||
* Address book for regularly used Bitcoin addresses
|
||||
* Enter transactions while offline, will be executed when online
|
||||
* Manages blockchain on your device
|
||||
* System notifications for Bitcoin connectivity and received coins
|
||||
* App widget for Bitcoin balance
|
||||
* Back up private keys to local storage encrypted with a password
|
||||
Have your Bitcoins always with you, in your pocket! You pay by quickly scanning
|
||||
a QR code. As a merchant, you receive payments reliably and instantly. Bitcoin
|
||||
Wallet is the first mobile Bitcoin app, and arguably also the most secure!
|
||||
|
||||
A few tens of MiB must be downloaded to set up the blockchain and a couple more
|
||||
per month subsequently to keep it updated.
|
||||
* No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
|
||||
* Display of Bitcoin amount in BTC, mBTC and µBTC.
|
||||
* Conversion to and from national currencies.
|
||||
* Sending and receiving of Bitcoin via NFC, QR codes or Bitcoin URLs.
|
||||
* Address book for regularly used Bitcoin 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 Bitcoin balance.
|
||||
|
||||
See the [http://bitcoin-wallet.googlecode.com/git/wallet/README Readme] for more
|
||||
details. Use this at your own risk and be wary that if you don't make a backup
|
||||
of the private keys you will no longer be able to acces the Bitcoins contained
|
||||
in the wallet, should the data of the app be lost.
|
||||
See the
|
||||
[https://raw.githubusercontent.com/bitcoin-wallet/bitcoin-wallet/master/wallet/README.md
|
||||
README] for more details. Use this at your own risk and be wary that if you
|
||||
don't make a backup of the private keys you will no longer be able to access the
|
||||
Bitcoins contained in the wallet, should the data of the app be lost.
|
||||
|
||||
There's a separate version of this application that uses a test version of the
|
||||
Bitcoin network: [[de.schildbach.wallet_test]].
|
||||
|
||||
All translations are managed via the
|
||||
[https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ Transifex project].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/schildbach/bitcoin-wallet.git
|
||||
Repo:https://github.com/bitcoin-wallet/bitcoin-wallet.git
|
||||
|
||||
Build:2.01,74
|
||||
commit=a55ef6822c9e
|
||||
|
|
|
@ -1,24 +1,21 @@
|
|||
Categories:Money
|
||||
License:GPL-3.0
|
||||
Web Site:http://wallet.schildbach.de
|
||||
Source Code:https://github.com/schildbach/bitcoin-wallet
|
||||
Issue Tracker:https://github.com/schildbach/bitcoin-wallet/issues
|
||||
Changelog:https://github.com/schildbach/bitcoin-wallet/blob/HEAD/wallet/CHANGES
|
||||
Web Site:https://wallet.schildbach.de
|
||||
Source Code:https://github.com/bitcoin-wallet/bitcoin-wallet
|
||||
Issue Tracker:https://github.com/bitcoin-wallet/bitcoin-wallet/issues
|
||||
Changelog:https://raw.githubusercontent.com/bitcoin-wallet/bitcoin-wallet/HEAD/wallet/CHANGES
|
||||
Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
|
||||
|
||||
Auto Name:Bitcoin Wallet [testnet3]
|
||||
Summary:Testing version of Bitcoin
|
||||
Description:
|
||||
A bitcoin wallet, allowing you to store, send and receive bitcoins on your
|
||||
device, both via QR codes and NFC. When run for the first time, it can happen
|
||||
that the app shows only a white display for some seconds.
|
||||
|
||||
This is a test version of [[de.schildbach.wallet]] that uses the test Bitcoin
|
||||
network, not the real one.
|
||||
A Bitcoin wallet, allowing you to store, send and receive Bitcoins on your
|
||||
device, both via QR codes and NFC. This is a test version of
|
||||
[[de.schildbach.wallet]] that uses the test Bitcoin network, not the real one.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/schildbach/bitcoin-wallet.git
|
||||
Repo:https://github.com/bitcoin-wallet/bitcoin-wallet.git
|
||||
|
||||
Build:2.01_test,74
|
||||
commit=a55ef6822c9e
|
||||
|
@ -845,6 +842,13 @@ Build:5.23-test,303
|
|||
sed -i -e "s,url 'https://maven.google.com',url 'https://jitpack.io',g" build.gradle ../build.gradle
|
||||
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
|
||||
|
||||
Build:5.24-test,304
|
||||
commit=v5.24
|
||||
subdir=wallet
|
||||
gradle=yes
|
||||
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
|
||||
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.24-test
|
||||
|
|
Loading…
Reference in a new issue