Skip to content

Added a few Android devices #5766

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

Merged
merged 37 commits into from
Jul 22, 2018
Merged

Added a few Android devices #5766

merged 37 commits into from
Jul 22, 2018

Conversation

GregOriol
Copy link
Contributor

No description provided.

- regex: '(?:SAMSUNG-)?SM-J111[FGLM]'
- regex: '(?:SAMSUNG-)?SM-J110[FHML]'
model: 'GALAXY J1 Ace'
- regex: '(?:SAMSUNG-)?SM-J111F'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you remove J111[GLM] on purpose?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think they actually exist: couldn't find information on those on the internet, and there were no tests/user-agents on them.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, indeed, added this one back!

- regex: 'P008 Build[);/ ]'
model: 'ZenPad Z8'
device: 'tablet'
- regex: 'P027 Build[);/ ]'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

having the [);/ ] here is not really needed, as it is already matched in the overall regex and Pxxx Build should be enough for an exact match then

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, changed!

@sgiehl sgiehl merged commit 3f4b9ee into matomo-org:master Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants