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.
@@ -1,17 +1,37 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
|
||||
<title>Lat Pull Down</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="155.9" y1="122.8" x2="200.1" y2="110.1"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#979da8"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-1" gradientUnits="userSpaceOnUse" x1="200.1" y1="110.1" x2="197.0" y2="149.4"><stop offset="0" stop-color="#979da8"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="194.4" y1="111.4" x2="193.0" y2="150.8"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#3d424e"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="193.0" y1="150.8" x2="204.0" y2="151.2"><stop offset="0" stop-color="#3d424e"/><stop offset="1" stop-color="#3e434f"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 127.5 160.7 L 220.0 160.7 L 220.0 150.3 L 127.5 150.3 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
|
||||
<path d="M 126.0 130.0 L 162.0 130.0 L 162.0 130.0 L 126.0 130.0 Z" fill="#c5cad4" stroke="#c5cad4" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M 144.0 132.0 L 144.0 150.0" stroke="#c5cad4" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="272.0" cy="19.0" r="4" fill="#6b7180"/>
|
||||
<path d="M 272.0 19.0 L 196.0 3.8" stroke="#c5cad4" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="leg_l" d="M 155.9 122.8 L 200.1 110.1 L 197.0 149.4 L 208.0 150.2" stroke="#a9afba" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="arm_l" d="M 153.7 38.4 L 181.6 27.7 L 198.0 2.9" stroke="#86cfc5" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="leg_l">
|
||||
<path d="M 155.9 122.8 L 200.1 110.1" stroke="url(#grad-leg_l-0)" stroke-width="5.08166" stroke-linecap="round"/>
|
||||
<path d="M 200.1 110.1 L 197.0 149.4" stroke="url(#grad-leg_l-1)" stroke-width="5.08166" stroke-linecap="round"/>
|
||||
<path d="M 197.0 149.4 L 208.0 150.2" stroke="#a9afba" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_l">
|
||||
<path d="M 153.7 38.4 L 181.6 27.7" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 181.6 27.7 L 198.0 2.9" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 153.7 38.4 L 147.7 38.3 L 147.7 40.3" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 155.9 122.8 L 150.0 122.0 L 150.0 123.2" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="spine" d="M 150.0 122.0 Q 146.6 79.2 147.7 38.3" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="leg_r" d="M 150.0 123.2 L 194.4 111.4 L 193.0 150.8 L 204.0 151.2" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="arm_r" d="M 147.7 40.3 L 174.8 27.4 L 194.0 4.7" stroke="#0d9488" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="leg_r">
|
||||
<path d="M 150.0 123.2 L 194.4 111.4" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 194.4 111.4 L 193.0 150.8" stroke="url(#grad-leg_r-1)" stroke-width="5.98623" stroke-linecap="round"/>
|
||||
<path d="M 193.0 150.8 L 204.0 151.2" stroke="url(#grad-leg_r-2)" stroke-width="5.96838" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_r">
|
||||
<path d="M 147.7 40.3 L 174.8 27.4" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 174.8 27.4 L 194.0 4.7" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path d="M 196.0 -0.3 L 196.0 8.0" stroke="#6b7180" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle id="head" cx="149.5" cy="18.7" r="10" fill="white" stroke="#3a3f4b" stroke-width="6"/>
|
||||
<line id="nose" x1="155.3" y1="10.6" x2="159.3" y2="4.9" stroke="#3a3f4b" stroke-width="4" stroke-linecap="round"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.8 KiB |
@@ -1,17 +1,37 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
|
||||
<title>Lat Pull Down</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="155.9" y1="122.8" x2="200.1" y2="110.1"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#979da8"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-1" gradientUnits="userSpaceOnUse" x1="200.1" y1="110.1" x2="197.0" y2="149.4"><stop offset="0" stop-color="#979da8"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="194.4" y1="111.4" x2="193.0" y2="150.8"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#3d424e"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="193.0" y1="150.8" x2="204.0" y2="151.2"><stop offset="0" stop-color="#3d424e"/><stop offset="1" stop-color="#3e434f"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 127.5 160.7 L 220.0 160.7 L 220.0 150.3 L 127.5 150.3 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
|
||||
<path d="M 126.0 130.0 L 162.0 130.0 L 162.0 130.0 L 126.0 130.0 Z" fill="#c5cad4" stroke="#c5cad4" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M 144.0 132.0 L 144.0 150.0" stroke="#c5cad4" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="272.0" cy="19.0" r="4" fill="#6b7180"/>
|
||||
<path d="M 272.0 19.0 L 196.0 37.3" stroke="#c5cad4" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="leg_l" d="M 155.9 122.8 L 200.1 110.1 L 197.0 149.4 L 208.0 150.2" stroke="#a9afba" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="arm_l" d="M 153.7 38.4 L 176.8 57.3 L 198.0 36.4" stroke="#86cfc5" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="leg_l">
|
||||
<path d="M 155.9 122.8 L 200.1 110.1" stroke="url(#grad-leg_l-0)" stroke-width="5.08166" stroke-linecap="round"/>
|
||||
<path d="M 200.1 110.1 L 197.0 149.4" stroke="url(#grad-leg_l-1)" stroke-width="5.08166" stroke-linecap="round"/>
|
||||
<path d="M 197.0 149.4 L 208.0 150.2" stroke="#a9afba" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_l">
|
||||
<path d="M 153.7 38.4 L 176.8 57.3" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 176.8 57.3 L 198.0 36.4" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 153.7 38.4 L 147.7 38.3 L 147.7 40.3" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 155.9 122.8 L 150.0 122.0 L 150.0 123.2" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="spine" d="M 150.0 122.0 Q 146.6 79.2 147.7 38.3" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="leg_r" d="M 150.0 123.2 L 194.4 111.4 L 193.0 150.8 L 204.0 151.2" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="arm_r" d="M 147.7 40.3 L 171.7 58.0 L 194.0 38.2" stroke="#0d9488" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="leg_r">
|
||||
<path d="M 150.0 123.2 L 194.4 111.4" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 194.4 111.4 L 193.0 150.8" stroke="url(#grad-leg_r-1)" stroke-width="5.98623" stroke-linecap="round"/>
|
||||
<path d="M 193.0 150.8 L 204.0 151.2" stroke="url(#grad-leg_r-2)" stroke-width="5.96838" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_r">
|
||||
<path d="M 147.7 40.3 L 171.7 58.0" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 171.7 58.0 L 194.0 38.2" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path d="M 196.0 33.2 L 196.0 41.5" stroke="#6b7180" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle id="head" cx="149.5" cy="18.7" r="10" fill="white" stroke="#3a3f4b" stroke-width="6"/>
|
||||
<line id="nose" x1="158.2" y1="13.8" x2="164.2" y2="10.3" stroke="#3a3f4b" stroke-width="4" stroke-linecap="round"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 156 KiB |
@@ -1,17 +1,37 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
|
||||
<title>Lat Pull Down</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="155.9" y1="122.8" x2="200.1" y2="110.1"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#979da8"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-1" gradientUnits="userSpaceOnUse" x1="200.1" y1="110.1" x2="197.0" y2="149.4"><stop offset="0" stop-color="#979da8"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="194.4" y1="111.4" x2="193.0" y2="150.8"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#3d424e"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="193.0" y1="150.8" x2="204.0" y2="151.2"><stop offset="0" stop-color="#3d424e"/><stop offset="1" stop-color="#3e434f"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 127.5 160.7 L 220.0 160.7 L 220.0 150.3 L 127.5 150.3 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
|
||||
<path d="M 126.0 130.0 L 162.0 130.0 L 162.0 130.0 L 126.0 130.0 Z" fill="#c5cad4" stroke="#c5cad4" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M 144.0 132.0 L 144.0 150.0" stroke="#c5cad4" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="272.0" cy="19.0" r="4" fill="#6b7180"/>
|
||||
<path d="M 272.0 19.0 L 196.0 37.3" stroke="#c5cad4" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="leg_l" d="M 155.9 122.8 L 200.1 110.1 L 197.0 149.4 L 208.0 150.2" stroke="#a9afba" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="arm_l" d="M 153.7 38.4 L 176.8 57.3 L 198.0 36.4" stroke="#86cfc5" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="leg_l">
|
||||
<path d="M 155.9 122.8 L 200.1 110.1" stroke="url(#grad-leg_l-0)" stroke-width="5.08166" stroke-linecap="round"/>
|
||||
<path d="M 200.1 110.1 L 197.0 149.4" stroke="url(#grad-leg_l-1)" stroke-width="5.08166" stroke-linecap="round"/>
|
||||
<path d="M 197.0 149.4 L 208.0 150.2" stroke="#a9afba" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_l">
|
||||
<path d="M 153.7 38.4 L 176.8 57.3" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M 176.8 57.3 L 198.0 36.4" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 153.7 38.4 L 147.7 38.3 L 147.7 40.3" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 155.9 122.8 L 150.0 122.0 L 150.0 123.2" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="spine" d="M 150.0 122.0 Q 146.6 79.2 147.7 38.3" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="leg_r" d="M 150.0 123.2 L 194.4 111.4 L 193.0 150.8 L 204.0 151.2" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="arm_r" d="M 147.7 40.3 L 171.7 58.0 L 194.0 38.2" stroke="#0d9488" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="leg_r">
|
||||
<path d="M 150.0 123.2 L 194.4 111.4" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 194.4 111.4 L 193.0 150.8" stroke="url(#grad-leg_r-1)" stroke-width="5.98623" stroke-linecap="round"/>
|
||||
<path d="M 193.0 150.8 L 204.0 151.2" stroke="url(#grad-leg_r-2)" stroke-width="5.96838" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_r">
|
||||
<path d="M 147.7 40.3 L 171.7 58.0" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
<path d="M 171.7 58.0 L 194.0 38.2" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path d="M 196.0 33.2 L 196.0 41.5" stroke="#6b7180" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle id="head" cx="149.5" cy="18.7" r="10" fill="white" stroke="#3a3f4b" stroke-width="6"/>
|
||||
<line id="nose" x1="158.2" y1="13.8" x2="164.2" y2="10.3" stroke="#3a3f4b" stroke-width="4" stroke-linecap="round"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.8 KiB |