This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
2.0.0-beta6
Pre-release
Pre-release
- Kotlin 1.3.10 and other internal dependency upgrades.
- Fix a title layout bug when an icon and a single-line title are used together.
- The hex input field for the color chooser's custom ARGB page is shown over the color preview to conserve space.
- Landscape layout support in the color chooser dialog.
- Most dialog types can be used together now, e.g.
message(...)
+listItems(...)
+checkboxPrompt(...)
, due to a redesign in how content views are managed.