Commit Graph

1480 Commits

Author SHA1 Message Date
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
Wanderlei
dd81e31752
Update messages_pt_BR.properties 2020-07-30 07:40:02 -03:00
Wanderlei
e0e540047c
Merge pull request #1 from angryip/master
Merge Updates
2020-07-30 07:24:06 -03:00
Anton Keks
9bc8052bee update mac vendors 2020-06-03 00:18:34 +03:00
Anton Keks
4cca8d06f3 use sourceforge.net official command-line download url for nsis 2020-06-03 00:10:48 +03:00
Anton Keks
cdaf5f5069 specify nsis version separately 2020-06-02 23:46:29 +03:00
Anton Keks
f0439ebe71 add release notes for 3.7.2 2020-06-02 23:42:50 +03:00
Anton Keks
273e6e1e28 #245 if detectjvm.cmd fails, then show a more descriptive error message and install 64-bit binary 2020-06-02 23:35:47 +03:00
Anton Keks
bff6834d88 #243 add subclass for OpenersMenu to create a separate instance of it for main menu and context menu 2020-06-02 22:32:17 +03:00
Anton Keks
a9cac867ae ignore src zips 2020-05-18 00:16:58 +03:00
Anton Keks
0d62520637 add note about plugins 2020-05-18 00:03:36 +03:00
Anton Keks
e861214152 mention getting rid of dagger in release notes 2020-05-18 00:02:40 +03:00
Anton Keks
7f5ff224ca update release notes 2020-05-17 23:35:04 +03:00
Anton Keks
1300d0d49e #231 do not change to dark mode programmatically, which may result in distorted colors due to SWT not being able to update the colors correctly. Tell macOS to start the app in dark more automatically using Info.plist - this now works with updated SWT 2020-05-17 13:31:26 -07:00
Anton Keks
0f04db0658 #231 try resetting back to light appearance if switching cannot be confirmed 2020-05-17 22:57:48 +03:00