commit 0d3d26b94edefbf44ed7257e5c852de136a256be Author: Sven Gothel Date: Sat Oct 19 04:54:44 2013 +0200 Release 2.1.1 (Android 0914016) commit c9093e491d4b78b12973ec1614bf3146fce26a83 Author: Sven Gothel Date: Fri Oct 18 22:09:43 2013 +0200 Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Netbeans's JarURLStreamHandler - 'URL IOUtil.toURL(URI)' - Needs to encode the file-path portion on Windows(*) if exists. The file-path here shall only be encoded as follows: - backslash -> slash - ensure starting with slash (*) We perform above action for all OS, if 'false == File.separator.equals("/")' - Added high verbosity in DEBUG mode to easy debugging for future cases .. - Cleanup URI/URL unit tests, i.e. split URLCompositionTest into: - TestIOUtilURICompose - TestIOUtilURIHandling (Now covers Bug 857 as well) - TestUrisWithAssetHandler - TestURIQueryProps Tested all unit tests manually on GNU/Linux and Windows w/ JRE 7u45 commit a2a71139e6d8dc1527cd45df5c710b1ad1f2f611 Author: Sven Gothel Date: Fri Oct 18 07:33:20 2013 +0200 Bump 7u45 commit 7607867f0bba56792cad320695d6209b49acce9d Author: Harvey Harrison Date: Thu Oct 17 21:34:47 2013 -0700 gluegen: add all missing @Override annotations Signed-off-by: Harvey Harrison commit 791a2749886f02ec7b8db25bf8862e8269b96da5 Author: Harvey Harrison Date: Thu Oct 17 21:06:56 2013 -0700 gluegen: remove trailing whitespace Signed-off-by: Harvey Harrison commit 5b77e15500b7b19d35976603dd71e8b997b2d8ea Author: Sven Gothel Date: Thu Oct 17 16:18:53 2013 +0200 ArrayHashSet: Use final local vars if applicable commit 37a512b572091dd91bb4edaa4b096a43604bb44d Author: Sven Gothel Date: Thu Oct 17 16:14:04 2013 +0200 ArrayHashSet: Add @Override commit 43e5b14bfd0d7ec53bd3c7634e6e95af8ea2afb1 Author: Sven Gothel Date: Sun Oct 13 17:44:46 2013 +0200 Bug 800 - Add Windows 8 Touch Event Support / Enable Win 7 definitions via WINVER/_WIN32_NT 0x0601 commit 068b822a3bf978124428d1642cfefb078c9e4a2b Author: Sven Gothel Date: Fri Oct 11 04:18:36 2013 +0200 Android uses-sdk: Add android:targetSdkVersion="14" (to show up for tablets) commit bb0832a14d05fe5258119f302c2073d6ce71c854 Author: Sven Gothel Date: Thu Oct 10 18:05:14 2013 +0200 Bump to 2.1.1-devel commit 1ef779e34531bbc70937570922e38d8f3cb15d00 Author: Matthew Gibson Date: Mon Aug 26 21:24:01 2013 -0700 Buffers.java - spelling