Track your gym progress, completely offline.
Go to file
Brandon Presley cba57e6e64 Use callbacks everywhere 2022-07-10 11:51:52 +12:00
.bundle First commit 2022-06-30 18:50:52 +12:00
__tests__ First commit 2022-06-30 18:50:52 +12:00
android Delete ExportActivity and ImportActivity 2022-07-09 19:41:19 +12:00
images Update images for docs 2022-07-09 17:17:18 +12:00
ios First commit 2022-06-30 18:50:52 +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 Add README.md 2022-07-07 18:08:25 +12:00
.prettierrc.js First commit 2022-06-30 18:50:52 +12:00
.ruby-version First commit 2022-06-30 18:50:52 +12:00
.watchmanconfig First commit 2022-06-30 18:50:52 +12:00
App.tsx Replace tab names with icons 2022-07-09 15:19:02 +12:00
BatteryDialog.tsx Fix all lint errors 2022-07-09 13:48:45 +12:00
BestPage.tsx Use callbacks everywhere 2022-07-10 11:51:52 +12:00
DayMenu.tsx Fix all lint errors 2022-07-09 13:48:45 +12:00
EditPlan.tsx Use callbacks everywhere 2022-07-10 11:51:52 +12:00
EditSet.tsx Make EditSet scroll 2022-07-09 17:13:13 +12:00
Gemfile First commit 2022-06-30 18:50:52 +12:00
HomePage.tsx Use callbacks everywhere 2022-07-10 11:51:52 +12:00
LICENSE Add GPL3 license 2022-07-08 11:59:31 +12:00
MassiveFab.tsx Move MassiveFab upwards slightly 2022-07-09 15:27:32 +12:00
PlanItem.tsx Use callbacks everywhere 2022-07-10 11:51:52 +12:00
PlanPage.tsx Use callbacks everywhere 2022-07-10 11:51:52 +12:00
README.md Update images for docs 2022-07-09 17:17:18 +12:00
SetItem.tsx Use callbacks everywhere 2022-07-10 11:51:52 +12:00
SettingsPage.tsx Use callbacks everywhere 2022-07-10 11:51:52 +12:00
ViewBest.tsx Fix all lint errors 2022-07-09 13:48:45 +12:00
WorkoutMenu.tsx Fix all lint errors 2022-07-09 13:48:45 +12:00
app.json First commit 2022-06-30 18:50:52 +12:00
babel.config.js Remove console logs from production 2022-07-09 12:49:07 +12:00
best.ts Add graphs 2022-07-09 00:11:10 +12:00
bun.lockb Use switches for plan editing 2022-07-07 16:17:55 +12:00
db.ts Ensure only one connection to SQLite exists 2022-07-07 14:18:38 +12:00
index.js Switch some modals to dialogs and fix light mode 2022-07-06 21:03:56 +12:00
metro.config.js First commit 2022-06-30 18:50:52 +12:00
package.json Use react-native libraries for Export and Import 2022-07-09 19:39:11 +12:00
plan.ts Add half completed Plans 2022-07-06 17:40:53 +12:00
progress.ts Add progress to plans 2022-07-07 12:45:45 +12:00
set.ts Reduce amount of state in EditSet 2022-07-08 20:29:31 +12:00
time.ts Add ability to edit created on sets 2022-07-09 16:38:57 +12:00
tsconfig.json First commit 2022-06-30 18:50:52 +12:00
yarn.lock Use react-native libraries for Export and Import 2022-07-09 19:39:11 +12:00

README.md

Massive

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

Installation

The easiest installation method on Android devices is to download the APK.

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 ./app/build/outputs/apk/release/app-release.apk

Running in Development

First ensure Node.js dependencies are installed:

yarn install

Then start the metro server:

yarn start

Then run the android script:

yarn android