Add Warm-Up and Stretching activity types
Adds WorkoutActivityType.warmUp (HealthKit .preparationAndRecovery) and .stretching (.flexibility), and retags the six starter splits that were all mislabeled as Functional Strength: - Warm-Up: Upper Body Warm-Up, Lower Body Warm-Up, Morning Wake-Up - Stretching: Morning Mobility, Full Body Stretch, Evening Stretch The split editor's activity picker surfaces them automatically (CaseIterable). Older app versions decode the new raw values as the default type — additive and not schema-gated, so no quarantine.
This commit is contained in:
@@ -1,13 +1,35 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
|
||||
<title>Torso Twist</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="164.9" y1="90.4" x2="165.3" y2="122.2"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-2" gradientUnits="userSpaceOnUse" x1="165.7" y1="149.7" x2="165.7" y2="151.2"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="155.1" y1="90.4" x2="154.7" y2="122.2"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="154.3" y1="149.7" x2="154.3" y2="151.2"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
|
||||
<linearGradient id="grad-arm_r-1" gradientUnits="userSpaceOnUse" x1="146.3" y1="48.9" x2="136.5" y2="61.4"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
|
||||
<linearGradient id="grad-arm_l-0" gradientUnits="userSpaceOnUse" x1="166.5" y1="32.5" x2="159.4" y2="50.3"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 139.0 148.3 L 139.0 159.4 L 181.0 159.4 L 181.0 148.3 Z" fill="none" stroke="#b9bec9" stroke-width="2.1" stroke-linejoin="round"/>
|
||||
<path id="leg_l" d="M 164.9 90.4 L 165.3 122.2 L 166.3 149.8 L 161.0 150.9" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="leg_r" d="M 155.1 90.4 L 154.7 122.2 L 153.7 149.8 L 159.0 150.9" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="leg_l">
|
||||
<path d="M 164.9 90.4 L 165.3 122.2" stroke="url(#grad-leg_l-0)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
<path d="M 165.3 122.2 L 165.7 149.7" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 165.7 149.7 L 165.7 151.2" stroke="url(#grad-leg_l-2)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_r">
|
||||
<path d="M 155.1 90.4 L 154.7 122.2" stroke="url(#grad-leg_r-0)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
<path d="M 154.7 122.2 L 154.3 149.7" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 154.3 149.7 L 154.3 151.2" stroke="url(#grad-leg_r-2)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 166.5 32.5 L 160.0 31.8 L 153.5 31.1" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 164.9 90.4 L 160.0 90.4 L 155.1 90.4" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="spine" d="M 160.0 90.4 Q 160.0 60.4 160.0 31.8" stroke="#0d9488" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="arm_r" d="M 153.5 31.1 L 146.3 48.9 L 136.5 61.4" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="arm_l" d="M 166.5 32.5 L 159.4 50.3 L 149.6 62.8" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="arm_r">
|
||||
<path d="M 153.5 31.1 L 146.3 48.9" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 146.3 48.9 L 136.5 61.4" stroke="url(#grad-arm_r-1)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_l">
|
||||
<path d="M 166.5 32.5 L 159.4 50.3" stroke="url(#grad-arm_l-0)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
<path d="M 159.4 50.3 L 149.6 62.8" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round"/>
|
||||
</g>
|
||||
<circle id="head" cx="160.0" cy="18.0" r="7.0" fill="white" stroke="#3a3f4b" stroke-width="4.2"/>
|
||||
<line id="nose" x1="153.5" y1="20.6" x2="151.5" y2="21.3" stroke="#3a3f4b" stroke-width="2.8" stroke-linecap="round"/>
|
||||
<g font-family="-apple-system, Helvetica, sans-serif" font-size="11" fill="#6b7180">
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -1,13 +1,35 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
|
||||
<title>Torso Twist</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="164.9" y1="90.4" x2="165.3" y2="122.2"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-2" gradientUnits="userSpaceOnUse" x1="165.7" y1="149.7" x2="165.7" y2="151.2"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="155.1" y1="90.4" x2="154.7" y2="122.2"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="154.3" y1="149.7" x2="154.3" y2="151.2"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
|
||||
<linearGradient id="grad-arm_l-1" gradientUnits="userSpaceOnUse" x1="173.7" y1="48.9" x2="183.5" y2="61.4"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
|
||||
<linearGradient id="grad-arm_r-0" gradientUnits="userSpaceOnUse" x1="153.5" y1="32.5" x2="160.6" y2="50.3"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 139.0 148.3 L 139.0 159.4 L 181.0 159.4 L 181.0 148.3 Z" fill="none" stroke="#b9bec9" stroke-width="2.1" stroke-linejoin="round"/>
|
||||
<path id="leg_l" d="M 164.9 90.4 L 165.3 122.2 L 166.3 149.8 L 161.0 150.9" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="leg_r" d="M 155.1 90.4 L 154.7 122.2 L 153.7 149.8 L 159.0 150.9" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="leg_l">
|
||||
<path d="M 164.9 90.4 L 165.3 122.2" stroke="url(#grad-leg_l-0)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
<path d="M 165.3 122.2 L 165.7 149.7" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 165.7 149.7 L 165.7 151.2" stroke="url(#grad-leg_l-2)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_r">
|
||||
<path d="M 155.1 90.4 L 154.7 122.2" stroke="url(#grad-leg_r-0)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
<path d="M 154.7 122.2 L 154.3 149.7" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 154.3 149.7 L 154.3 151.2" stroke="url(#grad-leg_r-2)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 166.5 31.1 L 160.0 31.8 L 153.5 32.5" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 164.9 90.4 L 160.0 90.4 L 155.1 90.4" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="spine" d="M 160.0 90.4 Q 160.0 60.4 160.0 31.8" stroke="#0d9488" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="arm_l" d="M 166.5 31.1 L 173.7 48.9 L 183.5 61.4" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="arm_r" d="M 153.5 32.5 L 160.6 50.3 L 170.4 62.8" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="arm_l">
|
||||
<path d="M 166.5 31.1 L 173.7 48.9" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 173.7 48.9 L 183.5 61.4" stroke="url(#grad-arm_l-1)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_r">
|
||||
<path d="M 153.5 32.5 L 160.6 50.3" stroke="url(#grad-arm_r-0)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
<path d="M 160.6 50.3 L 170.4 62.8" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round"/>
|
||||
</g>
|
||||
<circle id="head" cx="160.0" cy="18.0" r="7.0" fill="white" stroke="#3a3f4b" stroke-width="4.2"/>
|
||||
<line id="nose" x1="166.5" y1="20.6" x2="168.5" y2="21.3" stroke="#3a3f4b" stroke-width="2.8" stroke-linecap="round"/>
|
||||
<g font-family="-apple-system, Helvetica, sans-serif" font-size="11" fill="#6b7180">
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 3.7 KiB |
Reference in New Issue
Block a user