Skip to content

open-trackers/Gym-Routine-Tracker-Plus-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gym Routine Tracker+

A minimalist gym workout tracker, for iPhone and iPad

Download

Available as a FREE download in the App Store GRT for iPhone/iPad

Features

  • NEW in 1.5 Logs routine/exercise completions, where history can be reviewed on your iPhone/iPad.

  • LARGE text in RUN mode, for the farsighted. Leave your glasses in your locker!

  • Simple data model of user-defined routines and their exercises.

  • Your data syncs with your private iCloud account when a network connection is available.

  • Fully open source where code is licensed with Mozilla Public License 2.0.

  • Available separately as an independent app for the Apple Watch.

GRT prioritizes convenience, quick interactions, and the basic needs of the recreational fitness user.

Quick and easy setup

  • Add routines and exercises in the app itself, with convenient preset names available.
  • For each exercise optionally specify seat settings and set/rep counts.
  • For the exercise's intensity (usually weight lifted), optionally specify the units and the step.

When ‘running’ a routine

  • Convenient one-tap button to indicate that an exercise is complete.
  • Optional long-press to automatically step up (advance) to next higher intensity in future.
  • Convenient skip to the next incomplete exercise, in case a machine isn’t immediately available.
  • Control screen showing the time elapsed since starting the routine.

History features (NEW)

  • Completion of routine/exercise is automatically logged to your private iCloud account.
  • Logging can be disabled in settings.
  • For the watchOS app, recent history will be stored locally for up to 1 year. Periodically run iOS app for long-term storage and review.
  • History can be reviewed on the iOS app for the iPhone/iPad.

iCloud Sync

  • Your data automatically syncs with your private iCloud account when a network connection is available.
  • That synced data available to the Gym Routine Tracker app running on your other devices.

Requirements

Requires iOS/iPadOS 16.1 or later

Caveats

  • GRT remembers only your most recent workout for each routine. It does not (yet) maintain a historical record of progress.
  • Future enhancements may largely rely on contributors.
  • GRT prioritizes convenience, quick interactions, and the basic needs of the recreational user. More sophisticated trackers are available on the App Store.

To any Apple product managers who like this app, please consider Sherlocking it!

See Also

App Download Links

Source Code

macOS Apps by the same author

  • FlowAllocator - portfolio rebalancing tool for macOS
  • FlowWorth - portfolio valuation and tracking tool for macOS

License

Copyright 2022, 2023 OpenAlloc LLC

All application code is licensed under the Mozilla Public License 2, except where noted in individual modules.

Contributing

Contributions are welcome. You are encouraged to submit pull requests to fix bugs, improve documentation, or offer new features.

The pull request need not be a production-ready feature or fix. It can be a draft of proposed changes, or simply a test to show that expected behavior is buggy. Discussion on the pull request can proceed from there.

Contributions should ultimately have adequate test coverage. See tests for current entities to see what coverage is expected.