Commit Graph

679 Commits

Author SHA1 Message Date
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
nathan
2e512943b7 Added wayland detection. Added isusue tracking for ubuntu + wayland + gnome-shell 2018-10-23 11:51:01 +02:00
nathan
9e058e90aa Added comments for ubuntu 17.10 2018-10-23 11:13:25 +02:00
nathan
1f280d3517 Cleaned up code for System.getProperty (now default calls use the security manager, if present) 2018-10-22 14:38:02 +02:00
nathan
68292e69c6 Made file parameter final 2018-10-22 14:10:06 +02:00
nathan
d834c2831e Fixed issue #91 from github (where HBITMAP was getting GC'd by java. 2018-10-22 13:18:54 +02:00
nathan
f68c433467 Fix for github issue #94. Added open() 2018-10-21 15:36:32 +02:00
nathan
d30f88920c Moved reflection to custom util class 2018-10-21 15:07:41 +02:00
nathan
dd00ac679a Added gradle wrapper task 2018-09-25 19:21:15 +02:00
nathan
e01812a14a Suppress warnings for deprecated API 2018-09-19 10:41:14 +02:00
nathan
a0dcf9758e Changed exception for NativeLoader 2018-08-31 11:30:41 +02:00
nathan
12db68ca1d code polish 2018-08-31 10:53:25 +02:00
nathan
ef975c2d50 Updated path for util dependencies 2018-08-31 10:52:37 +02:00
nathan
e16bec9fbb Updated JNI versions 2018-08-31 10:14:44 +02:00