Track your gym progress, completely offline.
Go to file
Brandon Presley b41c30d886 Replace it with test for jest files
Test explains what it is we are writing, whereas it
doesn't.
2023-01-04 13:44:28 +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 Start alarms as a foreground service 2023-01-03 17:04:51 +13:00
ios Fix uploading and downloading sets on ios 2022-11-22 22:16:14 +13:00
metadata/en-US Update plan start image 2022-12-30 20:46:39 +13:00
migrations Fix migrations on android 10 2022-12-27 00:29:45 +13:00
tests Replace it with test for jest files 2023-01-04 13:44:28 +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 Apply eslint rules to js files 2022-11-01 19:59:33 +13:00
.fdignore Add ability to customize primary color 2022-09-24 13:57:51 +12:00
.gitignore Replace it with test for jest files 2023-01-04 13:44:28 +13:00
.prettierrc.js Remove semicolons from line endings 2022-10-31 17:22:08 +13: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 Add selected title for plans + sets 2023-01-03 17:21:51 +13:00
AppFab.tsx Test adding a new set 2023-01-01 18:01:46 +13:00
AppInput.tsx Change mode of text input from outlined to default 2023-01-01 13:16:08 +13:00
BestList.tsx Replace settings context with theme context 2022-11-01 16:50:03 +13:00
BestPage.tsx Remove semicolons from line endings 2022-10-31 17:22:08 +13:00
Chart.tsx Fix x axis cutting off for some charts 2022-11-23 21:49:27 +13:00
ConfirmDialog.tsx Add ability to edit/delete multiple sets/plans 2022-12-13 22:54:37 +13:00
DrawerHeader.tsx Add selected title for plans + sets 2023-01-03 17:21:51 +13:00
EditPlan.tsx Replace children with title for Switch 2022-12-30 19:49:54 +13:00
EditSet.tsx Simplify getNow 2023-01-04 13:24:49 +13:00
EditSets.tsx Organize imports 2023-01-01 15:20:56 +13:00
EditWorkout.tsx Simplify getNow 2023-01-04 13:24:49 +13:00
Gemfile First commit 2022-06-30 18:50:52 +12:00
Gemfile.lock Get ios running 2022-11-15 18:10:48 +13:00
HomePage.tsx Add ability to edit/delete multiple sets/plans 2022-12-13 22:54:37 +13:00
LICENSE Add GPL3 license 2022-07-08 11:59:31 +12:00
ListMenu.tsx Keep list menu open after selecting all 2023-01-01 13:43:55 +13:00
Page.tsx Reword MassiveX as AppX 2022-12-29 13:57:19 +13:00
PlanItem.tsx Fix ripple color for dark theme 2022-12-15 16:43:00 +13:00
PlanList.tsx Add selected title for plans + sets 2023-01-03 17:21:51 +13:00
PlanPage.tsx Add feature to edit last set from plan 2022-11-02 12:58:57 +13:00
README.md Add plan start screenshot 2022-10-14 18:25:30 +13:00
Routes.tsx Improve performance of Routes.tsx 2023-01-01 18:05:11 +13:00
Select.tsx Use React.memo in Select.tsx 2022-12-30 19:39:35 +13:00
SetItem.tsx Fix ripple color for dark theme 2022-12-15 16:43:00 +13:00
SetList.tsx Simplify getNow 2023-01-04 13:24:49 +13:00
SettingsPage.tsx Fix settings persistence issues 2023-01-03 14:59:19 +13:00
StackHeader.tsx Organize imports 2023-01-01 15:20:56 +13:00
StartPlan.tsx Simplify getNow 2023-01-04 13:24:49 +13:00
StartPlanItem.tsx Simplify getNow 2023-01-04 13:24:49 +13:00
Switch.tsx Replace children with title for Switch 2022-12-30 19:49:54 +13:00
TimerPage.tsx Use sqlite in Android code for alarm settings 2023-01-02 18:54:35 +13:00
ViewBest.tsx Add labels to selects 2022-11-30 15:15:19 +13:00
WorkoutItem.tsx Replace settings context with theme context 2022-11-01 16:50:03 +13:00
WorkoutList.tsx Organize imports 2023-01-01 15:20:56 +13:00
WorkoutsPage.tsx Remove semicolons from line endings 2022-10-31 17:22:08 +13:00
app.json Run prettier on project directory 2022-09-01 23:52:33 +12:00
babel.config.js Optimize root context 2022-10-31 21:00:10 +13:00
best.service.ts Remove semicolons from line endings 2022-10-31 17:22:08 +13:00
colors.ts Make light+dark colors same length 2022-12-12 13:15:55 +13:00
constants.ts Fix ripple color for dark theme 2022-12-15 16:43:00 +13:00
count-many.ts Remove semicolons from line endings 2022-10-31 17:22:08 +13:00
data-source.ts Split up dark and light color settings 2022-11-26 13:15:12 +13:00
db.ts Simplify getNow 2023-01-04 13:24:49 +13:00
deploy.sh Add tests to deploy script 2023-01-01 14:32:23 +13:00
drawer-param-list.ts Add native events to communicate the running timer 2022-11-03 20:04:15 +13:00
gym-set.ts Fix default new sets 2022-11-04 16:02:06 +13:00
home-page-params.ts Add ability to edit/delete multiple sets/plans 2022-12-13 22:54:37 +13:00
index.js Remove vestiges of react-native-sqlite-storage 2022-11-01 12:30:31 +13:00
input.ts Organize imports 2023-01-01 15:20:56 +13:00
install.sh Add --nobuild option to install.sh 2022-11-02 12:42:50 +13:00
jest.config.js Optimize root context 2022-10-31 21:00:10 +13:00
jestSetup.ts Add app test 2023-01-01 18:33:03 +13:00
metrics.ts Reword best weight and volume metrics 2022-10-16 14:36:08 +13:00
metro.config.js Optimize root context 2022-10-31 21:00:10 +13:00
mock-providers.tsx Move the theme object to be inline for mock-providers 2023-01-01 14:19:15 +13:00
options.ts Reduce redundancy of labels for theme setting 2023-01-03 11:31:25 +13:00
organize.sh Include tests directory in organize.sh 2023-01-01 15:21:42 +13:00
package.json Set versionCode=36136 2023-01-03 15:15:33 +13:00
periods.ts Move all database operations into db.ts 2022-09-04 15:28:21 +12:00
plan-page-params.ts Prevent animation when navigating to plan 2022-12-03 22:13:35 +13:00
plan.ts Remove semicolons from line endings 2022-10-31 17:22:08 +13: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 Remove semicolons from line endings 2022-10-31 17:22:08 +13:00
settings.ts Split up dark and light color settings 2022-11-26 13:15:12 +13:00
time.ts Use date-fns and detect 12/24 hour device setting 2022-11-12 14:38:39 +13:00
toast.ts Refactor MassiveSnack 2022-11-01 15:55:37 +13:00
tsconfig.json Pause converting to typeorm due to odd error 2022-10-31 13:20:36 +13:00
use-dark.ts Replace settings context with theme context 2022-11-01 16:50:03 +13:00
use-theme.ts Split up dark and light color settings 2022-11-26 13:15:12 +13:00
use-timer.ts Organize imports 2023-01-01 15:20:56 +13:00
volume.ts Remove semicolons from line endings 2022-10-31 17:22:08 +13: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 Just use a toast for download notifications 2022-11-22 22:18:15 +13:00
yarn.lock Merge branch 'master' into unit-tests 2023-01-01 13:57:01 +13: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