Commit Graph

13 Commits

Author SHA1 Message Date
Andy Scherzinger
3eabf9bb83
Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-29 12:55:12 +01:00
Andy Scherzinger
f48575bfec
Spotbug: Method stores return result in local before immediately returning it
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-12-29 11:37:18 +01:00
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
Andy Scherzinger
b350a4c86e
remove default constructors (generated by the compiler) and simplify if-statements of equals-methods
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-04-29 16:37:57 +02:00
Andy Scherzinger
61aaae4dc2
Update code base for Android Studio 4.1.3
Remove lombock @Data annotations
Replace FindBugs with SpotBugs
Update Lombock version

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-04-29 00:46:35 +02:00
Mario Danic
041b77da21 Kotlin & hardening
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-09-27 12:48:22 +02:00
Mario Danic
4697e4f340 Fix up guest mentions and autocomplete callback
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-09-05 11:17:20 +02:00
Mario Danic
cc96878d52 Fix #527
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-05-03 09:55:21 +02:00
Mario Danic
06992b400f Update chips
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-04-10 14:16:26 +02:00
Mario Danic
ad3b440e88 Progress with setting chip avatars
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-04-10 09:41:13 +02:00
Mario Danic
24461f99b6 Optimize imports
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-04-09 21:18:40 +02:00
Mario Danic
f4f96bb7d9 First step towards mention chips
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-04-09 21:18:02 +02:00
Mario Danic
d6a7a2ff94 First batch of mention changes
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-03-05 14:13:57 +01:00