Skip to content

Commit

Permalink
Detect new brands: SkyStream, Supraim and Detect devices for exist br…
Browse files Browse the repository at this point in the history
…ands (#7410)

* feat(device) detect new brand SkyStream: III Plus
feat(device) detect brand Blaupunkt: SL05, SM 02 (2019)
feat(device) detect brand Hurricane: Slam
feat(device) detect brand iQ&T: IFoo S50
feat(device) detect brand Rivo: Storm S8 Plus, Storm S8
feat(device) detect brand iBall: Slide Skye 03
feat(device) detect brand InFocus: Big Tab IF236a, Big Tab IF195a
feat(device) detect brand STK: Transporter 1, Life Plus S, Life 7 4G, Life 7 3G, Hero Lite
feat(device) detect brand Lanix: Ilium X400, Ilium S130, Ilium L820
feat(device) detect brand Pantech: Vega No 6 (IM-A860K, IM-A860L, IM-A860S, IM-A860VN), Vega R3 (IM-A850VN, IM-A850S)
feat(device) detect brand Intex: Aqua Life III, Aqua Power II, Aqua Slice II
feat(device) detect brand Samsung: Galaxy J5 Pro (2017) (SM-J530GM, SM-J530Y, SM-J530YM, SM-J530FD)

* feat(device) detect brand Spice: F305, F302, F301
feat(device) detect brand Accent: Speed S8

* feat(device) detect new brand Supraim: SN10
feat(device) detect brand DL: YZU DS53, Horizon H8
feat(device) detect brand Condor: Griffe T1 (SP413)
feat(device) detect brand Gini: S5 Pro (SW17W13), S5 (SW17W08)
feat(device) detect brand Navon: T400 3G (2017)
feat(device) detect brand iGet: Smart L102
feat(device) detect brand Smartab: ST1009X
feat(device) detect brand Noblex: T7A6N
feat(device) detect brand Majestic: Tab 747 3G, Tab 611 3G, Tab 511 3G
feat(device) detect brand MyPhone: SmartView 9.6" 3G
feat(device) detect brand True: Smart Champ 4.0, Smart 4G Adventure

* fix: test
  • Loading branch information
sanchezzzhak authored May 23, 2023
1 parent 645ef5a commit 2973d3b
Show file tree
Hide file tree
Showing 7 changed files with 1,132 additions and 34 deletions.
2 changes: 2 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'SW' => 'Sky',
'SK' => 'Skyworth',
'SKY' => 'Skyline',
'SK1' => 'SkyStream',
'SKK' => 'SKK Mobile',
'14' => 'Smadl',
'19' => 'Smailo',
Expand Down Expand Up @@ -1385,6 +1386,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'SU' => 'SuperSonic',
'79' => 'SuperTab',
'S5' => 'Supra',
'SUP' => 'Supraim',
'ZS' => 'Suzuki',
'2J' => 'Sunmi',
'SUN' => 'Sunmax',
Expand Down
4 changes: 2 additions & 2 deletions Tests/fixtures/smartphone-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4959,7 +4959,7 @@
device:
type: smartphone
brand: Pantech
model: IM-A850K
model: Vega R3
os_family: Android
browser_family: Android Browser
-
Expand All @@ -4977,7 +4977,7 @@
device:
type: smartphone
brand: Pantech
model: IM-A850L
model: Vega R3
os_family: Android
browser_family: Android Browser
-
Expand Down
2 changes: 1 addition & 1 deletion Tests/fixtures/smartphone-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7958,7 +7958,7 @@
device:
type: smartphone
brand: Samsung
model: Galaxy J5 (2017)
model: Galaxy J5 Pro (2017)
os_family: Android
browser_family: Chrome
-
Expand Down
Loading

0 comments on commit 2973d3b

Please sign in to comment.