Skip to content

Commit 3b24a82

Browse files
authored
Detect new brand: Biegedy And Detect devices for exist brands (#7923)
* feat(device) detect brand Samsung: Galaxy Z Fold 5 (SC-55D), Galaxy S23 (SC-51D), Galaxy S24 (SC-51E) feat(device) detect brand POCO: C75 (2410FPCC5G) feat(device) detect brand Xiaomi: Mix Flip (2405CPX3DG) feat(device) detect brand Sony: Xperia 1 V (SO-51D) feat(device) detect brand Oukitel: RT8 feat(device) detect brand Ugoos: TOX4, TOX3 Plus feat(device) detect brand Realme: Narzo 70 Turbo 5G (RMX5003) feat(device) detect brand DISH: Celero 5G SC (SN339D) feat(device) detect brand Tecno Mobile: Spark Go (2024) (TECNO BG6s), Spark 30 Pro (TECNO KL7), Spark 20 Pro 5G (TECNO KJ8), Phantom V Fold 2 (TECNO AE10) * feat(device) detect new brand Biegedy: B22 feat(device) detect brand Blackview: Wave 8 feat(device) detect brand Sony: Xperia 1 VI (XQ-EC44) feat(device) detect brand OPPO: A60 5G (CPH2683) feat(device) detect brand Chuwi: Hi10 XPro Pad feat(device) detect brand Motorola: Moto G Play (2023) (XT2271-5), Moto E14
1 parent ed39ce4 commit 3b24a82

File tree

7 files changed

+585
-18
lines changed

7 files changed

+585
-18
lines changed

Parser/Device/AbstractDeviceParser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ abstract class AbstractDeviceParser extends AbstractParser
267267
'BT' => 'Bitel',
268268
'B7' => 'Bitmore',
269269
'ZB' => 'Bittium',
270+
'BIE' => 'Biegedy',
270271
'BK' => 'Bkav',
271272
'5B' => 'Black Bear',
272273
'BLK' => 'Black Box',

Tests/fixtures/mobile_apps.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,3 +1981,19 @@
19811981
model: Xperia 10 IV
19821982
os_family: Android
19831983
browser_family: Unknown
1984+
-
1985+
user_agent: LiveJournal/4.6.2 (iPad; iOS 12.5.5; Scale/2.00)
1986+
os:
1987+
name: iOS
1988+
version: 12.5.5
1989+
platform: ""
1990+
client:
1991+
type: mobile app
1992+
name: LiveJournal
1993+
version: 4.6.2
1994+
device:
1995+
type: tablet
1996+
brand: Apple
1997+
model: iPad
1998+
os_family: iOS
1999+
browser_family: Unknown

Tests/fixtures/phablet-1.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5688,3 +5688,21 @@
56885688
model: Galaxy Grand Prime Plus
56895689
os_family: Android
56905690
browser_family: Unknown
5691+
-
5692+
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
5693+
os:
5694+
name: Android
5695+
version: "14"
5696+
platform: ""
5697+
client:
5698+
type: browser
5699+
name: Chrome Mobile
5700+
version: 130.0.0.0
5701+
engine: Blink
5702+
engine_version: 130.0.0.0
5703+
device:
5704+
type: phablet
5705+
brand: Samsung
5706+
model: Galaxy Z Fold 5
5707+
os_family: Android
5708+
browser_family: Chrome

0 commit comments

Comments
 (0)