-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CI * Recalculate duration when changing reps * Allow scrolling in workout runner * Add screenshots * Fancy readme * feat: update icon * feat: save files in external dir * test: add basic unit tests (#1) * test: add unit test for workout * chore: run unit tests in CI * chore: run CI on all branches and pull requests * chore: don't show warning when building APK * chore: add name to CI test step * docs: fastlane metadata * chore: release pipeline * chore: fix release pipeline * chore: fix release pipeline name * chore: sign CI APKs * chore: fix CI workflow * chore: change build tools version for signing * chore: add hash to gradle version * docs: update full_description.txt * docs: fix screenshots in README * chore: increase version to 1.0.1
- Loading branch information
1 parent
5f80428
commit f6fe57d
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<b>A simple timer for your workouts, built with Flutter!</b> | ||
A simple timer for your workouts, built with Flutter! | ||
|
||
<ul> | ||
<li>Create complex workouts</<li> | ||
<li>Define your own exercises with custom durations</li> | ||
<li>Add exercises to custom sets</li> | ||
<li>Modern Material Design built with Flutter</li> | ||
<li>Free and Open-Source</li> | ||
</ul> | ||
* Create complex workouts | ||
* Define your own exercises with custom durations | ||
* Add exercises to custom sets | ||
* Text-to-Speech announcements | ||
* Modern Material Design built with Flutter | ||
* Free and Open-Source | ||
|
||
Github: https://github.com/blockbasti/just_another_workout_timer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters