Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: selwin/python-user-agents
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: selwin/python-user-agents
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 5 files changed
  • 5 contributors

Commits on Mar 16, 2021

  1. Address devices marked as multiple types (#108)

    * Don't mark tablet using mobile browser as mobile
    
    There are cases (e.g. iPad using Chrome mobile) where a device ends up
    being marked as both tablet and mobile.
    
    The commit gives priority to explicit device family over determining it
    from browser family.
    
    #107
    
    * Mark Kindle as a touch capable tablet...
    
    ...even when requesting a desktop version of page.
    
    See:
    https://docs.aws.amazon.com/silk/latest/developerguide/user-agent.html
    
    #107
    
    * Ensure devices marked as tablets are not marked mobile as well due to their OS
    
    * Ensure PC not marked as mobile due to browser family
    
    * Ensure iPad is recognised as touch capable
    
    Irrespective of the browser it is running
    
    * Mark generic android tablets as tablets only
    
    and not PCs
    
    * Ensure Generic Smartphone is marked as touch capable mobile device
    BorePlusPlus authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    30aa81b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0d119 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. fix: reduce branching (#112)

    This is a very minor thing, but this will prevent 3x branches, and make the code slightly cleaner :)
    stephan-nordnes-eriksen authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c732bef View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Bump pyyaml from 5.3 to 5.4 (#114)

    Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4.
    - [Release notes](https://github.com/yaml/pyyaml/releases)
    - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
    - [Commits](yaml/pyyaml@5.3...5.4)
    
    ---
    updated-dependencies:
    - dependency-name: pyyaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    862c54b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Bump pyyaml from 5.3 to 5.4 (#115)

    Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4.
    - [Release notes](https://github.com/yaml/pyyaml/releases)
    - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
    - [Commits](yaml/pyyaml@5.3...5.4)
    
    ---
    updated-dependencies:
    - dependency-name: pyyaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    88f4380 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5f2d80a View commit details
    Browse the repository at this point in the history
Loading