osmandapp / OsmAnd

OsmAnd
https://osmand.net
Other
4.68k stars 1.02k forks source link

Filter by Sensor data (HR, Cadence, Power) #18518

Closed dmpr0 closed 9 months ago

dmpr0 commented 1 year ago

Description

We need to add filters by sensor data.

Previous task https://github.com/osmandapp/OsmAnd/issues/18221

ToDo

Screenshot

Allow to filter tracks by:

Chumva commented 12 months ago

Filters code should be simplified as we shouldn't have separate classes for filters - they don't require any specific functions. Instead we should have Conversion function (1 per unit), GPXDatabase should provide generic API to retrieve min/max field from database.

dmpr0 commented 9 months ago

Review

Screenshot