Skip to content

Commit 514ce93

Browse files
authored
Merge pull request #392 from LoopKit/complications
Fixing truncated utilitarian small complication
2 parents 6a993c6 + f82acbe commit 514ce93

14 files changed

+48
-87
lines changed

Loop/gallery.ckcomplication/28F6F412-3A28-4CF6-A184-F6345627D8C8.json renamed to Loop/gallery.ckcomplication/11076976-F7D6-460C-845C-10C8A7003F0D.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
"text" : "75"
1919
},
2020
{
21-
"class" : "CLKRelativeDateTextProvider",
22-
"relativeDateStyle" : 0,
23-
"calendarUnits" : 64,
24-
"date" : 509858751.802992
21+
"class" : "CLKTimeTextProvider",
22+
"date" : 510206747.733748
2523
}
2624
],
2725
"class" : "CLKLocalizableCompoundTextProvider",

Loop/gallery.ckcomplication/3902026C-B841-4642-AD7B-1CA80FAC447D.json renamed to Loop/gallery.ckcomplication/28C71A33-1C97-4A92-8677-4FE8644380DF.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"class" : "CLKRelativeDateTextProvider",
1717
"relativeDateStyle" : 0,
1818
"calendarUnits" : 64,
19-
"date" : 509858751.805835
19+
"date" : 510206747.738849
2020
}
2121
}

Loop/gallery.ckcomplication/5506FC7B-C7BA-439A-8075-7B1C5DE1114A.json renamed to Loop/gallery.ckcomplication/2E750127-9918-4653-8B91-FC0AB09DF91F.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"class" : "CLKRelativeDateTextProvider",
1212
"relativeDateStyle" : 0,
1313
"calendarUnits" : 64,
14-
"date" : 509858751.798859
14+
"date" : 510206747.724802
1515
},
1616
"version" : 30000,
1717
"line1TextProvider" : {

Loop/gallery.ckcomplication/30ACFC76-BFF3-4761-9345-5C169460F920.json

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"tintColor" : {
3+
"green" : 0.5843138,
4+
"red" : 1,
5+
"alpha" : 1,
6+
"blue" : 0
7+
},
8+
"class" : "CLKComplicationTemplateUtilitarianSmallFlat",
9+
"textProvider" : {
10+
"shortText" : "120",
11+
"class" : "CLKLocalizableSimpleTextProvider",
12+
"text" : "120↘︎"
13+
},
14+
"version" : 30000
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"tintColor" : {
3+
"green" : 0.5843138,
4+
"red" : 1,
5+
"alpha" : 1,
6+
"blue" : 0
7+
},
8+
"class" : "CLKComplicationTemplateUtilitarianSmallFlat",
9+
"textProvider" : {
10+
"shortText" : "120",
11+
"class" : "CLKLocalizableSimpleTextProvider",
12+
"text" : "120↘︎"
13+
},
14+
"version" : 30000
15+
}

Loop/gallery.ckcomplication/7F6C7226-52B7-406D-ACD2-7AB92587CBB4.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

Loop/gallery.ckcomplication/B1F1D9E8-541F-414D-AF5D-780D6B993FD9.json renamed to Loop/gallery.ckcomplication/AF8DC7FB-6148-4322-BE40-6D6DD3C963A9.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"class" : "CLKRelativeDateTextProvider",
1212
"relativeDateStyle" : 0,
1313
"calendarUnits" : 64,
14-
"date" : 509858751.81526
14+
"date" : 510206747.748279
1515
},
1616
"version" : 30000,
1717
"line1TextProvider" : {

Loop/gallery.ckcomplication/Base.lproj/ckcomplication.strings

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@
99
/* The complication template example unit string */
1010
"120↘︎" = "120↘︎";
1111

12-
/* Utilitarian small flat format string (1: Glucose & Trend symbol) (2: Time) */
13-
"UtilitarianSmallFlat" = "%@ %@";
14-
1512
/* Utilitarian large flat format string (1: Glucose & Trend symbol) (2: Eventual Glucose) (3: Time) */
1613
"UtilitarianLargeFlat" = "%@%@ %@";

0 commit comments

Comments
 (0)