Skip to content

Commit

Permalink
Detect devices for exist brands (#7728)
Browse files Browse the repository at this point in the history
feat(device) detect brand Realme: 12x (RMX3993), GT 6 (RMX3851), 12 (RMX3871)
feat(device) detect brand Samsung: Galaxy Jump 3 (SM-M446K)
feat(device) detect brand Thomson: Origin 679 Pro
feat(device) detect brand Hotwav: Cyber 15
feat(device) detect brand Cricket: Debut S2 (U380AC), Magic 5G (U6080AC)
feat(device) detect brand Blu: G61S
feat(device) detect brand Torex: Pad 818
feat(device) detect brand Realme: GT 6T (RMX3853)
feat(device) detect brand Brondi: Amico Smartphone XS
feat(device) detect brand iMuz: muPAD 102
feat(device) detect brand Asus: Cube
feat(device) detect brand Samsung: Galaxy W23 Flip (SM-W7023), Galaxy Tab S9 FE 10.9" 5G (SM-X518U, SM-X516B), Galaxy Tab Active 5 8.0" 5G (SM-X306B)
feat(device) detect brand Realme: C63 (RMX3939)
feat(device) detect brand POCO: F6
feat(device) detect brand Unihertz: Tank 2 Pro
feat(device) detect brand Panasonic: 4KTV-0SU
feat(device) detect brand Samsung: Galaxy W24 Flip (SM-W7024), Galaxy S24+ (SM-S926W, SM-S926U, SM-S926U1, SM-S926N, SM-S926B), Galaxy S24 (SM-S921W), Galaxy A15 5G (SM-A156W), Galaxy Tab A9+ 11.0" 5G (SM-X218U), Galaxy Tab A9 8.7" WiFi (SM-X110), Galaxy Tab S6 Lite 10.4" WiFi (SM-P620)
feat(device) detect brand Vivo: X Flip (V2256A), Y18s (V2410), Y75s (V2069BA), Y36t (V2327A), Y200 5G (V2343A), X100 Ultra (V2366HA), iQOO Z9 5G (I2218)
feat(device) detect brand OPPO: Reno 12 (PJV110), A60 (CPH2631), Reno 12 Pro 5G (CPH2629), Reno 12 5G (CPH2625)
feat(device) detect brand Oukitel: WP35
feat(device) detect brand Logicom: La Tab 79 (TAB76)
feat(device) detect brand Huawei: Honor Magic 6 RSR (BVL-N59)
feat(device) detect brand Xiaomi: Redmi 12 5G (A401XM), Redmi Pad Pro (2405CRPFDG)
feat(device) detect brand Kyocera: DuraForce Pro 3 (E7200)
feat(device) detect brand HMD: Pulse+, Pulse
feat(device) detect brand T-Mobile: T Phone 2
feat(device) detect brand Infinix: Note 40 5G (X6852)
  • Loading branch information
sanchezzzhak committed Jul 3, 2024
1 parent ba4aa9b commit edf0ad0
Show file tree
Hide file tree
Showing 5 changed files with 1,105 additions and 40 deletions.
70 changes: 70 additions & 0 deletions Tests/fixtures/phablet-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4696,3 +4696,73 @@
model: Galaxy Note 10+
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; U; Android 13; zh-CN; SM-W7023 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/16.6.0.1311 Mobile Safari/537.36
os:
name: Android
version: "13"
platform: ""
client:
type: browser
name: UC Browser
version: 16.6.0.1311
engine: Blink
engine_version: 100.0.4896.58
device:
type: phablet
brand: Samsung
model: Galaxy W23 Flip
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; Android 14; V2256A Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/97.0.4692.98 Mobile Safari/537.36 T7/13.59 SP-engine/2.98.0 baiduboxapp/13.59.0.12 (Baidu; P1 14) NABar/1.0
os:
name: Android
version: "14"
platform: ""
client:
type: mobile app
name: Baidu Box App
version: 13.59.0.12
device:
type: phablet
brand: Vivo
model: X Flip
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; Android 14; Infinix X6852) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 126.0.0.0
engine: Blink
engine_version: 126.0.0.0
device:
type: phablet
brand: Infinix
model: Note 40 5G
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 14; SM-W7024) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/25.1 Chrome/121.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: Samsung Browser
version: "25.1"
engine: Blink
engine_version: 121.0.0.0
device:
type: phablet
brand: Samsung
model: Galaxy W24 Flip
os_family: Android
browser_family: Chrome
Loading

0 comments on commit edf0ad0

Please sign in to comment.