Skip to content

Commit

Permalink
Detect devices iRola, Just5, iOcean (matomo-org#5972)
Browse files Browse the repository at this point in the history
* detect iRola tables

* detect iOcean devices

* Detect Just5 devices

* add cosmo l808
  • Loading branch information
sanchezzzhak authored and sgiehl committed Jun 12, 2019
1 parent bb6ea27 commit 0807305
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Parser/Device/DeviceParserAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ abstract class DeviceParserAbstract extends ParserAbstract
'I5' => 'InnJoo',
'IN' => 'Innostream',
'I4' => 'Inoi',
'IR' => 'iRola',
'II' => 'Inkti',
'IX' => 'Intex',
'IO' => 'i-mobile',
Expand All @@ -253,6 +254,7 @@ abstract class DeviceParserAbstract extends ParserAbstract
'JA' => 'JAY-Tech',
'JI' => 'Jiayu',
'JO' => 'Jolla',
'J5' => 'Just5',
'KL' => 'Kalley',
'KA' => 'Karbonn',
'KD' => 'KDDI',
Expand Down
Loading

0 comments on commit 0807305

Please sign in to comment.