Browser KTX 0.1.0
·
113 commits
to main
since this release
Notable changes
- Kotlin has been bumped to Kotlin 1.9.0. For more info, consult the corresponding JetBrains blog post. (
69efc43
) - Setters for Jetpack Browser's
Intent
extras (407ce70
) were added. See the API updates section for a list. - Annotations used in the Jetpack Browser library for representing a list of integer enums were added to the internal
value
property for the corresponding enums. (e1cdeb7
)
API updates
New extension properties
Property | Docs |
---|---|
Intent.colorScheme |
Documentation |
Intent.urlBarHidingEnabled |
Documentation |
Intent.closeButtonIcon |
Documentation |
Intent.showTitle |
Documentation |
Intent.shareState |
Documentation |
Intent.instantAppsEnabled |
Documentation |
New setters for existing extension properties
Property | Docs |
---|---|
Intent.activityResizeBehavior |
Documentation |
Intent.initialActivityHeightPx |
Documentation |
Intent.toolbarCornerRadiusDp |
Documentation |
Intent.closeButtonPosition |
Documentation |
Dependency updates
Artifact | Old version | New version |
---|---|---|
Kotlin | 1.8.22 |
1.9.0 |
androidx.browser:browser |
1.5.0 |
1.6.0 |
io.github.edricchan03.androidx.common:common-enums |
0.0.2 |
0.1.0 |
Full Changelog: https://github.com/EdricChan03/androidx-ktx-extras/compare/browser-ktx@0.0.2...browser-ktx@0.1.0