Skip to content

Commit

Permalink
Detect devices for exist brands: POCO, OPPO, Ravoz, Vivo, Samsung, Hu…
Browse files Browse the repository at this point in the history
…awei, Nubia, OnePlus, Oukitel, Xiaomi (#7373)

* feat(device) detect brand Humax: AIVI-N3000RV
feat(device) detect brand Vivo: X90 Pro+ (V2227A), Y02 (V2217)
feat(device) detect brand Ravoz: V3
feat(device) detect brand Venturer: Mariner 10 Pro (CT9A06P23)
feat(device) detect brand Samsung: Galaxy Xcover 6 Pro (SM-G736B), Galaxy S23 (SM-S911B, SM-S911N),
 Galaxy S23+ (SM-S916B, SM-S916N), Galaxy S23 Ultra (SM-S918B, SM-S918N)

* feat(device) detect brand Xiaomi: Redmi Note 12 (22111317I), 13 Lite (2210129SG), Redmi Pad (22081283C)
feat(device) detect brand iTel: Vision 5 (S663LN)
feat(device) detect brand iHunt: Cyber Shark 4G
feat(device) detect brand Blackview: BV9200
feat(device) detect brand Anry: 1006
feat(device) detect brand Mobicel: Neo Plus
feat(device) detect brand Motorola: Moto E22, Moto X30 (XT2201-6)
feat(device) detect brand Ravoz: V2
feat(device) detect brand Artel: T21
feat(device) detect brand Oukitel: WP18 Pro, WP21
feat(device) detect brand Infinix: Hot 20 5G (X666B)
feat(device) detect brand Doogee: S41 Pro, S89
feat(device) detect brand UMIDIGI: C1 Max (MP17), G1 Max (MP18)
feat(device) detect brand Huawei: Honor X5 (VNA-LX2), Honor X9a (RMO-NX1), Honor X7a (RKY-LX3), Honor X8a (CRT-LX1)
feat(device) detect brand Tecno Mobile: Camon 18
feat(device) detect brand Selenga: A5
feat(device) detect brand Ugoos: TOX3
feat(device) detect brand OnePlus: 11 (CPH2447), Ace 2 (PHK110)
feat(device) detect brand OPPO: Reno 8T (CPH2481), Pad 2 (OPD2201)
feat(device) detect brand POCO: X5 Pro 5G (22101320G), A1 Pro (PHQ110), M3 SE (M2010J19GC)
feat(device) detect brand Nubia: Z50 (NX711J), Red Magic 8 Pro (NX729J)
feat(device) detect brand Samsung: Galaxy A04e (SM-A042M), Galaxy M04 (SM-M045F), Galaxy Tab A7 10.4" (2020) WiFi (SM-T503)
  • Loading branch information
sanchezzzhak committed Mar 9, 2023
1 parent 63fac7b commit 6d8d0a4
Show file tree
Hide file tree
Showing 6 changed files with 1,028 additions and 30 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/car_browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,3 +575,21 @@
model: SDA-80TAB
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 9; AIVI-N3000RV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36
os:
name: Android
version: "9"
platform: ""
client:
type: browser
name: Chrome
version: 110.0.0.0
engine: Blink
engine_version: 110.0.0.0
device:
type: car browser
brand: Humax
model: AIVI-N3000RV
os_family: Android
browser_family: Chrome
18 changes: 18 additions & 0 deletions Tests/fixtures/phablet-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -787,3 +787,21 @@
model: Redmi Note 12 Pro DE
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; Android 12; 22111317I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "12"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 110.0.0.0
engine: Blink
engine_version: 110.0.0.0
device:
type: phablet
brand: Xiaomi
model: Redmi Note 12
os_family: Android
browser_family: Chrome
Loading

0 comments on commit 6d8d0a4

Please sign in to comment.