Skip to content

Commit

Permalink
Detect new brands Blackton, Temigereev and Detect devices for exist b…
Browse files Browse the repository at this point in the history
…rands (#7917)

* feat(device) detect new brand Temigereev: TG 30, TG 15
feat(device) detect brand Samsung: Galaxy M55 5G (SM-M556B), Galaxy Tab S10 Ultra 14.6" 5G (SM-X926B)
feat(device) detect brand Motorola: Moto G8 Play (XT2015-2), Moto S50 (XT2409-5)
feat(device) detect brand Meizu: 20 Infinity
feat(device) detect brand Ace: Buzz 5 Lite
feat(device) detect brand W&O: WO7
feat(device) detect brand Tanix: TX3 Mini
feat(device) detect brand Lingbo: L24 Ultra, G15 Pro Max, G24 Mini, G15 Mini, Venus Pad 16, Venus Pad 15

* feat(device) detect new brand Blackton: Bt 32FS32B
feat(device) detect brand KENSHI: Armor I1 Slim
feat(device) detect brand HongTop: Smart TV
feat(device) detect brand Tecno Mobile: Spark 30 (TECNO KL6), Phantom V2 Flip (TECNO AE11)
feat(device) detect brand Huawei: Honor X7c (ALT-LX1), Honor Pad X8a WiFi (NDL-W09)
feat(device) detect brand Realme: 13 5G (RMX3951)
feat(device) detect brand Blackview: Tab 16 Pro
feat(device) detect brand Lenovo: Xiaoxin Pad Pro 12.7" (TB375FC)
feat(device) detect brand Vivo: X200 Pro (V2405A), V40 Lite (V2424, V2417)
feat(device) detect brand Lingbo: L16 Max
feat(device) detect brand Oukitel: WP52
feat(device) detect brand Motorola: Moto Razr 50 (XT2453-2), Moto G85 5G

---------

Co-authored-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
  • Loading branch information
sanchezzzhak and liviuconcioiu authored Nov 18, 2024
1 parent 7b1378a commit ab44b2c
Show file tree
Hide file tree
Showing 6 changed files with 740 additions and 21 deletions.
2 changes: 2 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'BLK' => 'Black Box',
'BF' => 'Black Fox',
'BPC' => 'Blackpcs',
'BLT' => 'Blackton',
'B2' => 'Blackview',
'2Y' => 'b2m',
'BP' => 'Blaupunkt',
Expand Down Expand Up @@ -1692,6 +1693,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'TX' => 'TechniSat',
'TT' => 'TechnoTrend',
'TTS' => 'TECHNOSAT',
'TM1' => 'Temigereev',
'TP' => 'TechPad',
'TPS' => 'TPS',
'9E' => 'Techwood',
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 @@ -5670,3 +5670,21 @@
model: Redmi Note 13R
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; arm; Android 14; SM-G532F Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.82 YaBrowser/24.6.1.82.00 SA/3 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ARM
client:
type: browser
name: Yandex Browser
version: 24.6.1.82.00
engine: Blink
engine_version: 124.0.6367.82
device:
type: phablet
brand: Samsung
model: Galaxy Grand Prime Plus
os_family: Android
browser_family: Unknown
Loading

0 comments on commit ab44b2c

Please # to comment.