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: CCIT, PAGRAER, DIALN, AUPO and Detect devices for exist brands #7650

Merged
merged 5 commits into from
Apr 5, 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
4 changes: 4 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'AX' => 'Audiovox',
'AJ' => 'AURIS',
'YZ' => 'Autan',
'AUP' => 'AUPO',
'ZA' => 'Avenzo',
'AH' => 'AVH',
'AV' => 'Avvio',
Expand Down Expand Up @@ -309,6 +310,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'CAN' => 'Canal+',
'4D' => 'Canal Digital',
'CNG' => 'Canguro',
'CNT' => 'CCIT',
'CEC' => 'Cecotec',
'CEI' => 'Ceibal',
'02' => 'Cell-C',
Expand Down Expand Up @@ -406,6 +408,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'8D' => 'DF',
'DGT' => 'DGTEC',
'DG' => 'Dialog',
'DIA' => 'DIALN',
'DI' => 'Dicam',
'D4' => 'Digi',
'D3' => 'Digicel',
Expand Down Expand Up @@ -1228,6 +1231,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'OLL' => 'Ollee',
'7P' => 'P-UP',
'PRA' => 'Pacific Research Alliance',
'PAG' => 'PAGRAER',
'YP' => 'Paladin',
'PM' => 'Palm',
'PN' => 'Panacom',
Expand Down
18 changes: 18 additions & 0 deletions Tests/fixtures/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9765,3 +9765,21 @@
model: LifeBook AH532
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 7.1.1; GP70 2OD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36
os:
name: Android
version: 7.1.1
platform: ""
client:
type: browser
name: Chrome
version: 71.0.3578.99
engine: Blink
engine_version: 71.0.3578.99
device:
type: desktop
brand: MSI
model: GP70 2OD
os_family: Android
browser_family: Chrome
Loading
Loading