mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Replace `values()` with `entries` for enum iteration, as recommended by Kotlin for improved performance and consistency. Also: - Suppress unused warning in `ByteArrayAdapter` - Improve logging in `WebpageTool` by including the exception details.