Track your gym progress, completely offline.
Go to file
Brandon Presley 2fdb220659 Change style of Settings page
1. Move selects above switches
    Selects are larger now so it looks nicer to flow from large
    down to small.
2. Remove label from alarm sound button
    Because the other buttons don't have labels this makes the
    alarm sound stand out and seemed inconsistent.
2023-11-09 13:14:11 +13:00
.bundle First commit 2022-06-30 18:50:52 +12:00
.vscode Add vscode configuration for debugging 2022-12-03 22:14:01 +13:00
.yarn/releases Fix .gitignore for yarn berry 2022-08-26 17:03:44 +12:00
android Enable re-ordering of workouts in EditPlan - 1.170 🚀 2023-11-09 13:01:05 +13:00
ios Upgrade react-native to 0.72.1 2023-07-07 13:17:19 +12:00
metadata/en-US Revert "Update timer page screenshot" 2023-03-02 19:15:26 +13:00
migrations Add weight page 2023-10-21 11:57:31 +13:00
.Gemfile Add gemfile + lock 2022-11-04 18:50:52 +13:00
.buckconfig First commit 2022-06-30 18:50:52 +12:00
.eslintrc.js Ignore mock-providers.tsx 2023-07-17 16:46:23 +12:00
.fdignore Add ability to customize primary color 2022-09-24 13:57:51 +12:00
.gitignore Add profiles dir to gitignore 2023-09-04 14:15:53 +12:00
.rgignore Split out routes 2022-07-15 16:34:06 +12:00
.ruby-version Change ruby version to match what is required in ios 2022-11-15 18:10:30 +13: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 Delete unused code from App.tsx 2023-11-09 12:55:52 +13:00
AppDrawer.tsx Migrate from Drawer -> Stacks to Stack -> Drawer 2023-10-28 15:59:25 +13:00
AppFab.tsx Swap to using MaterialCommunityIcons 2023-10-19 18:28:56 +13:00
AppInput.tsx Run prettier 2023-08-12 15:23:02 +12:00
AppPieChart.tsx Change pie chart colors 2023-10-28 15:18:47 +13:00
AppStack.tsx Add special screen for viewing sets from plan 2023-10-28 16:10:52 +13:00
Chart.tsx Make charts smooth and curvy - 1.169 🚀 2023-11-06 23:08:36 +13:00
ConfirmDialog.tsx Run prettier 2023-08-12 15:23:02 +12:00
DrawerHeader.tsx Migrate from Drawer -> Stacks to Stack -> Drawer 2023-10-28 15:59:25 +13:00
EditPlan.tsx Enable re-ordering of workouts in EditPlan - 1.170 🚀 2023-11-09 13:01:05 +13:00
EditSet.tsx Fix dev bug for navigation after adding a set 2023-11-06 14:29:00 +13:00
EditSets.tsx Migrate from Drawer -> Stacks to Stack -> Drawer 2023-10-28 15:59:25 +13:00
EditWeight.tsx Migrate from Drawer -> Stacks to Stack -> Drawer 2023-10-28 15:59:25 +13:00
EditWorkout.tsx Migrate from Drawer -> Stacks to Stack -> Drawer 2023-10-28 15:59:25 +13:00
EditWorkouts.tsx Fix icons in EditWorkouts 2023-11-06 15:02:20 +13:00
Gemfile Upgrade react-native to 0.72.1 2023-07-07 13:17:19 +12:00
Gemfile.lock Get ios running 2022-11-15 18:10:48 +13:00
GraphsList.tsx Add graph button to start plan - 1.164 🚀 2023-10-24 16:24:56 +13:00
GraphsPage.tsx Migrate from Drawer -> Stacks to Stack -> Drawer 2023-10-28 15:59:25 +13:00
InsightsPage.tsx Format InsightsPage 2023-11-08 15:37:34 +13:00
LICENSE Add GPL3 license 2022-07-08 11:59:31 +12:00
ListMenu.tsx Swap to using MaterialCommunityIcons 2023-10-19 18:28:56 +13:00
Page.tsx Swap to using MaterialCommunityIcons 2023-10-19 18:28:56 +13:00
PlanItem.tsx Move time.ts -> days.ts 2023-11-06 14:27:27 +13:00
PlanList.tsx Migrate from Drawer -> Stacks to Stack -> Drawer 2023-10-28 15:59:25 +13:00
README.md Replace/Remove all references to yarn -> npm 2023-10-26 20:32:22 +13:00
Select.tsx Change select style 2023-10-26 20:30:41 +13:00
SetItem.tsx Make it easier to read old sets on ViewSetList - 1.168 🚀 2023-11-06 15:29:23 +13:00
SetList.tsx Remove redundant code from SetList 2023-10-28 16:12:37 +13:00
SettingsPage.tsx Change style of Settings page 2023-11-09 13:14:11 +13:00
StackHeader.tsx Swap to using MaterialCommunityIcons 2023-10-19 18:28:56 +13:00
StartPlan.tsx Migrate from Drawer -> Stacks to Stack -> Drawer 2023-10-28 15:59:25 +13:00
StartPlanItem.tsx Rename "View" to "Peek" in StartPlanItem 2023-11-06 22:35:37 +13:00
Switch.tsx Remove track color setting from Switch 2023-08-22 11:53:12 +12:00
TimerPage.tsx Remove unused code from TimerPage 2023-11-06 15:00:52 +13:00
ViewGraph.tsx Fix ViewWeightGraph - 1.165 🚀 2023-10-26 20:45:50 +13:00
ViewSetList.tsx Refactor code in ViewSetList 2023-11-06 22:35:52 +13:00
ViewWeightGraph.tsx Handle entering multiple weights in a single day 2023-10-26 21:11:56 +13:00
WeightItem.tsx Change style of weight items 2023-10-24 16:16:59 +13:00
WeightList.tsx Add weight page 2023-10-21 11:57:31 +13:00
WeightPage.tsx Migrate from Drawer -> Stacks to Stack -> Drawer 2023-10-28 15:59:25 +13:00
WorkoutItem.tsx Hide rest timers on Workouts when alarms are off 2023-10-14 10:46:22 +13:00
WorkoutList.tsx Fix navigation type in WorkoutList 2023-11-06 15:02:29 +13:00
WorkoutsPage.tsx Prevent workouts jitter 2023-10-18 13:18:32 +13:00
app.json Run prettier on project directory 2022-09-01 23:52:33 +12:00
babel.config.js Upgrade react-native to 0.72.1 2023-07-07 13:17:19 +12:00
best.service.ts Paginate graphs 2023-08-14 10:42:15 +12:00
colors.ts Fix color of progress bar in Timer page 2023-08-22 12:04:47 +12:00
constants.ts Revert "Change way we detect set updates" 2023-08-28 18:12:15 +12:00
count-many.ts Run prettier 2023-08-12 15:23:02 +12:00
data-source.ts Add weight page 2023-10-21 11:57:31 +13:00
days.ts Move time.ts -> days.ts 2023-11-06 14:27:27 +13:00
db.ts Add weight page 2023-10-21 11:57:31 +13:00
deno.json Use deno fmt instead of prettier 2023-06-27 15:16:59 +12:00
deploy.sh Fix ViewWeightGraph - 1.165 🚀 2023-10-26 20:45:50 +13:00
drawer-param-list.ts Remove redundant code from SetList 2023-10-28 16:12:37 +13:00
emitter.ts Replace usage of deprecated DeviceEventEmitter - 1.155 🚀 2023-09-04 14:32:40 +12:00
fix-numeric.ts Validate reps+weight on EditSet 2023-08-12 15:22:00 +12:00
gym-set.ts Use events for gym set CRUD 2023-10-18 19:06:13 +13:00
index.js Upgrade react-native to 0.72.1 2023-07-07 13:17:19 +12:00
input.ts Run prettier 2023-08-12 15:23:02 +12:00
install.sh Fix install.sh script for new react-native output 2023-07-15 15:02:13 +12:00
jest.config.js Optimize root context 2022-10-31 21:00:10 +13:00
jestSetup.ts Run prettier 2023-08-12 15:23:02 +12:00
metrics.ts Change ViewGraph defaults to ORM > Best > Volume 2023-10-18 12:46:34 +13:00
metro.config.js Upgrade react-native to 0.72.1 2023-07-07 13:17:19 +12:00
mock-providers.tsx Run prettier 2023-08-12 15:23:02 +12:00
muscle-groups.ts Add muscle groups 2023-11-09 12:23:19 +13:00
options.ts Run prettier 2023-08-12 15:23:02 +12:00
organize.sh Use deno fmt instead of prettier 2023-06-27 15:16:59 +12:00
package-lock.json Enable re-ordering of workouts in EditPlan - 1.170 🚀 2023-11-09 13:01:05 +13:00
package.json Enable re-ordering of workouts in EditPlan - 1.170 🚀 2023-11-09 13:01:05 +13:00
periods.ts Add period selectors for insights page 2023-10-25 10:21:21 +13:00
plan.ts Add title to Plan 2023-08-21 14:25:29 +02:00
react-native.config.js Ran prettier on react-native.config.js 2022-11-22 21:38:54 +13:00
release.sh Turn on proguard and separate build per cpu 2022-07-27 16:06:28 +12:00
route.ts Migrate from Drawer -> Stacks to Stack -> Drawer 2023-10-28 15:59:25 +13:00
settings.ts Replace usage of deprecated DeviceEventEmitter - 1.155 🚀 2023-09-04 14:32:40 +12:00
toast.ts Replace usage of deprecated DeviceEventEmitter - 1.155 🚀 2023-09-04 14:32:40 +12:00
tsconfig.json Fix type errors related to upgrade 2023-07-15 14:38:46 +12:00
use-dark.ts Run prettier 2023-08-12 15:23:02 +12:00
use-theme.ts Run prettier 2023-08-12 15:23:02 +12:00
use-timer.ts Fix timer page flashing 00:00 on first navigate 2023-11-04 13:53:19 +13:00
volume.ts Run prettier 2023-08-12 15:23:02 +12:00
weight.ts Add weight page 2023-10-21 11:57:31 +13:00
write.ts Run prettier 2023-08-12 15:23:02 +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

Running in Development

First ensure Node.js dependencies are installed:

npm install

Then start the metro server:

npm start

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

npm run 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