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

Merge latest changes #1

Merged
merged 36 commits into from
Dec 11, 2018
Merged

Merge latest changes #1

merged 36 commits into from
Dec 11, 2018

Conversation

matAtWork
Copy link

No description provided.

marascio and others added 30 commits June 5, 2018 17:51
A popular regexp implementation of Rust does not allow empty
alternations.
The current Android 9 user agent is as follows
Mozilla/5.0 (Linux; Android 9; Pixel Build/PPP3.180510.008) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36
This commit allows the code to parse 9 as a valid OS version.
The additional spaces may cause IDEs (specifically IntelliJ in my case) to transform this into a tab character. As a result of this, Java can not properly parse the YAML file, and every look up throws the following exception `org.yaml.snakeyaml.scanner.ScannerException`.

By placing the comment on the expected level, parsing works as intended
add support for mac os detection when agent is macoutlook
Add support for patch_minor when detecting Chrome.
Update Android Regex to allow for single digit OS versions
Add support for Whale browser
Fixed Google Pixel detection
Fix indenting in regexes.yaml
handle single digit android versions
test single digit android versions
Update Salesforce to handle single digit android versions
Updated Facebook detection for user-agents without FBAV version
Add parser for Citrix Chrome app on Chrome OS
Fix #271: add Google user-agent on iOS
@matAtWork matAtWork merged commit d49768c into MailOnline:master Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.