Fri, 12 Apr 2013 16:13:50 +0200 Jaroslav Tulach Currently the class needs to be public, if we want to make calls to it from WebView's engine fx
Fri, 12 Apr 2013 15:59:24 +0200 Jaroslav Tulach Surround calls to JavaScript with catch (Throwable) fx
Fri, 12 Apr 2013 15:42:05 +0200 Jaroslav Tulach console.log(...) realy logs something fx
Thu, 11 Apr 2013 22:28:01 +0200 Jaroslav Tulach Rather then calling toArray, call method 'koData' fx
Thu, 11 Apr 2013 21:25:54 +0200 Jaroslav Tulach Can iterate over arrays fx
Thu, 11 Apr 2013 20:44:46 +0200 Jaroslav Tulach Merging in default branch before release 0.6 is created. Code compiles. fx
Sat, 30 Mar 2013 07:55:27 +0100 Jaroslav Tulach Initial attempt to start and connect to NetBeans JavaScript debugger debugger
Fri, 12 Apr 2013 18:48:48 +0200 Lubomir Nerad Introduced Exported annotation closure
Thu, 11 Apr 2013 16:59:42 +0200 Lubomir Nerad Merge with trunk closure
Wed, 10 Apr 2013 12:23:17 +0200 Jaroslav Tulach Merge of improved model which allows us to refer to @Model classes
Wed, 10 Apr 2013 12:19:32 +0200 Jaroslav Tulach Better Javadoc with a sample code model
Wed, 10 Apr 2013 11:43:46 +0200 Jaroslav Tulach Clean up script elements after JSONP callback model
Wed, 10 Apr 2013 10:08:18 +0200 Jaroslav Tulach Throw real ClassCastException model
Wed, 10 Apr 2013 09:55:26 +0200 Jaroslav Tulach Allow usage of generated classes in @Model and @Page annotations model
Tue, 09 Apr 2013 10:06:19 +0200 Jaroslav Tulach Support for enums model
Mon, 08 Apr 2013 19:53:11 +0200 Jaroslav Tulach FULL obfuscation renames important methods. Using just minimal one. model
Mon, 08 Apr 2013 19:33:08 +0200 Jaroslav Tulach Is model branch in good shape for merging? I think so.
Mon, 08 Apr 2013 19:31:47 +0200 Jaroslav Tulach Point the URL to the latest version of the source model
Mon, 08 Apr 2013 19:30:22 +0200 Jaroslav Tulach Making list of activeTweeters really a list. It is easier to observe its changes. model
Mon, 08 Apr 2013 18:26:11 +0200 Jaroslav Tulach Simplifying code by using @OnPropertyChange a bit more model
Mon, 08 Apr 2013 16:51:30 +0200 Jaroslav Tulach Support for JSONP model
Mon, 08 Apr 2013 15:14:29 +0200 Jaroslav Tulach Link to the Java code for the page controller model
Mon, 08 Apr 2013 13:06:14 +0200 Jaroslav Tulach Access to twitter is driven by @OnReceive annotation model
Mon, 08 Apr 2013 12:45:41 +0200 Jaroslav Tulach Static, full compilation from Java to js model
Mon, 08 Apr 2013 12:36:12 +0200 Jaroslav Tulach Also notify changes in array properties model
Mon, 08 Apr 2013 12:12:42 +0200 Jaroslav Tulach OnPropertyChange allows us to update the tweets as soon as active tweets are changed model
Mon, 08 Apr 2013 09:24:59 +0200 Jaroslav Tulach Able to display tweets (if --disable-web-security used). Needed to patch knockout to survive/ignore properties with dollar sign in them. model
Sun, 07 Apr 2013 22:32:41 +0200 Jaroslav Tulach Primitive types supported and we can parse the twitter reply model
Sun, 07 Apr 2013 22:30:45 +0200 Jaroslav Tulach Rewind the stream before serving it model
Sun, 07 Apr 2013 22:30:07 +0200 Jaroslav Tulach Documenting the InterruptedException behavior model
Sun, 07 Apr 2013 21:41:57 +0200 Jaroslav Tulach Can fetch JSON numbers in an array model
Sun, 07 Apr 2013 19:29:55 +0200 Jaroslav Tulach Can parse JSON array with objects in it model
Sun, 07 Apr 2013 19:28:00 +0200 Jaroslav Tulach Finish the bouncing tests with timeout exception model
Sun, 07 Apr 2013 17:42:50 +0200 Jaroslav Tulach Using InterruptedException to make the JSONTests pass model
Sun, 07 Apr 2013 17:02:14 +0200 Jaroslav Tulach Use setTimeout to be invoked only once model
Sun, 07 Apr 2013 16:11:56 +0200 Jaroslav Tulach @BrwsrTest that throws InterruptedException will be re-executed again later model
Sun, 07 Apr 2013 15:24:45 +0200 Jaroslav Tulach Wrap invoke exceptions into InvocationTargetException model
Sun, 07 Apr 2013 11:38:56 +0200 Jaroslav Tulach Need to use toString(), as valueOf() on array returns array model
Fri, 05 Apr 2013 17:55:23 +0200 Jaroslav Tulach @OnReceive is more ready to receive an array of values model
Fri, 05 Apr 2013 15:17:54 +0200 Jaroslav Tulach Dispatches first array value to single argument receive function model
Fri, 05 Apr 2013 12:43:17 +0200 Jaroslav Tulach @OnReceive annotation can obtain and process single JSON object model
Fri, 05 Apr 2013 10:41:07 +0200 Jaroslav Tulach Any JavaScript array is treated as Java array of Objects model
Fri, 05 Apr 2013 10:12:20 +0200 Jaroslav Tulach Package all non-class files as HTTP resources model
Thu, 04 Apr 2013 13:12:17 +0200 Jaroslav Tulach Knockout.js Twitter client example rewritten to Bck2Brwsr (just missing JSON access to tweets) model
Thu, 04 Apr 2013 13:08:26 +0200 Jaroslav Tulach clone() on model classes model
Thu, 04 Apr 2013 11:45:54 +0200 Jaroslav Tulach Assume the class belongs to the same package if it is not yet resolvable model
Thu, 04 Apr 2013 09:47:35 +0200 Jaroslav Tulach addAll needs to notify change model
Thu, 04 Apr 2013 09:47:03 +0200 Jaroslav Tulach @OnFunction method wrappers should not be visible in code completion. Making private. model
Thu, 04 Apr 2013 09:46:06 +0200 Jaroslav Tulach Implementation of String.replace(CharSeq,CharSeq) model
Thu, 04 Apr 2013 06:12:36 +0200 Jaroslav Tulach Allow models to be (static) inner classes model
Wed, 03 Apr 2013 18:23:49 +0200 Jaroslav Tulach #4858: Let the server provide all resources around the startpage model
Wed, 03 Apr 2013 18:21:42 +0200 Jaroslav Tulach Print out the actual parsing error and check for NPE model
Wed, 03 Apr 2013 13:43:22 +0200 Jaroslav Tulach Keep the console output collapsed until details are requested
Wed, 03 Apr 2013 11:37:52 +0200 Jaroslav Tulach Persists arrays to JSON model
Wed, 03 Apr 2013 10:20:17 +0200 Jaroslav Tulach Convert wild characters to something more sane model
Wed, 03 Apr 2013 10:04:24 +0200 Jaroslav Tulach toString on @Model classes produces JSON model
Wed, 03 Apr 2013 09:19:03 +0200 Jaroslav Tulach Bringing up to date with default branch model
Wed, 03 Apr 2013 09:17:58 +0200 Jaroslav Tulach Merge of recent work on model. @Model classes can have @OnFunction methods and their properties are accessible from the knockout bindings
Tue, 02 Apr 2013 15:52:25 +0200 Jaroslav Tulach Ability to re-run failed tests
Tue, 02 Apr 2013 15:49:42 +0200 Jaroslav Tulach Show usage of @OnFunction on @Model class model