JetLime icon indicating copy to clipboard operation
JetLime copied to clipboard

A Kotlin Multiplatform library to display a timeline view. 🍋

Results 17 JetLime issues
Sort by recently updated
recently updated
newest added

## Summary - upgrade Kotlin to 2.1.21 and Compose plugin to 1.8.1 - bump JetLime version to 3.1.0 in docs and build files - fix NPE issues in hashCode implementations

Version upgrade

- Update Gradle to 8.14.1 - Update activity-compose to 1.12.0-alpha01 - Update AGP to 8.10.0 - Update compose to 1.8.1 - Update kotlin to 2.1.21 - Update kotlinx.collections.immutable to 0.4.0...

I had to manually exclude the dokka dependency in my gradle file, because it minify with R8 threw an error while obfuscating. Since dokka is only for documentation, if I...

bug

I'm trying to use eventStyle with a custom point type and using some material icons for the icon. but the icons i'm trying to use are too big inside the...

Hey there, I'm trying to use the extended event type to display a simple date text composable on the left side of a vertical column. but using that breaks my...

This allows you to give the line different colors in different sections One example is to highlight some events by coloring the line differently

This PR adds the [Compose Stability Analyzer Plugin](https://github.com/skydoves/compose-stability-analyzer) to enable recomposition tracking and performance monitoring in the JetLime library and sample app. The analyzer helps identify unnecessary recompositions and stability...