Kore/app/src/main/java/org/xbmc/kore
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
..
eventclient Enable manual configuration of https (#338) 2017-01-27 15:17:39 +00:00
host Enable manual configuration of https (#338) 2017-01-27 15:17:39 +00:00
jsonrpc Enable manual configuration of https (#338) 2017-01-27 15:17:39 +00:00
provider Enable manual configuration of https (#338) 2017-01-27 15:17:39 +00:00
service Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
ui Enable manual configuration of https (#338) 2017-01-27 15:17:39 +00:00
utils Materialized dialogs and preferences (#330) 2017-01-04 08:37:13 +00:00
Settings.java Removed checking wether PVR is enabled in RemoteActivity, as this was only needed to aid in the transition when PVR was implemented 2016-11-15 15:47:11 +00:00