Commit Graph

124 Commits

Author SHA1 Message Date
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
nathan
51b7f2c8c1 Reverted change to use Version object. 2017-09-14 23:02:06 +02:00
nathan
ae9aad845f Updated Version 2017-07-29 23:02:12 +02:00
nathan
152e4e3fec Updated POM information to include "dependencies", since it is easy to
incorrectly add it as a dependency to ones own project.
2017-07-23 18:02:50 +02:00
nathan
7dd88837fe Now uses Version instead of string. 2017-07-22 14:49:40 +02:00
nathan
1960beb699 Moved JNA to consolidate in utils 2017-07-11 22:31:51 +02:00
nathan
0f66d0ce1c Updated version information 2017-02-21 14:43:48 +01:00
nathan
3a791e0570 Updated readme format 2017-02-18 23:59:18 +01:00
nathan
b05418e264 Updated Utilities 2017-02-17 16:26:31 +01:00
nathan
d46361c7ed Updated version/readme 2017-02-01 00:48:01 +01:00
nathan
4b9e99edc1 Fixed extra ) 2016-06-01 14:23:22 +02:00
nathan
f3221d98d1 Added screenshots 2016-06-01 14:22:54 +02:00
nathan
c0160a6106 Added screenshots 2016-06-01 14:12:14 +02:00
nathan
f1829eed51 Updated copyright 2016-05-31 02:31:47 +02:00
nathan
36e70513a1 Removed manifest 2016-05-31 02:30:43 +02:00
nathan
d3558a7db0 Updated version 2016-05-31 02:21:42 +02:00
nathan
94e7037dbe Updated license info 2016-05-31 01:49:59 +02:00
nathan
e2999d59ef Updated bullet points 2016-05-31 01:49:25 +02:00
nathan
162fcd1aa1 code polish 2016-05-31 01:42:06 +02:00
nathan
9f49717032 Disabled ANSI for intellij idea (since it's not really complete at
this time, and is somewhat broken)
2016-05-31 01:41:53 +02:00
nathan
14d3d186f2 Added Console.init(), in order to initialize the output stream in
case ANSI is used inside System.err/out (as it is initialized/used
after assignment
2016-05-31 01:41:17 +02:00
nathan
70998607e1 Fixed issues when running in IDE in windows for ANSI detection 2016-05-31 01:40:08 +02:00