Commit Graph

692 Commits

Author SHA1 Message Date
nathan
d58812acaf Made SWT detection java9+ friendly (we no longer use reflection) 2019-05-25 01:43:47 +02:00
nathan
cea9fb528c Updated JNA version 2019-05-19 13:02:32 +02:00
nathan
d1d425cbf4 Fixed pointer size value for newer version of JNA 2019-05-19 13:02:07 +02:00
nathan
d4f21fc0c1 Updated to use Gradle Utils for gradle/project update management
updated .gitignore
2019-05-13 15:18:33 +02:00
nathan
25c8bbe2f3 Updated to use Gradle Utils for gradle/project update management 2019-05-13 12:16:07 +02:00
nathan
f87392e4ca Updated version from 1.0 to 1.1 2019-03-25 23:59:14 +01:00
nathan
4f7f884a5c Changed from api -> implementation 2019-03-25 23:58:45 +01:00
nathan
d36927c975 Added toHexString() 2019-03-25 23:58:20 +01:00
nathan
f797e9c074 Added maven publish. updated copyright license info 2019-03-25 16:15:02 +01:00
nathan
22152200b9 Added the rest of the collection utilities, updated to latest 2019-03-25 16:13:27 +01:00
nathan
dda9d08815 Added license info 2019-03-25 15:55:38 +01:00
nathan
6d9b8c2019 Updated gradle 2019-03-25 15:51:17 +01:00
nathan
8025c895fd Updated kryo 2019-03-25 15:51:03 +01:00
nathan
bcb66ce7f7 Fixed license 2019-03-25 15:50:49 +01:00
nathan
3078279ab1 Added external dependencies as appropriate 2019-03-25 15:50:38 +01:00
nathan
5da8dde1a6 Updated BCrypt with int overflow fixes. Updated copyright. Added unit test 2019-03-25 15:50:03 +01:00
nathan
1a585e1164 Updated Byte Collections to latest. Update copyright 2019-03-25 15:49:14 +01:00
nathan
be03d84ae0 Added unit test deps 2019-03-21 17:46:49 +01:00
nathan
abdea218ff Added jar attributes["Automatic-Module-Name"] = Extras.id 2019-03-21 12:01:59 +01:00
nathan
13531562a0 Changed to kotlin, removed unused scripts 2019-03-21 11:48:11 +01:00
nathan
b8a00e4956 WIP kotlin build script 2019-03-21 11:35:19 +01:00
nathan
3c63721264 Added badges+links 2019-03-17 22:48:01 +01:00
nathan
4a4e11428f Filled out keys/values/entires for IntMap and ObjectMap 2019-02-11 15:44:31 +01:00
nathan
4eaf81c053 Added ipv4ToString method 2019-01-16 22:33:54 +01:00
nathan
d9e7b4b0f7 Added maven hacks 2019-01-14 10:37:15 +01:00
nathan
4bb08c79ee Cleaned up un-used methods 2018-11-11 13:24:28 +01:00
nathan
53b872507a Updated javadoc comments 2018-11-11 13:20:09 +01:00
nathan
1ac74d0d08 Updated getLastErrorMessage to use JNA library method instead of own. 2018-11-11 13:19:48 +01:00
nathan
0e1e27977a Added custom size (can specify width/height) when creating buffered images 2018-11-10 16:02:25 +01:00
nathan
c45225fc54 Initial implementation of JNA for the native macosx system tray 2018-11-10 16:01:43 +01:00
nathan
b861cf6314 Change testImplementation -> testCompile for junit (fixes errors) 2018-11-09 11:36:17 +01:00
nathan
87aff9acd1 Moved koloboke (commented out) from build.gradle to utilties.gradle 2018-11-09 11:30:04 +01:00
nathan
f247660be8 Added FileUtil.toBytes(File) method 2018-11-09 11:18:26 +01:00
nathan
249b40cc5f Clarified rendering hints and composite types for image methods 2018-11-08 11:38:43 +01:00
nathan
84911327b4 Added BufferedImage.toBytes() method 2018-11-08 01:07:17 +01:00
nathan
14c0fea0b6 Added test dependencies 2018-11-06 00:47:18 +01:00
nathan
ba7e960940 Added getting elementaryOS version info. Extracted common method getDistribReleaseInfo() 2018-11-03 21:10:57 +01:00
nathan
be2a100b12 Fixed bug in getInfo() when checked file was a directory (we only want non-directories) 2018-11-03 16:23:39 +01:00
nathan
f20056b194 Added Linux MATE DE detection 2018-11-03 15:45:19 +01:00
nathan
756fabd162 Changed default for linux (22 was a LITTLE too small) to 24. Added logger warnings when using the default 2018-11-03 15:45:01 +01:00
nathan
2e776475f0 Cleaned up appindicator loading process. Added getInstallString when providing feedback to the user for adding support to their OS. 2018-11-03 15:18:44 +01:00
nathan
86db1a3411 Added linux packager info 2018-10-31 20:35:58 +01:00
nathan
793fcc563c Removed dead code 2018-10-27 16:11:32 +02:00
nathan
3ea5b7fb45 Added ability to check if package is installed 2018-10-27 16:04:42 +02:00
nathan
346fc38cd7 Cleaned up/cached more OS/DE methods 2018-10-26 01:09:41 +02:00
nathan
1440b4ac37 Now caches ubuntu + fedora version information 2018-10-25 14:14:45 +02:00
nathan
d900b9ddca Revert reflection util work (it was a bad idea) 2018-10-24 00:15:47 +02:00
nathan
fc5a086223 Added comments 2018-10-23 23:24:19 +02:00
nathan
3bfc9c6e93 Added more comments, changed logs to debug 2018-10-23 23:24:08 +02:00
nathan
97f2e43a79 Set correct type for gtkCallbacks 2018-10-23 17:54:27 +02:00