Descriptions ...
Remove legacy instructions from bitcoin wallet. Use 127.0.0.1 instead of localhost in org.adaway. Mention the 4.3xx/4.5xx confusion in k-9 beta although don't lower the CV yet because client 0.46 may prompt an "update" to the lower version; wait for 4.400 before doing that
This commit is contained in:
parent
4ce80c1f99
commit
4774d370e4
|
@ -6,31 +6,26 @@ Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
|
|||
|
||||
Summary:Wallet for the Bitcoin currency
|
||||
Description:
|
||||
Since v2.41 it is able to export private keys to local storage, encrypted
|
||||
with a password. It also uses bloom filtering, reducing drastically the
|
||||
amount of data that needs to be downloaded to set up the blockchain.
|
||||
With v3 a new wallet format is used using a lot less storage but if you
|
||||
are upgrading, the blockchain will need reseting. When run for the first
|
||||
time, it can happen that the app shows only a white display for some seconds.
|
||||
|
||||
* No cloud server or web service needed. This wallet works peer to peer
|
||||
* 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 (requirement: app moved from sdcard to phone)
|
||||
* App widget for Bitcoin balance
|
||||
* Export private keys to local storage encrypted with a password
|
||||
|
||||
A few tens of MiB must be downloaded to set up the blockchain and a couple
|
||||
more per month subsequently to keep it updated.
|
||||
When run for the first time, it can happen that the app shows only a white
|
||||
display for some seconds.
|
||||
|
||||
See the
|
||||
[http://bitcoin-wallet.googlecode.com/git/wallet/README Readme] for details.
|
||||
Use this at your own risk, and be aware that if you lose access to the data
|
||||
of this application, you will lose any Bitcoins contained in it. To back up
|
||||
the wallet, either;
|
||||
|
||||
# (From inside the app), export the keys to the sdcard (v2.41+ only). After restoring, the app may download some tens of MiB of data to regenerate the blockchain
|
||||
# Use ADB backup from the Android SDK if you have Android 4+ on the phone (root not required, but check that it works properly: since v2 is installed to sdcard by default, the shared storage needs backing up too), or
|
||||
# Manually back up the files in /data/data/de.schildbach.wallet/files/: #tar cf /sdcard/wallet.tar /data/data/de.schildbach.wallet/files and you may have to change the ownership of the files that you restore (root required)
|
||||
[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.
|
||||
|
||||
There's a separate version of this application that uses a test version of the
|
||||
Bitcoin network: [[de.schildbach.wallet_test]].
|
||||
|
|
|
@ -10,7 +10,7 @@ Summary:Block advertisements
|
|||
Description:
|
||||
An ad blocker that uses the hosts file. The hosts file
|
||||
contains a list of mappings between hostnames and IP addresses. When
|
||||
an app requests an ad, that request is directed to localhost which does
|
||||
an app requests an ad, that request is directed to 127.0.0.1 which does
|
||||
nothing. There are options to run a web server
|
||||
to respond to blocked hostnames and to direct requests to the IP
|
||||
address of your choosing. You can download hosts files from the
|
||||
|
|
|
@ -6,6 +6,11 @@ Issue Tracker:http://code.google.com/p/k9mail/issues/list
|
|||
|
||||
Summary:Beta version of K-9
|
||||
Description:
|
||||
4.3xx and 4.5xx are betas for 4.400 and 4.600 respectively.
|
||||
There isn't a huge difference between the two, so better to stick with 4.5xx
|
||||
if you already have it installed even though the stable release
|
||||
will be further away.
|
||||
|
||||
E-mail client supporting multiple accounts, POP3, IMAP and Push IMAP.
|
||||
Packed with features and highly configurable.
|
||||
Import of settings from [[com.fsck.k9]] is possible so that all
|
||||
|
|
Loading…
Reference in a new issue