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

[Device Manager] Parse user agents (PSG-762) #7247

Merged
merged 16 commits into from
Sep 30, 2022

Commits on Sep 26, 2022

  1. Add user agent into device info.

    Onuray Sahin committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    c70b620 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Implement use case to parse user agent.

    Onuray Sahin committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    3e66a65 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Refactor user agent parsing.

    Onuray Sahin committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    04a305b View commit details
    Browse the repository at this point in the history
  2. Add unit test for Android user agents.

    Onuray Sahin committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    2bcf0c3 View commit details
    Browse the repository at this point in the history
  3. Add unit test for iOS user agents.

    Onuray Sahin committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    41643ff View commit details
    Browse the repository at this point in the history
  4. Add unit test for desktop and web user agents.

    Onuray Sahin committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5666383 View commit details
    Browse the repository at this point in the history
  5. Add changelog.

    Onuray Sahin committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7a36b10 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Add more user agent support.

    Onuray Sahin committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    c16b5d6 View commit details
    Browse the repository at this point in the history
  2. Lint fixes.

    Onuray Sahin committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4c173a7 View commit details
    Browse the repository at this point in the history
  3. Add tests for unknown user agents.

    Onuray Sahin committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8663fe8 View commit details
    Browse the repository at this point in the history
  4. Fix broken tests.

    Onuray Sahin committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    38cd2be View commit details
    Browse the repository at this point in the history
  5. Code review fixes.

    Onuray Sahin committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6d459a0 View commit details
    Browse the repository at this point in the history
  6. Code review fixes.

    Onuray Sahin committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    81e8ddf View commit details
    Browse the repository at this point in the history
  7. Lint fix.

    Onuray Sahin committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0f8637b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Code review fixes.

    Onuray Sahin committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    bf4576d View commit details
    Browse the repository at this point in the history
  2. Parse browser version.

    Onuray Sahin committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    ea8dc45 View commit details
    Browse the repository at this point in the history