Skip to content

Commit

Permalink
Detect devices for existing brands (#7137)
Browse files Browse the repository at this point in the history
* feat(device) detect brand RoyQueen: Bishop (RQ451)
feat(device) detect brand Huawei: Evolucion 3 (CM990)
feat(device) detect brand GOCLEVER: Terra 7oW, Terra 7oL
feat(device) detect brand RoverPad: Air 7.85" 3G, Art 7.85" 3G

* feat(device) detect brand Sico: Diamond 2

* feat(device) detect brand RCA Tablets: DRP29101
feat(device) detect brand FireFly Mobile: Aurii Dream One 8

* feat(device) detect brand Digicel: DL2 XL
feat(device) detect brand Telefunken: Diamond LTE
feat(device) detect brand DEXP: Ixion ES1050
feat(device) detect brand Cherry Mobile: Desire R8 Lite, Desire R6, Desire R6 Plus
feat(device) detect brand Desay: D18
feat(device) detect brand Bluboo: D1 Pro
feat(device) detect brand Tecno Mobile: Phantom 5
feat(device) detect brand Evertek: EverMiracle S, EverSolo, EverShine II, EverGlory II, EverAllure II, EverMiracle Power, EverTrendy 4G
feat(device) detect brand InnJoo: Fire 2 Air LTE, Fire 2 Pro LTE, Fire Plus LTE, Fire 3 Mini, Fire 2 LTE

* feat(device) detect brand Xolo: Era X, Era HD, Era 4G, Era 4K
feat(device) detect brand Blu: Energy Diamond Mini
feat(device) detect brand Kiano: Elegance 5.0" Lite, Elegance 4.5"
feat(device) detect brand Sky: Elite Photo Pro
feat(device) detect brand Eurostar: ET8183GQ-HM15, ET7184GQ-B15, ET7183GQ-H16
feat(device) detect brand Vonino: Epic P7, Epic M8
  • Loading branch information
sanchezzzhak authored Jun 8, 2022
1 parent e0ae24d commit 829935d
Show file tree
Hide file tree
Showing 5 changed files with 1,090 additions and 119 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/portable_media_player.yml
Original file line number Diff line number Diff line change
Expand Up @@ -647,3 +647,21 @@
model: SLTDVD1024
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 7.0; DRP29101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Safari/537.36
os:
name: Android
version: "7.0"
platform: ""
client:
type: browser
name: Chrome
version: 80.0.3987.162
engine: Blink
engine_version: 80.0.3987.162
device:
type: portable media player
brand: RCA Tablets
model: DRP29101
os_family: Android
browser_family: Chrome
18 changes: 18 additions & 0 deletions Tests/fixtures/smartphone-21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8889,3 +8889,21 @@
model: X4 Pro 5G
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 7.0; Comio C2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36
os:
name: Android
version: "7.0"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 84.0.4147.89
engine: Blink
engine_version: 84.0.4147.89
device:
type: smartphone
brand: Comio
model: C2 Lite
os_family: Android
browser_family: Chrome
Loading

0 comments on commit 829935d

Please sign in to comment.