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: Biegedy And Detect devices for exist brands #7923

Merged
merged 2 commits into from
Nov 19, 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 @@ -267,6 +267,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'BT' => 'Bitel',
'B7' => 'Bitmore',
'ZB' => 'Bittium',
'BIE' => 'Biegedy',
'BK' => 'Bkav',
'5B' => 'Black Bear',
'BLK' => 'Black Box',
Expand Down
16 changes: 16 additions & 0 deletions Tests/fixtures/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1981,3 +1981,19 @@
model: Xperia 10 IV
os_family: Android
browser_family: Unknown
-
user_agent: LiveJournal/4.6.2 (iPad; iOS 12.5.5; Scale/2.00)
os:
name: iOS
version: 12.5.5
platform: ""
client:
type: mobile app
name: LiveJournal
version: 4.6.2
device:
type: tablet
brand: Apple
model: iPad
os_family: iOS
browser_family: Unknown
18 changes: 18 additions & 0 deletions Tests/fixtures/phablet-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5688,3 +5688,21 @@
model: Galaxy Grand Prime Plus
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; Android 14; SC-55D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 130.0.0.0
engine: Blink
engine_version: 130.0.0.0
device:
type: phablet
brand: Samsung
model: Galaxy Z Fold 5
os_family: Android
browser_family: Chrome
Loading
Loading