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 brands: Atouch, Ringing Bells and Detect devices for exist brands #7777

Merged
merged 2 commits into from
Aug 13, 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
2 changes: 2 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'ATO' => 'ATOL',
'Z2' => 'Atvio',
'ATI' => 'Attila',
'ATU' => 'Atouch',
'AX' => 'Audiovox',
'AJ' => 'AURIS',
'YZ' => 'Autan',
Expand Down Expand Up @@ -1424,6 +1425,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'RI' => 'Rikomagic',
'RM' => 'RIM',
'RN' => 'Rinno',
'RNB' => 'Ringing Bells',
'RX' => 'Ritmix',
'R7' => 'Ritzviva',
'RV' => 'Riviera',
Expand Down
18 changes: 18 additions & 0 deletions Tests/fixtures/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,3 +648,21 @@
model: RG505
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; arm_64; Android 13; Retroid Pocket 4 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.96 YaBrowser/24.4.3.96.00 SA/3 Mobile Safari/537.36
os:
name: Android
version: "13"
platform: ARM
client:
type: browser
name: Yandex Browser
version: 24.4.3.96.00
engine: Blink
engine_version: 122.0.6261.96
device:
type: console
brand: Retroid Pocket
model: 4 Pro
os_family: Android
browser_family: Unknown
18 changes: 18 additions & 0 deletions Tests/fixtures/peripheral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1468,3 +1468,21 @@
model: HY416
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 9; Lenovo Projector701 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Safari/537.36
os:
name: Android
version: "9"
platform: ""
client:
type: browser
name: Chrome Webview
version: 66.0.3359.158
engine: Blink
engine_version: 66.0.3359.158
device:
type: peripheral
brand: Lenovo
model: Projector 701
os_family: Android
browser_family: Chrome
18 changes: 18 additions & 0 deletions Tests/fixtures/phablet-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4874,3 +4874,21 @@
model: Axon 20 5G
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; arm_64; Android 14; SM-F711U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.46 YaBrowser/24.6.5.46.00 SA/3 Mobile Safari/537.36
os:
name: Android
version: "14"
platform: ARM
client:
type: browser
name: Yandex Browser
version: 24.6.5.46.00
engine: Blink
engine_version: 124.0.6367.46
device:
type: phablet
brand: Samsung
model: Galaxy Z Flip 3
os_family: Android
browser_family: Unknown
2 changes: 1 addition & 1 deletion Tests/fixtures/smartphone-39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5658,7 +5658,7 @@
device:
type: smartphone
brand: Motorola
model: Moto G82
model: Moto G82 5G
os_family: Android
browser_family: Chrome
-
Expand Down
Loading
Loading