Ticket Created
over 3 years ago

CIQQA-877

API to get the preferred format (speed or pace) for the current sport

My data field displays a pace value. But I would like it to be displayed as a speed if the user has configured the current sport this way (Settings->System->Format->Pace/Speed Preference).

I would rather not add an app setting for something that the user has already configured system-wide.

  • For my purposes the ideal place to add this would be Activity.ProfileInfo, where it could just be a boolean preferPace. Alternatively, an array (or method) mapping SPORT_* to pace-preference in UserProfile.Profile or System.DeviceSettings would also work.

  • +1

    For now I just have a fixed map from the current sport to the default speed/pace setting for that sport, which will nearly always be correct - but its annoying when its *not* correct.