Jonas Tobias Hopusch jotoho · he/him
  • Germany
  • https://www.jotoho.de
  • I am the owner and administrator of jotoho.de and use this platform to independently host repositories that do not require the advanced features of GitHub/GitLab/etc or are sensitive enough to self-host.

  • Joined on 2021-09-01
jotoho opened issue jotoho/waituntil#10 2021-09-19 20:32:36 +02:00
Upgrade to Java 17 once supported by Gradle and Kotlin
jotoho pushed to refactoring at jotoho/waituntil 2021-09-19 20:27:36 +02:00
5a80ac7169 Fix compile script using old source path
4ab78f4028 Avoid unnecessary temporary variable in short-hand translation
Compare 2 commits »
jotoho pushed to refactoring at jotoho/waituntil 2021-09-19 20:13:19 +02:00
a48f122296 Delete unneeded comment from build config
jotoho pushed to refactoring at jotoho/waituntil 2021-09-19 20:11:11 +02:00
5919c26c10 Apply formatting suggestion for build config
9aba3f156a Apply IntelliJ code formatting and alternatives suggestions
Compare 2 commits »
jotoho pushed to refactoring at jotoho/waituntil 2021-09-19 20:02:09 +02:00
ad869f7346 Back to Java version 16
jotoho pushed to refactoring at jotoho/waituntil 2021-09-19 19:52:45 +02:00
92a226dd02 Specify dependencies with kotlin helper function
c8dbcc3f49 Use latest release for all dependencies
365a0c2a17 Restructure folders
7f725b345c Upgrade project to Java 17
3fe9ed5b93 Use improved syntax for setting Java Version
Compare 11 commits »
jotoho created pull request jotoho/waituntil#9 2021-09-10 17:21:38 +02:00
Post-Implementation refactoring of application
jotoho created branch refactoring in jotoho/waituntil 2021-09-09 23:09:35 +02:00
jotoho pushed to refactoring at jotoho/waituntil 2021-09-09 23:09:35 +02:00
a9cde56333 Move functions into separate kotlin files
465b0dfb51 Make kotlinc use all .kt files in root package
da4ad2db8a Switch to unversioned kotlin-stdlib and specify Java 16 for testing
Compare 3 commits »
jotoho closed issue jotoho/waituntil#8 2021-09-07 01:28:28 +02:00
[informative, protocol] Branch master was rebased
jotoho opened issue jotoho/waituntil#8 2021-09-07 01:28:25 +02:00
[informative, protocol] Branch master was rebased
jotoho pushed to master at jotoho/waituntil 2021-09-07 01:22:18 +02:00
2d7357f5d0 Always target Java 16 during compilation
02b5bb493b gradle: Always use newest version of kotlin plugin
a5814e2497 Scripts: Change scripts to generate portable jar-file and run JRE directly
3265e03281 Reduce and reformat imports
6ab821bd79 Basic implementation
Compare 10 commits »
jotoho opened issue jotoho/waituntil#7 2021-09-05 22:25:16 +02:00
Investigate distributing native binaries using jpackage
jotoho opened issue jotoho/waituntil#6 2021-09-05 22:22:32 +02:00
Prepare for the (slim) possibility of external contributions
jotoho opened issue jotoho/waituntil#5 2021-09-05 22:20:32 +02:00
README needs to be expanded
jotoho pushed tag v0.1.0 to jotoho/waituntil 2021-09-05 22:03:18 +02:00
jotoho deleted tag v0.1 from jotoho/waituntil 2021-09-05 22:01:57 +02:00
jotoho commented on issue jotoho/waituntil#4 2021-09-05 21:51:46 +02:00
Implement output for --help flag

The detection of the --help flag is already implemented in version 0.1 but what is missing is the text output to be displayed in both English and German.

I should also think about potential other…

jotoho opened issue jotoho/waituntil#4 2021-09-05 21:45:27 +02:00
Implement output for --help flag
jotoho pushed tag v0.1 to jotoho/waituntil 2021-09-05 21:26:43 +02:00