Skip to content

Commit

Permalink
Detect new brands: AAUW, Aocwei, Rocket, SMUX and Detect devices for …
Browse files Browse the repository at this point in the history
…exist brands (#191)

* Improves engine detection for DuckDuckGo Privacy Browser, Phoenix Browser and Yandex Browser (matomo-org#7709)
* Remove default engine for Phoenix Browser
* Remove default engine for DuckDuckGo Privacy Browser
* Improve regex for Yandex Browser

Detect new brands: AAUW, Aocwei, Rocket, SMUX and Detect devices for exist brands (matomo-org#7710)
feat(device) detect brand Weimei: Neon 2
feat(device) detect new brand Aocwei: X900
feat(device) detect brand Freetel: Fun +
feat(device) detect new brand SMUX: A1
feat(device) detect brand HTC: U12 Plus (2Q55100)
feat(device) detect brand Magnus: Bravo Z11
feat(device) detect brand Gionee: F100L
feat(device) detect brand Asus: ZenFone Selfie (Z00UDH)
feat(device) detect brand Huawei: Pura 70 (ADY-LX9), Pura 70 Pro+ (HBN-LX9), Nova 5i (GLK-LX2)
feat(device) detect brand Maxwest: Gravity 5.5 LTE
feat(device) detect brand Reeder: P11SE Art
feat(device) detect brand Archos: 9.4" FFF
feat(device) detect brand Vivo: Y28 (V2352), Y51 PK, Y10 (V2140A)
feat(device) detect brand Realme: C65 (RMX3910)
feat(device) detect brand ENIE: VT8216
feat(device) detect brand Xiaomi: Redmi 13 (2404ARN45A)
feat(device) detect new brand AAUW: M50
feat(device) detect new brand Rocket: ZC-P95
feat(device) detect brand Divisat: J-Link II
feat(device) detect brand Samsung: Galaxy Watch 4 Classic 42mm (SM-R885U)
feat(device) detect brand Xiaomi: Redmi 12C (22120RN86H), Redmi A3x (24048RN6CG)
feat(device) detect brand Vivo: Y03 (V2406), Y18 (V2345)
feat(device) detect brand Digma: Hit 16 10.4" (HS1003PL, HS1001PL)
feat(device) detect brand RIM: KEY2, Motion
feat(device) detect brand Comio: X1 Note
feat(device) detect brand Orbic: Q10
feat(device) detect brand Realme: C65 5G (RMX3997)
feat(device) detect brand Motorola: Moto G10 Power (PAMR0008IN)
feat(device) detect brand Google: Pixel 9 Pro XL
feat(device) detect brand POCO: F6 Pro, F6 (24069PC21G), M6 (2404APC5FG)
feat(device) detect brand Sparx: Ultra 11
feat(device) detect brand MeMobile: Grace 10
feat(device) detect brand Coolpad: CP12P
feat(device) detect brand Qilive: QT23109BP, QT22101B
feat(device) detect brand AllDocube: iPlay 60 Lite
feat(device) detect brand Ulefone: Armor Pad 3 Pro
feat(device) detect brand UMIDIGI: F3 5G (MP13)
feat(device) detect brand OnePlus: Nord N30 SE 5G (CPH2605)
feat(device) detect brand SPC: Smart Ultimate
feat(device) detect brand Huawei: Pura 70 Ultra (HBP-LX9), Pura 70 Pro+ (HBN-AL80), Honor Pad 9 12.1" 5G (HEY2-N09)

* chore: generate indexes
  • Loading branch information
sanchezzzhak committed Jun 19, 2024
1 parent a66ee28 commit 6faa24e
Show file tree
Hide file tree
Showing 14 changed files with 2,756 additions and 1,307 deletions.
4 changes: 4 additions & 0 deletions parser/device/brand-short.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
'20': 'Alcor',
'XY': 'Alps',
'XYA': 'XY Auto',
'AAU': 'AAUW',
'7L': 'ALDI NORD',
'6L': 'ALDI SÜD',
'3L': 'Alfawise',
Expand Down Expand Up @@ -86,6 +87,7 @@ module.exports = {
'55': 'AOpen',
'RW': 'Aoro',
'9Y': 'Aocos',
'AOW': 'Aocwei',
'AP': 'Apple',
'ARC': 'Arçelik',
'AR': 'Archos',
Expand Down Expand Up @@ -1322,6 +1324,7 @@ module.exports = {
'RR': 'Roadrover',
'QR': 'ROADMAX',
'ROC': 'Roam Cat',
'ROT': 'Rocket',
'R1': 'Rokit',
'ROI': 'ROiK',
'RK': 'Roku',
Expand Down Expand Up @@ -1422,6 +1425,7 @@ module.exports = {
'SM1': 'Smartex',
'SC': 'Smartfren',
'S7': 'Smartisan',
'SMU': 'SMUX',
'JR': 'Sylvania',
'SYH': 'SYH',
'3Y': 'Smarty',
Expand Down
Loading

0 comments on commit 6faa24e

Please sign in to comment.