Commit graph

2190 commits

Author SHA1 Message Date
Chris Beams
a72bb72473
Rename classes from Node* => SeedNode* as appropriate
Each of the classes here are in fact specific to seed nodes, so have
been renamed accordingly, e.g. from NodeAddresses => SeedNodeAddresses.
2018-02-21 10:45:21 +01:00
Christoph Atteneder
170e2895a0
Fix rebase issues 2018-02-21 10:37:28 +01:00
Chris Beams
b392864661
Rename CoreSeedNodeRepository => DefaultSeedNodeRepository
The original name was intended to distinguish that this implementation
is the implentation that lives within Bisq's 'core' module. This commit
renames the class to DefaultSeedNodeRepository as this is more idiomatic
and intention-revealing. This implementation is in fact the only one
ever gets used; it is the 'default' (and only) implementation.
2018-02-21 10:33:20 +01:00
Chris Beams
4ac45d7fe8
Rename SeedNodesRepository => SeedNodeRepository
The idiomatic approach to naming domain-driven design (DDD)-style
repositories is to use the singular form of the object being
encapsulated by the repository, e.g. BookRepository vs. BooksRepository.

Thus far, the repository interfaces and implementations created here in
Bisq have used the latter, plural form, but going forward we should
revert to the norm. To this end, this commit renames SeedNodesRepository
and its single implementation to SeedNodeRepository and
CoreSeedNodeRepository respectively.
2018-02-21 10:33:20 +01:00
Christoph Atteneder
879a6ad56d
Add new font style and use it for number columns 2018-02-21 10:26:30 +01:00
Christoph Atteneder
edf1884bbb
Add Fira Sans and Fira Mono font 2018-02-21 10:26:30 +01:00
Christoph Atteneder
bc4576680d
Add dynamic decimal alignment for amount column in OfferBookView 2018-02-20 18:43:34 +01:00
Christoph Atteneder
584bb29abd
Remove unused methods 2018-02-20 17:42:42 +01:00
Christoph Atteneder
8fc1f2ced9
Use Comparator Util 2018-02-20 17:35:09 +01:00
Christoph Atteneder
9a7f59832a
Add tests for OfferBookChartViewModel 2018-02-20 17:32:24 +01:00
author
0bbb487d9c Proposed fix for Issue 1186 (Resize 'Offers to buy/sell with X'; list to Bisq's vertical window size). Sets offer table view heights within a scene height change listener. 2018-02-20 13:12:51 -03:00
Christoph Atteneder
6a2a60f4d9
Fix broken test for non-english systems 2018-02-20 14:23:46 +01:00
Christoph Atteneder
cd623af1c3
Add dynamic spacing in offer book for price and volume columns (amount is hardly going to change > 9 BTC) 2018-02-20 14:20:34 +01:00
Christoph Atteneder
6ab21f1066
Add different colorized fiat decimal places for price 2018-02-20 11:48:19 +01:00
Christoph Atteneder
2a3de280fc
Reset cell when null 2018-02-20 11:40:46 +01:00
Christoph Atteneder
12a204df91
Add colorization of zeros for volume 2018-02-20 11:22:12 +01:00
Christoph Atteneder
c2aaedc4b4
Add zero decimal places formatting for most important tables 2018-02-20 11:07:09 +01:00
Christoph Atteneder
0fffc2dd96
Fix test class 2018-02-20 10:00:24 +01:00
Christoph Atteneder
477567b2f4
Add initial formatting for OfferBookView 2018-02-20 09:53:33 +01:00
Christoph Atteneder
021e02d17f
Improve formatting in OfferBook 2018-02-20 09:53:33 +01:00
Christoph Atteneder
2ca2d7bf09
Add formatting support for ranges 2018-02-20 09:53:33 +01:00
Christoph Atteneder
fd2f2aa33a
Add number formatting to columns 2018-02-20 09:53:32 +01:00
Christoph Atteneder
a02f586a7e
Add component tests 2018-02-20 09:53:32 +01:00
Christoph Atteneder
59123f83e6
Add number formatting to columns 2018-02-20 09:53:32 +01:00
Christoph Atteneder
bd9800721b
Use three zero places max 2018-02-20 09:53:32 +01:00
Christoph Atteneder
578ab069d8
Add coloring of decimal places with zero at the end of a number 2018-02-20 09:53:32 +01:00
Christoph Atteneder
022fbb53af
Resize table rows in offer book 2018-02-20 09:53:32 +01:00
Christoph Atteneder
727acb8ab5
Only use additional decimal places for coins when explicitly required 2018-02-20 09:50:59 +01:00
Christoph Atteneder
5db9e208c9
Use Google Roboto font 2018-02-20 09:48:44 +01:00
Christoph Atteneder
6343ff079b
Use condensed font for axis labels 2018-02-20 09:48:43 +01:00
Christoph Atteneder
0f8d549c6e
Remove unused fonts and add condensed font style 2018-02-20 09:48:43 +01:00
Christoph Atteneder
6106bade22
Add new font style and use it for number columns 2018-02-20 09:48:43 +01:00
Christoph Atteneder
9e36045c5e
Fix issue with badge icon and increased spacing of main menu items 2018-02-20 09:48:43 +01:00
Christoph Atteneder
c69184beb3
Change coin formatting precision to improve comparability 2018-02-20 09:48:43 +01:00
Christoph Atteneder
ff72ee19d5
Add smaller font size for number tables 2018-02-20 09:45:03 +01:00
Christoph Atteneder
a08dd87e32
Remove Verdana 2018-02-20 09:45:03 +01:00
Christoph Atteneder
2852c716f3
Increase base font size to fit Fira Sans 2018-02-20 09:45:02 +01:00
Christoph Atteneder
2b8f2be643
Use relative font sizes 2018-02-20 09:45:02 +01:00
Christoph Atteneder
27e355a48a
Add Fira Sans and Fira Mono font 2018-02-20 09:43:46 +01:00
Christoph Atteneder
925fab2344
Set number column formatting 2018-02-20 09:43:46 +01:00
Christoph Atteneder
632310adb1
Use css to include fonts 2018-02-20 09:43:46 +01:00
Christoph Atteneder
c2c5760709
Add decimal point alignment 2018-02-20 09:43:45 +01:00
sqrrm
278f30f2ad
Remove unused variable 2018-02-19 18:05:17 +01:00
Manfred Karrer
2d2db40fd3
Merge pull request #1365 from ripcurlx/only-show-range-when-necessary
Only show range when necessary
2018-02-18 21:33:20 -05:00
Manfred Karrer
649c14d28e
Merge pull request #1360 from ripcurlx/shorten-call-to-action-buttons
Shorten labels in call-to-action buttons in offer book
2018-02-18 21:29:44 -05:00
Manfred Karrer
dd86ead7d8
Add popmoney (#1273) 2018-02-18 20:20:04 -05:00
Manfred Karrer
378134c413
Add holder name to venmo 2018-02-18 19:38:44 -05:00
Manfred Karrer
a129d06863
Use Cashtag only for CashApp 2018-02-18 19:38:27 -05:00
Manfred Karrer
7654a5d8ff
Add payment method Venmo (#1347) 2018-02-18 19:08:03 -05:00
Manfred Karrer
beaaf59b70
Add feature for deactivating an offer #1368 2018-02-18 14:45:02 -05:00