Wed, 07 Aug 2013 15:29:42 +0200 Jaroslav Tulach Implementation of the AudioClip that uses HTML5 Audio tag sound
Wed, 07 Aug 2013 14:28:21 +0200 Jaroslav Tulach Bringing the default version in sync with Toni's audio work sound
Thu, 01 Aug 2013 17:36:01 +0200 Jaroslav Tulach Bringing new advances in default branch to ios as well ios
Thu, 01 Aug 2013 17:35:51 +0200 Jaroslav Tulach Merging two heads
Thu, 01 Aug 2013 17:33:25 +0200 Jaroslav Tulach html-json has been included in Jersey version 2.1
Fri, 23 Jan 2004 17:10:49 +0100 jarda Let File.toURL() handle the / and \
Mon, 29 Jul 2013 17:55:44 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 29 Jul 2013 17:55:44 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.4
Mon, 29 Jul 2013 17:55:44 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.4 release-0.4
Mon, 29 Jul 2013 17:49:48 +0200 Jaroslav Tulach Compile and pass on JDK8
Mon, 29 Jul 2013 17:13:28 +0200 Jaroslav Tulach Need javadoc to publish the project to nexus
Mon, 29 Jul 2013 16:06:51 +0200 Jaroslav Tulach OnLocation methods can have additional arguments
Fri, 26 Jul 2013 13:45:41 +0200 Jaroslav Tulach Also needs to refer to webapp page root ios
Fri, 26 Jul 2013 13:22:50 +0200 Jaroslav Tulach Merging in usage of webapps directory ios
Fri, 26 Jul 2013 13:13:55 +0200 Jaroslav Tulach Using 0.2 version of the ios plugin ios
Mon, 22 Jul 2013 14:41:09 +0200 Jaroslav Tulach Currently we need to download dependencies from snapshots repository ios
Thu, 25 Jul 2013 16:54:49 +0200 Jaroslav Tulach Give more accurate error message
Thu, 25 Jul 2013 16:42:20 +0200 Jaroslav Tulach Using webapp directory for HTML pages as NetBeans IDE recognizes such directory automatically and gives it special treatment.
Thu, 18 Jul 2013 16:18:58 +0200 Jaroslav Tulach Merge of new archetype. Plus passing resourcesDir to maven plugin. ios
Thu, 18 Jul 2013 16:11:14 +0200 Jaroslav Tulach Archetype modified to have the pages outside of the JAR file in src/main/web/ directory
Thu, 18 Jul 2013 15:39:56 +0200 Jaroslav Tulach Merge with default branch ios
Thu, 18 Jul 2013 15:39:20 +0200 Jaroslav Tulach Support for external resources in -Dbrowser.rootdir or next to the main JAR's location
Thu, 18 Jul 2013 12:49:16 +0200 Jaroslav Tulach Need to explicitly exit the VM
Wed, 17 Jul 2013 12:34:55 +0200 Jaroslav Tulach Simplify code and enable automatic resizing of the browser view
Tue, 16 Jul 2013 17:01:51 +0200 Jaroslav Tulach Rather generate FQN so we can access functions in inner classes
Fri, 12 Jul 2013 17:02:06 +0200 Jaroslav Tulach Need to use boxed type as raw types can't be casted to Number
Fri, 12 Jul 2013 14:25:50 +0200 Jaroslav Tulach More flexibility in converting strings to various values
Fri, 12 Jul 2013 12:21:53 +0200 Jaroslav Tulach Need to propagate throws exceptions
Fri, 12 Jul 2013 12:08:56 +0200 Jaroslav Tulach Don't fall into endless loop when parameters are not specified
Fri, 12 Jul 2013 11:05:52 +0200 Jaroslav Tulach Less underscores, more dollar (signs)
Fri, 12 Jul 2013 10:23:34 +0200 Jaroslav Tulach Checks to find out whether the location API is supported and fail early, if it is not
Fri, 12 Jul 2013 09:43:02 +0200 Jaroslav Tulach Long (and probably also double) parameters need to increase the load index by two
Thu, 11 Jul 2013 21:26:28 +0200 Jaroslav Tulach Support for calling static Java methods from JavaScript
Thu, 11 Jul 2013 21:10:18 +0200 Jaroslav Tulach Removing no longer used field
Thu, 11 Jul 2013 20:30:39 +0200 Jaroslav Tulach No need to collect own methods - they are treated the same way as others
Thu, 11 Jul 2013 17:58:45 +0200 Jaroslav Tulach FX Web View can finally call run() on non-public implementations of Runnable
Thu, 11 Jul 2013 16:39:39 +0200 Jaroslav Tulach Turn the callback classes into singletons with VM field
Thu, 11 Jul 2013 16:33:40 +0200 Jaroslav Tulach For each package generate $JsCallbacks$ class that encapsulates all calls from JavaScript to Java
Thu, 11 Jul 2013 14:47:58 +0200 Jaroslav Tulach Check methods and their parameters
Thu, 11 Jul 2013 14:04:37 +0200 Jaroslav Tulach Detects calls to non-existing classes
Thu, 11 Jul 2013 13:12:51 +0200 Jaroslav Tulach Separating the callback processing into own class
Thu, 11 Jul 2013 11:23:54 +0200 Jaroslav Tulach Running some @JavaScriptBody tests directly on FX Web View
Tue, 09 Jul 2013 09:09:13 +0200 Jaroslav Tulach Actual communication with JavaScript
Tue, 09 Jul 2013 08:08:36 +0200 Jaroslav Tulach Make sure the generated methods really override superclass ones
Sun, 07 Jul 2013 08:31:14 +0200 Jaroslav Tulach Initial version of javadoc for the Geo API
Sun, 07 Jul 2013 07:47:58 +0200 Jaroslav Tulach Allow @OnLocation and onError methods to throw anything
Sun, 07 Jul 2013 07:45:11 +0200 Jaroslav Tulach Checks for proper declaration of the onError method
Sun, 07 Jul 2013 07:22:04 +0200 Jaroslav Tulach Check for proper declaration of the @OnLocation method
Sun, 07 Jul 2013 06:56:12 +0200 Jaroslav Tulach Hiding the geolocation handle into Position class
Sun, 07 Jul 2013 06:53:26 +0200 Jaroslav Tulach Generates onError callback
Sun, 07 Jul 2013 06:45:09 +0200 Jaroslav Tulach Generates meaningful onLocation method
Sat, 06 Jul 2013 08:09:53 +0200 Jaroslav Tulach Initial version of @OnLocation API
Sat, 29 Jun 2013 22:44:59 +0200 Jaroslav Tulach Can callback @JavaScriptBody methods in the same class
Sat, 29 Jun 2013 07:01:58 +0200 Roman Svitanic On Mac try to work with iOS devices ios
Wed, 26 Jun 2013 18:18:21 +0200 Jaroslav Tulach Don't refer to fxbrwsr
Wed, 26 Jun 2013 18:09:25 +0200 Jaroslav Tulach The classloader based approach seems to work OK, so merging into default branch
Wed, 26 Jun 2013 17:21:10 +0200 Jaroslav Tulach Javadoc for the context API classloader
Wed, 26 Jun 2013 17:17:42 +0200 Jaroslav Tulach Documenting the bootstrap API classloader
Wed, 26 Jun 2013 15:11:58 +0200 Jaroslav Tulach Providing JavaScript processor to verify correct number of args classloader
Wed, 26 Jun 2013 15:11:17 +0200 Jaroslav Tulach Removing unneeded import classloader