Skip to content

Commit

Permalink
latest version libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
senpl committed Jan 12, 2021
1 parent d59077c commit f59646d
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
implementation 'androidx.exifinterface:exifinterface:1.3.1'
implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'androidx.fragment:fragment-ktx:1.2.5'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.viewpager:viewpager:1.0.0'
Expand Down
18 changes: 18 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.fitworkoutfast",
"variantName": "processReleaseResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 58,
"versionName": "0.24.05",
"outputFile": "app-release.apk"
}
]
}
2 changes: 1 addition & 1 deletion app/src/main/res/layout/programrunner_pager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
android:id="@+id/programrunner_pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/viewpagertab" />
/>

</RelativeLayout>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
//classpath 'com.google.gms:google-services:4.2.0'

Expand Down
23 changes: 23 additions & 0 deletions fastlane/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Program your training with exercises reps and rests(rest time). Any fitness program / plan / schedule could be run.

Your rest timer will count as you wish. It will play sound on end. And next exercise is shown.

Fast and intuitive gestures. Your workout as fast as possible.

Success or fail could be logged and be visible on exercise pager. Gym log and results.

Finish program faster. Your notes to exercise could be added.

Your stretch time could be counted. Play sound on stretch end.

Your workout program could be anything, just add names, reps, rest and rest focus on exercises, not on progam / plan. Use it as log, diary o journal. You could even store your body measures.

App is free, no ads, open source and source code is on github.

To suggest improvements or bug report use https://github.com/senpl/Fit-workout-fast/issues

Called WorkoutsNRest or WorkoutNRest. Based on Fast'N'Fitness.

Red delta project grind style calisthenics could be practiced. Also "All gains, no pains" by Bill Hartman could be run.

Use it as workout planner or calisthenics progression. App is free to use at gym, at home, or outdoor offline( calisthenics ). Your exercises program, your results. All in one app with log, with notes and history.
1 change: 1 addition & 0 deletions fastlane/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Run your workout quickly and easily.

0 comments on commit f59646d

Please sign in to comment.