Skip to content
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

Add regex for Xiaomi MIX, MIX 2 and MIX 2S. And regex for Samsung device with chrome #406

Merged
merged 2 commits into from
Jun 10, 2019

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    f3bf550 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Add regex for chrome browser in Samsung Android phones.

    native browser in Samsung device is always ok.
    Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G9500 Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.3 Chrome/67.0.3396.87 Mobile Safari/537.36
    
    But chrome browser was parsed to Generic SmartPhone, here's the UA:
    Mozilla/5.0 (Linux; Android 8.0.0; SM-G9500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36
    penghui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    5e100c3 View commit details
    Browse the repository at this point in the history