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: Aceline, QIN, VOCAL, Wainyok, Xsmart and Detect devices for exist brands #7675

Merged
merged 8 commits into from
May 6, 2024
5 changes: 5 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'ACC' => 'Accesstyle',
'AE' => 'Ace',
'AC' => 'Acer',
'ACL' => 'Aceline',
'3K' => 'Acteck',
'ACT' => 'actiMirror',
'A9' => 'Advan',
Expand Down Expand Up @@ -1329,6 +1330,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'QH' => 'Q-Touch',
'QB' => 'Q.Bell',
'QI' => 'Qilive',
'QIN' => 'QIN',
'QM' => 'QMobile',
'QT' => 'Qtek',
'Q9' => 'QTECH',
Expand Down Expand Up @@ -1753,6 +1755,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'VGE' => 'V-Gen',
'V0' => 'VKworld',
'VM' => 'Vodacom',
'VOC' => 'VOCAL',
'VF' => 'Vodafone',
'7W' => 'VOGA',
'V2' => 'Vonino',
Expand Down Expand Up @@ -1782,6 +1785,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'WAF' => 'WAF',
'WAO' => 'W&O',
'WAL' => 'Waltter',
'WAI' => 'Wainyok',
'WHI' => 'White Mobile',
'WBL' => 'We. by Loewe.',
'WCP' => 'WeChip',
Expand Down Expand Up @@ -1839,6 +1843,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'XO' => 'Xolo',
'XR' => 'Xoro',
'XS' => 'Xshitou',
'XSM' => 'Xsmart',
'4X' => 'Xtouch',
'X8' => 'Xtratech',
'XCR' => 'Xcruiser',
Expand Down
18 changes: 18 additions & 0 deletions Tests/fixtures/peripheral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1288,3 +1288,21 @@
model: Mi Smart Compact Projector
os_family: Android
browser_family: Opera
-
user_agent: Mozilla/5.0 (Linux; Android 12; DT20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36
os:
name: Android
version: "12"
platform: ""
client:
type: browser
name: Chrome
version: 123.0.0.0
engine: Blink
engine_version: 123.0.0.0
device:
type: peripheral
brand: Urovo
model: DT20
os_family: Android
browser_family: Chrome
Loading
Loading