Skip to content
New issue

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

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

Already on GitHub? # 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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Technology',
'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