Skip to content

Commit

Permalink
Adds detection for Hopeland, Laser, Mightier, OX TAB, RTK brands and …
Browse files Browse the repository at this point in the history
…improves detection for other brands (matomo-org#7774)

* Improves detection for Yezz devices

* Adds detection for Lava Z2

* Adds detection for Logic X57A

* Adds detection for Laser brand

* Adds detection for MobiWire MobiGo 2L

* Improves regex for RCA Tablets
* Adds detection for RCA Tablets Reno
* Adds detection for Symphony helio 30
* Adds detection for Yezz GO 3
* Improve Smooth Mobile regex and adds detection for Smooth Note 6.8
* Improves Mintt regex and adds detection for Mintt M3
* Adds detection for U-Magic Enjoy 50 Plus
* Improves detection for QLink Scepter 8
* Adds detection for Hopeland brand
* Improves detection for EXO devices
* Adds detection for STG Telecom H10
* Adds detection for RTK brand
* Adds detection for Walton Primo R9
* Improves detection for TwinMOS MQ703G
* Add website for TwinMOS
* Adds detection for Maze Speed MS5424G
* Adds detection for Mightier brand
* Adds detection for MicroMax IN 2C
* Adds detection for IKU Mobile X3
* Adds detection for Lanix Alpha 9V
* Improves detection for Bmobile devices
* Improves detection for BYYBUO devices
* Adds detection for OX TAB brand
* Adds detection for Xtratech IguanaPad 10.1"
  • Loading branch information
liviuconcioiu authored Aug 12, 2024
1 parent 41bac95 commit aee518e
Show file tree
Hide file tree
Showing 6 changed files with 666 additions and 34 deletions.
5 changes: 5 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'H0' => 'Hometech',
'HLB' => 'HOLLEBERG',
'HM' => 'Homtom',
'HOP' => 'Hopeland',
'HZ' => 'Hoozo',
'H7' => 'Horizon',
'4H' => 'Horizont',
Expand Down Expand Up @@ -958,6 +959,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'LK' => 'Lark',
'Z3' => 'Laurus',
'LEC' => 'Lectrus',
'LAS' => 'Laser',
'LV' => 'Lava',
'LVI' => 'Lville',
'LC' => 'LCT',
Expand Down Expand Up @@ -1074,6 +1076,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'MIP' => 'mipo',
'MS' => 'Microsoft',
'6Q' => 'Microtech',
'MIG' => 'Mightier',
'1X' => 'Minix',
'OM' => 'Mintt',
'MIN' => 'Mint',
Expand Down Expand Up @@ -1277,6 +1280,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'30' => 'Ovvi',
'O2' => 'Owwo',
'OSC' => 'OSCAL',
'OXT' => 'OX TAB',
'OY' => 'Oysters',
'QF' => 'OYSIN',
'O6' => 'Oyyu',
Expand Down Expand Up @@ -1436,6 +1440,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'RQ' => 'RoyQueen',
'RJ' => 'Royole',
'RT' => 'RT Project',
'RTK' => 'RTK',
'RG' => 'RugGear',
'RUG' => 'Ruggex',
'RUT' => 'RuggeTech',
Expand Down
18 changes: 18 additions & 0 deletions Tests/fixtures/peripheral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1450,3 +1450,21 @@
model: V2 Pro ST
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 9; HY416) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "9"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 106.0.0.0
engine: Blink
engine_version: 106.0.0.0
device:
type: peripheral
brand: Hopeland
model: HY416
os_family: Android
browser_family: Chrome
Loading

0 comments on commit aee518e

Please sign in to comment.