boot/src/main/java/org/apidesign/html/boot/impl/FnUtils.java
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Fri, 13 Dec 2013 08:49:53 +0100 One method less
Fri, 13 Dec 2013 07:40:45 +0100 Can now preprocess classes which reference other types
Thu, 12 Dec 2013 23:59:50 +0100 Merging in recent changes on default branch
Thu, 12 Dec 2013 23:54:32 +0100 Load global scripts when first method in the class is called
Mon, 25 Nov 2013 17:23:50 +0100 activePresenter can return null
Mon, 25 Nov 2013 09:15:27 +0100 Make sure we compile and run on dalvik
Sun, 24 Nov 2013 15:39:55 +0100 Maven plugin for preprocessing JavaScriptXXX annotations
Wed, 06 Nov 2013 15:15:54 +0100 Introducing Agent-Class to allow java.lang.instrument-like transforms of the @JavaScriptBody annotation
Thu, 10 Oct 2013 14:02:18 +0200 FnUtils are bloated and contain references to Asm classes. Separate the code needed by generated JsCallbacks into own class
Fri, 13 Sep 2013 11:37:01 +0200 Notify changes only when the topmost presenter is being cleared
Thu, 12 Sep 2013 17:59:10 +0200 Notifies property changes in one batch
Thu, 12 Sep 2013 09:33:50 +0200 Support for multiple FX WebViews running at once in isolation
Thu, 11 Jul 2013 21:26:28 +0200 Support for calling static Java methods from JavaScript
Thu, 11 Jul 2013 20:30:39 +0200 No need to collect own methods - they are treated the same way as others
Thu, 11 Jul 2013 17:58:45 +0200 FX Web View can finally call run() on non-public implementations of Runnable
Thu, 11 Jul 2013 14:04:37 +0200 Detects calls to non-existing classes
Thu, 11 Jul 2013 13:12:51 +0200 Separating the callback processing into own class
Sat, 29 Jun 2013 22:44:59 +0200 Can callback @JavaScriptBody methods in the same class
Wed, 26 Jun 2013 08:43:32 +0200 Loading of external JavaScript files simplified
Tue, 25 Jun 2013 21:09:48 +0200 Can call method with two integer arguments from JavaScript
Tue, 25 Jun 2013 15:34:37 +0200 Callback run() on Runnable
Wed, 19 Jun 2013 22:29:41 +0200 displayPage should be blocking, no need to expose resource finder
Wed, 19 Jun 2013 13:18:44 +0200 BrowserBuilder delegates to presenter
Wed, 19 Jun 2013 12:52:23 +0200 Creating bootstraping APIs