mihon/app/src/main/java/eu/kanade/tachiyomi/network
MCAxiaz 9ba7312caf Make MAL Tracking Slightly Less Shitty (#2042)
* * fix cookieManager not clearing cookies properly
* manually clear tracking prefs when !isLogged (e.g. cookies were cleared)

* use full url for removing cookies

* add interceptor for all non-login network calls
* attempt auto login if cookies are missing
* move handling of csrf token to interceptor

* * move methods around to improve readability
* fix TrackSearchAdapter not updating other fields if cover_url is missing
* revert accidental removal of feature in https://github.com/inorichi/tachiyomi/issues/65
* avoid login if credentials are missing

* fix eol

* *separate login flow from rxjava for reuse in sync

* *use less expensive method of finding manga

* *move variable declaration

* formatting

* set total chapters in remote track
2019-06-09 14:31:19 +02:00
..
AndroidCookieJar.kt Make MAL Tracking Slightly Less Shitty (#2042) 2019-06-09 14:31:19 +02:00
CloudflareInterceptor.kt Fix crashes below L 2019-04-03 09:47:07 +02:00
NetworkHelper.kt Test solving Cloudflare's challenge with WebView 2019-04-01 17:20:13 +02:00
OkHttpExtensions.kt Dependency updates. OkHttp nullability changes 2017-05-23 20:39:02 +02:00
ProgressListener.kt Move source and network outside data 2017-01-20 21:24:31 +01:00
ProgressResponseBody.kt Dependency updates. OkHttp nullability changes 2017-05-23 20:39:02 +02:00
Requests.kt Move source and network outside data 2017-01-20 21:24:31 +01:00