MCPcopy Index your code
hub / github.com/chaosbastler/opentraining

github.com/chaosbastler/opentraining @v0.7.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.7.5 ↗ · + Follow
900 symbols 2,567 edges 103 files 367 documented · 41%

Browse by type

Functions 765 Types & classes 135
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Open Training

Open Training is an Android app for planning your fitness training.

More information: http://skubware.de/opentraining/

At the moment I'm in contact with the developer of wger(https://wger.de). In the future OpenTraining might be able to sync exercises or even training plans with wger.

Where can I download the app?

Google Play Store: https://play.google.com/store/apps/details?id=de.skubware.opentraining

F-Droid.org (catalogue of FOSS): https://f-droid.org/repository/browse/?fdid=de.skubware.opentraining

You can also use this QR-Codes:

qrcodes hier qr code erstellen

Programming language

Java (and some shell scripts for development)

License

GPL 3 Exercises are CC licensed(currently all CC-BY-SA)

Translations

English, German. More wanted! Help here: http://crowdin.net/project/opentraining

Building Instruction

Requirements

  • Git
  • Android-SDK v19
  • Android Support Repository

Building with Eclipse

1. Clone the repository

$ git clone git://github.com/chaosbastler/opentraining.git

2. Checkout dependencies

$ git submodule init

$ git submodule update

3. Change Eclipse workspace

4. Import 'app'

* File -> Import -> Existing Projects into Workspace

5. Import 'test'

* File -> Import -> Existing Projects into Workspace

6. Import support library

* Instructions: http://developer.android.com/tools/support-library/setup.html#add-library; 'Adding libraries with resources', step 1 to 4 should be enough

6. Disable Lint für support library

*Click right on project 'android-support-v7-appcompat' -> Properties -> Android Lint Preferences -> Ignore all

Building with gradle

1. Connect your phone with USB

2. Build & Install

$ gradle installDebug

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 765
Class 115
Interface 12
Enum 8

Languages

Java100%

Modules by API surface

app/src/de/skubware/opentraining/basic/ExerciseType.java41 symbols
app/src/de/skubware/opentraining/db/DataProvider.java32 symbols
app/src/de/skubware/opentraining/basic/FSet.java31 symbols
app/src/de/skubware/opentraining/activity/settings/SettingsActivity.java31 symbols
app/src/de/skubware/opentraining/basic/FitnessExercise.java29 symbols
app/src/de/skubware/opentraining/activity/create_workout/ExerciseTypeListFragment.java27 symbols
app/src/at/technikum/mti/fancycoverflow/FancyCoverFlow.java26 symbols
app/src/de/skubware/opentraining/basic/Workout.java20 symbols
app/src/de/skubware/opentraining/db/IDataProvider.java19 symbols
app/src/de/skubware/opentraining/activity/create_exercise/CreateExerciseActivity.java19 symbols
app/src/de/skubware/opentraining/activity/create_exercise/NameFragment.java18 symbols
app/src/de/skubware/opentraining/activity/create_exercise/ExerciseImageListAdapter.java18 symbols

For agents

$ claude mcp add opentraining \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page