Hi, Following the publication of the v1 prototype code on github, I've started working on the v2 prototype. I've finished creating a basic new version:
- using object oriented jS - using jqMobi instead of JQuery Mobile - using a JS based network layer This version has currently much less features (no offline, etc..) than the previous one but the performance is already much better and it is possible to relogin or reload a page. I've created the following page to track the development http://dev.xwiki.org/xwiki/bin/view/Design/MobileClient The code of v2 is in a branch on github: https://github.com/xwiki-contrib/mobile-standardxwikiclient/tree/v2 There is still a lot of work like: - editing the configuration - adding the XEM and other queries that were present in the v1 version - implement Cati's design - add some network recovery features (for instance when you are not authentified anymore) Ludovic 2013/2/2 Ludovic Dubost <[email protected]> > > As discussed a while ago, I'm finally made public the Mobile XWiki Client > code I've been working on. > > I've transfered the repository as well as the mobile skin repository to > xwiki-contrib > > https://github.com/xwiki-contrib/mobile-standardxwikiclient > https://github.com/xwiki-contrib/skin-mobile-simple > > The next step for the mobile client is a rework to be: > > 1/ More modular to allow for additional module and UI changes to allowed > by plugins. > 2/ A rework of the network layer to be able to queue requests to XWiki and > manager errors and retries as well as login. > > Ludovic > > -- > Ludovic Dubost > Founder and CEO > Blog: http://blog.ludovic.org/ > XWiki: http://www.xwiki.com > Skype: ldubost GTalk: ldubost > -- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

