ultrasonic-app-subsonic-and.../subsonic-api/src/main/kotlin/org/moire/ultrasonic/api/subsonic
Yahor Berdnikau 1333534988 Allow to use self-signed certificates.
By default OkHttpClient will not allow self-signed certificates, but
some of app users use them.

This is disabled by default, should be enabled explicitly.

It also allows any CN in self-signed certificate.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-12-26 12:34:16 +01:00
..
interceptors Add proxy password interceptor. 2017-12-02 21:51:26 +01:00
models Change MusicDirectoryChild ids type to String. 2017-12-16 21:28:18 +01:00
response Replace type of id property to String. 2017-12-12 21:08:49 +01:00
ApiNotSupportedException.kt Replace ServerTooOldException with more proper ApiNotSupportedException. 2017-12-03 14:14:01 +01:00
ApiVersionCheckWrapper.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicAPIClient.kt Allow to use self-signed certificates. 2017-12-26 12:34:16 +01:00
SubsonicAPIDefinition.kt Update api definition to use String type for ids. 2017-12-16 22:14:01 +01:00
SubsonicAPIVersions.kt Add 1.16.0 subsonic version. 2017-12-02 21:51:26 +01:00
SubsonicError.kt Fix detekt issues. 2017-07-30 22:23:25 +02:00