Skip to content

Commit

Permalink
Detect devices for exist brands (matomo-org#7939)
Browse files Browse the repository at this point in the history
* feat(device) detect brand Samsung: Galaxy W24 Fold (SM-W9024), Galaxy Xcover 6 Pro (SM-G736U), Galaxy S23 FE (SM-S711N), Galaxy Tab S9 11" WiFi (SM-X710), Galaxy Tab S10+ 12.4" WiFi (SM-X820), Galaxy Tab S10+ 12.4" 5G (SM-X826B)
feat(device) detect brand Xiaomi: Mi 8 SE, Mi 8 Youth, Mi 8 Pro, Mi 8

* feat(device) detect brand Samsung: Galaxy Z Fold 6 (SM-F956N)
feat(device) detect brand CUBOT: Max 5
feat(device) detect brand iTel: P65 (P671L)
feat(device) detect brand Lenovo: Z6 Pro (L78051)
feat(device) detect brand Cat: S52
feat(device) detect brand Lava: Z3 (LZG403 25I)
feat(device) detect brand Huawei: Mate 10 (ALP-L09S)
feat(device) detect brand Teclast: P25T
feat(device) detect brand Vekta: LD-32SF4850BS
feat(device) detect brand TopDevice: TDTV24BS01H
feat(device) detect brand Tuvio: TD43FFBHV1, TD43UFBHV1, TD50UFBHV1, TD50UFGHV1, TD65UFBSV1
feat(device) detect brand Lenovo: Tab M10 HD (TB-X306X, TB-X306F)

* feat(device) detect brand Starlight: Gionee Star
feat(device) detect brand Neffos: X20
feat(device) detect brand Minix: MNBP-300G
feat(device) detect brand Prestigio: PTV50SS08X
feat(device) detect brand HIPER: H24YQ2200GR
feat(device) detect brand Novex: NVX-75U131MSY, NVX-32H219MSY
feat(device) detect brand CENTEK: CT-8750
feat(device) detect brand Hiberg: QLED 65Y (HIBERGQLED65Y), 65Y UHD (HIBERG65YUHD)
feat(device) detect brand Huawei: P smart (FIG-L31), Y6 (2019), Y6 Prime (2018), Y6 Pro (2019)
feat(device) detect brand ZTE: Blade A7 (2020), Blade A5 (2020), Blade A5 (2019), Blade A3 (2020),  Blade A3 (2019),  Blade L8, Blade V10, Blade A3 Lite, Blade 20 Smart
feat(device) detect brand Lenovo: Z5s (L78071), Z5 (L78011), S5 Pro GT (L58091), K10 Plus (L39051), A7 (L19111), A6 Note (L19041)

* feat(device) detect brand Huawei: Pura 70 (ADY-AL10)
feat(device) detect brand Motorola: Moto G100, Moto G Pure (XT2163-4), Moto G Fast (XT2045-3)
feat(device) detect brand Xiaomi: Mi Max 2 (MDE40)
feat(device) detect brand ZTE: ZMax 5G (Z7540)
feat(device) detect brand TCL: 403 (T431P)
feat(device) detect brand POCO: C51 (2302EPCC4H)
feat(device) detect brand Nubia: Focus 5G (NX302J)
  • Loading branch information
sanchezzzhak authored Dec 3, 2024
1 parent f966c5a commit ccd7681
Show file tree
Hide file tree
Showing 5 changed files with 1,412 additions and 49 deletions.
54 changes: 54 additions & 0 deletions Tests/fixtures/phablet-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5490,3 +5490,57 @@
model: Pova 6 Neo 5G
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; arm_64; Android 14; SM-W9024) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.2608 YaSearchBrowser/24.100.1 BroPP/1.0 YaSearchApp/24.100.1 webOmni SA/3 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ARM
client:
type: browser
name: Yandex Browser
version: 24.100.1
engine: Blink
engine_version: 128.0.6613.2608
device:
type: phablet
brand: Samsung
model: Galaxy W24 Fold
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; arm_64; Android 14; SM-F956N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.123 YaBrowser/24.10.2.123.01 SA/3 Safari/537.36
os:
name: Android
version: "14"
platform: ARM
client:
type: browser
name: Yandex Browser
version: 24.10.2.123.01
engine: Blink
engine_version: 128.0.6613.123
device:
type: phablet
brand: Samsung
model: Galaxy Z Fold 6
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; Android 12; SM-N9760) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/26.1 Chrome/122.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "12"
platform: ""
client:
type: browser
name: Samsung Browser
version: "26.1"
engine: Blink
engine_version: 122.0.0.0
device:
type: phablet
brand: Samsung
model: Galaxy Note 10+
os_family: Android
browser_family: Chrome
Loading

0 comments on commit ccd7681

Please sign in to comment.