Skip to content

Add status component #86

@shaunmulligan

Description

@shaunmulligan

It would be nice to have a status bar widget/component that reflected the state of things like:

  • GPS fix
  • is a heart rate monitor connected
  • is a power meter connected
  • battery level
  • internet connectivity (wifi or cell)

I think just having some small icons in the top right that pulse when there is no connection would work.

1.) Not sure if there is an easy way to determine GPS fix since the android API fuses data from multiple things, but perhaps we could get the location accuracy and just have a cutoff for that?
2.) For the sensor we could periodically pull the first of each type of sensor from the DB and then just run the isPeripheralConnected method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions