Skip to content

Commit

Permalink
Detect new brand HiGrace and Detect devices for exist brands (#7649)
Browse files Browse the repository at this point in the history
feat(device) detect new brand HiGrace: OC101
feat(device) detect brand Tecno Mobile: Pova 5 Pro 5G (TECNO LH8n)
feat(device) detect brand Huawei: Honor 100 (MAA-AN00), Honor X5 Plus (WOD-LX2),  Honor X6a (WDY-LX2), Honor Magic 6 Pro (BVL-AN16)
feat(device) detect brand MyPhone: N23
feat(device) detect brand N-one: NPad X1
feat(device) detect brand Doogee: S Mini, T10E, T20S, T30 Ultra, T20 Ultra
feat(device) detect brand Vortex: T10M Pro
feat(device) detect brand Blackview: Tab 50 WiFi
feat(device) detect brand Hotwav: Tab R6 Ultra, Tab R7
feat(device) detect brand Lenovo: Xiaoxin Pad 11" (2024) (TB331FC), Tab P12 (TB370FU)
feat(device) detect brand Oukitel: OT5, RT7 Titan
feat(device) detect brand Reeder: S19 Max Pro S Zoom, S19 Max Pro S
feat(device) detect brand Unihertz: Tank Mini 1, 8849 Tank 3
feat(device) detect brand CUBOT: Note 50, Note 30, Note 40, Note 21
feat(device) detect brand Ulefone: Note 16 Pro
feat(device) detect brand Huawei: Honor 90 GT (MAG-AN00), Honor X50 Pro 5G (ALP-AN00), Honor Pad 9 12.1" WiFi (HEY2-W09)
feat(device) detect brand UMIDIGI: A15 (MP33)
feat(device) detect brand HTC: U23 Pro
feat(device) detect brand Blackview: Color 8, Tab 8 WiFi, Tab 11 WiFi
feat(device) detect brand OPPO: A79 5G (CPH2557)
feat(device) detect brand AGM: Note N1, Pad P1
feat(device) detect brand Vivo: Pad Air (PA2353)
feat(device) detect brand Huawei: Honor 70 Lite (RBN-NX1), Enjoy 60 Pro 4G (MAO-AL00), Honor 80 SE (GIA-AN80), Mate X5 (ALT-AL10), Mate X3 (ALT-AL00), Mate 60 Pro (ALN-AL80, ALN-AL00), Mate 60 Pro+ (ALN-AL10), MatePad Pro 13.2" WiFi (PCE-W29)
feat(device) detect brand General Mobile: GM 22 Pro (G702)
feat(device) detect brand OSCAL: Pad 70, Pad 13
feat(device) detect brand Digma: Optima 8404D 4G
  • Loading branch information
sanchezzzhak authored Apr 3, 2024
1 parent 88133d6 commit 1f7fa96
Show file tree
Hide file tree
Showing 5 changed files with 1,108 additions and 30 deletions.
1 change: 1 addition & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'HIK' => 'HiKing',
'H2' => 'Highscreen',
'Q1' => 'High Q',
'HIG' => 'HiGrace',
'1H' => 'Hipstreet',
'HIR' => 'Hiremco',
'HI' => 'Hisense',
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 @@ -4261,3 +4261,21 @@
model: Redmi Note 13 5G
os_family: Android
browser_family: Opera
-
user_agent: Mozilla/5.0 (Linux; arm_64; Android 13; TECNO Mobile LH8n) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.90 YaBrowser/24.1.8.90.00 SA/3 Mobile Safari/537.36
os:
name: Android
version: "13"
platform: ARM
client:
type: browser
name: Yandex Browser
version: 24.1.8.90.00
engine: Blink
engine_version: 120.0.6099.90
device:
type: phablet
brand: Tecno Mobile
model: Pova 5 Pro 5G
os_family: Android
browser_family: Unknown
Loading

0 comments on commit 1f7fa96

Please sign in to comment.