geo/src/main/java/net/java/html/geo/Position.java
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Sun, 13 Jul 2014 23:50:25 +0200 Setters from any thread merge
Wed, 25 Jun 2014 10:49:24 +0200 Deliver error messages and error code back to Java
Fri, 04 Jul 2014 09:08:20 +0200 A bit more Javadoc copied from the W3C specification
Wed, 26 Mar 2014 18:26:41 +0100 Fixing link to w3c spec and explicitly stating the method may return null
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
Mon, 16 Dec 2013 16:59:43 +0100 Moving implementation classes into org.netbeans.html namespace
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Fri, 12 Jul 2013 10:23:34 +0200 Checks to find out whether the location API is supported and fail early, if it is not
Tue, 09 Jul 2013 09:09:13 +0200 Actual communication with JavaScript
Sun, 07 Jul 2013 08:31:14 +0200 Initial version of javadoc for the Geo API
Sun, 07 Jul 2013 07:47:58 +0200 Allow @OnLocation and onError methods to throw anything
Sun, 07 Jul 2013 06:56:12 +0200 Hiding the geolocation handle into Position class
Sun, 07 Jul 2013 06:45:09 +0200 Generates meaningful onLocation method
Sat, 06 Jul 2013 08:09:53 +0200 Initial version of @OnLocation API