Skip to content

Commit

Permalink
Detect new brands: AEEZO, Disney, Galactic, Geant, WAF, Zigo and Dete…
Browse files Browse the repository at this point in the history
…ct devices for exist brands (#7406)

* feat(device) detect new brand Disney: MARVEL, FROZEN
feat(device) detect brand Archos: 101 Platinum 3G V2 (AC101PL3GV2), 45b Helium (AC45BHE)
feat(device) detect brand Ainol: Novo 7 Elf
feat(device) detect brand INSYS: AC7-DJ17
feat(device) detect brand Zen: Admire Neo+, Admire Shine, Admire Sense Duo, Admire Infinity, Admire Curve+, Admire Strong, Admire Duo, Admire Swadesh+
feat(device) rename models for brand Zen: Admire Unity, Admire Curve Neo, Admire Glory+
feat(bot) detect new bots: Hatena Bookmark, MoodleBot Linkchecker

* feat(device) detect new brand Galactic: Astro
feat(device) detect new brand Geant: T3
feat(device) detect new brand WAF: F808NM
feat(device) detect new brand Zigo: Eon 45i
feat(device) detect brand Telma: Feel Plus
feat(device) detect brand GFive: GPad701, GPad702
feat(device) detect brand Benzo: GPad Lite
feat(device) detect brand Xolo: Era 1X, Era 1X Pro, Era X, Era 2X, Era 2

* feat(device) detect new brand AEEZO: TK701
feat(device) detect brand Unihertz: Ticktock S
feat(device) detect brand Teclast: P30S, P40HD
feat(device) detect brand Xiaomi: Redmi 12C (2212ARNC4L), Redmi A2 (23028RN4DG), Redmi K60 Pro (22127RK46C)
feat(device) detect brand Vivo: V27 (V2231)
feat(device) detect brand POCO: X5 Pro 5G (22101320I)
feat(device) detect brand Huawei: Honor X8a (CRT-LX2), Honor Magic 5 Pro (PGT-AN10)
feat(device) detect brand Inoi: A72 (A170_Plus)
feat(device) detect brand ZTE: Blade A3v (Z5157V)
feat(device) detect brand TCL: Tab 8" (9132G)
feat(device) detect brand Google: Pixel 7a
feat(device) detect brand Samsung: Galaxy M04 (SM-E045F)
feat(device) detect brand Realme: C33 (RMX3627), GT Neo 5 (RMX3706)
feat(device) detect brand Hammer: Construction
feat(device) detect brand Doogee: V Max
feat(device) detect brand Tecno Mobile: Spark 10 Pro (TECNO KI7)
feat(device) detect brand Ulefone: Power Armor 19T

* feat(device) detect brand Tecno Mobile: Phantom V Fold (TECNO AD10)
feat(device) detect brand Saiet: STS502
feat(device) detect brand Lava: Z3, T81N
feat(device) detect brand Majestic: Tab 812 4G
feat(device) detect brand Blackview: Tab 11 SE
feat(device) detect brand Skyworth: SWTV-20AE
  • Loading branch information
sanchezzzhak committed May 12, 2023
1 parent b18cfca commit e7f4458
Show file tree
Hide file tree
Showing 10 changed files with 1,352 additions and 48 deletions.
6 changes: 6 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'AF' => 'AfriOne',
'FY' => 'AFFIX',
'A3' => 'AGM',
'AEE' => 'AEEZO',
'J0' => 'AG Mobile',
'AZ' => 'Ainol',
'AIR' => 'Airis',
Expand Down Expand Up @@ -383,6 +384,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'DIC' => 'DIGICOM',
'Q0' => 'DIGIFORS',
'DQ' => 'DISH',
'DIS' => 'Disney',
'9D' => 'Ditecma',
'D2' => 'Digma',
'1D' => 'Diva',
Expand Down Expand Up @@ -554,8 +556,10 @@ abstract class AbstractDeviceParser extends AbstractParser
'GM' => 'Garmin-Asus',
'GA' => 'Gateway',
'99' => 'Galaxy Innovations',
'GA1' => 'Galactic',
'GAZ' => 'Gazer',
'GEA' => 'Geanee',
'GEN' => 'Geant',
'GD' => 'Gemini',
'GN' => 'General Mobile',
'2G' => 'Genesis',
Expand Down Expand Up @@ -1595,6 +1599,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'ZC' => 'VUCATIMES',
'VUE' => 'Vue Micro',
'WA' => 'Walton',
'WAF' => 'WAF',
'WAL' => 'Waltter',
'WHI' => 'White Mobile',
'WM' => 'Weimei',
Expand Down Expand Up @@ -1693,6 +1698,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'FZ' => 'ZIFRO',
'ZX' => 'Ziox',
'ZIK' => 'ZIK',
'ZIG' => 'Zigo',
'ZIN' => 'Zinox',
'ZO' => 'Zonda',
'ZW' => 'Zonko',
Expand Down
18 changes: 18 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5587,3 +5587,21 @@
name: sfFeedReader
category: Feed Fetcher
url: https://github.com/diem-project/sfFeed2Plugin
-
user_agent: HatenaBookmark/4.0 (Hatena::Bookmark; Analyzer)
bot:
name: Hatena Bookmark
category: Crawler
url: https://www.hatena.ne.jp/faq/
producer:
name: Hatena Co., Ltd.
url: https://www.hatena.ne.jp
-
user_agent: MoodleBot-LinkChecker (+https://docs.moodle.org/en/Usage)
bot:
name: MoodleBot Linkchecker
category: Search bot
url: hhttps://docs.moodle.org/en/Usage
producer:
name: Moodle Pty Ltd
url: https://moodle.org/
2 changes: 1 addition & 1 deletion Tests/fixtures/smartphone-16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6039,7 +6039,7 @@
engine_version: "67.0.3396.87"
device:
type: smartphone
brand: Xoro
brand: Xolo
model: Era 2X
os_family: Android
browser_family: Chrome
Expand Down
4 changes: 2 additions & 2 deletions Tests/fixtures/smartphone-28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6236,7 +6236,7 @@
device:
type: smartphone
brand: Zen
model: ADMIRE CURVE NEO
model: Admire Curve Neo
os_family: Android
browser_family: Chrome
-
Expand Down Expand Up @@ -7330,7 +7330,7 @@
device:
type: smartphone
brand: Zen
model: ADMIRE GLORY+
model: Admire Glory+
os_family: Android
browser_family: Chrome
-
Expand Down
2 changes: 1 addition & 1 deletion Tests/fixtures/smartphone-33.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8395,7 +8395,7 @@
device:
type: smartphone
brand: Zen
model: ADMIRE UNITY
model: Admire Unity
os_family: Android
browser_family: Chrome
-
Expand Down
Loading

0 comments on commit e7f4458

Please sign in to comment.