MCPcopy Index your code
hub / github.com/brodeurlv/fastnfitness

github.com/brodeurlv/fastnfitness @0.20.6.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.20.6.2 ↗ · + Follow
1,327 symbols 4,709 edges 116 files 147 documented · 11%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

FastNFitness Logo

Welcome to the FastNFitness wiki!

Get it on F-Droid Get it on Google Play

Track your progress (strengh, cardio and isometric) quickly and easily

Now you can track your progress easily and quickly! You can create as many machines as you want with the name you want! It's your choice!

Graphics will show your progress and your body evolution.

Don't leave the app to get your music : a music player is integrated into the app!

Development

For development, Android Studio with gradle is used. If you want to develop and contribute, the easiest way is to use Android Studio as well.

  1. Fork the project on GitHub.
  2. Clone it within Android Studio or a Git Bash:
    1. From the Welcome Screen: Check out project from Version Control -> Git
    2. Or from within Android Studio: File -> New -> Project from version control -> Git
    3. Log in to GitHub... -> Create API Token -> Enter your username and password from your GitHub account
    4. Add the URL of your forked project in „Git Repository URL“
    5. Clone
  3. Click No on the next dialog: Would you like to create an Android Studio project for the sources you have checked out to [...]
  4. Then open an existing Android Studio project:
    1. From the Welcome Screen: Open an existing Android Studio project
    2. Or from within Android Studio: File -> Open
    3. Search for the path, where you cloned this project
  5. Do you want to add the following file to Git? (Project.xml) -> No
  6. Then in the Build window: Add Google Maven repository
  7. File -> Sync Project with Gradle Files

CHANGE LOG

See CHANGELOG.md

CONTRIBUTING

See Contributing.md

LICENSE

BSD 3-Clause License

Copyright (c) 2019-2021, Charles Combes All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Extension points exported contracts — how you extend this code

OnTextChangedListener (Interface)
(no doc) [3 implementers]
app/src/main/java/com/easyfitness/views/EditableInputView.java
BtnClickListener (Interface)
Created by ccombes on 17/09/20.
app/src/main/java/com/easyfitness/BtnClickListener.java
OnChronometerTickListener (Interface)
(no doc) [1 implementers]
app/src/main/java/gr/antoniom/chronometer/Chronometer.java
OnCustomEventListener (Interface)
(no doc)
app/src/main/java/com/easyfitness/utils/OnCustomEventListener.java
OnDeleteImageListener (Interface)
(no doc)
app/src/main/java/com/easyfitness/utils/ImageUtil.java

Core symbols most depended-on inside this repo

setText
called by 217
app/src/main/java/com/easyfitness/views/EditableInputView.java
getActivity
called by 212
app/src/main/java/com/easyfitness/MainActivity.java
getText
called by 174
app/src/main/java/com/easyfitness/views/EditableInputView.java
toString
called by 174
app/src/main/java/com/easyfitness/enums/Unit.java
get
called by 162
app/src/main/java/com/easyfitness/DAO/program/DAOProgram.java
getId
called by 127
app/src/main/java/com/easyfitness/utils/Value.java
close
called by 110
app/src/main/java/com/easyfitness/DAO/DAOBase.java
write
called by 105
app/src/main/java/com/csvreader/CsvWriter.java

Shape

Method 1,186
Class 121
Enum 12
Interface 8

Languages

Java100%

Modules by API surface

app/src/main/java/com/easyfitness/DAO/record/Record.java62 symbols
app/src/main/java/com/csvreader/CsvReader.java62 symbols
app/src/main/java/com/easyfitness/MainActivity.java49 symbols
app/src/main/java/com/easyfitness/utils/MusicController.java33 symbols
app/src/main/java/com/easyfitness/DAO/record/DAORecord.java32 symbols
app/src/main/java/com/easyfitness/views/WorkoutValuesInputView.java31 symbols
app/src/main/java/com/easyfitness/fonte/FontesFragment.java30 symbols
app/src/main/java/com/csvreader/CsvWriter.java29 symbols
app/src/main/java/com/easyfitness/utils/ImageUtil.java26 symbols
app/src/main/java/com/easyfitness/WeightFragment.java25 symbols
app/src/main/java/com/easyfitness/utils/FileChooserDialog.java23 symbols
app/src/main/java/com/easyfitness/DAO/DAOMachine.java23 symbols

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page