1
0
Fork 0

0.09: Enable 'ams' on new firmwares (ams/ancs can now be enabled individually) (fix #1365)

master
Gordon Williams 2022-02-02 13:06:20 +00:00
parent 9de0a3676d
commit 2831919d6e
3 changed files with 3 additions and 1 deletions

View File

@ -6,3 +6,4 @@
0.06: Fix (not) popupping up old messages
0.07: Added more details from music (instead of Undefined), added more app identifiers
0.08: Added more app identifiers, added 'cannot display' in case a message goes empty because of replacements
0.09: Enable 'ams' on new firmwares (ams/ancs can now be enabled individually) (fix #1365)

View File

@ -1,4 +1,5 @@
bleServiceOptions.ancs = true;
if (NRF.amsIsActive) bleServiceOptions.ams = true; // amsIsActive was added at the same time as the "am" option
Bangle.ancsMessageQueue = [];
/* Handle ANCS events coming in, and fire off 'notify' events

View File

@ -1,7 +1,7 @@
{
"id": "ios",
"name": "iOS Integration",
"version": "0.08",
"version": "0.09",
"description": "Display notifications/music/etc from iOS devices",
"icon": "app.png",
"tags": "tool,system,ios,apple,messages,notifications",