Skip to content

Commit

Permalink
Detect devices for existing brands (#7160)
Browse files Browse the repository at this point in the history
* feat(device) detect brand Winnovo: T2
feat(device) detect brand OnePlus: 10R 5G (CPH2411)
feat(device) detect brand Hotwav: Cyber 7
feat(device) detect brand Motorola: Moto G 5G (2022)

* feat(device) detect brand Samsung: Galaxy Xcover 5 (SM-G525N)
feat(device) detect brand Acer: ACTAB1022

* feat(device) detect brand Realme: GT Neo 3 (RMX3562)
feat(device) detect brand Xiaomi: Redmi 10 Prime+ 5G (22041219I)
feat(device) detect brand Hometech: ALFA 8SL
feat(device) detect brand Vivo: X80 (V2183A)
feat(device) detect brand OPPO: A57 (2022) (PFTM20)
feat(device) detect brand Alcatel: 3L (2020) (HEYOU60)
feat(device) detect brand Symphony: Z30 Pro, Z30
feat(device) detect brand GLX: Maad Plus, Maad
feat(device) detect brand Masstel: N668

* feat(device) detect brand Maxtron: V13, Apollo, V17, V12, V15, V20, Pluto
feat(device) detect brand Symphony: V94, V92, V96, V97, V98, V99

* feat(device) detect brand EXO: Wave i007Kids, Wave i007T
feat(device) detect brand Medion: Lifetab X1060X

* feat(device) detect brand Axioo: AX5
feat(device) detect brand Spice: F311
feat(device) detect brand Starlight: Star++, I Star Two
feat(device) detect brand Wiko: Sunny 3 Mini
feat(device) detect brand Sky: Vision 2
feat(device) detect brand SMARTEC: Smartab S4

* feat(device) detect brand Leotec: Supernova i216
feat(device) detect brand Lava: T71
feat(device) detect brand Tecno Mobile: Camon 11 (TECNO CF7S)
  • Loading branch information
sanchezzzhak committed Jul 4, 2022
1 parent 85a63f2 commit e0333fb
Show file tree
Hide file tree
Showing 5 changed files with 1,008 additions and 33 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/smartphone-16.yml
Expand Up @@ -9730,3 +9730,21 @@
model: Primo GF7
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 11; Nokia G11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "11"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 102.0.0.0
engine: Blink
engine_version: 102.0.0.0
device:
type: smartphone
brand: Nokia
model: G11
os_family: Android
browser_family: Chrome

0 comments on commit e0333fb

Please sign in to comment.