car-ui-lib-plugin-apis version 1.1.1
- Changed
minSdkVersion
to 28.
car-ui-lib version 2.2.1
- Introduced
CarUiFooterPreference
. - Changed
minSdkVersion
to 28.
car-ui-lib-plugin-apis version 1.1.0
- Deprecated
AppStyledViewControllerOEMV1
. Introduced
AppStyledViewControllerOEMV2
.Changes from
AppStyledViewControllerOEMV1
public abstract int getContentAreaHeight(); public abstract int getContentAreaWidth();
Deprecated
PluginFactoryOEMV1
andPluginFactoryOEMV2
.Introduced
PluginFactoryOEMV3
interface.
car-ui-lib version 2.1.0
New
AppStyledView
client APIs.public int getContentAreaHeight(); public int getContentAreaWidth();
Introduced
CarUiPrimarySwitchPreference
.Updated
AppStyledDialogController
constructor to requireActivity
instead ofContext
.Added
public AppStyledDialogController(android.app.Activity);
Deprecated
public AppStyledDialogController(android.content.Context);
car-ui-lib-plugin-apis version 1.0.1
This version adds nullness annotations.
car-ui-lib-plugin-apis version 1.0.0
This version introduces support for the following car-ui-lib
plugins APIs:
AppStyledViewDialog
CarUiRecyclerView
CarUiToolbar
CarUiListItems
car-ui-lib version 2.0.0
This version, available on Google Maven, introduces car-ui-lib
plugin support for these components:
AppStyledViewDialog
CarUiRecyclerView
CarUiToolbar
CarUiListItems
car-ui-lib version 1.0.0
This release is available on AOSP for Android S and below and provides support for:
AppStyledViewDialog
CarUiRecyclerView
CarUiToolbar
CarUiListItems
- Dialog
- Resource customization through Runtime Resource Overlays (RROs).
PreferencesFragment
- Rotary support
WideScreenImeKeyboard