Skip to content

Commit

Permalink
3.2.0 - Updated application launch icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dliedke committed Jan 29, 2023
1 parent 6af2a36 commit f60f2a3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Meditate/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This is a generated file. It is highly recommended that you DO NOT edit this file. -->
<iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="3">
<iq:application entry="MeditateApp" id="57843a03841b4410aff4e4c427c43caf" launcherIcon="@Drawables.launcherIcon" minSdkVersion="1.4.0" name="@Strings.AppName" type="watch-app" version="3.1.0">
<iq:application entry="MeditateApp" id="57843a03841b4410aff4e4c427c43caf" launcherIcon="@Drawables.launcherIcon" minSdkVersion="1.4.0" name="@Strings.AppName" type="watch-app" version="3.2.0">
<iq:products>
<iq:product id="fr235"/>
</iq:products>
Expand Down
Binary file modified Meditate/resources/images/launcher_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions Meditate/source/activity/IntervalAlertsRenderer.mc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class IntervalAlertsRenderer {
private var mRadius;
private var mWidth;
private var mRepeatPercentageTimes;
private const StartDegreeOffset = 90;

function drawRepeatIntervalAlerts(dc) {
me.drawIntervalAlerts(dc, me.mRepeatIntervalAlerts, me.mRepeatPercentageTimes);
Expand Down Expand Up @@ -70,6 +69,6 @@ class IntervalAlertsRenderer {
}

private static function percentageToArcDegree(percentage) {
return StartDegreeOffset - percentage * 3.6;
return 90 - percentage * 3.6;
}
}
2 changes: 1 addition & 1 deletion ScreenPicker/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This is a generated file. It is highly recommended that you DO NOT edit this file. -->
<iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="3">
<iq:barrel id="a48e3a58aa19406aaaf1162c56160377" minSdkVersion="1.4.0" module="ScreenPicker" version="1.0.0">
<iq:barrel id="a48e3a58aa19406aaaf1162c56160377" minSdkVersion="1.3.1" module="ScreenPicker" version="1.0.0">
<iq:products>
<iq:product id="fr235"/>
</iq:products>
Expand Down

0 comments on commit f60f2a3

Please sign in to comment.