diff --git a/README.md b/README.md index c2f9c22..d41178a 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,30 @@ -# zRenardWatch -Garmin Watch Face - -Available on Garmin ConnectIQ : https://apps.garmin.com/fr-FR/apps/4c058f81-a930-4527-9fc8-fa65d69d4ef4 -# Settings - -## Colors -* Background -* Foreground -* Date color - -## Display -* Show Notifications (On/Off) -* Use sleep mode (On/Off). In sleep mode, display only clock. -* Option to use bigger font - -## Battery level show -* Minimum value to display % -* Minimum value to show highlight/warning - -## Display inactivity status -* Show inactivity (On/Off) -* Display as circle, icons on top, or icons on bottom/left -* Set inactivity circle color \ No newline at end of file +# zRenardWatch +Garmin Watch Face + +Available on Garmin ConnectIQ : https://apps.garmin.com/fr-FR/apps/4c058f81-a930-4527-9fc8-fa65d69d4ef4 +# Settings + +## Colors +* Background +* Foreground +* Date color + +## Display +* Show Notifications (On/Off) +* Use sleep mode (On/Off). In sleep mode, display only clock. +* Option to use bigger font + +## Battery level show +* Minimum value to display % +* Minimum value to show highlight/warning + +## Display inactivity status +* Show inactivity (On/Off) +* Display as circle, icons on top, or icons on bottom/left +* Set inactivity circle color + +# History +* 1.4.2 + - (*fix*) Fix compatibility issue with antialiasing on Fenix 5 +* 1.4.1 + - (**new**) Add new colors \ No newline at end of file diff --git a/bin/zRenardWatch.prg b/bin/zRenardWatch.prg index 0906d9e..2870785 100644 Binary files a/bin/zRenardWatch.prg and b/bin/zRenardWatch.prg differ diff --git a/bin/zRenardWatch.prg.debug.xml b/bin/zRenardWatch.prg.debug.xml index 3b34a9e..9e13cac 100644 --- a/bin/zRenardWatch.prg.debug.xml +++ b/bin/zRenardWatch.prg.debug.xml @@ -31,100 +31,101 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -200,6 +201,7 @@ + @@ -213,35 +215,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/zRenardWatch.iq b/dist/zRenardWatch.iq index 9d0b851..8962a68 100644 Binary files a/dist/zRenardWatch.iq and b/dist/zRenardWatch.iq differ diff --git a/manifest.xml b/manifest.xml index 5f0f061..d861600 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,5 +1,5 @@ - + diff --git a/source/zRenardWatchView.mc b/source/zRenardWatchView.mc index 156ca30..bf78e66 100644 --- a/source/zRenardWatchView.mc +++ b/source/zRenardWatchView.mc @@ -50,7 +50,7 @@ class zRenardWatchView extends WatchUi.WatchFace { dc.setColor(bgC,bgC); dc.clear(); - dc.setAntiAlias(true); + if (dc has :setAntiAlias ) { dc.setAntiAlias(true); } if ( !sleepMode || ( sleepMode && !Application.getApp().getProperty("UltraSleepMode") ) || ( sleepMode && (Application.getApp().getProperty("UltraSleepMode") &&