-
Notifications
You must be signed in to change notification settings - Fork 496
Adds detection for Impression, Vinsoc and Zync devices #5872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…or 6X version AL30, Wooze I5, Wooze 7
@@ -3524,7 +3532,7 @@ INQ: | |||
|
|||
# Intex | |||
Intex: | |||
regex: 'Intex|(Aqua|Cloud)[ _\.]([^/;\)]+)(?:[ _]Build|(?<!Build)/|\))' | |||
regex: 'Intex|(Aqua|Cloud[ _][XY][0-9]{1})' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason for changing this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflict regular expression in Zync devices:
1
user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; ZYNC CLOUD 605 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
2
user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Cloud Z5 Build/IMM76D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 UCBrowser/9.4.1.362 U3/0.8.0 Mobile Safari/533.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. But your changes also affect the Aqua
detection, which is now less restrictive as before.
No description provided.