Conversation
Make the existing workout statistics available to the system workout app. Guard access with the service lock and clear outputs when no workout is active. Co-Authored-By: GPT-6 <noreply@openai.com> Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Open on an activity picker with native icons, Weather colors and short transitions through a pulsing countdown into the workout header. Support button and touch navigation, sidebar pause/end actions, and a final recap. Add cadence, average speed, calories and average HR. Keep active updates at one second and offer a rolling minute of HR history with rounded automatic bounds. Cover metrics, lifecycle, history and rectangular/round rendering. Co-Authored-By: GPT-6 <noreply@openai.com> Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Collaborator
|
JP feedback: colourful, white |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Workout now opens on a Run / Walk / Workout picker and carries the selected activity’s color, name and icon through tracking and completion. The redesign uses native Pebble fonts and resources, with colors drawn from Weather.
Recording
Captioned MP4 (3:16) · Chapters and native PNGs
Full native-screen recording (GIF)
The edited walkthrough covers all three activity types, countdown cancellation/start, metric navigation, HR history, pause/resume, cancelling the end prompt, confirmation and recap. Captions identify touch and button inputs. Captured in QEMU with synthetic service data; the production firmware uses the existing workout service.
Screenshots
Validation
qemu_emery(color) andqemu_flint(monochrome).gitlintand include DCO sign-offs and GPT-6 co-author attribution.Based on current
main; the PR #2027 emulator-feed commits used during development are not included in this diff.Review polish still needed: Open workout pause/end screens use the distance field, and cadence/Open recaps repeat estimated calories.