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 : Uniden and detect existing brand : Vivo, Infinix #7287

Merged
merged 6 commits into from
Nov 8, 2022
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 @@ -1387,6 +1387,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'US' => 'Uniscope',
'UNI' => 'Unistrong',
'U2' => 'UNIWA',
'UND' => 'Uniden',
'UO' => 'Unnecto',
'UNN' => 'Unnion Technologies',
'UU' => 'Unonu',
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 @@ -141,3 +141,21 @@
model: Pova 4 Pro
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; arm_64; Android 12; Infinix X676C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.124 YaSearchBrowser/22.98.1 BroPP/1.0 YaSearchApp/22.98.1 webOmni SA/3 Mobile Safari/537.36
os:
name: Android
version: "12"
platform: ARM
client:
type: browser
name: Yandex Browser
version: 22.98.1
engine: Blink
engine_version: 104.0.5112.124
device:
type: phablet
brand: Infinix
model: Note 12 (2023)
os_family: Android
browser_family: Unknown
Loading