camera featurecombinationquery

  
TODO
העדכון האחרון גרסה יציבה גרסה מועמדת להפצה גרסת בטא גרסת אלפא
‫16 ביולי 2025 - - 1.5.0-beta02 -

הצהרה על יחסי תלות

כדי להוסיף תלות ב-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-beta02"

    // Use to implement camera featurecombinationquery complications
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-beta02"
    // (Kotlin-specific extensions)
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-beta02"

    // Use to implement a featurecombinationquery style and complication editor
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-beta02"

    // 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-beta02"
}

Kotlin

dependencies {
    // Use to implement camera featurecombinationquerys
    //TODO: Confirm these dependencies
    implementation("androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta02")

    // Use to implement camera featurecombinationquery complications
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-beta02"
    // (Kotlin-specific extensions)
    //TODO: Confirm these dependencies
    implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-beta02"

    // Use to implement a featurecombinationquery style and complication editor
    //TODO: Confirm these dependencies
    implementation("androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-beta02")

    // 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-beta02"
}

מידע נוסף על יחסי תלות זמין במאמר הוספת יחסי תלות ב-Build.

משוב

המשוב שלכם עוזר לנו לשפר את Jetpack. נשמח לשמוע מכם אם תגלו בעיות חדשות או אם יש לכם רעיונות לשיפור הספרייה הזו. לפני שיוצרים ספרייה חדשה, כדאי לעיין בבעיות הקיימות בספרייה הזו. כדי להוסיף את ההצבעה שלכם לבעיה קיימת, לוחצים על לחצן הכוכב.

יצירת בעיה חדשה

מידע נוסף זמין במאמרי העזרה בנושא כלי המעקב אחר בעיות.

גירסה 1.5

גרסה 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.
  • העברנו חלק מההפעלה אל בנאי המפעל כדי לתת ללקוחות שליטה טובה יותר על הזמן שבו הם רוצים שהקריאות ל-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)