Skip to content

Tags: TuleSimon/xMaterialccp

Tags

v2.19

Toggle v2.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/simon/custom dialog (#31)

* feat(picker): Add support for custom country picker dialogs

- Introduce `customDialog` parameter to `MaterialCountryCodePicker` and `MaterialCodeDialog` to allow consumers to override the default UI with custom containers like `ModalBottomSheet`.
- Update library version to 2.19.
- Refactor `MaterialCodeDialog` internals for better state management and layout, including improved handling of status and navigation bar insets.
- Add helper `ArrowIcon` component and optimize country list filtering using `remember`.
- Update documentation and example app to demonstrate custom dialog implementation.

* fix for #30
feat(picker): Add support for custom country picker dialogs

- Introduce `customDialog` parameter to `MaterialCountryCodePicker` and `MaterialCodeDialog` to allow consumers to override the default UI with custom containers like `ModalBottomSheet`.
- Update library version to 2.19.
- Refactor `MaterialCodeDialog` internals for better state management and layout, including improved handling of status and navigation bar insets.
- Add helper `ArrowIcon` component and optimize country list filtering using `remember`.
- Update documentation and example app to demonstrate custom dialog implementation.

v2.18

Toggle v2.18's commit message
feat(deps): Update dependencies and replace material icons

- Upgrade Gradle Wrapper from 8.11.1 to 8.14.3.
- Update various project libraries to their latest versions, including Compose BOM, Kotlin, AGP, and libphonenumber.
- Replace Material Icons with drawable resources to resolve issues with their removal in newer Compose versions.
- Bump SDK versions to 36 and project version to 2.18.

Fixed issue for issue #28

v2.17

Toggle v2.17's commit message
```

docs(README): Add technical updates changelog

- Document migration to Gradle Version Catalog for central dependency management.
- Highlight updated project libraries to their latest stable versions.
- Announce switch from Groovy DSL to Kotlin DSL for improved build script readability and type safety.

fixed issues for #25 and #24
```

Signed-off-by: Tule Simon <tulesimon98@gmail.com>

v2.15

Toggle v2.15's commit message
done

v2.14

Toggle v2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bumped compose bom version (#20)

v2.13

Toggle v2.13's commit message
added placeholders, and updated to v2.13

v2.12

Toggle v2.12's commit message
added locales, added ability to change locales programmatically, adde…

…d clear icon and fix some bugs

Bugs references: #13, #14

v2.11

Toggle v2.11's commit message
done2

v2.1

Toggle v2.1's commit message
done

v2.0

Toggle v2.0's commit message
done