Final BitcoinSpinner (com.miracleas.bitcoin_spinner) update
This commit is contained in:
parent
570fe53a14
commit
da9c2db073
|
@ -1,3 +1,4 @@
|
|||
AntiFeatures:NonFreeAdd
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:http://code.google.com/p/bitcoinspinner/
|
||||
|
@ -6,26 +7,12 @@ Issue Tracker:http://code.google.com/p/bitcoinspinner/issues/list
|
|||
Bitcoin:14VWYvbHd4R7oTFS8kEfoWZFTzbedDgwKg
|
||||
|
||||
Auto Name:BitcoinSpinner
|
||||
Summary:Lightweight bitcoin wallet
|
||||
Summary:Abandoned bitcoin wallet
|
||||
Description:
|
||||
'''0.8.3b contains an important
|
||||
[http://bitcoin.org/en/alert/2013-08-11-android security fix].'''
|
||||
You will need to transfer your coins to another wallet (e.g.
|
||||
latest version of [[de.schildbach.wallet]]) and uninstall this.
|
||||
The coins can be moved back to Bitcoinspinner after the 0.8.3b is installed.
|
||||
'''Retained for information only - DO NOT USE'''
|
||||
|
||||
Send and receive Bitcoins using QR codes. Share your Bitcoin address using
|
||||
Gmail, Twitter and more. Backup/restore wallet using QR codes. The blockchain
|
||||
is not downloaded, but is kept track of by a remote server. All your Bitcoins
|
||||
are protected using private keys stored on your device using app private storage
|
||||
. BitcoinSpinner is NOT an on-line Bitcoin Bank. Nobody can run away with your
|
||||
Bitcoins. It is implemented on top of the BCCAPI, which means that all the heavy
|
||||
lifting associated with managing the block chain is hosted by a server. The server
|
||||
side is not in any position to spend your Bitcoins, as all private keys are stored
|
||||
in your device. This beta software so don't put the life savings in there.
|
||||
|
||||
Anti-features: The app recommends that you use another wallet app
|
||||
(its 'successor') but that is published under a non-free license.
|
||||
The developer of this bitcoin wallet has replaced it with a new one which
|
||||
has a non-Free license. Don't use this wallet - it is no longer maintained.
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
|
@ -64,8 +51,16 @@ Build:0.8.3b,38
|
|||
mv ../bitlib/src/com/bccapi/bitlib src/com/bccapi/ && \
|
||||
mv ../bccapi/src/com/bccapi/* src/com/bccapi
|
||||
|
||||
Build:0.8.4b,39
|
||||
commit=91
|
||||
subdir=BitcoinSpinner
|
||||
target=android-10
|
||||
prebuild=mkdir -p src/com/bccapi/ && \
|
||||
mv ../bitlib/src/com/bccapi/bitlib src/com/bccapi/ && \
|
||||
mv ../bccapi/src/com/bccapi/* src/com/bccapi
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:0.8.4b
|
||||
Current Version Code:39
|
||||
|
||||
|
|
Loading…
Reference in a new issue