ios 0.05: Added more bundleId's (app-id's which can be used to determine a friendly app name in the notifications)
locale 0.12: Fixed nl_NL formatting, because the full months won't fit on the Bangle.js2's screenmaster
parent
ab7889d428
commit
eb564d20a4
|
|
@ -95,7 +95,7 @@
|
||||||
{
|
{
|
||||||
"id": "ios",
|
"id": "ios",
|
||||||
"name": "iOS Integration",
|
"name": "iOS Integration",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "(BETA) App to display notifications from iOS devices",
|
"description": "(BETA) App to display notifications from iOS devices",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,system,ios,apple,messages,notifications",
|
"tags": "tool,system,ios,apple,messages,notifications",
|
||||||
|
|
@ -197,7 +197,7 @@
|
||||||
{
|
{
|
||||||
"id": "locale",
|
"id": "locale",
|
||||||
"name": "Languages",
|
"name": "Languages",
|
||||||
"version": "0.11",
|
"version": "0.12",
|
||||||
"description": "Translations for different countries",
|
"description": "Translations for different countries",
|
||||||
"icon": "locale.png",
|
"icon": "locale.png",
|
||||||
"type": "locale",
|
"type": "locale",
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,5 @@
|
||||||
0.02: Remove messages on disconnect
|
0.02: Remove messages on disconnect
|
||||||
0.03: Handling of message actions (ok/clear)
|
0.03: Handling of message actions (ok/clear)
|
||||||
0.04: Added common bundleId's
|
0.04: Added common bundleId's
|
||||||
|
0.05: Added more bundleId's (app-id's which can be used to
|
||||||
|
determine a friendly app name in the notifications)
|
||||||
|
|
|
||||||
|
|
@ -54,25 +54,40 @@ E.on('notify',msg=>{
|
||||||
"name" : string,
|
"name" : string,
|
||||||
*/
|
*/
|
||||||
var appNames = {
|
var appNames = {
|
||||||
"nl.ah.Appie": "Albert Heijn",
|
"com.apple.facetime": "FaceTime",
|
||||||
"com.apple.mobilecal": "Calendar",
|
"com.apple.mobilecal": "Calendar",
|
||||||
"com.apple.mobilemail": "Mail",
|
"com.apple.mobilemail": "Mail",
|
||||||
|
"com.apple.Passbook": "iOS Wallet",
|
||||||
"com.apple.reminders": "Reminders",
|
"com.apple.reminders": "Reminders",
|
||||||
"com.apple.shortcuts": "Shortcuts",
|
"com.apple.shortcuts": "Shortcuts",
|
||||||
"com.atebits.Tweetie2": "Twitter",
|
"com.atebits.Tweetie2": "Twitter",
|
||||||
"com.burbn.instagram" : "Instagram",
|
"com.burbn.instagram" : "Instagram",
|
||||||
"com.facebook.Facebook": "Facebook",
|
"com.facebook.Facebook": "Facebook",
|
||||||
"com.facebook.Messenger": "FB Messenger",
|
"com.facebook.Messenger": "FB Messenger",
|
||||||
|
"com.google.Chromecast" : "Google Home",
|
||||||
"com.google.Gmail" : "GMail",
|
"com.google.Gmail" : "GMail",
|
||||||
"com.google.hangouts" : "Hangouts",
|
"com.google.hangouts" : "Hangouts",
|
||||||
"com.google.ios.youtube" : "YouTube",
|
"com.google.ios.youtube" : "YouTube",
|
||||||
|
"com.hammerandchisel.discord" : "Discord",
|
||||||
|
"com.ifttt.ifttt" : "IFTTT",
|
||||||
"com.jumbo.app" : "Jumbo",
|
"com.jumbo.app" : "Jumbo",
|
||||||
|
"com.linkedin.LinkedIn" : "LinkedIn",
|
||||||
|
"com.nestlabs.jasper.release" : "Nest",
|
||||||
"com.netflix.Netflix" : "Netflix",
|
"com.netflix.Netflix" : "Netflix",
|
||||||
|
"com.reddit.Reddit" : "Reddit",
|
||||||
"com.skype.skype": "Skype",
|
"com.skype.skype": "Skype",
|
||||||
"com.skype.SkypeForiPad": "Skype",
|
"com.skype.SkypeForiPad": "Skype",
|
||||||
"com.spotify.client": "Spotify",
|
"com.spotify.client": "Spotify",
|
||||||
"net.whatsapp.WhatsApp": "WhatsApp",
|
"com.tinyspeck.chatlyio": "Slack",
|
||||||
|
"com.toyopagroup.picaboo": "Snapchat",
|
||||||
|
"com.ubercab.UberClient": "Uber",
|
||||||
|
"com.ubercab.UberEats": "UberEats",
|
||||||
"com.wordfeud.free": "WordFeud",
|
"com.wordfeud.free": "WordFeud",
|
||||||
|
"com.zhiliaoapp.musically": "TikTok",
|
||||||
|
"net.whatsapp.WhatsApp": "WhatsApp",
|
||||||
|
"nl.ah.Appie": "Albert Heijn",
|
||||||
|
"nl.postnl.postnl": "PostNL",
|
||||||
|
"ph.telegra.Telegraph": "Telegram",
|
||||||
|
|
||||||
// could also use NRF.ancsGetAppInfo(msg.appId) here
|
// could also use NRF.ancsGetAppInfo(msg.appId) here
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,4 @@
|
||||||
0.09: Added New Zealand en_NZ
|
0.09: Added New Zealand en_NZ
|
||||||
0.10: Apply 12hour setting to time
|
0.10: Apply 12hour setting to time
|
||||||
0.11: Added translations for nl_NL and changes one formatting
|
0.11: Added translations for nl_NL and changes one formatting
|
||||||
|
0.12: Fixed nl_NL formatting, because the full months won't fit on the Bangle.js2's screen
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@ var locales = {
|
||||||
temperature: "°C",
|
temperature: "°C",
|
||||||
ampm: { 0: "", 1: "" },
|
ampm: { 0: "", 1: "" },
|
||||||
timePattern: { 0: "%HH:%MM:%SS", 1: "%HH:%MM" },
|
timePattern: { 0: "%HH:%MM:%SS", 1: "%HH:%MM" },
|
||||||
datePattern: { 0: "%B %d %Y", 1: "%d.%m.%y" }, // zondag 1 maart 2020 // 01.01.20
|
datePattern: { 0: "%d %b %Y", 1: "%d-%m-%Y" }, // 28 feb 2020 // 28-02-2020
|
||||||
abday: "zo,ma,di,wo,do,vr,za",
|
abday: "zo,ma,di,wo,do,vr,za",
|
||||||
day: "zondag,maandag,dinsdag,woensdag,donderdag,vrijdag,zaterdag",
|
day: "zondag,maandag,dinsdag,woensdag,donderdag,vrijdag,zaterdag",
|
||||||
abmonth: "jan,feb,mrt,apr,mei,jun,jul,aug,sep,okt,nov,dec",
|
abmonth: "jan,feb,mrt,apr,mei,jun,jul,aug,sep,okt,nov,dec",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue