Skip to content

Tags: SimformSolutionsPvtLtd/SSComposeExpandableListView

Tags

1.0

Toggle 1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
develop to master (#8)

* Project setup

* Package name change (PR comment resolve)

* Added ExpandableListView with HeaderView and ListItemView components
- Implemented ExpandableListView composable.
- Created separate HeaderView and ListItemView composables for better structure.
- Added input data handling and style customization options.
- Included selection and expand/collapse functionality.
- Made the composables stateless for better reusability and control.

* PR comments resolve

* Header and List item customization
- Added divider to separate list items
- Added category icon for HeaderView
- Added long click support
- Added Expand/Collapse animation customization
- Added samples for single item list and Annotated text in list item
- Added material 3 color support to components

* SDK 35 support added
- AGP & gradle updated to latest version
- Kotlin and compose compiler updated to latest version
- Other dependencies updated to latest version

* README updated.
- Added jitpack publishing code.

* Added Banner image in README.md

* Updated Java version to 17.
- Updated kotlin jvm target version to 17.