Commit Graph

838 Commits

Author SHA1 Message Date
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
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
Michael Bayne f7586cf601 More formatting tweaks. 2019-02-25 17:58:48 -08:00
Michael Bayne 06aa668ef6 Formatting tweaks. 2019-02-25 17:46:55 -08:00
Michael Bayne b6b90ace0b Merge pull request #193 from myron0815/noUpdate
start GD w/o updating -> directly start app
2019-02-25 17:46:52 -08:00
Michael Bayne f9bb81b1a4 Merge pull request #191 from myron0815/closeOnEsc
handle close on ESC
2019-02-25 17:35:37 -08:00
Myron Boyle 37659985ec do not fail on lock file creation, when in silent=noupdate 2019-02-25 14:47:33 +01:00
Myron Boyle d032669037 handle close on ESC 2019-02-25 14:37:46 +01:00
Myron Boyle d24d12a6c4 add -Dsilent=noupdate, to just start the app w/o any updates 2019-02-25 14:33:51 +01:00
Michael Bayne 68341fedc2 Pre-fill known proxy info into ProxyPanel.
We no longer use the system properties, so we can't rely on the info having
been stuffed in there by some previous machinations.
2019-01-15 12:37:36 -08:00
Michael Bayne d05c024585 Added changelog entry for proxy auth. 2019-01-15 12:31:57 -08:00
Michael Bayne ae129fad6f Added support for proxy auth.
This also makes the use of a Proxy instance explicit in the Getdown code,
rather than trying to thread things through the proxy-related system
properties.

It introduces a ProxyAuth SPI which allows an app installation to save proxy
credentials in whatever way it deems fit. Otherwise the credentials are unsaved
and the user effectively has to enter them every time Getdown attempts to
access the internet.

This is obviously a terrible design, but there's no good (cross-platform) way
to securely store a username and password. So anyone using this feature is
likely going to need to provide an implementation of ProxyAuth that does
whatever auth storage they deem appropriate.

Adapted from PR from @ThomasG-AI, thanks!
2019-01-15 12:27:05 -08:00
Michael Bayne dc768515d5 Add changelog entry, wrap long line. 2019-01-04 10:53:33 -08:00
Michael Bayne a7da7d374b Merge pull request #179 from vatsal22/use_proxy
Https proxy
2019-01-04 10:52:08 -08:00
Michael Bayne e6308ebacf Merge pull request #180 from maeichris/master
Fix the link to Java WebStart:
2019-01-04 10:51:20 -08:00
Chris Dailey 6d3b012024 Fix the link to Java WebStart:
http://java.sun.com/products/javawebstart/
now eventually redirects to:
https://docs.oracle.com/javase/8/docs/technotes/guides/javaws/
2018-12-31 12:13:20 -07:00
vsolanki 7d65b2f6a3 Https proxy 2018-12-20 09:58:46 -05:00
Michael Bayne 5d1bdbfb3f Install in the loop we already have.
Also don't create a valid marker file. Patch files are deleted immediately
after use.
2018-12-17 11:25:35 -08:00
Michael Bayne faa9d2422e No need for a separate method. 2018-12-17 11:22:53 -08:00
Michael Bayne 3ef2d6908f Merge pull request #177 from leaqui/master
Fix issue #176
2018-12-17 11:21:17 -08:00
Leandro Quiroga 8a00ff60d8 true arg passed to install() 2018-12-14 16:35:43 -03:00
Leandro Quiroga b579bd36ba Merge pull request #1 from leaqui/patch-issue-176
Fix issue #176
2018-12-14 16:24:29 -03:00
Leandro Quiroga 28b779f0f8 Fix issue #176
install(Resources) method created and called from update() method, below calling download().
2018-12-14 16:22:39 -03:00
Michael Bayne 9402d7c900 Update copyright headers. 2018-12-06 11:55:49 -08:00
Michael Bayne 4b38ac69f0 Add entry for nresource patch. 2018-12-06 11:54:44 -08:00
Michael Bayne 16b8b836e4 Clean up the nresource patch & older code cache stuff.
Two important changes:

1. Don't change the name of the code cache dir as that would leave a stale code
cache around on old installations that were using the code cache.

2. Don't create a native libs cache dir if there are no native resources.

Everything else is mostly cosmetic and organizational.
2018-12-06 11:51:15 -08:00
Michael Bayne 20fd43fd98 Merge pull request #173 from vatsal22/native_cache
Use nresource=[native jar] to use native jars
2018-12-06 10:32:40 -08:00
vsolanki 86723193e6 Use nresource=[native jar] to add contents of resource to java.library.path
This feature makes use of the current caching system for "code" jars. Resources marked by nresource are copied to specific cache directories, unpacked, and then the caches are added to the applications java.library.path. This "native" cache is cleaned according to "cache_retention_days", similar to the code cache.
2018-12-05 12:00:58 -05:00
Michael Bayne 9f2071f152 Minor reorg & fix all "config UI when getdown.txt" changes issues. 2018-12-01 20:00:03 -08:00
Michael Bayne f4679b4a36 Merge pull request #172 from vatsal22/Predownloads
Use presource=[resource] to "predownload" resource
2018-11-30 14:49:56 -08:00
vsolanki cca7749dc8 Use presource=[resource] to "predownload" resource
-these will be downloaded before a UI is displayed, allowing them to be
loaded on first launch
2018-11-30 15:40:51 -05:00
Michael Bayne c8226b83ee Default concurrent download count to #CPUS-1. 2018-11-30 11:41:59 -08:00
Michael Bayne cb5ee3efe6 Update changelog with two PR changes. 2018-11-30 11:38:45 -08:00
Michael Bayne 78fdc9031e Small formatting tweaks. 2018-11-30 11:36:10 -08:00
Michael Bayne 88f9ed1d5e Merge pull request #169 from pb00068/java_vm_update2
update Java VM: Checking Java version after getdown.txt has been re-fetched.
2018-11-30 11:34:18 -08:00
Michael Bayne d7d937c2a1 Use a resource attribute instead of a param. 2018-11-30 11:31:59 -08:00
Michael Bayne 37b6575ca7 Merge pull request #170 from pb00068/unPackFix
Fix for #112, installing a newer JVM leaves parts of the old JVM
2018-11-30 11:20:27 -08:00
Guenther Demetz dd9c83a347 Fix for #112
Cleans content of each found directory when unpacking a new java_vm.
Fixes the problem when java_wm was build using standard jar. 
For pack200 this remains unresolved.
2018-11-29 10:24:20 +01:00
Guenther Demetz a072718d4e Checking Java version only after getdown.txt has been re-fetched.
Typical use case is a security patch, were a new java patch 
(java_windows.jar) is put on server side and java_min_version updated
accordingly in getdown.txt

Currently the new virtual machine will be downloaded only after 
a second getdown launch. This pull request fixes this.
2018-11-29 09:34:44 +01:00
Michael Bayne ac876a36ef [maven-release-plugin] prepare for next development iteration 2018-11-27 13:35:37 -08:00
Michael Bayne 7f8add0322 [maven-release-plugin] prepare release getdown-1.8.2 2018-11-27 13:35:31 -08:00