Skip to content

Commit

Permalink
Detect devices: Odys, Advan, Evercoss, Dapeng, Figo (#5975)
Browse files Browse the repository at this point in the history
* Odys Xelio A10

* #5974 Detect Advan I Lite i7U

* #5974 Detect Advan S45E

* #5974 Detect InFocus IF9007

* #5974 Detect Advan 5061

* Detect Evercoss A75A Star, Advan I7D

* #5974 Detect devies: Advan I55K, Advan I55D, Advan I4U

* #5974 Detect Dapeng A75

* #5974 Detect devies: Advan S4Z, Advan S7D, Advan I5E, Advan I5K,  FiGO Trio F40LT

* #5974 Detect Figo devices

* #5974 Detect Odys devices

* Detect devices Samsung, Vito, T-Mobile

* fix fixtures

* #5974 Remove Dapeng A75

* Fix change rover

* Detect devices Oneplus 7, X-TIGI V28 LTE
  • Loading branch information
sanchezzzhak authored and sgiehl committed Jun 20, 2019
1 parent 0a21504 commit 73b6f74
Show file tree
Hide file tree
Showing 3 changed files with 1,209 additions and 48 deletions.
5 changes: 5 additions & 0 deletions Parser/Device/DeviceParserAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ abstract class DeviceParserAbstract extends ParserAbstract
'4G' => '4Good',
'AA' => 'AllCall',
'AC' => 'Acer',
'A9' => 'Advan',
'AD' => 'Advance',
'A3' => 'AGM',
'AZ' => 'Ainol',
Expand Down Expand Up @@ -189,6 +190,7 @@ abstract class DeviceParserAbstract extends ParserAbstract
'E5' => 'Extrem',
'EZ' => 'Ezze',
'E8' => 'E-tel',
'E9' => 'Evercoss',
'FA' => 'Fairphone',
'FI' => 'FiGO',
'FL' => 'Fly',
Expand Down Expand Up @@ -241,6 +243,7 @@ abstract class DeviceParserAbstract extends ParserAbstract
'IW' => 'iNew',
'IP' => 'iPro',
'IF' => 'Infinix',
'I0' => 'InFocus',
'I5' => 'InnJoo',
'IN' => 'Innostream',
'I4' => 'Inoi',
Expand Down Expand Up @@ -405,6 +408,7 @@ abstract class DeviceParserAbstract extends ParserAbstract
'RM' => 'RIM',
'RK' => 'Roku',
'RO' => 'Rover',
'R1' => 'Rokit',
'RT' => 'RT Project',
'SQ' => 'Santin BiTBiZ',
'SA' => 'Samsung',
Expand Down Expand Up @@ -539,6 +543,7 @@ abstract class DeviceParserAbstract extends ParserAbstract

// legacy brands, might be removed in future versions
'WB' => 'Web TV',
'XT' => 'X-TIGI',
'XX' => 'Unknown'
);

Expand Down
Loading

0 comments on commit 73b6f74

Please sign in to comment.