Commit Graph

145 Commits

Author SHA1 Message Date
Robinson
e2d1beb1f5
Cleaned up and fixed "enter" key presses and backspace on MacOS M1 2023-08-19 17:27:11 +02:00
Robinson
c6dc2caefb
kotlin rewrite and cleanup 2023-08-19 17:27:11 +02:00
Robinson
b0546993a1
Rename .java to .kt 2023-08-18 21:52:09 +02:00
Robinson
591dc4926b
Added shadowjar for testing the console 2023-08-18 21:51:10 +02:00
Robinson
6b03d66e49
version 3.10 2023-08-18 15:47:25 +02:00
Robinson
02229a022d
updated JNA 2023-08-18 15:46:00 +02:00
Robinson
0e140c7841
updated license info 2023-08-18 15:19:06 +02:00
Robinson
08af0948c7
code cleanup 2023-08-18 15:18:59 +02:00
Robinson
aa2a320654
added jpms configs 2023-08-18 15:18:45 +02:00
Robinson
e8afe70bdc
added package-info.java 2023-08-18 15:18:36 +02:00
Robinson
394a010392
Fixed api changes 2023-08-18 14:58:45 +02:00
Robinson
0bc41a2f16
Updated version 2023-07-18 01:40:56 +02:00
Robinson
fdcfdab521
Updated deps + build deps 2023-07-18 01:39:27 +02:00
Robinson
67a4800d56
Updated gradle 2023-07-18 01:09:15 +02:00
Robinson
8b99d2021b updated gradle 2021-04-09 16:17:33 +02:00
Robinson
a143ba4ba4 Updated libraries, added updates 2021-04-09 16:16:40 +02:00
nathan
e24e3c62ac Updated libraries 2020-09-19 22:08:41 +02:00
nathan
637b369d17 Code polish 2020-09-19 22:08:27 +02:00
nathan
c19191093b Updated version from 3.6 to 3.7 2020-06-10 10:43:56 +02:00
nathan
0fc3cf8e3d Updated libraries + build file 2020-06-10 10:43:06 +02:00
nathan
6bdff54187 updated gradle 2020-06-06 15:17:46 +02:00
nathan
bb46f63b29 updated .gitignore
Updated gradle
2019-05-13 15:16:25 +02:00
nathan
21b35a55cf Updated to use Gradle Utils for gradle/project update management 2019-05-13 12:16:07 +02:00
nathan
40bb8ce085 Updated dependencies + info 2019-04-14 17:08:50 +02:00
nathan
ff70a3c993 Updated to use utilities project as a maven release instead of compiling specific files 2019-03-25 20:28:38 +01:00
nathan
2c61a7896b updated gradle 2019-03-25 20:28:28 +01:00
nathan
e0f0bac6de Added jar attributes["Automatic-Module-Name"] = Extras.id 2019-03-21 12:01:59 +01:00
nathan
cc7a973de4 Updated log on startup, update Gradle to 5.3 2019-03-21 10:47:52 +01:00
nathan
27b29a547e Code polish 2019-03-17 14:20:10 +01:00
nathan
6ae6154cb3 Fixed copy-paste license typo 2019-03-17 10:12:24 +01:00
nathan
1d4e617189 Formatting 2019-03-16 01:36:05 +01:00
nathan
cb6064b426 Updated license 2019-03-16 01:35:23 +01:00
nathan
dd1b596b5b Added badges + links 2019-03-16 01:33:37 +01:00
nathan
558cea9585 Fixed build script 2019-03-16 01:32:40 +01:00
nathan
7cfd406fd6 WIP move to kotlin script 2019-03-16 01:09:07 +01:00
nathan
51b369eab3 Added gradle wrapper task and updated gradle. Updated project dependency structure 2018-09-25 19:57:10 +02:00
nathan
55f6ef3a1e Removed Utilities hard dependency. Fixed issue when custom build props are not available 2018-08-28 01:53:10 +02:00
nathan
b1db509389 Fixed issue when custom build props are not available 2018-08-27 23:09:03 +02:00
nathan
925dc93c3a Fixed URLS 2018-08-18 21:38:16 +02:00
nathan
5e12e8d7a5 Converted to gradle 2018-08-18 21:33:17 +02:00
nathan
3324ef69b1 updated JDK compile required version 2018-02-19 15:26:26 +01:00
nathan
b3fa2c6cf5 Updated version 2017-12-02 21:11:07 +01:00
nathan
55891ff05c Removed dependency on Util 2017-12-02 19:31:23 +01:00
nathan
ccfa830d4a Updated readme to remove unnecessary projects 2017-11-28 21:11:54 +01:00
nathan
c25870e438 Cleaned up dependencies 2017-11-28 20:37:09 +01:00
nathan
49b425b42b Added interruptable blocking reads from System.in for unsupported
terminals (ie: IDE's)
2017-11-28 20:34:13 +01:00
nathan
e9417429cb Added workarounds for reading System.in (in an unsupported terminal) in
a way that permits unblocking from the (blocking) read() operation, via
multiple threads.
2017-11-28 20:27:16 +01:00
nathan
c68e0b4675 Code polish 2017-11-28 20:26:17 +01:00
nathan
77b12f38c5 Changed init() to hookSystemOutputStreams(), so that is more clear what
it does.
2017-11-28 20:25:34 +01:00
nathan
eab207deda Added deprecation to StringBuffer (you should use StringBuilder instead) 2017-11-03 20:31:36 +01:00