Commit Graph

7875 Commits

Author SHA1 Message Date
Florian Reimair
36612185e1 Removed unused dummy Metric 2018-12-29 14:04:33 +01:00
Manfred Karrer
cb533f4364
Update gitignore
- Add /monitor/TorHiddenServiceStartupTimeTests/* and
/monitor/monitor-tor/*
2018-12-29 13:54:08 +01:00
Manfred Karrer
2d8ca8c0f9
Add monitor directory as parent for test directories
- Apply reorg imports and reformat to test classes
2018-12-29 13:53:30 +01:00
Manfred Karrer
2762d74c8f
Rename TorRoundtripTime to TorRoundTripTime 2018-12-29 13:44:57 +01:00
Manfred Karrer
d4db4d882b
Reformat code, organize imports, fix spelling 2018-12-29 13:41:18 +01:00
Florian Reimair
f329370bae Fixed compiation error as in: Commit of shame 2018-12-29 13:20:13 +01:00
Florian Reimair
59e52851f7 Dependencies and Buildfile cleanup 2018-12-29 11:37:48 +01:00
Florian Reimair
7cf083bb11 Readme, Javadoc, cleanup 2018-12-29 11:26:53 +01:00
Manfred Karrer
1f8675c728
Merge pull request #2182 from oscarguindzberg/remove-unused-classes
Remove Networks and AbstractBitcoinNetParams since they are not used
2018-12-29 10:06:10 +01:00
Manfred Karrer
76c1b4fde1
Merge pull request #2172 from sqrrm/dao-scrolling
Fix icon handling in vote result table, fix #2141
2018-12-29 10:01:48 +01:00
Oscar Guindzberg
eff0db051c Remove Networks and AbstractBitcoinNetParams since they are not used 2018-12-28 17:31:49 -03:00
Florian Reimair
ada2e586e5 Pretty up config file 2018-12-28 19:12:39 +01:00
Florian Reimair
26f6088f9f Graphite reporter is available 2018-12-28 17:35:30 +01:00
Florian Reimair
a7d86f3352 Refactored metric infrastructure 2018-12-28 17:33:52 +01:00
Florian Reimair
09e02ba6c9 Refactored Metric 2018-12-28 13:28:59 +01:00
Florian Reimair
973bcf5a79 Introduce reporter concept 2018-12-28 13:27:09 +01:00
Sergey
04febc22b3 implemented unit test for BallotListService#addListeners 2018-12-28 13:10:37 +04:00
Khaled Alam
5a8c95a2f6 List Webchain (WEB) 2018-12-27 23:11:32 +02:00
flo071
b61a3966c9 fix for Noir(NOR) 2018-12-27 20:51:07 +01:00
flo071
71c891ca17 fix for Noir(NOR) 2018-12-27 20:47:25 +01:00
flo071
321ffc0c76 List Noir(NOR)
* Website: https://noirofficial.org
* GitHub: https://github.com/noirofficial
2018-12-27 20:42:23 +01:00
sqrrm
9fc76a4cfc
Fix icon handling in vote result table, fix #2141 2018-12-25 22:07:11 +01:00
CaveSpectre11
1a5cac9f98
Merge branch 'master' into list-gamblecoin-asset 2018-12-25 13:08:02 -05:00
Manfred Karrer
5cc3c57d52
Merge pull request #2159 from CaveSpectre11/list-ucc-asset
List UnitedCommunityCoin (UCC)
2018-12-25 12:15:58 +01:00
Manfred Karrer
bb46ea0fcb
Merge pull request #2158 from CaveSpectre11/list-idapay-asset
List IdaPay (IDA)
2018-12-23 14:04:04 +01:00
Manfred Karrer
d2d92a1db9
Merge pull request #2157 from CaveSpectre11/list-dextro-asset
List Dextro (DXO)
2018-12-23 14:03:50 +01:00
Manfred Karrer
bcceac532d
Merge pull request #2150 from FourtyTwo/master
List FourtyTwo (FRTY)
2018-12-23 14:03:33 +01:00
Manfred Karrer
9afd8b1f10
Merge pull request #1970 from HyperspaceApp/list-spacecash
List SpaceCash (XSC)
2018-12-23 14:02:25 +01:00
Manfred Karrer
d6b4f5916e
Merge pull request #2162 from CaveSpectre11/text-edits
Fix typos and improve grammar
2018-12-23 11:04:27 +01:00
Devin Bileck
01e0c05c2e
Update install_java.bat
Do not download 7zip if it had previously been downloaded, for example
if this script had previously been run. And don't delete it at the end
of this script in case this script is run again. This is an attempt to
save time and bandwidth.
2018-12-22 14:59:37 -08: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
Cave Spectre
e9f8a78d66 Fix typos and improve grammer 2018-12-21 22:06:11 -05:00
Cave Spectre
74c6a005c2 List GambleCoin (GMCN) 2018-12-21 10:33:40 -05:00
Cave Spectre
ddec9c791f List IdaPay (IDA) 2018-12-21 09:49:34 -05:00
Cave Spectre
fac50426b4 List Dextro (DXO) 2018-12-21 09:36:15 -05:00
Cave Spectre
08b3a1118f List UnitedCommunityCoin (UCC) 2018-12-21 09:25:09 -05:00
Florian Reimair
6309908e0d Update Netlayer to 0.6.2 and thus, Tor to 8.0.4 2018-12-21 14:56:21 +01:00
Florian Reimair
b38f31239a Use same private_key in NewTor and RunningTor mode 2018-12-21 13:46:32 +01:00
Florian Reimair
2db74a14b8 Refactored TorStartupTime 2018-12-21 11:38:10 +01:00
Florian Reimair
d46813c866 TorHiddenServiceStartupTime Metric available 2018-12-21 11:35:26 +01:00
Florian Reimair
295cb6c2b8 Graceful shutdown, Netlayer 0.6.2 2018-12-21 11:34:29 +01:00
wangchao
a63d979872 List SpaceCash (SPACE) 2018-12-21 16:37:34 +08:00
Christoph Atteneder
1835ea84ce
Merge pull request #2151 from oscarguindzberg/getActiveKeychain-typo
Fix getActiveKeyChain() typo
2018-12-20 09:51:15 +01:00
Christoph Atteneder
a18ab4adf8
Merge pull request #2097 from Astrych/list-pinkcoin
List Pinkcoin (PINK)
2018-12-20 09:49:01 +01:00
Christoph Atteneder
4f0fd9eafb
Merge pull request #2128 from geo-gs/list-siaprimecoin
List SiaPrimeCoin (SCP)
2018-12-20 09:23:59 +01:00
George Carlson
82fd1df31e List SiaPrimeCoin (SCP) 2018-12-19 15:17:52 -06:00
Oscar Guindzberg
6ab548707d Fix getActiveKeyChain() typo 2018-12-19 17:42:33 -03:00
Manfred Karrer
55cdd0e1ed
Merge pull request #2144 from iridiumdev/List_Iridium(IRD)
List Iridium (IRD)
2018-12-19 17:27:52 +01:00
Manfred Karrer
2a0f12edbf
Merge pull request #2148 from ripcurlx/fix-minor-translation-typo
Remove unnecessary backslash
2018-12-19 17:25:27 +01:00