Phelan wrote:I think he had a page on google plus detailing the progress on that, but don't remember the link.
https://plus.google.com/108736506961432085848/posts
The last post is from September... and the last post about the web client (from a quick perusal) is last March. Not that I really care. I hate browser-based apps. Although, it would be nice to refer people to KGS without having to worry about whether or not they have java installed and functional.
Marathon wrote:I think another motivation is to reduce the number of clients, and therefore, the future work needed in making changes.
Part of the (stated) reason he has developed an Android client but not an iOS client is because Android apps are developed in Java. This means a large portion of the codebase between Android app and desktop app is the same. All that needs to be handled separately is the UI code.
speedchase wrote:Java is generally considered much easier to maintain than HTML because there is only one JRE (well here are more but no one really cares if you support the others or not) while there are tons of browsers, and way more comparability issues.
This. So much this.