Commit graph

15 commits

Author SHA1 Message Date
Jonas Tobias Hopusch ca26a0e652
Some tweaks to the formatting settings 2022-03-12 15:40:06 +01:00
Jonas Tobias Hopusch 240a3784ed
Introduce and apply IntelliJ IDEA code style settings 2022-03-12 15:24:57 +01:00
Jonas Tobias Hopusch 5154e8ebfc
Avoid unnecessary string concatenation 2022-03-12 14:36:08 +01:00
Jonas Tobias Hopusch 653e5295de
Rewrite AppOptions to instead use non-static attributes 2022-03-12 14:20:18 +01:00
Jonas Tobias Hopusch a7882ab201
Add missing copyright header to AppOptions.java 2022-03-12 13:59:54 +01:00
Jonas Tobias Hopusch 0aa368d457
Make waiting confirmation message output via logger 2022-03-12 03:51:52 +01:00
Jonas Tobias Hopusch 99c1bb4d6a
Let IntelliJ format all files 2022-03-12 03:45:06 +01:00
Jonas Tobias Hopusch eb64994b5a
Switch to using System.Logger instead of raw outputs 2022-03-12 03:43:03 +01:00
Jonas Tobias Hopusch 60f20b9549
Add link to project repository to version information 2022-03-12 03:28:21 +01:00
Jonas Tobias Hopusch 1c48b1861f
Rewrite some error messages for wrong argument amounts 2022-03-12 03:23:28 +01:00
Jonas Tobias Hopusch b53e7a617d
Refactor main method to use commons-cli to parse arguments 2022-03-12 03:16:00 +01:00
Jonas Tobias Hopusch bb0ef7631b
Add copyright banner to all java sourcefiles
For the purposes of transparency regarding the FOSS license (AGPLv3+) used by this project,
all source files should contain the standard license header.
2022-01-28 00:31:59 +01:00
Jonas Tobias Hopusch d09cd0f37e
Determine application version by calling git describe 2022-01-02 18:33:17 +01:00
Jonas Tobias Hopusch 7f0709463a
Fix bug with version flag 2022-01-02 17:10:32 +01:00
Jonas Tobias Hopusch d5484460d1
Port waituntil from Kotlin to Java 2021-12-01 14:36:07 +01:00