Skip to content

Commit

Permalink
Detect devices for new brands: Volla, I-Plus and Detect devices for e…
Browse files Browse the repository at this point in the history
…xist brands (#7565)

feat(device) detect brand AllCall: Shine 12T, Shine 12
feat(device) detect brand VGO TEL: New 12, New 15
feat(device) detect brand Walton: Orbit Y50, Orbit Y21
feat(device) detect brand Sparx: Neo 6, Neo 5
feat(device) detect brand Lava: Blaze NXT (LZX407)
feat(device) detect brand Xiaomi: Redmi Pad SE (23073RPBFL)
feat(device) detect brand Wexler: MOBI 7 LTE
feat(device) detect brand Novey: Force F15, Force G20
feat(device) detect brand Huawei: Honor Magic Vs (FRI-NX9), Honor Magic 6 Lite 5G (ALI-NX1)
feat(device) detect brand iBrit: Diamond Pro Max
feat(device) detect brand POCO: M6 Pro 5G (23076PC4BI), M6 Pro (2312FPCA6G)
feat(device) detect brand FreeYond: F9S (2306004M)
feat(device) detect brand Zuum: Magno C2
feat(device) detect brand Vortex: CMG101
feat(device) detect brand Maxwest: Nitro N62, Astro A10R (MX-A10R)
feat(device) detect new brand I-Plus: Nu65
feat(device) detect new brand Volla: Phone 22, Phone X23
feat(device) detect brand DISH: Celero 5G, Celero 5G+
feat(device) detect brand Aligator: S6100
feat(device) detect brand Xiaomi: Redmi 13C (23108RN04Y)
feat(device) detect brand Unihertz: Ticktock E (UNIA62_S01)
feat(device) detect brand Digit4G: Infinity, Infinity Max, Glory1, Energy Max
  • Loading branch information
sanchezzzhak authored Jan 26, 2024
1 parent 6311886 commit 48bf5d0
Show file tree
Hide file tree
Showing 4 changed files with 843 additions and 29 deletions.
2 changes: 2 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'IM' => 'i-mate',
'IO' => 'i-mobile',
'INN' => 'I-INN',
'IPL' => 'I-Plus',
'OF' => 'iOutdoor',
'IB' => 'iBall',
'IY' => 'iBerry',
Expand Down Expand Up @@ -1725,6 +1726,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'VY' => 'Voyo',
'VOL' => 'Völfen',
'VO1' => 'Volt',
'VOP' => 'Volla',
'VH' => 'Vsmart',
'V9' => 'Vsun',
'VU' => 'Vulcan',
Expand Down
Loading

0 comments on commit 48bf5d0

Please sign in to comment.