Skip to content

Commit

Permalink
feat(device) detect brand Polytron model: Rocket Jetz (W1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Jun 26, 2020
1 parent 36f2323 commit b73f7b2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Tests/fixtures/smartphone-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6774,3 +6774,23 @@
model: TZ142
os_family: Android
browser_family: Android Browser
-
user_agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; POLYTRON W1400 Build/POLYTRONW1400)
os:
name: Android
short_name: AND
version: 4.2.2
platform: ""
client:
type: browser
name: Android Browser
short_name: AN
version: ""
engine: WebKit
engine_version: ""
device:
type: smartphone
brand: P5
model: Rocket Jetz
os_family: Android
browser_family: Android Browser
2 changes: 1 addition & 1 deletion regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10950,7 +10950,7 @@ Polytron:
model: 'Rocket T6'
- regex: 'POLYTRON[ _-]R2506'
model: 'Rocket T4'
- regex: 'POLYTRON[ _-]R3450'
- regex: 'POLYTRON[ _-](R3450|W1400)'
model: 'Rocket Jetz'
- regex: 'POLYTRON[ _-]R3500'
model: 'Rocket Jetz 5.0'
Expand Down

0 comments on commit b73f7b2

Please sign in to comment.