mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
I switched from pixel 8 to pixel 10 and the 10 is much more aggressive at putting threads to sleep. This change changes the logic to make the heartbeat more and more aggressive the more unexpected disconnects that there are. Even Realities G1: Add Calendar Support This change adds support for syncing the calendar to the glasses. It also cleans up the settings menu and adds a few dummy options for touch controls that don't currently do anything. Even Realities G1: Clean up the command ID constants This should be purely a refactor with no functional changes. The change renames all the command IDs, it adds the ones that are missing and unifies the name of all of them. It also breaks out the known subfunctions into their own structures. Finally, it reorders the Command objects to be in the same order as the command ids. Even Realities G1: Set the language on the glasses to match the app locale
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<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">
|
|
|
|
<!-- Arcs -->
|
|
<path
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFFFFFFF"
|
|
android:pathData="M245,347 A140,140 0 1,1 430,347"
|
|
android:strokeWidth="50"
|
|
/>
|
|
|
|
<path
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#FFFFFFFF"
|
|
android:pathData="M195,397 A210,210 0 1,1 480,397"
|
|
android:strokeWidth="50"
|
|
/>
|
|
|
|
<!-- Hand -->
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData=
|
|
"M419,880Q391,880 366.5,868Q342,856 325,834L107,557L126,537Q146,516 174,512Q202,508 226,523L300,568L300,240Q300,223 311.5,211.5Q323,200 340,200Q357,200 369,211.5Q381,223 381,240
|
|
L381,712L284,652L388,785Q394,792 402,796Q410,800 419,800L640,800Q673,800 696.5,776.5Q720,753 720,720L720,560Q720,543 708.5,531.5Q697,520 680,520
|
|
L461,520L461,440L680,440Q730,440 765,475Q800,510 800,560L800,720Q800,786 753,833Q706,880 640,880L419,880Z"
|
|
/>
|
|
</vector>
|