converts more bundleIds to app titles

pull/2036/head
Felix Wiedenbach 2022-07-10 17:26:50 +02:00
parent b73c41baa4
commit d09e8be58f
3 changed files with 10 additions and 2 deletions

View File

@ -7,3 +7,4 @@
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)
0.10: Added more bundleIds

View File

@ -73,6 +73,9 @@ E.on('notify',msg=>{
"com.apple.podcasts": "Podcasts",
"com.apple.reminders": "Reminders",
"com.apple.shortcuts": "Shortcuts",
"com.apple.TestFlight": "TestFlight",
"com.apple.ScreenTimeNotifications": "ScreenTime",
"com.apple.wifid.usernotification": "WiFi",
"com.atebits.Tweetie2": "Twitter",
"com.burbn.instagram" : "Instagram",
"com.facebook.Facebook": "Facebook",
@ -111,7 +114,11 @@ E.on('notify',msg=>{
"org.whispersystems.signal": "Signal",
"ph.telegra.Telegraph": "Telegram",
"tv.twitch": "Twitch",
"com.unitedinternet.mmc.mobile.gmx.iosmailer": "GMX",
"ch.publisheria.bring": "Bring",
"de.no26.Number26": "N26",
"com.yourcompany.PPClient": "PayPal",
"com.valvesoftware.Steam": "Steam",
// could also use NRF.ancsGetAppInfo(msg.appId) here
};
var unicodeRemap = {

View File

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