Michael Bayne
382bb2cd5b
Parse java_max_version down by java_min_version.
2015-02-16 08:34:54 -08:00
Mark Johnson
b849d0052d
Preparing for getdown-1.4.1 release.
2014-12-04 15:12:57 -08:00
Mark Johnson
7b215a0b2d
Fix the getdown manifest for maven builds.
...
We have an ant build.xml and a maven pom.xml. At some point I guess the
build switched to maven, which didn't have the special manifest to use
for the jar to work around all the Java permission changes. If you want
getdown to work with the latest Java, you will need to use this update.
2014-12-04 15:02:44 -08:00
Jamie Doornbos
0dfd443a80
Revert "Temporary maven exec to debug java.home on jenkins."
...
Oops, that was supposed to go into my fork. So much for keeping the historty on the main
project clean.
This reverts commit e628f64e9a .
2014-11-17 09:55:02 -08:00
Jamie Doornbos
e628f64e9a
Temporary maven exec to debug java.home on jenkins.
2014-11-17 09:53:47 -08:00
Jamie Doornbos
c2ed749698
Profile to deploy to a local place.
2014-11-14 15:31:07 -08:00
Jamie Doornbos
aafaf45b78
Move eclipse hacks to reduce deploy warnings.
2014-11-14 15:30:54 -08:00
Jamie Doornbos
1408ef8dbd
Rearrange maven tags a little.
2014-11-14 15:30:29 -08:00
Michael Bayne
04c78a00ef
[maven-release-plugin] prepare for next development iteration
2014-11-14 08:46:25 -08:00
Michael Bayne
fd963bb42a
[maven-release-plugin] prepare release getdown-1.4
2014-11-14 08:46:21 -08:00
Michael Bayne
4c36b312e2
Fix some Javadoc errors.
2014-11-14 08:45:27 -08:00
Michael Bayne
17c14c7cea
Bump README to 1.4 jar.
2014-11-14 08:43:14 -08:00
Michael Bayne
b099564955
Bump Proguard versions.
...
Proguard 5.x finally supports Java 8. We don't compile Getdown to Java 8
bytecode, but Progaurd has to grok the stdlib of the JVM being used to run
Proguard, which previously meant that we couldn't compile Getdown with a Java 8
JVM, which was annoying. Now we can. Yay!
2014-11-14 08:39:47 -08:00
Michael Bayne
00f0212673
Upgrade Maven compiler plugin.
2014-11-14 08:35:55 -08:00
Michael Bayne
a08a2999aa
Brazilian Portuguese from brevleq.
2014-11-14 08:33:19 -08:00
Jamie Doornbos
f682d7e513
Allow resources with spaces in the path.
...
This is in order to include a file output by unity that we have no control over.
2014-10-15 10:40:37 -07:00
noir2k
1b0cbea770
Localization messege.property for Korean language
2014-07-14 14:50:27 +09:00
Michael Bayne
9f40fadeff
Better error reporting on no getdown.txt.
2014-07-07 07:52:02 -07:00
Michael Bayne
df4eabbf09
Don't choke on proxy detection if allow_offline = true.
...
This unfortunately relies on _app.init() happening *inside* detect proxy in the
particular code path that results in failed proxy detection. I wish app.init
wasn't such a twisty maze of spaghetti, but that ship has long since sailed.
2014-04-09 07:15:47 -07:00
Michael Bayne
6134d3a967
Beans/frank.
2014-03-26 13:37:50 -07:00
David Hoover
6f679ddbde
Revert "Ant build's been deprecated for ages."
...
This reverts commit 12f7b666af .
So it turns out despite getdown being public and having an
automatic travis build we still have an internal build. Which
uses ant. And requires blood sacrifices to cope with maven.
I'm really not in the mood to deal with it/don't have access to
set up the travis build to publish snapshots, so I'm just going to
revert and let someone else with more motivation clean up this mess
(or not)
2014-03-21 11:29:45 -07:00
David Hoover
895630cc2e
Teach the pom about github
2014-03-21 10:41:40 -07:00
David Hoover
12f7b666af
Ant build's been deprecated for ages.
2014-03-21 10:34:38 -07:00
Michael Bayne
5cb44526e8
Up-dates, point to LICENSE on github.com.
2014-03-10 08:25:59 -07:00
Michael Bayne
626d1bc8cf
Include license file in POM.
2014-03-10 08:24:49 -07:00
Michael Bayne
b793b56a28
Reinit our UI more cleanly.
2014-02-11 11:32:53 -08:00
Michael Bayne
f706ed216a
Fix our bounds calculation when missing bg image.
2014-02-11 11:32:30 -08:00
Michael Bayne
faece11e11
Allow specification of appbase via system property.
...
This allows one to bootstrap a Getdown install with no files at all. You don't
get a very sexy UI during the first install, but you can make something
non-horrible with a background color and a small window.
2014-02-11 11:13:13 -08:00
Michael Bayne
c1d2946747
Provide a default background color.
...
Otherwise we get black text on a black background in catastrophic failure
scenarios.
2014-02-11 11:13:13 -08:00
Ray J. Greenwell
0240db1163
Preparing for 1.4-SNAPSHOT development.
2014-01-21 14:36:31 -08:00
Ray J. Greenwell
55140232b1
Preparing for getdown-1.3.4 release.
2014-01-21 14:33:40 -08:00
Ray J. Greenwell
19be415d64
Add more security attributes to the manifest.
...
I think we need the Caller-Allowable-Codebase attribute so that javascript
bridges work. I also added a Application-Library-Allowable-Codebase.
The full list of security attributes and their meanings:
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html
2014-01-21 14:30:17 -08:00
Ray J. Greenwell
2adc66949f
Preparing for 1.4-SNAPSHOT development.
2014-01-20 09:19:33 -08:00
Ray J. Greenwell
5b4ed4e93a
Preparing for getdown-1.3.3 release.
2014-01-20 09:09:26 -08:00
Ray J. Greenwell
33a055cc7b
More new security warnings, these merely non-critical.
...
These values are potentially temporary pending templatization of
the file. I don't know how to comment in a manifest file so I didn't.
2014-01-20 09:00:02 -08:00
Mark Johnson
6c7f13fa36
Preparing for 1.4-SNAPSHOT development.
2014-01-14 21:12:29 -08:00
Mark Johnson
db210a8ee7
Preparing for getdown-1.3.2 release.
2014-01-14 21:11:00 -08:00
Mark Johnson
b4af383570
We need to specify the permission level in the manifest for applet jars as of Java 7u51
2014-01-14 18:37:32 -08:00
Michael Bayne
25c4d7671c
Support java_min_version as alias of java_version.
2013-12-04 11:26:42 -08:00
Michael Bayne
fc817d5b1e
Changed java_version_max to java_max_version.
...
Other tidying and consolidation.
2013-12-04 11:24:59 -08:00
Michael Bayne
c098dba735
Merge pull request #1 from makkus/master
...
Added option to specify max Java version.
2013-12-04 11:15:31 -08:00
Michael Bayne
b04e0bc4c5
Merge pull request #4 from agharta/master
...
Added Italian Translation
2013-12-04 11:09:06 -08:00
David Hoover
95b43a91f6
Merge pull request #3 from dajaksic/master
...
change condition in the method haveValidJavaVersion()
2013-10-23 09:41:48 -07:00
agharta
dbac6d56d8
Added Italian Translation
...
Added italian translation.
2013-10-21 10:44:24 +02:00
dajaksic
e9e65e41dd
changed condition
2013-10-17 11:10:10 +02:00
Markus Binsteiner
1172015198
Added option to specify max Java version.
...
Property name in getdown.txt is: java_version_max
2013-09-24 11:30:34 +12:00
Michael Bayne
8fb6920f77
Set up a Travis build.
2013-09-02 12:22:49 -07:00
Michael Bayne
c3e92a6311
Updated javadoc link.
2013-09-02 12:13:31 -07:00
Michael Bayne
17c8415e44
Relative wiki links don't work.
2013-09-02 12:07:04 -07:00
Michael Bayne
ebe116021c
Link fixes.
2013-09-02 12:03:50 -07:00