Luke 42077 Posted June 29, 2014 Author Posted June 29, 2014 Pushed an update - it's getting closer now. I need to get DayOfWeek fixed as well as the enum ToStrings. there's a java module in there now that excludes certain directories from compilation. With any luck sometime this week we may have a binary. 1
Luke 42077 Posted July 1, 2014 Author Posted July 1, 2014 And it builds. We have our first core Java library of model objects. Next up is server connectivity wrapper. 1
Luke 42077 Posted August 5, 2014 Author Posted August 5, 2014 Thanks to Snazy's help we've got a proof of concept, although it needs testing: https://github.com/MediaBrowser/MediaBrowser.ApiClient.Java But it has server connectivity now using the combination of volley and okhttp, and then gson for json parsing but i'll probably switch to Jackson at some point. 1
Luke 42077 Posted August 9, 2014 Author Posted August 9, 2014 We're up to about 60% coverage now in terms of supported methods. Hopefully the whole thing can be finished in the coming days. Aside from that the only other open items are the web socket and server discovery.
Luke 42077 Posted August 10, 2014 Author Posted August 10, 2014 Up to 90% now along with server discovery.
Luke 42077 Posted August 10, 2014 Author Posted August 10, 2014 I've added jar artifacts. They come in two varieties. A bundle containing all dependencies: https://github.com/MediaBrowser/MediaBrowser.ApiClient.Java/tree/master/out/artifacts/MediaBrowser_ApiClient_Bundle_Java_jar Or a linked version where they're all separated: https://github.com/MediaBrowser/MediaBrowser.ApiClient.Java/tree/master/out/artifacts/MediaBrowser_ApiClient_Linked_Java_jar
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now