Skip to content

Commit

Permalink
Merge pull request matomo-org#6579 from sanchezzzhak/pr_device_81
Browse files Browse the repository at this point in the history
Detect new brands: IKI Mobile, Bellphone, Camfone, CellAllure, Chico Mobile, Claresta, Gini, MIVO, EXCEED and Detect devices for existing brands: Advance, Accent, Amoi, Digma, Hurricane, Colors, Vivax, ConCorde, Clarmin, Sico, CUBOT, Navon, Voyo, MyPhone, Sony, iTel, Chuwi, Lumus, Mpman, SWISSMOBILITY, Walton, Reeder
  • Loading branch information
sgiehl authored Jan 19, 2021
2 parents b5155e0 + a5ef75a commit 14446bc
Show file tree
Hide file tree
Showing 4 changed files with 2,659 additions and 58 deletions.
10 changes: 10 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'BQ' => 'BenQ',
'BS' => 'BenQ-Siemens',
'BZ' => 'Bezkam',
'9B' => 'Bellphone',
'BG' => 'BGH',
'6B' => 'Bigben',
'B8' => 'BIHEE',
Expand Down Expand Up @@ -189,14 +190,18 @@ abstract class AbstractDeviceParser extends AbstractParser
'CS' => 'Casio',
'R4' => 'Casper',
'CA' => 'Cat',
'BC' => 'Camfone',
'02' => 'Cell-C',
'34' => 'CellAllure',
'7C' => 'Celcus',
'CE' => 'Celkon',
'C2' => 'Changhong',
'CH' => 'Cherry Mobile',
'C3' => 'China Mobile',
'CI' => 'Chico Mobile',
'1C' => 'Chuwi',
'L8' => 'Clarmin',
'25' => 'Claresta',
'CD' => 'Cloudfone',
'6C' => 'Cloudpad',
'C0' => 'Clout',
Expand Down Expand Up @@ -300,6 +305,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'EH' => 'EXO',
'EX' => 'Explay',
'E5' => 'Extrem',
'EF' => 'EXCEED',
'EI' => 'Ezio',
'EZ' => 'Ezze',
'FA' => 'Fairphone',
Expand Down Expand Up @@ -333,6 +339,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'GG' => 'Gigabyte',
'GS' => 'Gigaset',
'GZ' => 'Ginzzu',
'1G' => 'Gini',
'GI' => 'Gionee',
'G4' => 'Globex',
'GC' => 'GOCLEVER',
Expand Down Expand Up @@ -388,6 +395,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'IH' => 'iHunt',
'IA' => 'Ikea',
'8I' => 'IKU Mobile',
'2K' => 'IKI Mobile',
'IK' => 'iKoMo',
'I7' => 'iLA',
'2I' => 'iLife',
Expand Down Expand Up @@ -431,6 +439,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'JO' => 'Jolla',
'J5' => 'Just5',
'JV' => 'JVC',
'JS' => 'Jesy',
'KT' => 'K-Touch',
'K4' => 'Kaan',
'K7' => 'Kaiomy',
Expand Down Expand Up @@ -534,6 +543,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'8M' => 'Mito',
'MT' => 'Mitsubishi',
'M5' => 'MIXC',
'2D' => 'MIVO',
'1Z' => 'MiXzo',
'ML' => 'MLLED',
'LS' => 'MLS',
Expand Down
Loading

0 comments on commit 14446bc

Please sign in to comment.