nextcloud-talk-android/app/src/main/java/com/nextcloud/talk/polls
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
..
adapters Replace Fresco with Coil 2022-12-07 13:45:42 +01:00
model calculate percent with voters instead votes 2022-07-22 17:54:57 +00:00
repositories remove nullable from PollRepository return types 2022-07-22 17:54:57 +00:00
ui align poll buttons to right 2022-09-29 11:20:10 +02:00
viewmodels hide end poll button for edit poll mode 2022-09-29 07:34:50 +00:00