Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock authored and github-actions[bot] committed Nov 23, 2023
1 parent 4324e4b commit 1c67b1f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
15 changes: 13 additions & 2 deletions build/apps.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@
"AlexaMediaPlayer/vizzini.locked.38.0 (Linux;Android 5.1.1) ExoPlayerLib/1.5.9",
"AlexaService/2.2.303087.0 (Linux;Android 9) ExoPlayerLib/2.8.4",
"Alexa Mobile Voice/2.2.2768.0 (Linux;Android 7.0) ExoPlayerLib/2.2.0",
"Echo/1.0(MRM)"
"Echo/1.0(MRM)",
"Amazon;Echo_Dot;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422",
"Amazon;Echo_Dot_with_clock;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422",
"Amazon;Echo_Show_5;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422",
"Amazon;Echo;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422"
]
},
{
Expand Down Expand Up @@ -314,6 +318,12 @@
"Radio.com/12.2.0 (com.cbsradio.cbsradioplayer; build:1; iOS 14.6.0) Alamofire/4.8.1"
]
},
{
"name": "Audials",
"examples": [
"com.audials/9.52.0-0+gb3764950b-1058878988 (Linux;Android 11) AndroidXMedia3/1.1.1"
]
},
{
"name": "Audio",
"examples": [
Expand Down Expand Up @@ -1976,7 +1986,8 @@
"NRC-Nieuws/10.3.1 (nl.nrc.nrcapp; build:210; iOS 16.6.0) Alamofire/10.3.1",
"iPad (compatible; Tablet2.0) NRC Digitale Editie, nl.nrc.nrcapp 10.0.7 (197) / iPadOS 16.6",
"iPhone (compatible; Smartphone2.0) NRC Digitale Editie, nl.nrc.nrcapp 10.0.7 (197) / iOS 16.6",
"NRC-Nieuws/5.4.0 (com.twipemobile.nrc; build:540; Android:13; Sdk:33; Manufacturer:samsung; Model: SM-A528B) OkHttp/4.11.0"
"NRC-Nieuws/5.4.0 (com.twipemobile.nrc; build:540; Android:13; Sdk:33; Manufacturer:samsung; Model: SM-A528B) OkHttp/4.11.0",
"SM-T970 (compatible; Tablet2.0) HandelsbladProduction, com.twipemobile.nrc 5.1.4 (511) / Android 33"
]
},
{
Expand Down
8 changes: 6 additions & 2 deletions build/apps.runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
{
"name": "Alexa-enabled device",
"pattern": "(^AlexaMediaPlayer/[\\dv]|^Echo/|^AlexaService/|^Alexa Mobile Voice/)"
"pattern": "^AlexaMediaPlayer/[\\dv]|^Echo/|^AlexaService/|^Alexa Mobile Voice/|^Amazon;Echo"
},
{
"name": "AlienBlue",
Expand Down Expand Up @@ -172,6 +172,10 @@
"name": "Audacy",
"pattern": "^Radio\\.com/"
},
{
"name": "Audials",
"pattern": "^com\\.audials/"
},
{
"name": "Audible",
"pattern": "(^com\\.audible\\.playersdk\\.player|^Audible,|^Audible.*Darwin)"
Expand Down Expand Up @@ -1242,7 +1246,7 @@
},
{
"name": "NRC",
"pattern": "nl\\.nrc\\.nrcapp|^NRC-Nieuws/"
"pattern": "nl\\.nrc\\.nrcapp|^NRC-Nieuws/|com\\.twipemobile\\.nrc"
},
{
"name": "Outcast",
Expand Down
6 changes: 5 additions & 1 deletion build/devices.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@
{
"name": "Amazon Smart Speaker",
"examples": [
"Amazon;Echo_Pop;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422"
"Amazon;Echo_Pop;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422",
"Amazon;Echo_Dot;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422",
"Amazon;Echo_Dot_with_clock;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422",
"Amazon;Echo_Show_5;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422",
"Amazon;Echo;27d4dfe427b34d57995b463e5d63198d;;tpapi;3.199.422"
]
},
{
Expand Down

0 comments on commit 1c67b1f

Please sign in to comment.