Skip to content

Commit

Permalink
Detect new brands: Glofiish, Polar, MyGica and Detect devices for exi…
Browse files Browse the repository at this point in the history
…sting brands: Cavion, Stylo, Mobicel, Hurricane, Proline, bq, Hisense, Archos, NOA, GOCLEVER, Blackview, Blu (#6906)

* feat(device) detect new brand Glofiish model: G Pad U
feat(device) detect brand Cavion model: Base 5.0"
feat(device) detect brand Stylo model: S54 Zen (CPE91)
feat(device) detect brand Mobicel models: Clik, Fame, Fame DS, Fever Plus J, Beam
feat(device) detect brand Hurricane models: Dzire, Beam
feat(device) detect brand Proline model: H10888M

feat(device) added tests for brand Sony models: Xperia XA1 Ultra (G3212), Xperia XA1 (G3112)
feat(device) added test for brand Ark model: Benefit M9

* feat(device) detect brand bq model: Aquaris VS
feat(device) detect brand Hisense model: U601S Pro

* feat(device) detect new brand Polar model: P24L51T2CSM
feat(device) detect brand Archos model: 80 Oxygen
feat(device) detect brand Hurricane model: Vulcan
feat(device) detect brand NOA model: Sprint 4G
feat(device) detect brand GOCLEVER models: Quantum 470 Rugged Pro, Quantum 2 500 N

feat(device) added test brand Beeline model: Smart 8
feat(device) added test brand Archos models: 50 Saphir, 40 Power, 50 Platinum 4G
feat(device) added test brand Supra model: M84E 3G
feat(device) added tests brand Tecno Mobile models: L9, S6
feat(device) added tests brand Philips models: S257, S318, S386

* feat(device) detect new brand MyGica models: HDR Smart TV Box, HDR Quad Core Box, ATV1900, ATV495 Pro 16G, Quad Core Enjoy TV Box, ATV1960
feat(device) detect brand Blackview model: A8 Max
feat(device) detect brand Blu model: Life One X2 Mini

feat(device) added tests for brand Supra: M74C 4G, M12CG
  • Loading branch information
sanchezzzhak authored Nov 12, 2021
1 parent 5d1fa40 commit 8dbe5b3
Show file tree
Hide file tree
Showing 5 changed files with 851 additions and 21 deletions.
3 changes: 3 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'1G' => 'Gini',
'GI' => 'Gionee',
'G4' => 'Globex',
'U6' => 'Glofiish',
'G7' => 'GoGEN',
'GC' => 'GOCLEVER',
'GB' => 'Gol Mobile',
Expand Down Expand Up @@ -702,6 +703,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'3T' => 'MyTab',
'MG' => 'MyWigo',
'J3' => 'Mymaga',
'07' => 'MyGica',
'08' => 'Nabi',
'N7' => 'National',
'NC' => 'Navcity',
Expand Down Expand Up @@ -815,6 +817,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'0P' => 'POCO',
'PV' => 'Point of View',
'PL' => 'Polaroid',
'Q6' => 'Polar',
'PP' => 'PolyPad',
'P5' => 'Polytron',
'P2' => 'Pomp',
Expand Down
Loading

0 comments on commit 8dbe5b3

Please sign in to comment.