-
-
Notifications
You must be signed in to change notification settings - Fork 59
Support Fever API #421
Copy link
Copy link
Closed as not planned
Labels
Description
Docs
- https://github.com/DigitalDJ/tinytinyrss-fever-plugin/blob/master/fever-api.md
- https://github.com/nkanaev/yarr/blob/master/doc/fever.md
- https://github.com/mcaskill/fever
Discussion
Reference
Image decode
import kotlin.io.encoding.Base64
import kotlin.io.encoding.ExperimentalEncodingApi
/*private const*/ val BASE64_SUBSTRING = "base64,"
@OptIn(ExperimentalEncodingApi::class)
val base64ImageByteArray = Base64.decode(base64ImageString.substringAfter(BASE64_SUBSTRING))
AsyncImage(
model = base64ImageByteArray,
contentDescription = null,
placeholder = ColorPainter(MaterialTheme.colorScheme.surfaceContainer),
error = ColorPainter(MaterialTheme.colorScheme.surfaceDim),
contentScale = ContentScale.Crop,
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Done