ios 0.16: Always request Current Time service from iOS
parent
75970a1aee
commit
6a75df46d1
|
|
@ -13,4 +13,5 @@
|
||||||
0.13: Making ANCS message receive more resilient (#2402)
|
0.13: Making ANCS message receive more resilient (#2402)
|
||||||
0.14: Add settings page, allow time sync
|
0.14: Add settings page, allow time sync
|
||||||
Allow negative/positive actions to pass through to message GUI
|
Allow negative/positive actions to pass through to message GUI
|
||||||
0.15: Enable calendar and weather updates via custom notifications (via shortcuts app)
|
0.15: Enable calendar and weather updates via custom notifications (via shortcuts app)
|
||||||
|
0.16: Always request Current Time service from iOS
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
bleServiceOptions.ancs = true;
|
bleServiceOptions.ancs = true;
|
||||||
|
bleServiceOptions.cts = true;
|
||||||
if (NRF.amsIsActive) bleServiceOptions.ams = true; // amsIsActive was added at the same time as the "am" option
|
if (NRF.amsIsActive) bleServiceOptions.ams = true; // amsIsActive was added at the same time as the "am" option
|
||||||
Bangle.ancsMessageQueue = [];
|
Bangle.ancsMessageQueue = [];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "ios",
|
"id": "ios",
|
||||||
"name": "iOS Integration",
|
"name": "iOS Integration",
|
||||||
"version": "0.15",
|
"version": "0.16",
|
||||||
"description": "Display notifications/music/etc from iOS devices",
|
"description": "Display notifications/music/etc from iOS devices",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,system,ios,apple,messages,notifications",
|
"tags": "tool,system,ios,apple,messages,notifications",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue