android / health-samples

Apache License 2.0
262 stars 147 forks source link

Remove series records from Exercise detail screen; add new Records screen #279

Closed cy245 closed 2 months ago

cy245 commented 2 months ago

Remove series records from Exercise detail screen and add an arrow icon that points to a new Records screen. This new Records screen is intended to be a general series Records page and will perform 2 queries, 1 with the original uid of the record and 1 for the series records using the time range of the former. Information about record types will be passed via enum string values (due to Navigation parameters generally being limited to primitives & Strings) with a limited initial set of supported Record types.