Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ I'm definitely interested in hearing:


## Whats new
### Version 1.6.1
- fixed bug in fr55 where circles where not showing due to unsupported colour.
### Version 1.6.0
- Added Support for fr570 42mm, fr570 47mm, fr970, fenix8, vivoactive6
### Version 1.5.0
Expand Down
8 changes: 4 additions & 4 deletions resources-fr55/drawables/circle_four.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<drawable-list id="circle_four">
<shape type="circle" x="38%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="46%" y="91%" radius="6" color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="54%" y="91%" radius="6" color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="62%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="38%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="0xff0000"/>
<shape type="circle" x="46%" y="91%" radius="6" color="0xff0000"/>
<shape type="circle" x="54%" y="91%" radius="6" color="0xff0000"/>
<shape type="circle" x="62%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="0xff0000"/>
</drawable-list>
8 changes: 4 additions & 4 deletions resources-fr55/drawables/circle_one.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<drawable-list id="circle_one">
<shape type="circle" x="38%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="46%" y="91%" radius="6" color="Graphics.COLOR_DK_GRAY"/>
<shape type="circle" x="54%" y="91%" radius="6" color="Graphics.COLOR_DK_GRAY"/>
<shape type="circle" x="62%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_DK_GRAY"/>
<shape type="circle" x="38%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="0xff0000"/>
<shape type="circle" x="46%" y="91%" radius="6" color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="54%" y="91%" radius="6" color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="62%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_WHITE"/>
</drawable-list>
8 changes: 4 additions & 4 deletions resources-fr55/drawables/circle_three.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<drawable-list id="circle_three">
<shape type="circle" x="38%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="46%" y="91%" radius="6" color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="54%" y="91%" radius="6" color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="62%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_DK_GRAY"/>
<shape type="circle" x="38%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="0xff0000"/>
<shape type="circle" x="46%" y="91%" radius="6" color="0xff0000"/>
<shape type="circle" x="54%" y="91%" radius="6" color="0xff0000"/>
<shape type="circle" x="62%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_WHITE"/>
</drawable-list>
8 changes: 4 additions & 4 deletions resources-fr55/drawables/circle_two.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<drawable-list id="circle_two">
<shape type="circle" x="38%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="46%" y="91%" radius="6" color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="54%" y="91%" radius="6" color="Graphics.COLOR_DK_GRAY"/>
<shape type="circle" x="62%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_DK_GRAY"/>
<shape type="circle" x="38%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="0xff0000"/>
<shape type="circle" x="46%" y="91%" radius="6" color="0xff0000"/>
<shape type="circle" x="54%" y="91%" radius="6" color="Graphics.COLOR_WHITE"/>
<shape type="circle" x="62%" y="91%" radius="6" border_width="2" color="Graphics.COLOR_BLACK" border_color="Graphics.COLOR_WHITE"/>
</drawable-list>
2 changes: 1 addition & 1 deletion resources/strings/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<string id="about_2">Press the start/enter button to start the game clock.</string>
<string id="about_3">To add or remove scores, swipe up or press the back/lap button.</string>
<string id="about_4">For all other functions, swipe down or press the down button.</string>
<string id="about_5">Version: 1.6.0.\nCreated by: Kapes</string>
<string id="about_5">Version: 1.6.1.\nCreated by: Kapes</string>
</strings>