chimp1984
39893a6aaf
Add trigger price to OpenOffersView
2020-12-24 23:05:23 -05:00
chimp1984
f096351d60
Make rows smaller
2020-12-24 21:46:14 -05:00
chimp1984
bb9de0b24c
Add trigger price field to create offer view
2020-12-24 20:01:04 -05:00
Jakub Loucký
74f5d93504
Display up-to-date error messages under text fields
...
As user types into a validated text field,
if the new string is still invalid but the error message changed,
ensure the new message will be displayed.
2020-12-25 01:52:36 +01:00
chimp1984
d76a810691
Add generic map (cookie) to UserPayload for persisting UI states like app layout
2020-12-24 17:05:04 -05:00
chimp1984
e5957cd2fe
Set priceTypeToggleButton invisible once we move to funds section
...
Remove disableProperty().unbind() calls which have never got a bind call before
Cleanups
2020-12-23 23:22:02 -05:00
chimp1984
752984726c
Add getRegularIconButton method
2020-12-23 21:48:04 -05:00
chimp1984
99192e76ae
Apply formatting (no code change)
2020-12-23 21:47:44 -05:00
chimp1984
8ac81d903d
Refactor InfoInputTextField
...
Use only one icon which is set on demand.
We will add a new icon later so that refactoring prepares that...
2020-12-23 21:46:49 -05:00
chimp1984
d1c8718517
Merge branch 'add-percentage-price-to-open-offer-view' into deactivate-open-offer-if-trigger-price-is-reached
2020-12-23 21:24:52 -05:00
sqrrm
7d7f1b09e7
Merge pull request #4966 from ghubstan/10-callrate-interceptor
...
Prevent excessive api calls
2020-12-23 16:19:29 +01:00
chimp1984
b36802dc49
Add percentage price to open offer view
2020-12-22 19:03:09 -05:00
Christoph Atteneder
73fdb9f6ec
Merge pull request #4984 from chimp1984/improve-localnode-popup-text
...
Improve popup text in case a local node is detected
2020-12-22 09:31:28 +01:00
sqrrm
c5218c66c3
Merge pull request #4971 from chimp1984/use-resource-file-instead-of-resync-from-genesis
...
Avoid resync from genesis in case of dao state issues
2020-12-21 22:00:42 +01:00
sqrrm
df1461c0d7
Merge pull request #4968 from ripcurlx/fix-dark-mode-private-notification-window
...
[v1.5.2] Fix private notification style issue in dark mode
2020-12-21 13:08:43 +01:00
Christoph Atteneder
d805b37a60
Merge pull request #4985 from chimp1984/improve-trade-fee-display
...
Improve trade fee display at create and take offer screens and popups
2020-12-21 11:23:07 +01:00
Christoph Atteneder
a344ae9310
Merge pull request #4977 from chimp1984/add-extra-note-for-amazon-gift-cards
...
[1.5.2] Add extra note for amazon gift cards
2020-12-21 11:22:13 +01:00
chimp1984
20771e4ec6
Force travis rebuild
2020-12-20 20:09:24 -05:00
chimp1984
9f5cf3f705
Move BSQ price in USD at first row.
2020-12-20 19:57:30 -05:00
chimp1984
e59f480392
Improve popup text in case a local node is detected
2020-12-20 19:02:06 -05:00
chimp1984
4050644677
Remove redundant popup
2020-12-20 18:54:32 -05:00
chimp1984
bf720737db
Improve trade fee display at create and take offer screens and popups
2020-12-20 18:01:19 -05:00
sqrrm
48c912c8fe
Avoid standard shortcuts
...
Change shortcut to copy account info for witness signing
to ctrl+shift+c to avoid conflicts with standard OS shortcuts.
2020-12-20 16:50:12 +01:00
chimp1984
69fcf9f255
Remove automatic setting of first currency from combobox
2020-12-19 17:15:49 -05:00
chimp1984
af9f2a9643
In case a reset of the dao state was triggered we delete
...
now all dao store files and request a shut down of the app.
After a restart the resource files are used. This avoids cases where a resync from
genesis got triggered (observed on seed nodes, not on desktop apps).
Seed nodes and headless apps get shut down automatically.
In case of the desktop app we show a warn popup with shutdown
button and no close button, so we enforce a shutdown to avoid
complications in case the user would continue.
2020-12-18 20:29:47 -05:00
sqrrm
e2c8e4dff6
Merge pull request #4965 from ripcurlx/update-data-stores-for-v1.5.2
...
[v1.5.2] Update data stores for v1.5.2
2020-12-18 23:09:04 +01:00
Christoph Atteneder
7c0d02ad09
Make it easier to translate trade roles
2020-12-18 20:48:42 +01:00
Christoph Atteneder
9a54ccc077
Make it easier to translate trade roles
2020-12-18 17:06:56 +01:00
Christoph Atteneder
400a713a41
Fix private notification style issue in dark mode
2020-12-18 15:57:07 +01:00
Christoph Atteneder
7fcb857fd3
Use sign state icon selector for payment account cell factory
2020-12-18 11:57:05 +01:00
Christoph Atteneder
4736bb806a
Limit badge display to two digits
...
Supporting three digits in this UI element wouldn't
work properly in all our use cases
2020-12-18 10:51:39 +01:00
Christoph Atteneder
626aac69a8
Remove wrong error log
2020-12-18 10:01:33 +01:00
Christoph Atteneder
6384753332
Update data stores for v1.5.2
2020-12-17 15:48:05 +01:00
jmacxx
a49cb24e09
review fix: try..catch around all parseCoin()
2020-12-17 15:33:26 +01:00
jmacxx
9cb9ed20e4
Privacy improvements for manual payout
...
Redesign the UI
Add import/export of payout settings
Add ability to import from mediation ticket
Mediator does not need private key
User can sign using own wallet or private key
Validation of input fields
Calculate the tx fee based on inputs
Display of the generated txid & hex so it can be checked
2020-12-17 15:33:21 +01:00
Christoph Atteneder
ceecb404d2
Merge pull request #4899 from jmacxx/4061_privacy_improvement
...
Privacy improvements for manual payout
2020-12-17 15:32:44 +01:00
jmacxx
e888be3192
review fix: try..catch around all parseCoin()
2020-12-16 22:15:16 -06:00
ghubstan
1cd47fd0aa
Merge branch 'master' into 09-refactor-grpc-error-handling
2020-12-16 13:45:29 -03:00
chimp1984
0cd32fa6e5
Add null check (for tests) and fix missing param for test class.
...
Fix test with price display.
2020-12-16 15:42:30 +01:00
chimp1984
169f46d753
Set bsq30DayAveragePrice only at activate as its expensive
...
call and does not change frequently and is only used for
informational purpose as % display.
2020-12-16 15:42:24 +01:00
chimp1984
14e5eefab4
Add check to not devide by 0
...
Cleanups
2020-12-16 15:42:18 +01:00
chimp1984
dd34bc6810
Add price deviation in % to BSQ using 30 day average
2020-12-16 15:42:11 +01:00
chimp1984
67fd7ea010
Show also % price deviation for fixed price and
...
sort according to it
Allow sorting at show all. This helps to spot
good offers with negative % over the whole market.
2020-12-16 15:42:02 +01:00
sqrrm
86d81762f6
Merge pull request #4949 from chimp1984/show-pricedeviation-for-fixed-price-offers
...
Show price deviation in % for fixed price offers and BSQ
2020-12-16 15:30:14 +01:00
Christoph Atteneder
a6bee1116a
Bump version number for v1.5.2
2020-12-16 14:19:41 +01:00
Christoph Atteneder
0789180bb0
Merge pull request #4957 from sqrrm/sign-single-account
...
Sign single account
2020-12-16 14:07:34 +01:00
chimp1984
bb3dbf3d78
Add null check (for tests) and fix missing param for test class.
...
Fix test with price display.
2020-12-15 23:29:53 -05:00
chimp1984
1106d01ff7
Set bsq30DayAveragePrice only at activate as its expensive
...
call and does not change frequently and is only used for
informational purpose as % display.
2020-12-15 23:29:52 -05:00
chimp1984
c858ac7b7d
Add check to not devide by 0
...
Cleanups
2020-12-15 23:29:52 -05:00
chimp1984
34f10d37ef
Add price deviation in % to BSQ using 30 day average
2020-12-15 23:29:52 -05:00