Commit Graph

617 Commits

Author SHA1 Message Date
Christoph Atteneder
5f5e153d66
Add script for updating store dbs 2019-01-08 10:52:48 +01:00
Manfred Karrer
724247fe73
Don't show filtered currencies
- For supporting Grin we want to add it to the next release but Grin
is not launched yet (15.1.2018 is launch date). We deactivate the asset
by using the filter message and enable it at launch date.
To support that at the altcoin account screen this commit implements
the required code.
2019-01-08 02:39:08 +01:00
Manfred Karrer
d5a53e9fdf
Merge pull request #2207 from ManfredKarrer/preparations-for-http-api
Preparations for http api
2019-01-07 23:31:05 +01:00
Christoph Atteneder
d889825f65
Improve padding of password input window 2019-01-07 17:03:30 +01:00
Christoph Atteneder
d32ee388b7
Disable payment accounts combobox in pay funds screen 2019-01-07 16:49:43 +01:00
Christoph Atteneder
946d1ec13c
Remove unnecessary select column 2019-01-07 16:34:27 +01:00
Christoph Atteneder
eb7dfa05d7
Make roll over effect a more subtle to improve readability 2019-01-07 16:27:30 +01:00
Christoph Atteneder
2a79f1a8af
Show information popup if more than one payment account is available for offer
I still used a popup as it is a more rare case that someone sets up multiple accounts of the same payment method for its first offer.
2019-01-07 16:16:00 +01:00
Christoph Atteneder
83a812a0f9
Show more verbose action when taking an existing offer 2019-01-07 16:03:52 +01:00
Christoph Atteneder
321fc2710d
Reduce line height 2019-01-07 16:03:21 +01:00
Christoph Atteneder
77338c7d32
Merge pull request #2163 from devinbileck/update-windows-packaging-process
Update windows packaging process
2019-01-07 14:25:30 +01:00
Christoph Atteneder
584b5557c3
Remove BOM as it fails during build process on Windows 10 2019-01-07 14:07:48 +01:00
Manfred Karrer
c947b85822
Merge pull request #2212 from ManfredKarrer/simplify-fee-model
Simplify fee model
2019-01-07 12:56:48 +01:00
Manfred Karrer
f0eb12df06
Remove param from CreateOfferViewModelTest 2019-01-07 12:19:45 +01:00
Christoph Atteneder
c82c0e5296
Not override JAVA_HOME 2019-01-07 12:19:41 +01:00
Christoph Atteneder
3d2817e884
Manually merge back changes from master 2019-01-07 12:15:26 +01:00
Christoph Atteneder
9fce7e2d9d
Merge branch 'master' of github.com:bisq-network/bisq into update-windows-packaging-process
# Conflicts:
#	desktop/package/windows/Bisq.iss
2019-01-07 11:57:30 +01:00
Christoph Atteneder
5553b3b465
Merge pull request #2190 from devinbileck/update-linux-packaging-process
Update linux packaging process
2019-01-07 11:51:25 +01:00
Christoph Atteneder
b03e96821c
Change path structure to match new build process on Linux and Windows 2019-01-07 11:15:48 +01:00
Christoph Atteneder
6966047bc4
Fix wrong path of tools.jar 2019-01-07 11:15:14 +01:00
Christoph Atteneder
148cd30b39
Not clean up old installer of same version as it also deletes the new file on Ubuntu 2019-01-07 11:09:06 +01:00
Christoph Atteneder
dbb8483be0
Run file permission workaround properly for jar-already-exists use case 2019-01-07 10:58:26 +01:00
Christoph Atteneder
fcd7ae961b
Not run everything with root user 2019-01-07 10:56:51 +01:00
Christoph Atteneder
12db932d6e
Not override JAVA_HOME
Developer should configure this properly on its local machine before running the script
2019-01-07 10:55:45 +01:00
Christoph Atteneder
c985bf64c2
Merge pull request #2187 from CaveSpectre11/2134-focus-color
Focus color of buttons should be more saturated/darker (Issue #2134)
2019-01-07 08:59:50 +01:00
Christoph Atteneder
75e9e99d87
Merge pull request #2205 from j3ko/hotfix/take_offer
Update offer button state on account change
2019-01-07 08:51:40 +01:00
Manfred Karrer
5be44132ba
Apply code inspection
- Add null and isPresent checks
2019-01-07 01:58:09 +01:00
Manfred Karrer
af439a86ad
Remove market price based fee calculation 2019-01-07 01:52:32 +01:00
Manfred Karrer
1c14b07fa1
Add null check 2019-01-06 13:05:46 +01:00
Manfred Karrer
618281cee9
Remove BisqFacade 2019-01-06 03:34:14 +01:00
Manfred Karrer
c7f8faa804
Implement BisqSetupCompleteListener at BisqExecutable 2019-01-06 03:30:27 +01:00
Jeffrey Ko
50b41369ee
Update offer button state on account change
Add updateButtonDisabledState() to onPaymentAccountSelected() in
TakeOfferViewModel since changing the account dropdown in the take
offer screen does not trigger an update of the "Next Step" button.

The default amount of an offer should not change to less than what is
actually offered, change onPaymentAccountSelected() in
TakeOfferDataModel to take into account the min. amount offered.

In TakeOfferView, the payment account defaults to the last one
selected.  Make sure TakeOfferViewModel and TakeOfferDataModel take
this into account in a couple locations.
2019-01-05 00:07:08 +07:00
Christoph Atteneder
d1a5aaec3e
Merge pull request #2164 from devinbileck/update_windows_install_experience
Update windows install experience
2019-01-04 12:09:27 +01:00
Devin Bileck
fd775eb128
Update linux packaging process
The 64bitBuild.sh script has been renamed to package.sh and has
been updated so that it is capable of performing the complete packaging
process without having to rely on the jar first being built and prepped
from the MacOS scripts. However, it does support having the jar
previously built and prepped and will look for a prepped jar in the
desktop/package folder. If not found, it will build and prep it
prior to packaging.

Additionally, the Bruntime option passed to javapackager is unnecessary and
has been removed. The Bruntime option is valid only when the -native
option is set to jnlp.

Also, the prepare-system.sh script was removed as it did not appear to be
doing anything useful.

Finally, a release.sh script has been added that will perform the
release process of copying necessary files to a versioned release folder
and generating/verifying signatures. Windows and MacOS packaged installers
should be copied to their appropriate package folders prior to
executing this script if they are to be included in this release
process, otherwise only the Linux files will be included.
2019-01-03 00:33:00 -08:00
Cave Spectre
c495118c47 #2134 - Focus color of buttons should be more saturated/darker not lighter 2018-12-31 12:02:36 -05:00
sqrrm
9fc76a4cfc
Fix icon handling in vote result table, fix #2141 2018-12-25 22:07:11 +01:00
Devin Bileck
29cbec1d4f
Update windows install experience
- Increase the minimum supported OS version to Windows 7 with SP1.
Previously it was Windows XP which has been EOL for some time now.
Hopefully no one is still using Windows XP.

- Show a final dialog once the install has completed. This will inform
the user that the install has completed with an option to launch the
application. Previously it would skip this final dialog and immediately
launch the application, but the user may not want to launch it
immediately.

- Create an application shortcut on the user's desktop.

- Check if the application is running prior to install or uninstall and
abort with a prompt to the user that the application must first be
closed.

- German, French, and Spanish translations. The installer should
auto-detect the OS language and display all text in the appropriate
language. For now I have just added a couple languages, but it is very
easy to add any of the other languages supported by Inno Setup.

- Additionally, I removed a few unnecessary items that weren't being
utilized such as installing a service.
2018-12-22 14:37:25 -08:00
Devin Bileck
7d5eee8602
Update windows packaging process
The 64bitBuild.bat script has been renamed to package.bat and has
been updated so that it is capable of performing the complete packaging
process without having to rely on the jar first being built and prepped
from the MacOS scripts. However, it does support having the jar
previously built and prepped and will look for a prepped jar in the
desktop/package folder. If not found, it will build and prep it
prior to packaging the executable.

Additionally, some unnecessary options that were being passed to
javapackager.exe have been eliminated such as BappVersion and Bruntime.
AppVersion is now being passed via environment variables and the
Bruntime option is valid only when the -native option is set to jnlp.

The Bisq.iss file was changed so it no longer needs to be updated with
AppVersion every time as it is being passed from package.bat via
environment variables. Also, AppCopyrightYear does not need to be
updated as it is determined automatically. A few other options were
added or tweaked as well.

Finally, a release.bat script has been added that will perform the
release process of copying necessary files to a versioned release folder
and generating/verifying signatures. Linux and MacOS packaged installers
should be copied to their appropriate package folders prior to
executing this script if they are to be included in this release
process, otherwise only the Windows files will be included.

The MacOS and Linux packaging scripts should be reviewed and updated
accordingly.
2018-12-22 01:14:54 -08:00
Aruna Surya
5c5b93803c
Correct minor grammatical mistakes in the T&C 2018-12-18 20:16:43 +01:00
Christoph Atteneder
9e22a7df6d
Add print tool for all markets used in https://github.com/bisq-network/bisq-website/blob/master/_includes/market_currency_selector.html 2018-12-13 14:54:08 +01:00
Christoph Atteneder
0bc29e198c
Ignore monospace spacing tests until re-introduced again 2018-12-13 14:20:13 +01:00
Christoph Atteneder
50d4c6c1fc
Bump version number 2018-12-13 13:59:08 +01:00
Manfred Karrer
ac2b9d8f1e
Fix render issue with table size 2018-12-12 22:51:44 +01:00
Christoph Atteneder
f49b4055f7
Merge pull request #2103 from ripcurlx/fix-windows-installer
Fix Windows installer issues
2018-12-12 08:52:34 +01:00
Manfred Karrer
d2341b659a
Merge pull request #2111 from ripcurlx/ui-fixes
Different ui bug fixes
2018-12-11 19:19:41 +01:00
Manfred Karrer
f0025a4ab6
Merge pull request #2109 from ripcurlx/minor-dao-fixes
Minor DAO ui fixes
2018-12-11 19:17:55 +01:00
Christoph Atteneder
84c73f4ce4
Remove unnecessary uppercase 2018-12-11 16:48:59 +01:00
Christoph Atteneder
11a6dc9221
Fix upper case issue on label update 2018-12-11 16:47:30 +01:00
Christoph Atteneder
fe53c0b7bd
Trigger validation of volume when percentage price is changed. Fixes #2044. 2018-12-11 16:26:03 +01:00
Christoph Atteneder
2da9643606
Round volume in contract views. Fixes #2042. 2018-12-11 16:07:27 +01:00