Skip to content

Conversation

@florentmaitre
Copy link
Member

No description provided.

renovate bot and others added 30 commits September 3, 2025 14:18
…customize bottom sheet when reading with TalkBack (#724)
…sheet (#723)

# Conflicts:
#	app/src/main/java/com/orange/ouds/app/ui/utilities/composable/CustomizationElements.kt
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore: update tokens

* Fix build errors

---------

Co-authored-by: boosted-bot <[email protected]>
Co-authored-by: Florent Maitre <[email protected]>
* Refactor theme settings

# Conflicts:
#	core/src/main/java/com/orange/ouds/core/theme/OudsTheme.kt
#	theme-contract/src/main/java/com/orange/ouds/theme/OudsThemeContract.kt
#	theme-orange/src/main/java/com/orange/ouds/theme/orange/OrangeTheme.kt

* Review: Modify documentation for roundedButtonCorners which is now nullable
… v1.3.0 (#748)

* fix(deps): update dependency androidx.hilt:hilt-navigation-compose to v1.3.0

* Increase min SDK version to 23

* Fix build by updating package of hiltViewModel method

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florent Maitre <[email protected]>
Co-authored-by: Pauline Auvray <[email protected]>
…ges (#749)

* Disable several sizes in badge demo screen when badge displays a count or an icon

* Label text field in button and chip demos are now disabled when no text is displayed
* Update user journey for changing theme settings

* Review: Use tokens instead of hard-coded values

* Fix build by adding app_components_tag_roundedCorners_label key

---------

Co-authored-by: Pauline Auvray <[email protected]>
renovate bot and others added 27 commits October 13, 2025 10:48
….00 (#835)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dokka to v2.1.0

* Fix error when building documentation with Dokka

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florent Maitre <[email protected]>
* chore: update tokens

* Fix build errors

* Update snapshots

---------

Co-authored-by: boosted-bot <[email protected]>
Co-authored-by: Florent Maitre <[email protected]>
* Update drawable resources

# Conflicts:
#	core/src/main/java/com/orange/ouds/core/component/OudsRadioButton.kt

* Update snapshots

# Conflicts:
#	theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsCheckboxTest_takeLightThemeHighContrastSnapshot[2].png
#	theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsCheckboxTest_takeLightThemeSnapshot[2].png
#	theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeHighContrastSnapshot[0].png
#	theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeHighContrastSnapshot[1].png
#	theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeSnapshot[0].png
#	theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeSnapshot[1].png
#	theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeHighContrastSnapshot[0].png
#	theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeHighContrastSnapshot[1].png
#	theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeSnapshot[0].png
#	theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeSnapshot[1].png
#	theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsInputTagTest_takeDarkThemeSnapshot.png
#	theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsInputTagTest_takeLightThemeSnapshot.png
#	theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeHighContrastSnapshot[0].png
#	theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeHighContrastSnapshot[1].png
#	theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeSnapshot[0].png
#	theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeSnapshot[1].png
#	theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeHighContrastSnapshot[0].png
#	theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeHighContrastSnapshot[1].png
#	theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeSnapshot[0].png
#	theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeSnapshot[1].png

* Add OrangeDrawableResources because OudsDrawableResources is now an interface

* Add compileOnly dependencies on themes for previews
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… with sosh and wireframe themes (#875)

* Add rounded corners on OudsCheckbox and OudsRadioButton with Sosh and Wireframe themes

* Fix a bug where the focus border is visible behind the focus inset border

* Update snapshots

* Review: Remove useless previewMessagePaddingValues parameter in OudsTag
* Remove useless dependency in core-test

* Fix a bug where api dependencies were not properly replaced when using testCentralPublisherPortalDeployment
@florentmaitre florentmaitre merged commit 91f52df into main Nov 6, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants