Kore/app/src/main/java/org/xbmc/kore/jsonrpc
Synced Synapse a07a819898 Add support to see all cast on now playing screen 2015-07-29 18:37:28 +01:00
..
event Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
method Fix ClassCastException on Files.GetDirectory (this can be in other places) 2015-04-15 22:23:01 +01:00
notification Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
type Add support to see all cast on now playing screen 2015-07-29 18:37:28 +01:00
ApiCallback.java fix up typo on ApiCallback.onSucess() 2015-03-16 11:33:40 -07:00
ApiException.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
ApiMethod.java fix up typo on ApiCallback.onSucess() 2015-03-16 11:33:40 -07:00
ApiNotification.java Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
HostConnection.java Catch an exception that is being reported in Google Play, when user enters a malformed URL as the media center address. This causes a RuntimeException on OkHttp which wasn't being handled. Ideally we should validate the hostname/ip address that the user enters, but i'm not sure that Patterns.IP_ADDRESS/Patterns.DOMAIN_NAME/Patterns.WEB_URL catches all the possible cases, so i opted for the lazy solution, catch the exception 2015-05-25 23:17:41 +01:00