Ben Woosley
53320470f5
Format the transaction window fee rate with 1 decimal place ( #4286 )
* Fix format_satoshi to properly handle non-integer values
Handling the integer and fraction parts together via string formatting
simplifies the initial composition because the default behavior manages
the - sign, and the incorporation of the fractional part.
* Limit fee rate output to one decimal place
Via a new precision arg
* Introduce format_fee_satoshis and use it for all fee display
7 years ago
SomberNight
a161b6e655
RBF: make sure we know the fee for the old txn
related #4306
7 years ago
Dimitris Apostolou
989c9c2b55
Fix typos
7 years ago
SomberNight
8bdf863fca
fix: android HistoryScreen was not displaying fiat value of unconfirmed txns
7 years ago
ThomasV
986985c398
fix #4255
7 years ago
SomberNight
3bf5afa61a
fix #4253
7 years ago
SomberNight
a852f97e97
kivy: change activity launchMode to singleTask
7 years ago
SomberNight
35b3294a5d
fix #4238
7 years ago
ThomasV
a03449c1be
kivy: cleanup addresses dialog
7 years ago
ThomasV
445ef3c6ac
remove print statement
7 years ago
ThomasV
b75d82491b
kivy: request PIN code on startup
7 years ago
SomberNight
7939b32a1f
minor kivy import fix
7 years ago
ThomasV
b009c56b9d
kivy: save requests only with the save button
7 years ago
SomberNight
8e79d09511
disallow adding receive requests without valid is_mine addresses
7 years ago
SomberNight
b7f7da6cde
fix kivy addresses search
7 years ago
ThomasV
971a6979ee
kivy: do not open invoices, requests dialogs if list is empty
7 years ago
ThomasV
ca07399937
fix #4050
7 years ago
ThomasV
a6e23ae275
share icon file
7 years ago
ThomasV
c750ec153b
new kivy gui
7 years ago
ThomasV
2b5117ab3d
kivy: fix tx dialog message
7 years ago
ThomasV
c9b0840c78
kivy: minor fixes related to exchange rates
7 years ago
SomberNight
81b6d65764
refactor network constants
7 years ago
ThomasV
56c94153ff
kivy: simplify fee dialog
7 years ago
ThomasV
2e594d2d7a
kivy: simplify fee dialog
7 years ago
ThomasV
721dc8cdb9
kivy: larger history icons
7 years ago
ThomasV
1526768cd6
kivy: simplify history screen, display either fiat or btc
7 years ago
ThomasV
f863e7c7a8
follow-up previous commit
7 years ago
ThomasV
1e6d522137
kivy: more usable amount dialog
7 years ago
ThomasV
f93c3d79d7
fix #3740
7 years ago
ThomasV
d5effe48d0
kivy: do not show balance in every tab. fixes #3350
7 years ago
ThomasV
b2c7d2d2cc
kivy: do not cache fee dialog
7 years ago
ThomasV
4321950f63
kivy: update fee dialog on new fee
7 years ago
ThomasV
fb761b7c12
request fee historgam every minute. show fee in the send tab of kivy gui
7 years ago
ThomasV
e82838ecbb
fix #3991
7 years ago
ThomasV
2303f7b540
use python 3.6 to build APK
7 years ago
ThomasV
324da97297
Provide command-line instructions to install SDKs in Kivy/buildozer
7 years ago
SomberNight
a0023791e5
fix kivy -- virtual keyboard for seed input: chars were not getting enabled
kivy master broke this in kivy/kivy#5537
7 years ago
ThomasV
31edc419fa
improve get_tx_status
7 years ago
SomberNight
1f1844ac13
kivy readme: manual download of crystax
7 years ago
SomberNight
1804800999
fix #3941
follow-up d971a75ef8
7 years ago
ThomasV
d971a75ef8
fix #3941
7 years ago
SomberNight
4ddda74dad
clean up fees a bit
7 years ago
SomberNight
15f7e09131
use config.is_dynfee and config.use_mempool_fees
also fixes #3894
7 years ago
SomberNight
3bfaaad774
kivy: address filter "all"
follow-up of #3841
7 years ago
ThomasV
f5d557cae9
improve fee tooltips
7 years ago
ThomasV
f39f43d58c
fix #3845
7 years ago
ThomasV
c3f3843cc3
Add memory pool based fee estimates
- fee estimates can use ETA or mempool
- require protocol version 1.2
- remove fee_unit preference
7 years ago
SomberNight
ffdc36285b
use string.format instead of old style (%) formatting
7 years ago
SomberNight
5522e9ea9f
TX_ICONS list between kivy and qt needs to be kept in sync
7 years ago
SomberNight
c811c5c9d9
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
7 years ago