more icons

pull/878/head
Gordon Williams 2021-11-04 19:38:06 +00:00
parent 7fa8c9cc14
commit a530c7e391
2 changed files with 4 additions and 1 deletions

View File

@ -56,7 +56,9 @@ E.on('notify',msg=>{
var appNames = {
"com.netflix.Netflix" : "Netflix",
"com.google.ios.youtube" : "YouTube",
"com.google.hangouts" : "Hangouts"
"com.google.hangouts" : "Hangouts",
"com.skype.SkypeForiPad": "Skype",
"com.atebits.Tweetie2": "Twitter"
// could also use NRF.ancsGetAppInfo(msg.appId) here
};
var unicodeRemap = {

View File

@ -41,6 +41,7 @@ function getMessageImage(msg) {
if (s=="skype") return atob("GhoBB8AAB//AA//+Af//wH//+D///w/8D+P8Afz/DD8/j4/H4fP5/A/+f4B/n/gP5//B+fj8fj4/H8+DB/PwA/x/A/8P///B///gP//4B//8AD/+AAA+AA==");
if (s=="hangouts") return atob("FBaBAAH4AH/gD/8B//g//8P//H5n58Y+fGPnxj5+d+fmfj//4//8H//B//gH/4A/8AA+AAHAABgAAAA=");
if (s=="whatsapp") return atob("GBiBAAB+AAP/wAf/4A//8B//+D///H9//n5//nw//vw///x///5///4///8e//+EP3/APn/wPn/+/j///H//+H//8H//4H//wMB+AA==");
if (s=="twitter") return atob("GhYBAABgAAB+JgA/8cAf/ngH/5+B/8P8f+D///h///4f//+D///g///wD//8B//+AP//gD//wAP/8AB/+AB/+AH//AAf/AAAYAAA");
if (msg.id=="music") return atob("FhaBAH//+/////////////h/+AH/4Af/gB/+H3/7/f/v9/+/3/7+f/vB/w8H+Dwf4PD/x/////////////3//+A=");
if (msg.id=="back") return getBackImage();
return atob("HBKBAD///8H///iP//8cf//j4//8f5//j/x/8//j/H//H4//4PB//EYj/44HH/Hw+P4//8fH//44///xH///g////A==");