car-ui-lib-plugin-apis 버전 1.2.0
-
java.util.function
인터페이스의 사용을 다음 라이브러리 인터페이스로 대체했습니다.-
com.android.car.ui.plugin.oemapis.BiConsumer
-
com.android.car.ui.plugin.oemapis.Consumer
-
com.android.car.ui.plugin.oemapis.Function
-
- 더 이상 사용되지 않는
PluginFactoryOEMV3
, 대신PluginFactoryOEMV4
를 사용하십시오. - 더 이상 사용되지 않는
ToolbarControllerOEMV1
, 대신ToolbarControllerOEMV2
를 사용하십시오. - 더 이상 사용되지 않는
ContentListItemOEMV1
, 대신ContentListItemOEMV2
를 사용하세요. - 더 이상 사용되지 않는
ImeSearchInterfaceOEMV1
, 대신ImeSearchInterfaceOEMV2
를 사용하십시오. - nullness 인터페이스의 라이브러리 구현을
androidx.annotations
구현으로 대체했습니다.
car-ui-lib-plugin-apis 버전 1.1.1
-
minSdkVersion
을 28로 변경했습니다.
car-ui-lib 버전 2.2.1
-
CarUiFooterPreference
를 도입했습니다. -
minSdkVersion
을 28로 변경했습니다.
car-ui-lib-plugin-apis 버전 1.1.0
- 더 이상 사용되지 않는
AppStyledViewControllerOEMV1
. AppStyledViewControllerOEMV2
를 도입했습니다.AppStyledViewControllerOEMV1
의 변경 사항public abstract int getContentAreaHeight(); public abstract int getContentAreaWidth();
더 이상 사용되지 않는
PluginFactoryOEMV1
및PluginFactoryOEMV2
.PluginFactoryOEMV3
인터페이스를 도입했습니다.
car-ui-lib 버전 2.1.0
새로운
AppStyledView
클라이언트 API.public int getContentAreaHeight(); public int getContentAreaWidth();
CarUiPrimarySwitchPreference
를 도입했습니다.Context
대신Activity
를 요구하도록AppStyledDialogController
생성자를 업데이트했습니다.추가됨
public AppStyledDialogController(android.app.Activity);
더 이상 사용되지 않음
public AppStyledDialogController(android.content.Context);
car-ui-lib-plugin-apis 버전 1.0.1
이 버전은 nullness 주석을 추가합니다.
car-ui-lib-plugin-apis 버전 1.0.0
이 버전은 다음 car-ui-lib
플러그인 API에 대한 지원을 도입합니다.
-
AppStyledViewDialog
-
CarUiRecyclerView
-
CarUiToolbar
-
CarUiListItems
car-ui-lib 버전 2.0.0
Google Maven 에서 사용할 수 있는 이 버전은 다음 구성요소에 대한 car-ui-lib
플러그인 지원을 도입합니다.
-
AppStyledViewDialog
-
CarUiRecyclerView
-
CarUiToolbar
-
CarUiListItems
car-ui-lib 버전 1.0.0
이 릴리스는 Android S 이하용 AOSP에서 사용할 수 있으며 다음을 지원합니다.
-
AppStyledViewDialog
-
CarUiRecyclerView
-
CarUiToolbar
-
CarUiListItems
- 대화
- 런타임 리소스 오버레이(RRO) 를 통한 리소스 사용자 지정 .
-
PreferencesFragment
- 로타리 지원
-
WideScreenImeKeyboard