Skip to content

Commit

Permalink
properties fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed Jun 24, 2024
1 parent 2543219 commit 3f52b28
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 158 deletions.
29 changes: 0 additions & 29 deletions resources/properties/properties-workout-1.xml

This file was deleted.

29 changes: 0 additions & 29 deletions resources/properties/properties-workout-2.xml

This file was deleted.

29 changes: 0 additions & 29 deletions resources/properties/properties-workout-3.xml

This file was deleted.

29 changes: 0 additions & 29 deletions resources/properties/properties-workout-4.xml

This file was deleted.

29 changes: 0 additions & 29 deletions resources/properties/properties-workout-5.xml

This file was deleted.

26 changes: 13 additions & 13 deletions resources/properties/properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<property id="app_use_vibration" type="boolean">true</property>

<!-- WORKOUT #1 -->
<property id="w1_title" type="string">Full Body</property>
<property id="w1_title" type="string">Workout 1</property>
<property id="w1_enabled" type="boolean">true</property>
<property id="w1_exercise_duration" type="number">40</property>
<property id="w1_rest_duration" type="number">20</property>
<property id="w1_repetitions" type="number">1</property>
<property id="w1_repetitions" type="number">3</property>
<property id="w1_repetition_pause" type="number">60</property>
<property id="w1_e1" type="string">Exercise 1</property>
<property id="w1_e2" type="string">Exercise 2</property>
Expand All @@ -34,11 +34,11 @@
<property id="w1_e20" type="string"></property>

<!-- WORKOUT #2 -->
<property id="w2_title" type="string">Abdominals</property>
<property id="w2_enabled" type="boolean">true</property>
<property id="w2_exercise_duration" type="number">20</property>
<property id="w2_rest_duration" type="number">10</property>
<property id="w2_repetitions" type="number">3</property>
<property id="w2_title" type="string">Workout 2</property>
<property id="w2_enabled" type="boolean">false</property>
<property id="w2_exercise_duration" type="number">40</property>
<property id="w2_rest_duration" type="number">20</property>
<property id="w2_repetitions" type="number">1</property>
<property id="w2_repetition_pause" type="number">60</property>
<property id="w2_e1" type="string"></property>
<property id="w2_e2" type="string"></property>
Expand All @@ -62,12 +62,12 @@
<property id="w2_e20" type="string"></property>

<!-- WORKOUT #3 -->
<property id="w3_title" type="string"></property>
<property id="w3_title" type="string">Workout 3</property>
<property id="w3_enabled" type="boolean">false</property>
<property id="w3_exercise_duration" type="number">40</property>
<property id="w3_rest_duration" type="number">20</property>
<property id="w3_repetitions" type="number">1</property>
<property id="w3_repetition_pause" type="number">120</property>
<property id="w3_repetition_pause" type="number">60</property>
<property id="w3_e1" type="string"></property>
<property id="w3_e2" type="string"></property>
<property id="w3_e3" type="string"></property>
Expand All @@ -90,12 +90,12 @@
<property id="w3_e20" type="string"></property>

<!-- WORKOUT #4 -->
<property id="w4_title" type="string"></property>
<property id="w4_title" type="string">Workout 4</property>
<property id="w4_enabled" type="boolean">false</property>
<property id="w4_exercise_duration" type="number">40</property>
<property id="w4_rest_duration" type="number">20</property>
<property id="w4_repetitions" type="number">1</property>
<property id="w4_repetition_pause" type="number">120</property>
<property id="w4_repetition_pause" type="number">60</property>
<property id="w4_e1" type="string"></property>
<property id="w4_e2" type="string"></property>
<property id="w4_e3" type="string"></property>
Expand All @@ -118,12 +118,12 @@
<property id="w4_e20" type="string"></property>

<!-- WORKOUT #5 -->
<property id="w5_title" type="string"></property>
<property id="w5_title" type="string">Workout 5</property>
<property id="w5_enabled" type="boolean">false</property>
<property id="w5_exercise_duration" type="number">40</property>
<property id="w5_rest_duration" type="number">20</property>
<property id="w5_repetitions" type="number">1</property>
<property id="w5_repetition_pause" type="number">120</property>
<property id="w5_repetition_pause" type="number">60</property>
<property id="w5_e1" type="string"></property>
<property id="w5_e2" type="string"></property>
<property id="w5_e3" type="string"></property>
Expand Down

0 comments on commit 3f52b28

Please sign in to comment.