camera featurecombinationquery
העדכון האחרון | גרסה יציבה | גרסה מועמדת להפצה | גרסת בטא | גרסה אלפא |
---|---|---|---|---|
4 ביוני 2025 | - | - | 1.5.0-beta01 | - |
הצהרת יחסי תלות
כדי להוסיף תלות ב-camera featurecombinationquery, צריך להוסיף את מאגר Google Maven לפרויקט. מידע נוסף זמין במאגר Maven של Google.
מוסיפים את יחסי התלות של הארטיפקטים הנדרשים בקובץ build.gradle
של האפליקציה או המודול:
מגניב
dependencies { // Use to implement camera featurecombinationquerys //TODO: Confirm these dependencies implementation "androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta01" // Use to implement camera featurecombinationquery complications //TODO: Confirm these dependencies implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-beta01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-beta01" // Use to implement a featurecombinationquery style and complication editor //TODO: Confirm these dependencies implementation "androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-beta01" // 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-beta01" }
Kotlin
dependencies { // Use to implement camera featurecombinationquerys //TODO: Confirm these dependencies implementation("androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta01") // Use to implement camera featurecombinationquery complications //TODO: Confirm these dependencies implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-beta01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-beta01" // Use to implement a featurecombinationquery style and complication editor //TODO: Confirm these dependencies implementation("androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-beta01") // 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-beta01" }
מידע נוסף על יחסי תלות זמין במאמר הוספת יחסי תלות ל-build.
משוב
המשוב שלכם עוזר לנו לשפר את Jetpack. אם נתקלתם בבעיות חדשות או שיש לכם רעיונות לשיפור הספרייה הזו, נשמח לשמוע מכם. לפני שיוצרים בעיה חדשה, כדאי לעיין בבעיות הקיימות בספרייה הזו. כדי להצביע על בעיה קיימת, לוחצים על לחצן הכוכב.
מידע נוסף זמין במסמכי התיעוד של Issue Tracker.
גירסה 1.5
גרסה 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)