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 filtering #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Device filtering #43

wants to merge 3 commits into from

Commits on Sep 6, 2021

  1. Support filtering out events by device tag

    Some events coming from specific devices (such as development devices)
    could may be filtered out from the results, so add an option to perform
    this.
    3v1n0 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    d26eb4b View commit details
    Browse the repository at this point in the history
  2. Ignore events generated by Android SDK devices

    These events may be included by the android emulator into the location
    history, so ignore them.
    3v1n0 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    2f724fb View commit details
    Browse the repository at this point in the history
  3. Optionally compute filtered devices from ignored platforms

    Some events may have a device tag but not the platform information so
    we may want to compute those device IDs automatically.
    3v1n0 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    dba06bb View commit details
    Browse the repository at this point in the history