Commit graph

10272 commits

Author SHA1 Message Date
Christoph Atteneder
9a0cc1afa1
Update translations 2019-04-15 14:13:50 +02:00
Manfred Karrer
4442a2e8c1
Add missing parameter in test 2019-04-14 22:14:14 -05:00
Manfred Karrer
1f9e2ce6a1
Fix nullpointer 2019-04-14 19:14:25 -05:00
Manfred Karrer
1f05e8ff75
Merge pull request #5 from ripcurlx/improve-sepa-form
Small improvements
2019-04-14 15:22:46 -05:00
Christoph Atteneder
f5404f8d20
Set new minimum deposit if deposit lower than minimum was persisted 2019-04-14 22:16:43 +02:00
Christoph Atteneder
ac4cd820d6
Move country into second column to save space 2019-04-14 21:50:35 +02:00
Manfred Karrer
4da5c4ff1a
Make check case insensitive 2019-04-14 14:23:52 -05:00
Manfred Karrer
57ae8af3d7
Add requireUpdateToNewVersion check 2019-04-14 13:52:53 -05:00
Manfred Karrer
3eabc1e1a6
Reduce sec deposits 2019-04-14 13:26:22 -05:00
Manfred Karrer
a1bbb6c886
Change most payment methods from DEFAULT_TRADE_LIMIT_MID_RISK to DEFAULT_TRADE_LIMIT_HIGH_RISK 2019-04-14 12:30:53 -05:00
Manfred Karrer
5b8ff6ef73
Merge branch 'master' into rc_v1.0.0 2019-04-13 12:49:29 -05:00
Manfred Karrer
994da7fcdc
Merge pull request #2707 from ManfredKarrer/fix-filter
Use full address instead of hostname
2019-04-13 12:46:03 -05:00
Manfred Karrer
bb71fb122b
Use full address instead of hostname 2019-04-13 10:58:17 -05:00
Christoph Atteneder
5d70e3d755
Fix wrong padding of links in trade feedback popup 2019-04-13 17:19:25 +02:00
Christoph Atteneder
60e23f8f24
Reduce min width of close button to prevent truncations 2019-04-13 17:07:43 +02:00
Devin Bileck
69df47d876
Update links based on https://github.com/bisq-network/bisq-website/pull/164 2019-04-12 17:11:03 -07:00
Manfred Karrer
8a3f42c572
Improve filter 2019-04-12 18:52:00 -05:00
Manfred Karrer
4269607065
Merge pull request #4 from ripcurlx/bump-version-number
Bump version number
2019-04-12 17:26:40 -05:00
Manfred Karrer
cc255c2733
Merge branch 'master' into rc_v1.0.0 2019-04-12 17:24:48 -05:00
Devin Bileck
3bc76cacaf
Add specific URL validation for proposal links
Since all proposals should be created in GitHub, and we have URL
redirects in place in case we switch platforms in the future, enforce
proposal links to utilize the specific URL redirect.

Resolves #2473
2019-04-12 12:05:47 -07:00
Manfred Karrer
813365df1e
Reduce initial delay for animation 2019-04-12 11:20:19 -05:00
Manfred Karrer
f77370b3ba
Merge pull request #2703 from ripcurlx/improve-slide-behavior
Add slide out animation
2019-04-12 10:22:36 -05:00
Christoph Atteneder
2c106c74c6
Bump version number 2019-04-12 12:09:49 +02:00
Christoph Atteneder
2691ebab3f
Add slide out animation and delay initial slide in animation to increase the chance that it is seen (dependent on available processing power on startup) 2019-04-12 11:23:20 +02:00
Christoph Atteneder
23ec405868
Merge pull request #2701 from ManfredKarrer/manage-startup-popups
Manage startup popups
2019-04-12 09:52:13 +02:00
Manfred Karrer
0179cfc8cb
Use new dummy genesis tx for mainnet 2019-04-12 01:39:48 -05:00
Manfred Karrer
cdff4d5222
Use betanet genesis for mainnet 2019-04-11 21:51:00 -05:00
Manfred Karrer
b5a0cc1ce2
Remove random string for dev testing 2019-04-11 16:25:13 -05:00
Manfred Karrer
57115e4f5a
Use priority queue for handling multiple popups 2019-04-11 16:22:58 -05:00
Manfred Karrer
55b8be2cbc
Add isHiddenProperty and displayOrderPriority
Needed to support a priority queue for adding multiple popups and then
execute the display ordered by priority.
2019-04-11 16:20:53 -05:00
Manfred Karrer
475569eb47
Fix issue with animation at start 2019-04-11 16:19:35 -05:00
Manfred Karrer
b8cd1ffe70
Fix rowSpan 2019-04-11 15:11:27 -05:00
Manfred Karrer
6b009d4af0
Merge branch 'master' into rc_v1.0.0 2019-04-11 14:15:22 -05:00
Manfred Karrer
2a1f8d5dad
Merge pull request #2697 from ripcurlx/remove-non-core-languages
Remove non core languages
2019-04-11 12:22:31 -05:00
Manfred Karrer
9a1338c7fa
Merge pull request #2696 from ripcurlx/add-slide-animation
Add slide animation for DAO launch popup
2019-04-11 12:20:31 -05:00
Manfred Karrer
d7195c4671
Merge pull request #2699 from ripcurlx/improve-overlay-button-handling
Improve space management in button bar of overlays
2019-04-11 12:18:40 -05:00
Manfred Karrer
e6f12dab85
Merge pull request #2700 from ripcurlx/fix-deselection-of-proposal
Add missing check to prevent re-selection of proposal
2019-04-11 12:18:08 -05:00
Christoph Atteneder
a16428e9c1
Add missing check to prevent re-selection of selected select-proposal-window that was just closed 2019-04-11 17:37:34 +02:00
Christoph Atteneder
d8c8e48392
Add missing import 2019-04-11 17:11:40 +02:00
Christoph Atteneder
b01e1c9228
Set close button to same width as action button to not truncate translations in that case 2019-04-11 17:06:18 +02:00
Christoph Atteneder
a863bf6375
Move DontShowAgainCheckbox into same HBox as buttons to prevent overlapping. Fixes #2681. 2019-04-11 17:05:58 +02:00
Christoph Atteneder
ce9aae297d
Update transifex script with new core languages 2019-04-11 15:57:47 +02:00
Christoph Atteneder
dc239ddfe5
Save horizontal space and clean-up MainView 2019-04-11 15:47:12 +02:00
Christoph Atteneder
d6615e1efd
Remove non-core languages based on discussion on Transifex 2019-04-11 15:13:37 +02:00
Christoph Atteneder
781194c32f
Merge pull request #2680 from HarryMacfinned/update-removed-assets-list
Update CurrencyUtil.java
2019-04-11 15:03:57 +02:00
Christoph Atteneder
5bff4dc455
Add slide animation 2019-04-11 14:47:30 +02:00
Manfred Karrer
0ac2cbf499
Add TODO for fixing issue with not disabled buttons 2019-04-10 21:47:09 -05:00
Manfred Karrer
a8b3d96e26
Fix resource key 2019-04-10 21:08:05 -05:00
Manfred Karrer
f551bd9803
Merge pull request #2688 from ripcurlx/add-dao-launch-popup
Add DAO launch popup
2019-04-10 11:11:18 -05:00
Manfred Karrer
e5f4299a77
Merge pull request #2689 from ripcurlx/adapt-update-popup
Adapt update popup
2019-04-10 11:03:27 -05:00