tachiyomi/app/src/main
Two-Ai b4b3a4d286
Fixup HttpPageLoader _loadPage (#8984)
Fixup for e4bc8990 (#8955)

HttpSource.fetchImage() uses Call.asObservableSuccess(), which
cancels the call on unsubscribe. This causes the call to be cancelled
before it is used, leading to a "java.net.SocketException: Socket is
closed" when trying to use the response in putImageToCache().

To fix this, use Call.awaitSuccess() via a new HttpSource.getImage()
suspending function. This addition to source-api is only intended for
app use, so it will not be added to the extensions-api stubs.
2023-01-25 18:18:12 -05:00
..
java/eu/kanade Fixup HttpPageLoader _loadPage (#8984) 2023-01-25 18:18:12 -05:00
res Update local source icon and differentiate from fallback source icon 2023-01-16 22:54:45 -05:00
AndroidManifest.xml Explicitly add READ_APP_SPECIFIC_LOCALES permission 2022-11-25 23:03:42 -05:00
baseline-prof.txt Update baseline profile 2023-01-07 12:03:17 -05:00
ic_launcher-web.png Add adaptive icon and a dev variant 2018-01-13 18:15:00 +01:00