Skip to content

Commit

Permalink
Detect new brands: Intel, PlusStyle, New Bridge, ZIK, Famous, Facetel…
Browse files Browse the repository at this point in the history
…, HLLO, LNMBBS, Quest, SNAMI, TeachTouch, YUMKEM, TTK-TV, Emporia, GEOZON, iReplace, actiMirror (#7129)

* feat(device): detect new brands: Facetel, HLLO, LNMBBS, Quest, SNAMI, TeachTouch, YUMKEM

* fix: PHPCS

* feat(device) detect new brand TTK-TV: SB-214

* feat(device) detect new brand Famous: 5, 5 Plus, Red 5 Plus, Tab 10

* feat(device) detect new brand ZIK: W1027

* feat(device) detect new brand New Bridge: NBTB101

* feat(device) detect new brand Intel: NUC 10

* feat(device) detect new brand Emporia: S2
feat(device) detect new brand GEOZON: LTE
feat(device) detect new brand iReplace: Frog One

* feat(device) detect new brand actiMirror: Desk21T-03

* feat(device) detect new brand Backcell: BK2021
feat(device) detect new brand BLISS: BPM9727
feat(device) detect new brand I-INN: Communicator 9.7" 3G
feat(device) detect new brand Infiniton: T5
feat(device) detect new brand PAPYRE: Pad 7.1"

* feat(device) detect new brand DbPhone: DB8 Plus
feat(device) detect new brand DL: Horizon Selfie
feat(device) detect new brand Denali: E-Tab DT0704K08
feat(device) detect new brand DIGICOM: DTok, A10 LTE
feat(device) detect new brand DreamTab: DRN-809, DRN-709
feat(device) detect new brand Envizen: ClickTab DSH18
feat(device) detect new brand JXD: S601 WiFi
feat(device) detect new brand Pioneer Computers: DreamBook

* feat(device) detect new brand InFone: XE, X
feat(device) detect new brand iNo Mobile: Scout 2
feat(device) detect new brand Redway: 7

* feat(device) detect new brand ENACOM:
feat(device) detect new brand VALEM: Phantom Z
feat(device) detect new brand OTTO: CR05
feat(device) detect new brand Raylandz: XPower P6000
feat(device) detect new brand Kenbo: O71, O61

Co-authored-by: Stefan Giehl <[email protected]>
  • Loading branch information
sanchezzzhak and sgiehl authored Jul 12, 2022
1 parent c01910d commit 3c58460
Show file tree
Hide file tree
Showing 11 changed files with 2,453 additions and 1,296 deletions.
2,630 changes: 1,334 additions & 1,296 deletions Parser/Device/AbstractDeviceParser.php

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions Tests/fixtures/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,3 +467,21 @@
model: 3DS
os_family: Mobile Gaming Console
browser_family: NetFront
-
user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr 2.3.4; ru; JXD_S601WIFI) U2/1.0.0 UCBrowser/9.9.1.554 U2/1.0.0 Mobile
os:
name: Android
version: 2.3.4
platform: ""
client:
type: browser
name: UC Browser
version: 9.9.1.554
engine: ""
engine_version: ""
device:
type: console
brand: JXD
model: S601 WiFi
os_family: Android
browser_family: Unknown
18 changes: 18 additions & 0 deletions Tests/fixtures/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8557,3 +8557,21 @@
model: Pro Std Elite Series
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 9; NUC10i3FNH Build/PQ2A.190405.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/101.0.4951.61 Safari/537.36
os:
name: Android
version: "9"
platform: ""
client:
type: browser
name: Chrome Webview
version: 101.0.4951.61
engine: Blink
engine_version: 101.0.4951.61
device:
type: desktop
brand: Intel
model: NUC 10
os_family: Android
browser_family: Chrome
36 changes: 36 additions & 0 deletions Tests/fixtures/peripheral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,3 +552,39 @@
model: ODROID N2
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 5.1.1; TeachTouch Table) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36
os:
name: Android
version: 5.1.1
platform: ""
client:
type: browser
name: Chrome
version: 74.0.3729.157
engine: Blink
engine_version: 74.0.3729.157
device:
type: peripheral
brand: TeachTouch
model: Table
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 8.1.0; Desk21T-03 Build/OPM8.181205.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Safari/537.36
os:
name: Android
version: 8.1.0
platform: ""
client:
type: browser
name: Chrome Webview
version: 61.0.3163.98
engine: Blink
engine_version: 61.0.3163.98
device:
type: peripheral
brand: actiMirror
model: Desk21T-03
os_family: Android
browser_family: Chrome
Loading

0 comments on commit 3c58460

Please sign in to comment.