Add Smartspacer integration

This commit is contained in:
MM20
2026-01-03 00:21:02 +01:00
parent 737eec6eac
commit e313931b4b
20 changed files with 591 additions and 44 deletions

View File

@@ -197,5 +197,12 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://chrisbanes.github.io/haze",
copyrightNote = "Copyright 2024 Chris Banes",
),
OpenSourceLibrary(
name = "Smartspacer Client SDK",
description = "A library to integrate Smartspacer in your app",
licenseName = R.string.apache_license_name,
licenseText = R.raw.license_apache_2,
url = "https://chrisbanes.github.io/haze",
)
)

View File

@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M480,600Q497,600 508.5,588.5Q520,577 520,560Q520,543 508.5,531.5Q497,520 480,520Q463,520 451.5,531.5Q440,543 440,560Q440,577 451.5,588.5Q463,600 480,600ZM480,440Q497,440 508.5,428.5Q520,417 520,400L520,240Q520,223 508.5,211.5Q497,200 480,200Q463,200 451.5,211.5Q440,223 440,240L440,400Q440,417 451.5,428.5Q463,440 480,440ZM240,720L148,812Q129,831 104.5,820.5Q80,810 80,783L80,160Q80,127 103.5,103.5Q127,80 160,80L800,80Q833,80 856.5,103.5Q880,127 880,160L880,640Q880,673 856.5,696.5Q833,720 800,720L240,720ZM206,640L800,640Q800,640 800,640Q800,640 800,640L800,160Q800,160 800,160Q800,160 800,160L160,160Q160,160 160,160Q160,160 160,160L160,685L206,640ZM160,640L160,640L160,160Q160,160 160,160Q160,160 160,160L160,160Q160,160 160,160Q160,160 160,160L160,640Q160,640 160,640Q160,640 160,640Z"/>
</vector>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="96dp"
android:height="96dp"
android:viewportWidth="24"
android:viewportHeight="24">
<group
android:pivotX="12"
android:pivotY="12"
android:scaleX="0.6"
android:scaleY="0.6">
<path
android:fillColor="@android:color/black"
android:pathData="M3.5,11.8h2c0.6,0 1,-0.4 1,-1v-2c0,-0.6 -0.4,-1 -1,-1h-2c-0.5,0 -1,0.5 -1,1v2C2.5,11.4 3,11.8 3.5,11.8z" />
<path
android:fillColor="@android:color/black"
android:pathData="M4.5,14.7m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0" />
<path
android:fillColor="@android:color/black"
android:pathData="M7.5,14.7c0,0.6 0.4,1 1,1h12c0.5,0 1,-0.4 1,-1s-0.5,-1 -1,-1h-12C7.9,13.7 7.5,14.1 7.5,14.7z" />
<path
android:fillColor="@android:color/black"
android:pathData="M7.5,9.8c0,0.6 0.4,1 1,1h12c0.5,0 1,-0.4 1,-1s-0.5,-1 -1,-1h-12C7.9,8.8 7.5,9.3 7.5,9.8z" />
</group>
</vector>