Commit Graph

1663 Commits

Author SHA1 Message Date
Anton Keks
f4331a2ccb extract Java modules to a variable and reuse 2022-01-20 23:12:25 +02:00
Anton Keks
6304db05a9 Merge branch 'master' into jlink
# Conflicts:
#	build.gradle
2022-01-20 23:08:16 +02:00
Anton Keks
8f0fd4ef8b fixes #329 make texts in About dialog copy-pastable 2022-01-20 22:54:24 +02:00
Anton Keks
d8616aba5b
Merge pull request #331 from him41111/master
Update zh_CN & zh_TW translations
2022-01-20 22:44:32 +02:00
Anton Keks
031fb1fc91 try starting nsis with cmd 2022-01-20 22:40:31 +02:00
Anton Keks
d065e07032 fix braces 2022-01-20 22:31:56 +02:00
Anton Keks
2219b57717 print contents of directory to see why exec doesn't work 2022-01-20 22:26:52 +02:00
Anton Keks
129d5890dd trying to exec nsis on Windows 2022-01-20 22:03:05 +02:00
Anton Keks
21e31460e7 try to exec nsis the Windows way 2022-01-20 21:55:09 +02:00
Anton Keks
2d4dd8c835 do not fail when notarization fails (needs Apple paid account and something else) 2022-01-20 21:52:01 +02:00
Anton Keks
5a509a9d9a use custom exec instead of ant.exec for better error handling (ant.exec eats standard error) 2022-01-20 21:46:30 +02:00
Anton Keks
66f4ed9d72 fixes #319 allow building if .git is not present (e.g. from source zip) 2022-01-20 21:08:37 +02:00
Anton Keks
c1a367c756 fix some spaces 2022-01-20 20:39:42 +02:00
Anton Keks
a3e2fcbfcb set dependencies on Java 11 for both deb and rpm 2022-01-20 18:39:43 +02:00
Anton Keks
17900dc6d2 copy any produced exe file 2022-01-20 18:28:47 +02:00
him41111
39ab72b671
Update messages_zh_TW.properties 2022-01-20 15:47:49 +08:00
him41111
9cb581928d
Update messages_zh_CN.properties 2022-01-20 15:42:46 +08:00
him41111
52afc59da6
Update messages_zh_CN.properties 2022-01-20 15:38:01 +08:00
him41111
62de37f60c
Update messages_zh_CN.properties 2022-01-20 15:34:54 +08:00
Anton Keks
547aadc533 try Temurin (formwr AdoptOpenJDK) Java for Windows, which should include the client vm 2022-01-20 00:40:19 +02:00
Anton Keks
eee5630e2a simplify jlink command-line (not all options are present on Windows) 2022-01-20 00:34:01 +02:00
Anton Keks
5ca45d811d use 64-bit jre for Windows 2022-01-20 00:31:04 +02:00
Anton Keks
06d5e8f4df try to use jlink to to include the jre in the setup of ipscan 2022-01-20 00:30:26 +02:00
Anton Keks
10e633764c use jlink to build custom jre for windows 2022-01-19 23:04:42 +02:00
Anton Keks
bb5d8908bb releasing 3.8.1 2022-01-19 22:49:15 +02:00
Anton Keks
eb1110adbe update mac vendors (they are always chaning) 2022-01-19 22:45:59 +02:00
Anton Keks
d8f8776da2 closes #326 add allowReports settings also to Preferences dialog to make it more discoverable 2022-01-19 22:44:34 +02:00
Anton Keks
d6e8dcb024 start adding changes for unreleased 3.8.1 2022-01-19 09:37:51 +02:00
Anton Keks
fa8fef9724 #324 temporarily switch target compatibility to Java 8 to make at least 32-bit version still run under Java 8 (most likely from Oracle) 2022-01-18 22:45:08 +02:00
Anton Keks
605c1eff7b fixes #327 specify xz compression for deb files explicitly
It seems that the new default since deb 1.19/Ubuntu 21.10 is zst, which is not yet supported everywhere.
2022-01-18 22:28:26 +02:00
Anton Keks
7987aa1c09 update about Java 11 and debugging 2022-01-17 00:42:02 +02:00
Anton Keks
2d3d329eea update mac vendors again 2022-01-16 23:31:16 +02:00
Anton Keks
8d0251dbaa ARPPingerTest fails on mac, let's see if JavaPinger will work better as a trigger 2022-01-16 23:23:18 +02:00
Anton Keks
dd4cb886bf do not create gui, so that these tests can run on mac 2022-01-16 22:53:33 +02:00
Anton Keks
2140e2bf76 separate non-gui and gui registries to make tests run on mac 2022-01-16 17:24:43 +02:00
Anton Keks
061e45d1c7 #308 introduce ARPPinger and use the Injector to create Pinger instances 2022-01-16 17:10:32 +02:00
Anton Keks
5684e60560 use empty default close() method, so that all Pingers don't need to implement it 2022-01-16 16:11:01 +02:00
Anton Keks
053a4f4481 find matching NetworkInterface every time a range scan is started - that allows also entering any IP range manually and still getting local MACs correctly 2022-01-16 15:52:24 +02:00
Anton Keks
c1ec0e3741 clarify method names and signatures 2022-01-16 15:21:08 +02:00
Anton Keks
7e6b601c9d update copyright year 2022-01-16 15:09:27 +02:00
Anton Keks
6e7826fdfe introduce ScanningSubject.netIf to MACFetchers get the local MAC address from it 2022-01-16 14:56:10 +02:00
Anton Keks
22e5ed36bd introduce ScanningSubject.ifAddr to let fetchers know about the local network 2022-01-16 13:55:17 +02:00
Anton Keks
55aaef8a02 remove obsolete comment 2022-01-16 13:27:57 +02:00
Anton Keks
c53de3a76f closes #321 add keywords to desktop file 2022-01-16 13:17:20 +02:00
Anton Keks
417f10fbfa closes #320 enable LinuxMACFetcher on Linux 2022-01-16 13:11:54 +02:00
Anton Keks
70e5397469 introduce LinuxMACFetcher that reads MAC addresses directly from Kernel ARP table at /proc/net/arp 2022-01-16 12:54:41 +02:00
Anton Keks
5093153a5a fixed #309 2022-01-12 23:36:24 +02:00
Anton Keks
a53e2143ae Pressing IP^ button to prefill local network interfaces will now set netmask in Range Feeder 2022-01-12 23:32:42 +02:00
Anton Keks
41cfe580a3 try to delete extracted swt libs because a version for wrong CPU can be extracted and will prevent the extraction of correct version once downloaded later 2022-01-12 21:33:41 +02:00
Anton Keks
7812c9d210 add clarifying text 2022-01-12 21:22:27 +02:00