Skip to content

Commit

Permalink
Detect new brands: CCIT, PAGRAER, DIALN, AUPO and Detect devices for …
Browse files Browse the repository at this point in the history
…exist brands (#7650)

feat(device) detect new brand PAGRAER: P50 Pro
feat(device) detect brand Huawei: Nova 11 (FOA-AL00), Nova 11 Active Edition (FIN-AL60a), Nova 12 Ultra (ADA-AL00U), Nova 12 Pro (ADA-AL00), Enjoy 70 Pro (CTR-AL20), Pocket S (BAL-AL60), Nova 11 SE (BON-AL00), Mate 60 (BRA-AL00), Honor Play 7T 5G (RKY-AN10), MatePad 11 (2023) WiFi (DBR-W19)
feat(device) detect brand Blu: G52L, Studio Mini (2023)
feat(device) detect brand General Mobile: GM 23 (G316)
feat(device) detect brand Yuandao: N70
feat(device) detect brand PEAQ: PET 101-H232E
feat(device) detect brand Sharp: Aquos Pad SHT21
feat(device) detect brand Prestigio: Geo Vision 7777 (GV7777)
feat(device) detect brand Gplus: X20 (GMC-7127M), Q20S (GMC-668N), Q20 (GMC-668M)
feat(device) detect new brand DIALN: X8 Ultra
feat(device) detect brand MSI: GP70 2OD
feat(device) detect brand General Mobile: GM 23 SE (G314)
feat(device) detect brand VGO TEL: New 16
feat(device) detect brand Sparx: Neo 6 Plus, Neo 5 Pro, Neo X
feat(device) detect brand Condor: Griffe G5 Plus (PAM524)
feat(device) detect brand NUU Mobile: Tab 8 (T0802L, T0801L)
feat(device) detect brand Planet Computers: Gemini 4G
feat(device) detect new brand AUPO: Zeus 10 Pro
feat(device) detect brand Ravoz: V5
feat(device) detect brand Symphony: i85, i80
feat(device) detect brand Sigma: X-Style S5502
feat(device) detect brand Zuum: Covet X
feat(device) detect brand Ace: Clever 3
feat(device) detect brand Konrow: City 4
feat(device) detect brand Blu: Bold N2
feat(device) detect brand Huawei: Honor X7b (CLK-LX1)
feat(device) detect brand OPPO: F25 Pro 5G (CPH2603), Reno 11 (CPH2599), A59 5G (CPH2617), A79 5G (CPH2553), Reno 3 5G (CPH2048)
feat(device) detect brand OnePlus: 12R (CPH2611), 12 (CPH2583, CPH2581, CPH2573)
feat(device) detect new brand CCIT: X Edition, Vogue 405, A100W, A170W, A8W, A160W, A120W, CW200, A9W, A755G, A725G, A708G, A703+, A715G
feat(device) detect brand Phicomm: Clue 2S (C6051)
feat(device) detect brand Starmobile: Play Dash
feat(device) detect brand CKK Mobile: DUKE 7
feat(device) detect brand Doro: 8020X
feat(device) detect brand Lenovo: A397i
  • Loading branch information
sanchezzzhak authored Apr 5, 2024
1 parent 1f7fa96 commit 7c10bc5
Show file tree
Hide file tree
Showing 9 changed files with 1,435 additions and 110 deletions.
4 changes: 4 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'AX' => 'Audiovox',
'AJ' => 'AURIS',
'YZ' => 'Autan',
'AUP' => 'AUPO',
'ZA' => 'Avenzo',
'AH' => 'AVH',
'AV' => 'Avvio',
Expand Down Expand Up @@ -309,6 +310,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'CAN' => 'Canal+',
'4D' => 'Canal Digital',
'CNG' => 'Canguro',
'CNT' => 'CCIT',
'CEC' => 'Cecotec',
'CEI' => 'Ceibal',
'02' => 'Cell-C',
Expand Down Expand Up @@ -406,6 +408,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'8D' => 'DF',
'DGT' => 'DGTEC',
'DG' => 'Dialog',
'DIA' => 'DIALN',
'DI' => 'Dicam',
'D4' => 'Digi',
'D3' => 'Digicel',
Expand Down Expand Up @@ -1228,6 +1231,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'OLL' => 'Ollee',
'7P' => 'P-UP',
'PRA' => 'Pacific Research Alliance',
'PAG' => 'PAGRAER',
'YP' => 'Paladin',
'PM' => 'Palm',
'PN' => 'Panacom',
Expand Down
18 changes: 18 additions & 0 deletions Tests/fixtures/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9765,3 +9765,21 @@
model: LifeBook AH532
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 7.1.1; GP70 2OD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36
os:
name: Android
version: 7.1.1
platform: ""
client:
type: browser
name: Chrome
version: 71.0.3578.99
engine: Blink
engine_version: 71.0.3578.99
device:
type: desktop
brand: MSI
model: GP70 2OD
os_family: Android
browser_family: Chrome
Loading

0 comments on commit 7c10bc5

Please sign in to comment.