1172015198
Added option to specify max Java version. Property name in getdown.txt is: java_version_max
Markus Binsteiner
2013-09-24 11:30:34 +12:00
8fb6920f77
Set up a Travis build.
Michael Bayne
2013-09-02 12:22:49 -07:00
c3e92a6311
Updated javadoc link.
Michael Bayne
2013-09-02 12:13:31 -07:00
17c8415e44
Relative wiki links don't work.
Michael Bayne
2013-09-02 12:07:04 -07:00
ebe116021c
Link fixes.
Michael Bayne
2013-09-02 12:03:50 -07:00
aeddbb38cb
Proper Markdown header syntax.
Michael Bayne
2013-09-02 09:51:35 -07:00
c8305e023e
Moved project info into README, Markdownified.
Michael Bayne
2013-09-02 09:50:38 -07:00
050c14844e
Support basic auth when downloading latest.txt.
Michael Bayne
2013-04-16 08:26:18 -07:00
be56b50801
Strip \r as well as \n when "one-lining" auth blob. Fixes#28.
Michael Bayne
2013-04-16 08:22:21 -07:00
e74c71aa6b
Added support for configuring a connect timeout when downloading metafiles.
Michael Bayne
2013-04-10 13:24:23 -07:00
da147c9b99
[maven-release-plugin] prepare for next development iteration
Michael Bayne
2013-04-09 07:04:06 -07:00
85095f05a9
[maven-release-plugin] prepare release getdown-1.3.1
Michael Bayne
2013-04-09 07:04:04 -07:00
cfe51b4439
We need to chmod on Mac too. Err on the side of trying it.
Michael Bayne
2013-04-09 06:57:35 -07:00
07e0ba1081
Added support for java_exact_version_required.
Michael Bayne
2013-03-14 17:06:05 -07:00
7b785fa8f2
Update header with new copyright and link to LICENSE.
Michael Bayne
2013-01-29 10:36:30 -08:00
406657ff43
Extract our myriad system properties into one place.
Michael Bayne
2013-01-29 10:33:53 -08:00
431e35d3e2
Change name to getAllActiveResources for future comprehensibility.
Michael Bayne
2013-01-10 16:39:46 -08:00
f4ee206516
We need all active code resources here.
Michael Bayne
2013-01-10 16:38:42 -08:00
ce171faa47
Add support for code resources in auxgroups.
Michael Bayne
2013-01-09 22:15:16 -08:00
b2ef1f57ec
[maven-release-plugin] prepare for next development iteration
Michael Bayne
2013-01-09 13:02:15 -08:00
40e9ab7a82
[maven-release-plugin] prepare release getdown-1.3
Michael Bayne
2013-01-09 13:02:12 -08:00
4a7d8d3b05
Update our SCM to Git since that's what we use now.
Michael Bayne
2013-01-09 13:01:25 -08:00
8f3c990d6e
We need to keep some classfile attributes.
Michael Bayne
2013-01-09 12:57:36 -08:00
bfb23911f0
Added support for username:password@ prefix on URLs.
Jamie Doornbos
2012-12-19 11:11:48 -08:00
f9d056ba8a
Preparing for 1.3-SNAPSHOT development.
Mark Johnson
2012-12-10 16:21:27 -08:00
bb6e44c927
Preparing for getdown-1.2.5 release.
Mark Johnson
2012-12-10 16:12:25 -08:00
557dcca4ac
The check_unpacked setting will now to version checks so that unpacking can occur if an update is done by an external source outside of getdown.
Mark Johnson
2012-12-10 13:05:22 -08:00
6b85340ed4
You can now override the scheme and domain of the appbase and latest URLs specified in your getdown.txt by setting the appbase_domain system property when launching getdown as an application
Mark Johnson
2012-12-07 18:20:25 -08:00
bfb4b06b30
Bump Proguard to 4.8 to make things work with Java 7.
Michael Bayne
2012-12-04 16:23:03 -08:00
bb61a43a71
OpenJDK omits plugin.jar. Obtain it from icedtea-web if available.
Michael Bayne
2012-07-02 17:44:16 +00:00
bbb8e74bab
Preparing for 1.3-SNAPSHOT development.
Mark Johnson
2012-06-01 22:51:35 +00:00
f67f0a313d
Preparing for getdown-1.2.4 release.
Mark Johnson
2012-06-01 22:48:35 +00:00
c483b1dc64
- Let StatusPanel handle asyncronous loading of background images (ie: when in applet mode)
Mark Johnson
2012-06-01 22:47:00 +00:00
8fec356846
Handle java.home pointing to the JDK the JDK's JRE.
Michael Bayne
2012-05-01 20:30:34 +00:00
c24abe2c7f
Preparing for 1.3-SNAPSHOT development.
Mark Johnson
2012-04-04 03:31:04 +00:00
4f5e7049f3
Preparing for getdown-1.2.3 release.
Mark Johnson
2012-04-04 03:17:05 +00:00
b022c03321
- reinit the play again button before displaying since the image could have been a downloaded resource
Mark Johnson
2012-03-30 22:35:27 +00:00
73d5bcb605
- Some tweaks to the play again button handling - Removed the very naughty interrupt swallowing used to detect if the process started correctly under optimal arguments, replaced it with a busy-wait loop so the thread can still be used to launch the application multiple times
Mark Johnson
2012-03-30 03:33:51 +00:00
ba86664122
- Added an optional play again button for the applet after getdown has launched the application
Mark Johnson
2012-03-29 23:13:51 +00:00
aecd4ea650
Preparing for 1.3-SNAPSHOT development.
Mark Johnson
2012-03-22 01:22:16 +00:00
12b49f5b53
Preparing for getdown-1.2.2 release.
Mark Johnson
2012-03-22 01:16:24 +00:00
6727e01625
Whoops, Throttle's reinit() is for changing the throttle parameters, not clearing the history of operations.
Ray Greenwell
2012-03-21 21:48:40 +00:00
5a355460db
French translations.
Ray Greenwell
2012-03-18 17:37:40 +00:00
268c327ebd
Parse a background color from getdown.txt, or figure out a sensible one. Always fill the component with that, in case there's trouble with the background image.
Ray Greenwell
2012-03-16 14:10:00 +00:00
dba65488f3
Clarify that we're trying to block div-by-0 by checking the totalsize. The elementSize can be 0, that's fine. It's when ALL the elements are 0....
Ray Greenwell
2012-03-16 14:08:10 +00:00
eb2fee6b7c
- Right before we exit let's set the progress to 100% (launching normally stops at 99%) - In the applet version's exit() we stop the 'throbber'.
Ray Greenwell
2012-03-15 22:47:49 +00:00
828a4638b0
This might be causing a divide by 0 error because all the sizes are 0...
Ray Greenwell
2012-03-15 21:34:32 +00:00
cbf49d87b8
Revamped German translations.
Ray Greenwell
2012-03-15 18:17:09 +00:00
358a14bdfa
Spanish translations.
Ray Greenwell
2012-03-15 06:32:08 +00:00
8d2db15433
Preparing for 1.3-SNAPSHOT development.
Mark Johnson
2012-03-15 01:26:02 +00:00
8003919d1d
Preparing for getdown-1.2.1 release.
Mark Johnson
2012-03-15 01:24:10 +00:00
5695bfdf9a
Allow the arbitrary step percentages to be specified in getdown.txt.
Ray Greenwell
2012-03-12 23:50:21 +00:00
57242277c1
Start displaying progress at 0%, rather than 1%.
Ray Greenwell
2012-03-12 22:56:03 +00:00
2d89d7acf4
And fix this javadoc comment.
Ray Greenwell
2012-03-12 22:41:29 +00:00
19fa9b298e
Revert to reporting global percent to setStatus().
Ray Greenwell
2012-03-12 22:38:12 +00:00
a07bb6066b
A hopefully kosher edit.
Ray Greenwell
2012-03-12 22:17:41 +00:00
16017037e8
- Nixed the START step. - Allow multiple percentages to be specified for a step. The lowest one that's higher than the current percentage is used. - It seems sometimes the UI is shown after some progress is made. Track the percentage we're at when the UI is shown and reset that to be the new 0, scaling subsequent progress to fill the remainder. I added this convinced I needed it, but now I'm seeing that it's always at 0 when the UI is shown... Perhaps I'll revisit that after I do some other stuff...
Ray Greenwell
2012-03-12 21:52:15 +00:00
e025be1079
Scratch that.
Ray Greenwell
2012-03-12 21:44:33 +00:00
be1385d634
Reinstate not bothering the parent observer if the size of the current element is 0.
Ray Greenwell
2012-03-12 21:30:07 +00:00
0a6a46898a
Remove ellipsis from the text for the Patch Notes button.
Ray Greenwell
2012-03-08 22:05:30 +00:00
40b593677b
Let's start/stop the timer when the panel is added/removed.
Ray Greenwell
2012-03-08 22:01:17 +00:00
cb995489b6
Remove ellipses from the translations for our steps, as that's now "throbbed". Japanese was using the unicode character for an ellipsis, that was removed too.
Ray Greenwell
2012-03-08 20:36:14 +00:00
9fc677949a
Add a bit of "throbbing" to the display by displaying 1, 2, or 3 dots after the status, incrementing every second.
Ray Greenwell
2012-03-08 20:11:13 +00:00
c8e3318705
Another bugfix: There is code to smooth-out the reported time values, however nothing was reset between different phases reporting their own independent time-remaining values.
Ray Greenwell
2012-03-08 19:04:52 +00:00
4c94356981
Move the time-remaining display to the status area. This could cause problems but I believe that any time we display the time remaining we are also showing a short status string.
Ray Greenwell
2012-03-08 18:57:54 +00:00
42f14f9747
Rebalance the "final percentages" for the steps. In the end I may allow these to be specified in one's getdown.txt.
Ray Greenwell
2012-03-08 17:58:53 +00:00
0d7cf4f67f
I have no idea what the heck the MetaProgressObserver was doing, but it wasn't doing the right thing. Fixed it.
Ray Greenwell
2012-03-08 15:21:12 +00:00