-
Notifications
You must be signed in to change notification settings - Fork 177
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
Support for device brand and model. #4
base: master
Are you sure you want to change the base?
Conversation
Use Matcher#appendReplacement() and Matcher#appendTail() to perform a single pass through the device replacement in order to avoid edge cases where the order of replacement changes the generated string.
Any update on this merge? |
+1 and LGTM. I'm looking forward to this improvement. |
any updates on this? |
Hey @tmatei @BaiGang and @mspiegel I am currently working in a project that is bases on this lib but I am trying to put things up to date. For example I have a remote url load for the yaml and a scheduled load. I added this changes also, by the end of this week I will have also public maven repos so it can be easily included in projects. I would love to hear feedback from you. |
why was this merge reverted? just curious, we would like to get brand and model? |
Could this PR be reviewed again? device brand is useful in many circumstances |
This pull request adds support for ua-parser/uap-core@3021618.
It also cleans up the hashCode() methods for the various classes.