Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect new brands: Vision Technology, WOZIFAN and Detect devices for exist brands #7749

Merged
merged 7 commits into from
Jul 23, 2024
Merged
2 changes: 2 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'VIZ' => 'Vizmo',
'VIT' => 'Vityaz',
'9V' => 'Vision Touch',
'VIS' => 'VISION',
sanchezzzhak marked this conversation as resolved.
Show resolved Hide resolved
'VIL' => 'Visual Land',
'VI1' => 'VILLAON',
'VK' => 'VK Mobile',
Expand Down Expand Up @@ -1876,6 +1877,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'W1' => 'Woo',
'WR' => 'Wortmann',
'WX' => 'Woxter',
'WOZ' => 'WOZIFAN',
'XQ' => 'X-AGE',
'XEL' => 'XElectron',
'X3' => 'X-BO',
Expand Down
18 changes: 18 additions & 0 deletions Tests/fixtures/phablet-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4838,3 +4838,21 @@
model: Redmi Note 8
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 12; TECNO LE6j) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "12"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 102.0.0.0
engine: Blink
engine_version: 102.0.0.0
device:
type: phablet
brand: Tecno Mobile
model: Pova Neo 5G
os_family: Android
browser_family: Chrome
Loading
Loading