Skip to content

Commit

Permalink
Detect new brands: Vision Technology, WOZIFAN and Detect devices for …
Browse files Browse the repository at this point in the history
…exist brands (matomo-org#7749)

feat(device) detect new brand WOZIFAN: W10
feat(device) detect new brand Vision Technology: XS100 Mini
feat(device) detect brand Tecno Mobile: Pova Neo 5G (TECNO LE6j)
feat(device) detect brand HTC: U23 Pro (2QC9200)
feat(device) detect brand Xiaomi: Redmi 12 5G (23076RA4BR)
feat(device) detect brand Huawei: MatePad Pro 11 (GOT-AL19)
feat(device) detect brand Motorola: Edge 30 Pro (XT2201-1), One 5G Ace (XT2113-2)
feat(device) detect brand Xiaomi: Redmi 8A (MZB8458IN, M1908C3KH), Redmi 8 (MZB8255IN, M1908C3IG, M1908C3IC), Redmi 9i Sport (MZB0A5HIN), Redmi Go (M1903C3GG), Redmi 7A (M1903C3EI), Pocophone F1 (M1805E10A)
feat(device) detect brand Huawei: Nova Y61 (EVE-LX3), Nova 10 SE (BNE-LX3)
feat(device) detect brand Vivo: iQOO Z1, iQOO 5 Pro, iQOO 5, iQOO Z9x 5G (V2353A), X100s (V2359A), T3x 5G (V2338)
feat(device) detect brand POCO: X3 (MZB9965IN, MZB07Z4IN, MZB07Z3IN, MZB07Z1IN, MZB07Z2IN, MZB07Z0IN), X2 (MZB8743IN), F2 Pro (M2004J11G)
feat(device) detect brand NEXON: X2+
feat(device) detect brand T-Mobile: T Phone 2 Pro, REVVL 7 5G (TMRV075G), REVVL 7 Pro 5G (TMRV07P5G)
feat(device) detect brand Sony: Xperia 1 VI (XQ-EC72)
feat(device) detect brand Vivo: V30 Lite 5G (V2314), V40 Lite (V2341)
feat(device) detect brand HTC: U12 Life
feat(device) detect brand Teclast: T50HD
feat(device) detect brand Scoole: SL-LED43S98T2SU, SL-LED43S94T2S
feat(device) detect brand Lenovo: Tab P12 Pro (TB-Q706Z)
feat(device) detect brand Huawei: Honor 200 (ELI-NX9), MatePad 11.5" Air (DBY2-L09CK)
feat(device) detect brand ZTE: Axon 30 5G (A2322G)
feat(device) detect brand Hisense: U60
feat(device) detect brand Pixus: Folio
feat(device) detect brand FEONAL: D118
feat(device) detect brand Erisson: 24LM8002CT2
feat(device) detect brand Google: Pixel 5 (GTT9Q, GD1YQ), Pixel 3a XL (G020G, G020C, G020B)
feat(device) detect brand Motorola: Moto G60 (PANB0013IN)
feat(device) detect brand POCO: X2 (MZB8746IN, MZB8744IN)
  • Loading branch information
sanchezzzhak authored Jul 23, 2024
1 parent a118d08 commit 4c6b975
Show file tree
Hide file tree
Showing 7 changed files with 1,196 additions and 38 deletions.
2 changes: 2 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'VIZ' => 'Vizmo',
'VIT' => 'Vityaz',
'9V' => 'Vision Touch',
'VIS' => 'Vision Technology',
'VIL' => 'Visual Land',
'VI1' => 'VILLAON',
'VK' => 'VK Mobile',
Expand Down Expand Up @@ -1876,6 +1877,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'W1' => 'Woo',
'WR' => 'Wortmann',
'WX' => 'Woxter',
'WOZ' => 'WOZIFAN',
'XQ' => 'X-AGE',
'XEL' => 'XElectron',
'X3' => 'X-BO',
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 @@ -4838,3 +4838,21 @@
model: Redmi Note 8
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 12; TECNO LE6j) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "12"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 102.0.0.0
engine: Blink
engine_version: 102.0.0.0
device:
type: phablet
brand: Tecno Mobile
model: Pova Neo 5G
os_family: Android
browser_family: Chrome
Loading

0 comments on commit 4c6b975

Please sign in to comment.