Kore/app/src/main/java/org/xbmc/kore/eventclient
Aneesh Agrawal 66c145d778 Enable manual configuration of https (#338)
* Allow specifying HTTPS Hosts manually
This is not exposed in the UI, but on the manual host configuration screen, if the address starts with a  "http://" or "https://" this will be stripped and the `isHttps` flag set appropriately.

Additionally, the port can be configured as part of the address as well.
Any port specified as part of the address takes precedence over the explicit HTTP port box, to allow easy copy-pasting of an entire URL for a host.

This enables using Kore with Kodi instances available though HTTPS (e.g. via a reverse proxy).
2017-01-27 15:17:39 +00:00
..
ButtonCodes.java Add constants for the different types of button maps 2015-06-17 22:29:44 +01:00
EventClient.java Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00
EventServerConnection.java Enable manual configuration of https (#338) 2017-01-27 15:17:39 +00:00
Packet.java Fix calculation of packet number and sizes, that was causing packets with payloads of size 0 not to be sent, as well as packets with payloads of sizes multiple of MAX_PAYLOAD_SIZE to send empty packets. 2015-06-17 22:27:13 +01:00
PacketACTION.java Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00
PacketBUTTON.java Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00
PacketBYE.java Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00
PacketHELO.java Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00
PacketLOG.java Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00
PacketMOUSE.java Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00
PacketNOTIFICATION.java Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00
PacketPING.java Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00