Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Detect new brand RENSO and Detect devices for exist brands #7865

Merged
merged 4 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1467,6 +1467,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'REV' => 'Revomovil',
'8R' => 'Retroid Pocket',
'REN' => 'Renova',
'RE3' => 'RENSO',
'REP' => 'rephone',
'RHI' => 'Rhino',
'RIC' => 'Ricoh',
Expand Down
108 changes: 108 additions & 0 deletions Tests/fixtures/phablet-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5562,3 +5562,111 @@
model: Redmi Note 9 Pro Max
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; U; Android 14; ru; TECNO_LH7n Build/UP1A.231005.007) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/10.7.8.806 Mobile
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: UC Browser
version: 10.7.8.806
engine: WebKit
engine_version: "528.5"
device:
type: phablet
brand: Tecno Mobile
model: Pova 5
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; Android 14; Infinix X6716B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: Chrome Mobile
version: 129.0.0.0
engine: Blink
engine_version: 129.0.0.0
device:
type: phablet
brand: Infinix
model: Note 30
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; U; Android 14; en-US; Infinix X6838 Build/UP1A.231005.007) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/13.7.8.1322 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: UC Browser
version: 13.7.8.1322
engine: Blink
engine_version: 100.0.4896.58
device:
type: phablet
brand: Infinix
model: Note 40X 5G
os_family: Android
browser_family: Unknown
-
user_agent: Mozilla/5.0 (Linux; U; Android 14; zh-CN; 24115RA8EC Build/UKQ1.240523.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/7.3.7.662 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: Quark
version: 7.3.7.662
engine: Blink
engine_version: 100.0.4896.58
device:
type: phablet
brand: Xiaomi
model: Redmi Note 14 Pro+
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; U; Android 14; zh-CN; 24090RA29C Build/UP1A.231005.007) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 Quark/7.2.6.641 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: Quark
version: 7.2.6.641
engine: Blink
engine_version: 100.0.4896.58
device:
type: phablet
brand: Xiaomi
model: Redmi Note 14 Pro
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; U; Android 14; en-us; 2406ERN9CC Build/UKQ1.240116.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.119 Mobile Safari/537.36 XiaoMi/MiuiBrowser/18.6.40927
os:
name: Android
version: "14"
platform: ""
client:
type: browser
name: Mi Browser
version: 18.6.40927
engine: Blink
engine_version: 122.0.6261.119
device:
type: phablet
brand: Xiaomi
model: Redmi Note 13R
os_family: Android
browser_family: Chrome
2 changes: 1 addition & 1 deletion Tests/fixtures/smartphone-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6308,7 +6308,7 @@
device:
type: smartphone
brand: Vivo
model: X21i
model: X21i A
os_family: Android
browser_family: Unknown
-
Expand Down
2 changes: 1 addition & 1 deletion Tests/fixtures/smartphone-27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@
device:
type: smartphone
brand: Vivo
model: X21
model: X21A
os_family: Android
browser_family: Chrome
-
Expand Down
Loading
Loading