matomo-org / device-detector

The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
http://devicedetector.net
GNU Lesser General Public License v3.0
2.84k stars 462 forks source link

New Brands List #7139

Open sanchezzzhak opened 2 years ago

sanchezzzhak commented 2 years ago

This list will need to be added later as near future PR #7129 is accepted.

Backcell (smartphone)

PAPYRE, Table + Reader

I-INN

Bliss (table)

DbPhone (smartphone)

Denali

DreamTab

DL

DIGICOM

https://www.pioneercomputers.com.au/products/products.asp?c1=183&c2=216

Ekophone EPH012-B

EPhone

Unistrong

PIRANHA https://piranha.com.tr/product.php?product_id=351

Redway (tablet)

PC Smart

VALEM (tablet)

Olla "Mozilla/5.0 (Linux; Android 9; M8_PLUS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36"

Advan Digital (advandigital.com) (smartphone)

iNo Mobile (smartphone)

MyMobile(tablet)

Red Mobile (smartphone)

ENACOM (tablet)

OTTO (smartphone)

neoCore (tablet) neocore.store

Acegame S.A.

NASKO

Kenbo

liviuconcioiu commented 2 years ago

Teracube (https://myteracube.com/)

JPay (https://www.jpay.com/)

Onkyo

TOSCiDO (http://www.toscido.com/)

IWaylink

Benesse

Ricoh (https://www.ricoh.com/)

eNOVA

Völfen (https://www.volfen.net/)

sanchezzzhak commented 2 years ago

Victurio TouchPad VI108

GradPV commented 1 year ago

I am sorry, if it's possibly a wrong issue for that, but I found the list of real phones that are not parsing correctly (model name not correct) Here is the list of them - HTC Phone list

sanchezzzhak commented 1 year ago

@GradPV
hi, in this document, user agents have extra escaping slashes \\/

replace the characters \\/ on / for example via $ua = str_replace('\/', '/', $ua); https://3v4l.org/u4vLJ

GradPV commented 1 year ago

@GradPV hi, in this document, user agents have extra escaping slashes \\/

replace the characters \\/ on / for example via $ua = str_replace('\/', '/', $ua); https://3v4l.org/u4vLJ

thanks - i've updated my comment with new link

sanchezzzhak commented 1 year ago

@GradPV Thanx, i created a PR to fix https://github.com/matomo-org/device-detector/pull/7428