Skip to content

Commit

Permalink
Detect new brand COLORROOM And Detect devices for exist brands (#7848)
Browse files Browse the repository at this point in the history
feat(device) detect brand Hotwav: Hyper 7 Pro
feat(device) detect brand Realme: 13 Pro 5G (RMX3988)
feat(device) detect brand Vivo: V17
feat(device) detect brand Shivaki: STV-55LED41
feat(device) detect brand OPPO: A3x 5G (PKD130)
feat(device) detect brand NUU Mobile: B30 Pro (S6702X)
feat(device) detect brand Vivo: Y03t (V2409, V2344), V40 (V2348)
feat(device) detect new brand COLORROOM: K10C
feat(device) detect brand Google: Pixel 9 Pro, Pixel 9, Pixel 9 Pro Fold
feat(device) detect brand Motorola: Moto Razr 50
feat(device) detect brand Condor: Nova 60
feat(device) detect brand EXCEED: EX8S1
feat(device) detect brand ZTE: Fresh 50 (7543N)
feat(device) detect brand LT Mobile: S33
feat(device) detect brand Doogee: Blade 10 Ultra, Blade 10 Pro, Blade 10
feat(device) detect brand CUBOT: King Kong ES
feat(device) detect brand Huawei: Honor X6b (JDY-LX2)
feat(device) detect brand Tecno Mobile: Camon 19
feat(device) detect brand Realme: 12 5G (RMX3992), 13 Pro 5G (RMX3990), Narzo N61 (RMX3933), 13 Pro+ 5G (RMX3921), Narzo 70 5G (RMX3869)
feat(device) detect brand Nubia: Focus Pro 5G (Z2351N)
feat(device) detect brand Dcode: Cygnal 4 Lite (DS-CL4 Lite)
feat(device) detect brand Starwind: SW-LED65UG402, SW-LED43UB400, SW-LED43SB300, SW-LED40SB300, SW-LED32SB304
  • Loading branch information
sanchezzzhak authored Sep 27, 2024
1 parent 0d364e0 commit 789e278
Show file tree
Hide file tree
Showing 6 changed files with 765 additions and 25 deletions.
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

0 comments on commit 789e278

Please sign in to comment.