Releases: hmrc/android-components
Releases · hmrc/android-components
3.15.0
Removed
- Removed the
ExpandingRowViewcomponent
3.14.3
Changed
- Improved keyboard navigation for
TextInputView
3.14.2
Added
- Added
isScreenReaderEnabled()extension forContextinContextExt.kt - Added
dpToPx()extension forFloatinFloatExtensions.kt
Changed
- Improved announcement of errors for
TextInputView
3.14.1
Changed
- Improved content description for
TextInputViewto prevent duplicating error announcements when counter is exceeded.
3.14.0
Added
- Added new methods to set click listeners and custom click content descriptions to each text view inside
MultiColumnRowView:
setText1ClickAction(clickDescription: CharSequence? = null, listener: OnClickListener),
setText2ClickAction(clickDescription: CharSequence? = null, listener: OnClickListener),
setText3ClickAction(clickDescription: CharSequence? = null, listener: OnClickListener)
Changed
- Fixed typo in method name inside
MultiColumnRowView:
setTextContentDescription(desc1: CharSequence?, desc2: CharSequence?, desc3: CharSequence?)
Removed
- Removed
setTextIsSelectablemethod and xml attributestext1IsSelectable,text2IsSelectableandtext3IsSelectablefromMultiColumnRowView
3.13.0
Added
- Added ability to set error content descriptions on
TextInputView
Changed
- Improved content description for
TextInputViewto announce the error and counter status along with the hint on talkback. - Upgrade target and compile sdk versions to 30
- Upgrade Gradle plugin to 4.1.3
- Upgrade Kotlin version to 1.4.20
- Upgrade Karumi shot version to 5.7.0
- Upgrade android x annotation version to 1.2.0
- Upgrade constraint layout version to 2.0.4
- Upgrade material version to 1.3.0
- Upgrade junit version to 4.13
- Upgrade dependencies used in sample app: app compat to 1.2.0, recyclerview to 1.2.0
3.12.0
Changed
- Updated
MenuPanelRowViewtouch state colour
3.11.0
Added
- Added body text for
InformationMessageCardView
3.10.0
3.9.0
Added
- Added ability for
InformationMessageCardViewto add a custom content description to headline