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

Expanded the extended data field to contain settings that may be non-optimal for operation (Issue #1618) #1678

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

Commits on Apr 10, 2024

  1. Updated project minimums

    CORP\vdi committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b1ba459 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Added additional return fields to the JSON packet to indicate if the …

    …user's mobile device settings are currently in a state that negatively impacts location performance.
    
    - "wifi":  1=enabled, 0=disabled
    - "ps": 1=power save mode, 0=optimal power settings
    - "bo": 1=battery optimizations enabled, 0=optimal battery settings
    - "hib": 1=app can pause when unused, 0=optimal hibernation settings
    - "loc": location permission settings:
                    0 = Background location, fine precision
                    1 = Background location, coarse precision
                    2 = Foreground location, fine precision
                    3 = Foreground location, coarse precision
                    4 = Disabled
    wir3z committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    e60f364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e4e47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f3aff View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    ae0e954 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    a6d16d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e520be2 View commit details
    Browse the repository at this point in the history
  3. Removed unused classes.

    wir3z committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    dfcaab4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da68400 View commit details
    Browse the repository at this point in the history
  5. Added unit tests.

    wir3z committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    91d62e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fixed unit test.

    wir3z committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    51098e5 View commit details
    Browse the repository at this point in the history
  2. Fixed parser test

    wir3z committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6f97069 View commit details
    Browse the repository at this point in the history
  3. Updated unit test

    wir3z committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    87e38a3 View commit details
    Browse the repository at this point in the history
  4. MQTT unit tests

    wir3z committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    96144f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    4139935 View commit details
    Browse the repository at this point in the history
  2. Added MQTT test

    wir3z committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1c62d82 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    3eb48d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    2dc9e50 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    813c096 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Cleanup

    wir3z committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3737d47 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Cleanup

    wir3z committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5bc1855 View commit details
    Browse the repository at this point in the history
  2. Formatted

    wir3z committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9d5c432 View commit details
    Browse the repository at this point in the history
  3. Formatting

    wir3z committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6b95f4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    210f1e4 View commit details
    Browse the repository at this point in the history
  5. Appled ktfmt to modified files.

    wir3z committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b833111 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    ca951f6 View commit details
    Browse the repository at this point in the history