The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-28 | 575 Bytes | |
v2.1.3 source code.tar.gz | 2025-05-28 | 773.7 kB | |
v2.1.3 source code.zip | 2025-05-28 | 1.2 MB | |
android-sample-debug.apk | 2025-05-27 | 15.3 MB | |
Totals: 4 Items | 17.2 MB | 0 |
Overview
- breaking changes: none
- addressed: [#1081]
compose
- An issue where
NullPointerException
s could occur forShaderProvider
s created viaBrush.toShaderProvider
has been addressed. The root cause was a Compose bug whereSize.isEmpty
sometimes reports false positives, leading toPaint.shader
being incorrectly set tonull
for certain nonzero application areas. A workaround has been added to Vico, but until the Compose bug is fixed, glitches where shaded areas turn blank may occur.