Track your gym progress, completely offline.
Go to file
Brandon Presley 3be82e0b36 Default unit on volume labels to kg
Closes #100
2022-10-26 18:04:33 +13: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=36069 2022-10-23 19:15:56 +13:00
ios Revert "Upgrade react-native" 2022-09-17 12:33:45 +12:00
metadata/en-US Update phone screenshots 2022-10-16 17:34:55 +13:00
.buckconfig First commit 2022-06-30 18:50:52 +12:00
.eslintrc.js First commit 2022-06-30 18:50:52 +12:00
.fdignore Add ability to customize primary color 2022-09-24 13:57:51 +12:00
.gitignore Rename my symlink 2022-09-28 15:07:55 +13: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 Revert "Revert "Add custom app bar"" 2022-10-23 12:35:58 +13:00
BestList.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
BestPage.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
Chart.tsx Use theme colors for chart axes labels 2022-10-16 17:08:18 +13:00
ConfirmDialog.tsx Add script to organize all imports 2022-09-02 12:33:53 +12:00
DrawerHeader.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
DrawerMenu.tsx Create useSnackbar custom hook 2022-10-14 17:27:19 +13:00
EditPlan.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
EditSet.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
EditWorkout.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
Gemfile First commit 2022-06-30 18:50:52 +12:00
HomePage.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
LICENSE Add GPL3 license 2022-07-08 11:59:31 +12:00
MassiveFab.tsx Replace height percent setting with flex: 1 2022-10-14 18:12:21 +13:00
MassiveInput.tsx Add ability to set app theme 2022-10-04 14:35:56 +13:00
MassiveSnack.tsx Create useSnackbar custom hook 2022-10-14 17:27:19 +13:00
Page.tsx Replace height percent setting with flex: 1 2022-10-14 18:12:21 +13:00
PlanItem.tsx Refresh current day for Plans on focus 2022-10-13 11:25:23 +13:00
PlanList.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
PlanPage.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
README.md Add plan start screenshot 2022-10-14 18:25:30 +13:00
Routes.tsx Revert "Revert "Add custom app bar"" 2022-10-23 12:35:58 +13:00
SetForm.tsx Show dates in set edit screen 2022-10-14 18:20:30 +13:00
SetItem.tsx Make date color grey 2022-10-17 19:57:18 +13:00
SetList.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
SettingsPage.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
StackHeader.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
StartPlan.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
Switch.tsx Wrap color context with useColor custom hook 2022-10-14 17:24:02 +13:00
ViewBest.tsx Default unit on volume labels to kg 2022-10-26 18:04:33 +13:00
WorkoutItem.tsx Add toggle for hiding maximum set count 2022-10-16 16:54:20 +13:00
WorkoutList.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
WorkoutsPage.tsx Fix single views for new custom headers 2022-10-23 19:13:58 +13: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 Add one rep max calculator for best graphs 2022-10-16 13:39:59 +13:00
color.ts Wrap color context with useColor custom hook 2022-10-14 17:24:02 +13:00
colors.ts Add ability to set app theme 2022-10-04 14:35:56 +13:00
constants.ts Make padding & margin consistent everywhere. 2022-09-16 21:07:02 +12:00
count-many.ts Fix max number of sets for plan 2022-10-16 16:46:38 +13:00
db.ts Add index to sets.created 2022-10-26 13:25:13 +13:00
deploy.sh Add ability to set app theme 2022-10-04 14:35:56 +13:00
drawer-param-list.ts Move sessions page functionality onto Plan page 2022-10-12 14:07:48 +13:00
home-page-params.ts Add sessions page 2022-10-05 23:38:52 +13:00
index.js Switch some modals to dialogs and fix light mode 2022-07-06 21:03:56 +12:00
input.ts Split out colors 2022-09-25 17:32:49 +13:00
install.sh Fix install.sh 2022-10-01 15:36:04 +13:00
metrics.ts Reword best weight and volume metrics 2022-10-16 14:36:08 +13: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 Set versionCode=36069 2022-10-23 19:15:56 +13:00
periods.ts Move all database operations into db.ts 2022-09-04 15:28:21 +12:00
plan-page-params.ts Move sessions page functionality onto Plan page 2022-10-12 14:07:48 +13:00
plan.service.ts Fix text color inconsistency in plan editing 2022-09-25 18:11:50 +13:00
plan.ts Move all database operations into db.ts 2022-09-04 15:28:21 +12:00
release.sh Turn on proguard and separate build per cpu 2022-07-27 16:06:28 +12:00
route.ts Split out some type definitions into their own files 2022-09-24 18:47:31 +12:00
set.service.ts Fix rest timers for newly edited Workouts 2022-10-21 18:39:06 +13:00
set.ts Remove workouts table in favor of storing steps on sets 2022-09-23 13:52:33 +12:00
settings.service.ts Use react context for settings 2022-10-01 16:01:07 +13:00
settings.ts Fix defaults for freshly installed app 2022-10-18 21:43:46 +13:00
time.ts Fix text color inconsistency in plan editing 2022-09-25 18:11:50 +13:00
tsconfig.json Remove comments from tsconfig 2022-09-04 14:04:42 +12:00
use-dark.ts Add ability to set app theme 2022-10-04 14:35:56 +13:00
use-settings.ts Fix defaults for freshly installed app 2022-10-18 21:43:46 +13: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
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