Open Training is an Android app for planning your fitness training.
More information: http://skubware.de/opentraining/
There will also be a web application for editing the exercise database. The code of the website will be released under the AGPL. Here is a preview of the website:
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:
Java (and some shell scripts for development)
GPL 3 Exercises are CC licensed(currently all CC-BY-SA)
English, German. More wanted! Help here: http://crowdin.net/project/opentraining
- Git
- Android-SDK v17
$ git clone git://github.com/chaosbastler/opentraining.git
NOTE: You must have git, ant/bin, android/tools in your enviroment PATH
On *nix based systems:
$ ./setup_env.sh
On windows open the `setup_env.bat`
$ ant debug
$ ant installd
$ git clone git://github.com/chaosbastler/opentraining.git
$ git submodule init
$ git submodule update
* File -> Import -> Existing Projects into Workspace
*File -> New -> Other -> Android Project from Existing Code
*Root Directory: choose ActionBarSherlock/library
*Click right on project 'library' -> Properties -> Android Lint Preferences -> Ignore all
$ cd app && mvn clean install android:deploy android:run -Dandroid.device=usb -DskipTests