Releases Tags
-
v0.1.0-beta14
released this 2 weeks ago | 0 commits to main since this release
Increased maximum set weight to 9999.
Downloads
-
v0.1.0-beta13
released this 1 month ago | 5 commits to main since this release
Fixed: App crashes when tapping set duration
Downloads
-
v0.1.0-beta12
released this 1 month ago | 14 commits to main since this release
Features:
- Added various translations
Development:
- Upgraded dependencies
- GymRoutines now targets Android 13
Downloads
-
v0.1.0-beta11
released this 1 year ago | 51 commits to main since this release
Features:
- Added Danish translations (
aa548cbf
,75fbe12f
) @mondstern - Added French translations (
854c836e
) @twann - Added Spanish translations (
e8742dc4
) @XabMS - Added Dutch translations (
0fd9fc4b
) @mondstern - Added German translations (
468a32de
) @mondstern
Bug fixes:
- Exercise list is now sorted in a case-insensitive manner (
ec863c83
) @yamanq
Development:
Downloads
- Added Danish translations (
-
v0.1.0-beta10
released this 1 year ago | 66 commits to main since this release
Features
- Added a persistent workout notification that is visible during a workout (48988881..0aaf9afe)
- Translated entire app to German (
08c1d032
,eb404a84
) - Added translations for danish (
8bb5fec3
) @mondstern
Bug fixes
- Fixed workout bottom sheet appearance (
ad0fc695
) - Show "Unnamed" text in WorkoutViewer and WorkoutInsights if routine is unnamed (
e80bde5e
,187cb8f9
)
Development
Downloads
-
v0.1.0-beta09
released this 1 year ago | 107 commits to main since this release
Features
- Reimplemented the post-workout screen with new features (cd7da128..3ef694a3)
- Fixed bug where workout timer is frozen (
2f6823d6
)
Bug fixes
- Fixed crash caused by PrettyTime by removing PrettyTime (
dbed6feb
)
Development
- Removed obsolete DateUtil functions (
b69fc312
)
Downloads
-
v0.1.0-beta08
released this 1 year ago | 127 commits to main since this release
Features
- Added delete buttons for routines and exercises (
7eda5755
,4ef00ff5
) - Added search bar in routine list (
d6b4f3b4
,374b9480
,d96527c1
) - Added placeholder loading indicators (
44d73741
,2bb70ae0
,71932614
,3f957eb1
,ba35ade4
,39d5f11a
) - Added a splash screen (
6ab65ffe
) - Added launcher icons for <API26 (
46f3ec7c
) - Updated routine editor appearance (0a9d1d96..93de968c)
- Updated search bar appearance (
caafdb1c
) - Updated insights appearance (
c8f1606d
,b9762d8a
,9a5f0647
) - Updated settings (ca1b825c..02591de9,
2825ed47
,49ac7efe
) - Removed navigation animations (
77905f83
)
Bug fixes
- Backup/Restore now shows a warning when a workout is still in progress (
48cdd818
)
Development
- Reference routineId from workouts_table instead of storing redundant name (7f67c172..756d9f42,
ef08c8dd
,20bdf632
)- Workout's parent routines are extrapolated by name in migration (fallback is to create a new one)
- Routines aren't deleted anymore; they are instead marked as hidden
- Upgrade dependencies (
78aab1ce
,82e79133
,62acef3e
) - Move dependencies to Dependencies.kt (
97c0db65
,ebcf96d9
) - Clean up MainScreen (c2c42ff7..7ad34c59)
- Clean up MainActivity (
7ff9089c
) - Move RoutineList to seperate package (
a783d2cb
) - Replaced MainActivity.openUrl with Context.openUrl (
e3f36aa9
) - Pass back navigation arguments using savedStateHandle (
b34cd7e8
) - Remove obsolete navigation arguments in workoutInProgress destination (
feb8ac8e
) - Remove util.OpenDocument (
7c0a2281
)
Downloads
- Added delete buttons for routines and exercises (
-
v0.1.0-beta07
released this 1 year ago | 193 commits to main since this release
Features:
- Updated Exercise Picker sheet layout (
761cd31a
,d0f32832
) - Added new navigation animations (cd3e9914..6bd7cef4)
- Exercise Editor now only saves when the user taps 'save' (
c3a08f82
) - Added alert when user tries to discard Exercise (
f6d7dc72
,5e8e5602
) - Set surface color to material gray (
bc3776ef
) - Added redundant delete button for workouts (
cfacb022
)
Bug fixes:
- Exercise Picker sheet state now resets when it's closed (
a087e900
) - Don't allow saving unnamed exercises (
f6d7dc72
) - Fixed clipped shadows in RoutineList, ExerciseList, WorkoutInsights (
49463ae3
)
Development:
- Rename GymRoutinesApp to MainScreen (
cd6259a6
) - Add MainScreenVM (
cd6259a6
,cc1acd6b
) - Add accompanist navigation material for exercise picker bottom sheet (
a087e900
,762f5c0d
,7a22b8e0
) - Upgrade gradle wrapper (
979f272b
) - Upgrade ktlint dependencies (
ad55d5e8
) - Remove Editor and Presenter ViewModel structure (
4d8a7fbf
,35d71a0c
- Clean up ExerciseEditor (
35042483
) - Clean up ExerciseList (
52cf5ad2
) - Remove NormalDialog (
a9ddadf6
) - Use item keys in LazyLists (
da8013cd
,0aeef035
)
Downloads
- Updated Exercise Picker sheet layout (
-
v0.1.0-beta06
released this 1 year ago | 228 commits to main since this release
Features:
- Redesigned 'routine editor' screen
- Redesigned 'workout in progress' screen
- Added workout information to 'view workout' screen
Bug fixes:
- Renamed backups from splitfit_... to gymroutines_... (
8af1b2cd
) - Fixed set text field values being incorrect when position changes (
e9a707e2
,de6fa878
) - Routine and workout related database operations now run asynchronously
- Fixed crash on insights tab when user has exactly one workout (
2e5c6d8f
) - Fixed crash on backup restore (
fe5496d3
)
Development:
Downloads
-
v0.1.0-beta05
released this 1 year ago | 414 commits to main since this release
Downloads