faisalman / ua-parser-js

"Unmask Your Traffic" - UAParser.js: The Essential Web Development Tool for User-Agent Detection
https://uaparser.dev/
GNU Affero General Public License v3.0
9.28k stars 1.19k forks source link

Added support for honor separated from Huawei #749

Closed Julias0 closed 1 week ago

Julias0 commented 1 month ago

Prerequisites

Type of Change

Enhancement - related to #704

Description

Huawei and Honor were assumed to be the same company from the useragent. But honor has now separated into a separate organization, so its parsing needs to be separated off from huawei

Test

All existing test cases have passed, some test cases which earlier gave huawei now give honor

Impact

Some devices which earlier were marked as huawei will now get marked as honor. This can be considered a change since the output of the parser is different for the same set of data

Other Info