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 brand COLORROOM And Detect devices for exist brands #7848

Merged
merged 4 commits into from
Sep 27, 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
1 change: 1 addition & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'CON' => 'Conceptum',
'CED' => 'Continental Edison',
'9C' => 'Colors',
'COL' => 'COLORROOM',
'CO' => 'Coolpad',
'COO' => 'Coopers',
'CDE' => 'COOD-E',
Expand Down
54 changes: 54 additions & 0 deletions Tests/fixtures/phablet-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5418,3 +5418,57 @@
model: iPhone 15 Plus
os_family: iOS
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; U; Android 14; az-az; Redmi Note 13 Build/UKQ1.231207.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/112.0.5615.136 Mobile Safari/537.36 XiaoMi/MiuiBrowser/14.10.1.3-gn
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: Mi Browser
version: 14.10.1.3
engine: Blink
engine_version: 112.0.5615.136
device:
type: phablet
brand: Xiaomi
model: Redmi Note 13
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; U; Android 14; en-US; TECNO Mobile LI6 Build/UP1A.231005.007) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/13.7.8.1322 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: UC Browser
version: 13.7.8.1322
engine: Blink
engine_version: 100.0.4896.58
device:
type: phablet
brand: Tecno Mobile
model: Pova 6 Neo
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; Android 14; TECNO Mobile LI9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 128.0.0.0
engine: Blink
engine_version: 128.0.0.0
device:
type: phablet
brand: Tecno Mobile
model: Pova 6 Pro 5G
os_family: Android
browser_family: Chrome
Loading
Loading