จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
camera featurecombinationquery
สิ่งที่ต้องทำ
อัปเดตล่าสุด |
รุ่นที่เสถียร |
รุ่นที่อาจได้รับการเผยแพร่ |
รุ่นเบต้า |
รุ่นอัลฟ่า |
13 สิงหาคม 2025 |
- |
1.5.0-rc01 |
- |
- |
การประกาศทรัพยากร Dependency
หากต้องการเพิ่มทรัพยากร Dependency ใน camerafeaturecombinationquery คุณต้องเพิ่มที่เก็บ Maven ของ Google ลงในโปรเจ็กต์
อ่านข้อมูลเพิ่มเติมได้ที่ที่เก็บ Maven ของ Google
เพิ่มการอ้างอิงสำหรับอาร์ติแฟกต์ที่คุณต้องการในไฟล์ build.gradle
สำหรับแอปหรือโมดูลของคุณ
Groovy
dependencies {
// Use to implement camera featurecombinationquerys
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01"
// Use to implement camera featurecombinationquery complications
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-rc01"
// (Kotlin-specific extensions)
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-rc01"
// Use to implement a featurecombinationquery style and complication editor
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-rc01"
// Can use to render complications.
//TODO: Confirm these dependencies
// This library is optional and featurecombinationquerys may have custom implementation for rendering
// complications.
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-rendering:1.5.0-rc01"
}
Kotlin
dependencies {
// Use to implement camera featurecombinationquerys
//TODO: Confirm these dependencies
implementation("androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01")
// Use to implement camera featurecombinationquery complications
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-rc01"
// (Kotlin-specific extensions)
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-rc01"
// Use to implement a featurecombinationquery style and complication editor
//TODO: Confirm these dependencies
implementation("androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-rc01")
// Can use to render complications.
//TODO: Confirm these dependencies
// This library is optional and featurecombinationquerys may have custom implementation for rendering
// complications.
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-rendering:1.5.0-rc01"
}
ดูข้อมูลเพิ่มเติมเกี่ยวกับการพึ่งพาได้ที่เพิ่มการพึ่งพาบิลด์
ความคิดเห็น
ความคิดเห็นของคุณช่วยเราปรับปรุง Jetpack ให้ดียิ่งขึ้น โปรดแจ้งให้เราทราบหากพบปัญหาใหม่หรือมี
ไอเดียในการปรับปรุงไลบรารีนี้ โปรดดูปัญหาที่มีอยู่
ในไลบรารีนี้ก่อนสร้างปัญหาใหม่ คุณสามารถโหวตปัญหาที่มีอยู่ได้โดย
คลิกปุ่มดาว
สร้างปัญหาใหม่
ดูข้อมูลเพิ่มเติมได้ในเอกสารประกอบของเครื่องมือติดตามปัญหา
รุ่น 1.5
เวอร์ชัน 1.5.0-rc01
13 สิงหาคม 2025
androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01
และ androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-rc01
เปิดตัวแล้ว เวอร์ชัน 1.5.0-rc01 มีการเปลี่ยนแปลงเหล่านี้
เวอร์ชัน 1.5.0-beta02
16 กรกฎาคม 2025
androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta02
และ androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-beta02
เปิดตัวแล้ว เวอร์ชัน 1.5.0-beta02 มีการเปลี่ยนแปลงเหล่านี้
ฟีเจอร์ใหม่
- การใช้งาน Play Service จะดึงการใช้งาน Play Services โดยอัตโนมัติเมื่อมีการใช้งาน
การแก้ไขข้อบกพร่อง
- ชี้แจงข้อจำกัดเมื่อใช้แพลตฟอร์มที่เลื่อนเวลาได้กับการติดตั้งใช้งาน Play Store
- ย้ายการเริ่มต้นบางอย่างไปยังตัวสร้าง Factory เพื่อให้ไคลเอ็นต์ควบคุมได้ดียิ่งขึ้นเมื่อต้องการให้การเรียก Binder เกิดขึ้น อัปเดตเอกสารเพื่อให้สอดคล้องกัน
เวอร์ชัน 1.5.0-beta01
4 มิถุนายน 2025
androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta01
และ androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-beta01
เปิดตัวแล้ว เวอร์ชัน 1.5.0-beta01 มีการเปลี่ยนแปลงเหล่านี้
ฟีเจอร์ใหม่
- เมื่ออัปเดตเป็น 1.5.0-beta01 แล้ว ระบบจะย้ายอาร์ติแฟกต์
FeatureCombinationQuery
ไปยังกลุ่มไลบรารีของตัวเอง การเปลี่ยนแปลงนี้จำเป็นต่อการปรับปรุงความสามารถในการแยกส่วนและความสามารถในการบำรุงรักษาของไลบรารี CameraX
การเปลี่ยนแปลง API
- เราได้เปลี่ยนชื่อ
SessionConfigurationCompat
และ SessionParametersCompat
เป็น SessionConfigurationLegacy
และ SessionParametersLegacy
ตามลำดับ เพื่อให้สอดคล้องกับฟังก์ชันในการรองรับเฉพาะ API เวอร์ชันเก่ามากขึ้น
- ในทำนองเดียวกัน เราได้เปลี่ยนชื่อ/ลายเซ็นของเมธอด
CameraDeviceSetupCompat.#isSessionConfigurationSupported(SessionConfigurationCompat)
เป็น CameraDeviceSetupCompat.#isSessionConfigurationSupportedLegacy(SessionConfigurationLegacy)
แล้ว
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-13 UTC
[null,null,["อัปเดตล่าสุด 2025-08-13 UTC"],[],[],null,["# camera featurecombinationquery\n==============================\n\nAPI Reference \n[androidx.camera.featurecombinationquery](/reference/kotlin/androidx/camera/featurecombinationquery/package-summary) \nTODO \n\n| Latest Update | Stable Release | Release Candidate | Beta Release | Alpha Release |\n|-----------------|----------------|------------------------------------------------------------------------------------|--------------|---------------|\n| August 13, 2025 | - | [1.5.0-rc01](/jetpack/androidx/releases/camera-featurecombinationquery#1.5.0-rc01) | - | - |\n\nDeclaring dependencies\n----------------------\n\nTo add a dependency on camera featurecombinationquery, you must add the Google Maven repository to your\nproject. Read [Google's Maven repository](/studio/build/dependencies#google-maven)\nfor more information.\n\nAdd the dependencies for the artifacts you need in the `build.gradle` file for\nyour app or module: \n\n### Groovy\n\n```groovy\ndependencies {\n // Use to implement camera featurecombinationquerys\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01\"\n\n // Use to implement camera featurecombinationquery complications\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-rc01\"\n // (Kotlin-specific extensions)\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-rc01\"\n\n // Use to implement a featurecombinationquery style and complication editor\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-rc01\"\n\n // Can use to render complications.\n //TODO: Confirm these dependencies\n // This library is optional and featurecombinationquerys may have custom implementation for rendering\n // complications.\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-rendering:1.5.0-rc01\"\n}\n```\n\n### Kotlin\n\n```kotlin\ndependencies {\n // Use to implement camera featurecombinationquerys\n //TODO: Confirm these dependencies\n implementation(\"androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01\")\n\n // Use to implement camera featurecombinationquery complications\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-rc01\"\n // (Kotlin-specific extensions)\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-rc01\"\n\n // Use to implement a featurecombinationquery style and complication editor\n //TODO: Confirm these dependencies\n implementation(\"androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-rc01\")\n\n // Can use to render complications.\n //TODO: Confirm these dependencies\n // This library is optional and featurecombinationquerys may have custom implementation for rendering\n // complications.\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-rendering:1.5.0-rc01\"\n}\n```\n\nFor more information about dependencies, see [Add build dependencies](/studio/build/dependencies).\n\nFeedback\n--------\n\nYour feedback helps make Jetpack better. Let us know if you discover new issues or have\nideas for improving this library. Please take a look at the\n[existing issues](https://issuetracker.google.com/issues?q=componentid:618491%20status:open)\nin this library before you create a new one. You can add your vote to an existing issue by\nclicking the star button.\n\n[Create a new issue](https://issuetracker.google.com/issues/new?component=618491&template=1257717)\n\nSee the [Issue Tracker documentation](https://developers.google.com/issue-tracker)\nfor more information.\n\nVersion 1.5\n-----------\n\n### Version 1.5.0-rc01\n\nAugust 13, 2025\n\n`androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01` and `androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-rc01` are released. Version 1.5.0-rc01 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/f22a8ba695b5a3d975f57d279262d9d39444d990..3496263efa2133a8c8cd25f4ae6509b9d28a788f/camera/featurecombinationquery).\n\n### Version 1.5.0-beta02\n\nJuly 16, 2025\n\n`androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta02` and `androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-beta02` are released. Version 1.5.0-beta02 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/7442ed2cb3111f2187694f18723b4fbd1c9efa69..f22a8ba695b5a3d975f57d279262d9d39444d990/camera/featurecombinationquery).\n\n**New Features**\n\n- Play Service implementation will automatically pull in the Play Services Implementation when used.\n\n**Bug Fixes**\n\n- Clarified restrictions when using deferred surfaces with the play store implementation.\n- Moved some initialization to the Factory constructor to give clients better control over when they want the Binder calls to happen. Updated the docs to reflect the same.\n\n### Version 1.5.0-beta01\n\nJune 4, 2025\n\n`androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta01` and `androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-beta01` are released. Version 1.5.0-beta01 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/7442ed2cb3111f2187694f18723b4fbd1c9efa69/camera/featurecombinationquery).\n\n**New Features**\n\n- With the update to 1.5.0-beta01, the `FeatureCombinationQuery` artifacts have been moved to their own library group. This change is necessary to improve the modularity and maintainability of the CameraX library.\n\n**API Changes**\n\n- `SessionConfigurationCompat` and `SessionParametersCompat` have been renamed to `SessionConfigurationLegacy` and `SessionParametersLegacy` respectively to better reflect their function in supporting older APIs only.\n- Similarly, the method name/signature of `CameraDeviceSetupCompat.#isSessionConfigurationSupported(SessionConfigurationCompat)` has been changed to `CameraDeviceSetupCompat.#isSessionConfigurationSupportedLegacy(SessionConfigurationLegacy)`"]]