protoncore_android/network/domain/src/main/kotlin/me/proton/core/network/domain
dkadrikj 519765b9bd Rename ServerConnectionListener.kt to ApiConnectionListener.kt,
ServerConnectionHandler.kt to ApiConnectionHandler.kt and
ServerConnectionException.kt to ApiConnectionException.kt
2021-11-22 15:01:26 +00:00
..
client Add Atlas Proxy for testing, ExtraHeaderProvider to add arbitrary headers to all requests 2021-10-06 09:31:42 +02:00
exception Rename ServerConnectionListener.kt to ApiConnectionListener.kt, 2021-11-22 15:01:26 +00:00
handlers Rename ServerConnectionListener.kt to ApiConnectionListener.kt, 2021-11-22 15:01:26 +00:00
humanverification Fixed ClientId initialisation issue. 2021-06-03 17:18:11 +02:00
server Added ServerTimeListener/ServerTimeInterceptor, updating PGPCrypto time. 2021-06-21 14:11:04 +02:00
serverconnection Rename ServerConnectionListener.kt to ApiConnectionListener.kt, 2021-11-22 15:01:26 +00:00
session Refactored HumanVerification. 2021-06-03 17:18:11 +02:00
ApiBackend.kt Integrated SessionListener/SessionProvider/SessionId into network modules. 2020-10-20 11:22:27 +02:00
ApiClient.kt Update default network timeout to 30 seconds 2021-11-22 11:11:12 +01:00
ApiErrorHandler.kt
ApiManager.kt Integrated SessionListener/SessionProvider/SessionId into network modules. 2020-10-20 11:22:27 +02:00
ApiManagerImpl.kt Added optional OkHttp Cache. 2021-08-19 09:15:15 +00:00
ApiResult.kt Rename ServerConnectionListener.kt to ApiConnectionListener.kt, 2021-11-22 15:01:26 +00:00
CacheOverride.kt Add CacheOverride Tag for clients 2021-10-04 09:24:34 +00:00
DohApiHandler.kt Human verification support in the network module 2020-08-04 15:18:43 +02:00
DohProvider.kt Introducing API block avoidance based on DoH 2020-07-03 11:24:18 +00:00
NetworkManager.kt Emit current state with NetworkManager.observe() flow 2021-05-31 12:39:06 +02:00
NetworkPrefs.kt Introducing API block avoidance based on DoH 2020-07-03 11:24:18 +00:00
ResponseCodes.kt Put all API error codes in `ResponseCodes` class 2021-11-22 11:11:12 +01:00
TimeoutOverride.kt Integrated SessionListener/SessionProvider/SessionId into network modules. 2020-10-20 11:22:27 +02:00