Commit Graph

1739 Commits

Author SHA1 Message Date
Anton Keks
1bb32e514c use jlink with Java 17 2022-11-26 16:09:11 +02:00
Anton Keks
42d3a20526 work with both local and global java 2022-11-26 16:08:58 +02:00
Anton Keks
db4fe50da9 use client vm for mac jre 2022-11-26 16:06:05 +02:00
Anton Keks
62edc06eb1 use jlink for macOS builds 2022-11-26 15:55:05 +02:00
Anton Keks
bc0ee11b93 extract jlink function, so we can reuse it for mac builds later 2022-11-26 15:27:17 +02:00
Anton Keks
1922dc892c checkout the history hopefully including tags 2022-11-26 15:13:04 +02:00
Anton Keks
01cd514e4f update github actions and use gradle caching 2022-11-26 15:05:06 +02:00
Anton Keks
c0d3d66233 try to build on macOS 12 Monterey 2022-11-26 14:59:45 +02:00
Anton Keks
cbe74ba81f #377 Mac: change next alive host shortcut to Cmd+N (Cmd+H is conflicting with hide window) 2022-11-26 14:35:37 +02:00
Anton Keks
68426b0715 update proguard 2022-11-26 14:12:33 +02:00
Anton Keks
d8ca0ad904 update SWT 2022-11-24 08:28:14 +02:00
Anton Keks
94cbaee49c shorten prefs key and improve formatting 2022-11-24 08:23:21 +02:00
Anton Keks
8aa1ca3dd9
Merge pull request #380 from Gaubiche/master
Remember window position on screen
2022-11-24 07:24:44 +02:00
HORTUA CALDERON Carlos
2286954d02 Remember window position on screen 2022-11-22 14:12:44 +01:00
Anton Keks
7a806c9283
Merge pull request #365 from rodrigokrz/master
Update messages_pt_BR.properties
2022-09-01 23:48:02 +03:00
Rodrigo Cardoso
56ed2cc2e7
Update messages_pt_BR.properties
Translation adjustments
2022-08-04 07:33:21 -03:00
Anton Keks
cdc168175d
Merge pull request #349 from mikey923/master
Standardize project name field in minimizeTask
2022-06-16 19:48:01 +03:00
Anton Keks
18247e86dc
Merge pull request #342 from HellAmbro/master
Added support for exporting scanning result in SQL format
2022-06-16 19:47:10 +03:00
Michael Palmer
80893c42cd
Standardize project name field in minimizeTask 2022-04-05 15:53:11 -04:00
Francesco Ambrosini
e88caa5b81 Export scanning results in SQL format 2022-02-25 07:43:10 +01:00
Francesco Ambrosini
ed8b5c37e8 Export scanning results in SQL format 2022-02-25 01:16:29 +01:00
Francesco Ambrosini
fee1741dfe Export scanning results in SQL format 2022-02-25 01:15:48 +01:00
Anton Keks
2e391dc1eb correct the fact that windows installer can no longer be built on Linux (due to jlink) 2022-01-30 13:35:05 +02:00
Anton Keks
de2b81f1f4 move contributing to the top of readme 2022-01-30 13:24:55 +02:00
Anton Keks
7e2dca5b79 sourceCompatibility and targetCompatibility cannot be different 2022-01-30 13:10:07 +02:00
Anton Keks
5e4fc53edd add info that versions can be copied from the About dialog 2022-01-30 11:44:20 +02:00
Anton Keks
fffa94834d add info how to run the ipscan from terminal 2022-01-22 19:51:30 +02:00
Anton Keks
18906ff225 update mac vendors before a release 2022-01-22 17:37:07 +02:00
Anton Keks
b7bc75a83c specify build image versions and see if it builds 2022-01-22 16:39:37 +02:00
Anton Keks
9be31b4869 rename build workflow 2022-01-22 16:33:47 +02:00
Anton Keks
be4dc9f30d release notes come from body_path 2022-01-22 16:28:34 +02:00
Anton Keks
d94d87f6b7 take first of changelog automatically into release notes 2022-01-22 16:24:30 +02:00
Anton Keks
4a118a41da try to add windows installer binary to the release (if it works) 2022-01-22 16:02:49 +02:00
Anton Keks
4c879e6434 try to upload binaries automatically into a release when a tag is created 2022-01-22 15:54:56 +02:00
Anton Keks
fa810de8f0 do not merge UDP failed pings when falling back to TCP on Win & Mac to get the ping count right (as requested) 2022-01-22 15:14:39 +02:00
Anton Keks
837c9a0640 fix ARPPinger counts 2022-01-22 15:06:06 +02:00
Anton Keks
70fdfd4e0d hide generic constructor from the Injector, so that random order of reflection won't pick the wrong constructor sometimes 2022-01-22 14:33:39 +02:00
Anton Keks
16eefec473 use liberica to build on all platforms 2022-01-22 14:25:10 +02:00
Anton Keks
248c0df2bd remove finals that are not needed much 2022-01-21 21:00:37 +02:00
Anton Keks
81ad29fbc1 drop deprecated method 2022-01-21 20:38:53 +02:00
Anton Keks
15bdba8251 drop root-only ICMPSharedPinger and librocksaw 2022-01-21 20:35:26 +02:00
Anton Keks
77d0fabc1b update changelog 2022-01-21 20:03:19 +02:00
Anton Keks
f43a1eec3f #311 store MAC explicitly into ScanningResult, so that it is always available after the scan; and can be accessed to read/set comments 2022-01-21 20:02:23 +02:00
Anton Keks
78e18f9b74 no need for a separate MACFetcher is CommentFetcher - MACFetcher will be activated by the PingerRegistry now for local networks (to do ARP ping) 2022-01-21 19:02:31 +02:00
Anton Keks
339533c22f look for flags in /proc/net/arp - otherwise some strange Macs can be returned 2022-01-21 18:50:20 +02:00
Anton Keks
ace2f3de5d #280 if scanning a local network, then ARP will be used in addition to chosen Pinger to detect more hosts 2022-01-21 18:42:28 +02:00
Anton Keks
9bcc4ea03d remove useless javadoc rows 2022-01-21 18:31:53 +02:00
Anton Keks
168e16cfe2 fixes #279 try to show notification on Mac if java not in PATH 2022-01-21 17:22:12 +02:00
Anton Keks
a4358759a9 restore icon.ico - it is needed for the uninstaller 2022-01-21 11:15:44 +02:00
Anton Keks
6ba22db6c2 use ApplicationExeName var 2022-01-21 11:12:26 +02:00