Commit Graph

977 Commits

Author SHA1 Message Date
Michael Bayne 604c917f3b Fix copy pasta. 2019-05-20 13:39:55 -07:00
Michael Bayne 913c980a0a Mention PR. 2019-05-20 09:38:03 -07:00
Michael Bayne aed11c085b Log entry for proxy fix. 2019-05-20 09:34:39 -07:00
Michael Bayne daf459e063 Pass proxy info from Proxy object to launched app. 2019-05-20 09:31:06 -07:00
Michael Bayne a34394383b Merge pull request #219 from sergiorussia/patch-1
Update CHANGELOG.md
2019-05-20 09:22:28 -07:00
Sergey Valkov 15c52c4646 Update CHANGELOG.md
just in case if you wonder why i'm doing this: because i often want to see how particular issue was resolved or feature was implemented and PRs usually contain enough explanation 👀
2019-05-15 10:10:56 +03:00
Michael Bayne 330061deab [maven-release-plugin] prepare for next development iteration 2019-05-14 10:31:30 -07:00
Michael Bayne 57c124cc97 [maven-release-plugin] prepare release getdown-1.8.4 2019-05-14 10:31:21 -07:00
Michael Bayne c67139af6c Prep for 1.8.4 release. 2019-05-14 10:30:17 -07:00
Michael Bayne b382e475ea Merge pull request #218 from sergiorussia/patch-1
Update CHANGELOG.md
2019-05-14 10:26:03 -07:00
Sergey Valkov cfe417ce33 Update CHANGELOG.md 2019-05-14 14:26:06 +03:00
Michael Bayne f72aab9464 Note 100 character max line length. 2019-05-09 12:40:28 -07:00
Michael Bayne 0a5d556e49 Merge pull request #208 from sergiorussia/feature/editorconfig
editorconfig support
2019-05-09 12:40:03 -07:00
Michael Bayne b8c37e5a14 Added change log entries. 2019-05-09 10:40:07 -07:00
Michael Bayne 5734913462 Formatting tweak. 2019-05-09 10:39:58 -07:00
Michael Bayne 6496e5eeb4 Merge pull request #214 from Simpli-city/master
Fix bug on mac while regenerating classes.jsa when path to java contains spaces
2019-05-09 10:38:52 -07:00
Michael Bayne dca5d69f9f Various formatting & style blah blah. 2019-05-09 10:34:35 -07:00
Michael Bayne 4065acd77e If we're creating a .jar file, use a JarOutputStream.
JOS stuffs some secret data into the zip extension slot, so we can't just
create a .jar file with a ZipOutputStream and call it a day.
2019-05-09 10:33:20 -07:00
Michael Bayne 4a1376093e Merge pull request #210 from sergiorussia/feature/zip-files-support
zip files supported as resources
2019-05-09 09:48:10 -07:00
Anon 4e1472e4ec Use spaces instead of tabs 2019-05-09 18:34:42 +02:00
Michael Bayne 339faa8260 Fix incorrect handling of args in format.
This is what I get for replacing the battle tested samskivert code with a quick
rewrite.
2019-05-09 09:33:41 -07:00
Anon 1c4daa78f9 Fix bug on mac when regenerating classes.jsa when path has spaces 2019-05-09 18:32:07 +02:00
sergiorussia 7cf4ce0b2f unit tests 2019-05-05 18:06:52 +03:00
sergiorussia 4973da5e45 revert non-related changes, small fixes 2019-05-05 17:24:38 +03:00
sergiorussia c17882f432 zip files support 2019-05-05 17:09:51 +03:00
Michael Bayne 76a6401d82 Check that local JVM is not in use before attempting update. 2019-05-03 14:03:16 -07:00
Michael Bayne b2263104e6 Small formatting tweaks. 2019-05-03 13:45:44 -07:00
Michael Bayne 18d449166c Merge pull request #206 from sergiorussia/feature/java_local_dir
enable custom java local dir instead of hardcoded "java_vm"
2019-05-03 13:34:32 -07:00
sergiorussia 19f9179fc9 editorconfig support 2019-05-01 00:24:31 +03:00
sergiorussia f7a5092116 review fixes 2019-05-01 00:18:47 +03:00
Michael Bayne 901682d5f7 timeout_verify -> verify_timeout. 2019-04-30 10:58:46 -07:00
Michael Bayne 635feb97d6 Merge pull request #198 from vgropp/timeoutVerify
add config timeout_verify
2019-04-30 10:55:33 -07:00
Michael Bayne eb8a2da9d8 Merge branch 'master' into timeoutVerify 2019-04-30 10:55:10 -07:00
Michael Bayne b0a796beef Added changelog for encoding change. 2019-04-30 10:53:26 -07:00
Michael Bayne 047e3972a0 Convert translation files from UTF-8 to (escaped) ISO-8859-1 during build.
This makes it *way* easier to view and edit the translation files and avoids
the danger of accidentally slipping UTF-8 encoded characters into existing
files during editing.
2019-04-30 10:08:40 -07:00
sergiorussia 557e615862 review fixes 2019-04-15 21:10:12 +03:00
sergiorussia e253db10be enable custom java local dir instead of hardcoded "java_vm" 2019-04-14 01:18:13 +03:00
Michael Bayne 388ba71ec0 Merge pull request #204 from sergiorussia/patch-1
Update CHANGELOG.md
2019-04-12 10:46:59 -07:00
Sergey Valkov a91fc652ee Update CHANGELOG.md 2019-04-10 23:49:46 +03:00
Michael Bayne dcfd113dbf [maven-release-plugin] prepare for next development iteration 2019-04-10 11:45:13 -07:00
Michael Bayne a223f40549 [maven-release-plugin] prepare release getdown-1.8.3 2019-04-10 11:45:04 -07:00
Michael Bayne 589f77decc Added notes for recent changes. 2019-04-10 11:43:16 -07:00
Michael Bayne 8d59367742 Default to current working directory if no appdir is provided. 2019-04-10 11:35:55 -07:00
Michael Bayne f2f418f5cf Mark depends as optional.
We bundle them into the artifact with Proguard, so they are not needed.
2019-04-10 11:28:08 -07:00
Michael Bayne 0eebd3cb4f Merge pull request #202 from sergiorussia/feature/i18n-russian
initial russian translation
2019-04-08 15:38:42 -07:00
sergiorussia b3f029674f initial russian translation 2019-04-06 18:10:32 +03:00
Michael Bayne 0e2f11698d Fix link to migration docs. 2019-03-20 10:24:17 -07:00
Michael Bayne c2ed0912b6 Merge pull request #195 from pb00068/no_overlap
Avoid overlapping of progress-bar-dialog and proxy-input-panel
2019-03-13 11:20:31 -07:00
gropp_volker 8e520e7a25 add config timeout_verify
- remove hardcoded 60 seconds timeout during verify, as with pack200
this may fail on slow systems
- introduce new config "timeout_verify" with 60 seconds default
- handle timeout with aborting the launch
2019-03-13 11:28:14 +01:00
Guenther Demetz 8b8d2395cc Avoid overlapping of progress-bar-dialog and proxy-input-panel
See https://imgur.com/a/NOR87hz
2019-03-04 15:03:26 +01:00