nextcloud-talk-android/app/src/main/java
Tim Krüger 49da463971
Replace Fresco with Coil
Fresco is replaced with Coil everywhere to make it possible to set 'minSdkVersion'
to 23. But Coil is not used directly to avoid splintering the dependency
everywhere in the code. Coil is wrapped by extension functions for 'ImageView'.

Some shared functionality is moved from 'DisplayUtils' into the
'ImageViewExtensions'.

The exisiting initialization of Coil has also be changed. The usage of the self
initialized OKHttp client is removed. If this one is added the
caching of the http client is used by Coil additionally to memory and
disk cache.

Resolves: #2227, #2376

Signed-off-by: Tim Krüger <t@timkrueger.me>
2022-12-07 13:45:42 +01:00
..
com/nextcloud/talk Replace Fresco with Coil 2022-12-07 13:45:42 +01:00
fr/dudie/nominatim/client cleanup client implementation 2021-06-11 10:23:01 +02:00
third/parties Replace Fresco with Coil 2022-12-07 13:45:42 +01:00