Commit Graph

1494 Commits

Author SHA1 Message Date
Anton Keks
f92db359c8 do not provide jvmArgs for tests on mac because it doesn't work with gradle, but we want to allow to at least some tests to run 2021-01-19 23:16:20 +02:00
Anton Keks
cb0a6d0cf3 try installing normal wine under ubuntu 20.04 2021-01-19 23:13:27 +02:00
Anton Keks
7b84e8bb33 run at least some tests on macOS (GUI-related tests cannot be run because there is no way to pass -XstartOnFirstThread) 2021-01-19 23:10:46 +02:00
Anton Keks
0925a18b6f run main build on Ubuntu 20.04 2021-01-19 23:03:58 +02:00
Anton Keks
2430a28a1c add TCPPingerTest to see it's results on a macOS 2021-01-19 23:02:22 +02:00
Anton Keks
12b21ed955 #296 remove check for ConnectionException - it seems that macOS often throws it for dead hosts
Also add some debug logs so that macOS users experiencing "ghost hosts" could report back the message they are getting.
2021-01-19 22:49:46 +02:00
Anton Keks
af76b0fd57 Closes #270 add preference to opt out of new version checks 2021-01-19 22:30:35 +02:00
Anton Keks
43161d1103 Fix #124 display MAC-bound comments even if MAC fetcher is after the Comments fetcher in the list (or not selected at all) 2021-01-19 20:49:23 +02:00
Anton Keks
07a0daf9d5 allow changing of mac separator 2020-12-27 22:22:11 +02:00
Anton Keks
466b2b300e
Merge pull request #271 from bitigchi/patch-1
Complete Turkish translations - thanks!
2020-12-27 13:53:13 +02:00
Emir Sarı
68e7290539
Complete Turkish translations
That's a wrap!
2020-12-24 18:26:13 +03:00
Anton Keks
a5632e3e87 respect $JAVA_HOME if available in Linux launcher 2020-12-23 14:09:02 +02:00
Anton Keks
ae4d44855d cache created popup menu 2020-12-23 13:50:33 +02:00
Anton Keks
8d1bf6c721 implement icon cache to avoid re-creating and leaking images 2020-12-23 13:25:17 +02:00
Anton Keks
ce088da19f cache created dialog icon to avoid creating and leaking them 2020-12-23 13:12:59 +02:00
Anton Keks
43c9a048f0 dispose created fonts - they are not disposed automatically by SWT 2020-12-23 13:05:42 +02:00
Anton Keks
4e6cc3202b upgrade gradle to support building under Java 15 (but not minimizing - proguard still supports only up to Java 13) 2020-10-28 21:55:58 +02:00
Anton Keks
55a3c6bb1b do not resolve label right away as correct class name cannot be accessed in the constructor 2020-10-28 21:55:13 +02:00
Anton Keks
c2dda54ed9 fix exception compilation 2020-10-28 21:26:03 +02:00
Anton Keks
273af65759 add error code from SWTError & SWTExceotion to the report 2020-10-28 19:09:31 +02:00
Anton Keks
fa29a56303 do not report "normal" user errors to Google Analytics, only unexpected crashes 2020-10-28 18:54:05 +02:00
Anton Keks
a7634b50c1 improve netmask error message 2020-10-28 18:38:46 +02:00
Anton Keks
72d6891f47 update mac vendors 2020-10-27 22:20:51 +02:00
Anton Keks
5e7adc51d9 #260 mac users sometimes complain about false positive pinging - let's use Java pinger on Mac by default 2020-10-27 21:42:42 +02:00
Anton Keks
2d35df9588 #129 don't consider "Invalid argument" ConnectExceptions as successful pings 2020-10-27 21:24:46 +02:00
Anton Keks
3cadd94bb5 #129 list IPv4 addresses first, and then IPv6 2020-10-27 21:15:42 +02:00
Anton Keks
1615922f17 #129 do not cut the % suffix from fe80: addresses - the interface suffix guarantees uniqueness 2020-10-27 21:08:32 +02:00
Anton Keks
ed35c0041b check also for SocketException subclasses 2020-10-27 20:46:55 +02:00
Anton Keks
12e13e3b31 add IPv6 CIDR netmask to changelog 2020-10-27 20:40:26 +02:00
Anton Keks
295805a7c1 #129 support for IPv6 CIDR netmasks 2020-10-27 20:38:40 +02:00
Anton Keks
7a7845fd86 #257 include IPv6 addresses in local address resolution 2020-10-27 20:32:23 +02:00
Anton Keks
d4c77d36ae #257 extract own getNetworkInterfaces() that does reversal on non-Windows platforms 2020-10-27 20:31:56 +02:00
Anton Keks
e17fb0900b #257 filter only non-virtual network interfaces and do not reverse the order - Windows seems to return physical interfaces first 2020-10-27 20:19:11 +02:00
Anton Keks
e5041d6d56 fix formatting 2020-10-27 19:51:48 +02:00
Anton Keks
b12445d610 #262 do not show first run dialog nor check version updates if run with any command-line arguments (for automation) 2020-10-27 19:06:37 +02:00
Anton Keks
319a5ebd64 #262 reduce Google Analytics log level to FINE, so that it's silent by default if connection cannot be established 2020-10-27 18:49:10 +02:00
Anton Keks
a53ceb7b7a mention Java 15 support in changelog 2020-10-27 18:44:38 +02:00
Anton Keks
e26038361d #266 make deb package depend on any java8-runtime, which all current versions of openjdk packages provide 2020-10-27 18:43:17 +02:00
Anton Keks
ab0ecbdced #266 add support for openjdk 15 in debian package 2020-10-27 18:35:36 +02:00
Anton Keks
b1b295e13b rename RELEASE-NOTES to CHANGELOG 2020-10-27 18:32:20 +02:00
Anton Keks
1233212768 convert Installer.nsi to UTF-8 from UTF-16 (text format) 2020-10-27 18:26:41 +02:00
TheCakeIsNaOH
89a4cdfa16 win-installer uninstall skip message box if silent 2020-10-10 13:20:58 -05:00
Anton Keks
2cf855ff09 align start button better with ip range feeder controls on Mac - SWT layouts don't behave consistently over platforms 2020-09-22 13:08:12 -07:00
Anton Keks
df99a49113 upgrade Mac SWT to 4.17 for parity with Linux/Win 2020-09-22 22:47:26 +03:00
Anton Keks
b881194025 upgrade Win SWT to 4.17 for parity with Linux 2020-09-22 22:37:06 +03:00
Anton Keks
8b61fe1028 #247 upgrade Linux SWT to 4.17 - it has enlarged buttons, but seems to detect dark background correctly under KDE 2020-09-22 22:29:52 +03:00
Anton Keks
12b00d331b correct exe file name in comments 2020-09-22 21:07:50 +03:00
Anton Keks
daa609e948 closes #250 fix typo 2020-09-22 20:56:03 +03:00
Anton Keks
7ce4ced699 remove language names from pt_BR translations 2020-09-09 23:36:01 +03:00
Anton Keks
25d31735ee
Merge pull request #256 from wanderleihuttel/master
Update messages_pt_BR.properties
2020-09-09 23:35:03 +03:00