Track your gym progress, completely offline.
Go to file
Brandon Presley 565df842c9 Add watch-lint.sh and watch-tsc.sh
Both these scripts will live reload run yarn lint and tsc,
reporting errors with notify-send.
2022-09-20 13:51:34 +12:00
.bundle First commit 2022-06-30 18:50:52 +12:00
.yarn/releases Fix .gitignore for yarn berry 2022-08-26 17:03:44 +12:00
android Set versionCode=36020 2022-09-20 12:29:44 +12:00
ios Revert "Upgrade react-native" 2022-09-17 12:33:45 +12:00
metadata/en-US Update screenshots 2022-09-03 18:57:16 +12:00
.buckconfig First commit 2022-06-30 18:50:52 +12:00
.eslintrc.js First commit 2022-06-30 18:50:52 +12:00
.gitignore Revert "Upgrade react-native" 2022-09-17 12:33:45 +12:00
.prettierrc.js First commit 2022-06-30 18:50:52 +12:00
.rgignore Split out routes 2022-07-15 16:34:06 +12:00
.ruby-version First commit 2022-06-30 18:50:52 +12:00
.watchmanconfig Run prettier on project directory 2022-09-01 23:52:33 +12:00
.yarnrc.yml Upgrade yarn version 2022-07-19 16:24:05 +12:00
App.tsx Change toasts based on context of settings 2022-09-11 15:35:20 +12:00
BestList.tsx Show images on Best list and Workout list 2022-09-18 18:30:37 +12:00
BestPage.tsx Move all database operations into db.ts 2022-09-04 15:28:21 +12:00
Chart.tsx Make padding & margin consistent everywhere. 2022-09-16 21:07:02 +12:00
ConfirmDialog.tsx Add script to organize all imports 2022-09-02 12:33:53 +12:00
DrawerMenu.tsx Change toasts based on context of settings 2022-09-11 15:35:20 +12:00
EditPlan.tsx Prevent empty plans from being created 2022-09-18 18:45:05 +12:00
EditSet.tsx Make padding & margin consistent everywhere. 2022-09-16 21:07:02 +12:00
EditWorkout.tsx Use gestures instead of buttons for EditWorkout image 2022-09-19 14:58:08 +12:00
Gemfile First commit 2022-06-30 18:50:52 +12:00
HomePage.tsx Revert "Show count when adding a new set" 2022-09-09 15:32:47 +12:00
LICENSE Add GPL3 license 2022-07-08 11:59:31 +12:00
MassiveFab.tsx Style color of fab based on theme 2022-09-01 13:12:16 +12:00
MassiveInput.tsx Make padding & margin consistent everywhere. 2022-09-16 21:07:02 +12:00
MassiveSnack.tsx Always display snackbars for their intended durations 2022-09-16 21:37:44 +12:00
MassiveSwitch.tsx Make padding & margin consistent everywhere. 2022-09-16 21:07:02 +12:00
Page.tsx Make padding & margin consistent everywhere. 2022-09-16 21:07:02 +12:00
PlanItem.tsx Prevent empty plans from being created 2022-09-18 18:45:05 +12:00
PlanList.tsx Make padding & margin consistent everywhere. 2022-09-16 21:07:02 +12:00
PlanPage.tsx Make plans use stack navigation 2022-07-11 12:28:30 +12:00
README.md Undo the attempt at styling the README.md 2022-09-04 17:21:46 +12:00
Routes.tsx Replace react context with let statement in db.ts 2022-09-04 14:05:25 +12:00
SetForm.tsx Remove (kg) and auto capitalization from unit 2022-09-18 18:10:19 +12:00
SetItem.tsx Split out database logic into service files 2022-09-04 16:56:46 +12:00
SetList.tsx Make several logs one liners in SetList 2022-09-19 14:52:06 +12:00
SettingsPage.tsx Reword tooltip when toggling set predictions 2022-09-18 18:11:09 +12:00
ViewBest.tsx Split up logging in ViewBest 2022-09-20 12:35:44 +12:00
WorkoutItem.tsx Show images on Best list and Workout list 2022-09-18 18:30:37 +12:00
WorkoutList.tsx Add steps to workouts 2022-09-18 18:08:09 +12:00
WorkoutMenu.tsx Fix all lint errors 2022-07-09 13:48:45 +12:00
WorkoutsPage.tsx Add workouts page 2022-08-26 15:10:28 +12:00
app.json Run prettier on project directory 2022-09-01 23:52:33 +12:00
babel.config.js Remove console logs from production 2022-07-09 12:49:07 +12:00
best.service.ts Show images on Best list and Workout list 2022-09-18 18:30:37 +12:00
constants.ts Make padding & margin consistent everywhere. 2022-09-16 21:07:02 +12:00
db.ts Insert missing rows into workouts on migration 2022-09-18 20:30:30 +12:00
deploy.sh Remove typescript and lint from deploy 2022-09-11 15:48:11 +12:00
index.js Switch some modals to dialogs and fix light mode 2022-07-06 21:03:56 +12:00
install.sh Add shell script to assemble and install apk 2022-08-22 18:45:21 +12:00
metrics.ts Move all database operations into db.ts 2022-09-04 15:28:21 +12:00
metro.config.js First commit 2022-06-30 18:50:52 +12:00
organize.sh Add script to organize all imports 2022-09-02 12:33:53 +12:00
package.json Remove husky 2022-09-20 12:51:56 +12:00
periods.ts Move all database operations into db.ts 2022-09-04 15:28:21 +12:00
plan.service.ts Make padding & margin consistent everywhere. 2022-09-16 21:07:02 +12:00
plan.ts Move all database operations into db.ts 2022-09-04 15:28:21 +12:00
progress.ts Add progress to plans 2022-07-07 12:45:45 +12:00
release.sh Turn on proguard and separate build per cpu 2022-07-27 16:06:28 +12:00
set.service.ts Add steps to workouts 2022-09-18 18:08:09 +12:00
set.ts Add images to sets 2022-08-28 20:55:12 +12:00
settings.service.ts Make padding & margin consistent everywhere. 2022-09-16 21:07:02 +12:00
settings.ts Add show images setting 2022-09-01 13:06:49 +12:00
time.ts Use stack navigation for Best 2022-07-11 13:00:17 +12:00
tsconfig.json Remove comments from tsconfig 2022-09-04 14:04:42 +12:00
volume.ts Move all database operations into db.ts 2022-09-04 15:28:21 +12:00
watch-lint.sh Add watch-lint.sh and watch-tsc.sh 2022-09-20 13:51:34 +12:00
watch-tsc.sh Add watch-lint.sh and watch-tsc.sh 2022-09-20 13:51:34 +12:00
watch.sh Add TypeScript watching to watch.sh 2022-09-20 12:54:52 +12:00
workout.service.ts Add steps to workouts 2022-09-18 18:08:09 +12:00
workout.ts Add steps to workouts 2022-09-18 18:08:09 +12:00
write.ts Show notification on file downloads 2022-08-25 20:00:10 +12:00
yarn.lock Remove husky 2022-09-20 12:51:56 +12:00

README.md

Massive

Massive tracks your reps and sets at the gym. No internet connectivity or high spec device is required.

Features

  • Track weight, reps and sets
  • Rest timers after each set
  • Progress graphs
  • Day planner
Get it on Google Play

Screenshots

Building from Source

First follow the React Native Environment Setup. Then run the following command:

cd android
./gradlew assembleRelease

The apk file can be found at android/app/build/outputs/apk/release/app-*-release.apk The APKs are separated by architecture, for example we have:

  • app-arm64-v8a-release.apk
  • app-armeabi-v7a-release.apk
  • app-x86_64-release.apk
  • app-x86-release.apk

Your phone is probably app-arm64-v8a-release.apk.

Running in Development

First ensure Node.js dependencies are installed:

yarn install

Then start the metro server:

yarn start

Then (in a separate terminal) run the android script:

yarn android

Fdroid Metadata

You can find the metadata yaml file in the fdroiddata repository: https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.massive.yml

Relevant Documentation