This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
Releases: noahjutz/Splitfit
Releases · noahjutz/Splitfit
v0.1.0-beta01
v0.1.0-alpha21
Development:
- Upgrade dependencies (compose, activity, koin, navigation, agp, datastore)
- Use platform default width for dialogs
v0.1.0-alpha20
Features:
- Added WorkoutCompleted screen from which the workout's corresponding Routine can be updated (experimental) (bfa7970..9330d36)
- Updated app bar and other UI elements (fde1f1f, 413eb19, e3b6f7e, 4df746e, fad9e22, d85b3f9, 734dada, 4035e81)
- Removed app bar text fields (e3c62ec, 5a8a8ba)
- Updated dialogs (abb7633, 8b05d23, 8b05d23, 35d1642, 84f23b8, 534571e, e3a55ec, 1756422)
- Updated SearchBar (b4f029b, fbeab89)
- Removed dark theme in favor of black theme (5ba472e)
- Changed color theme (e185dd9)
- Workout names can't be changed anymore. Their names are inherited from their corresponding routine.
Bug Fixes:
- When starting a workout and navigating back, the user now lands at the start destination, not the routine (a9825ce)
- Swipe-to-delete is now faster in some screens (7f3e3da, 5e7b7fa)
- Swipe-to-delete doesn't animate back anymore when an item is deleted (84567c4, 97787d9)
Development:
- Added color theme composition locals (c9ec960, 4903e31)
- Removed obsolete code (a24c653)
- Upgraded dependencies (koin: 995226c; datastore: f5713f1; activity: a7aa46b; compose: 22436c0; navigation: 17f58b9; coroutines, serialization: 017f83a; core: 183cf70)
- Removed GlobalScope usages (9d2993b)
- Clean up ExerciseEditor (d40ce2b, 3219908, d3b312d)
- Removed obsolete gradle configuration (250c67e)
v0.1.0-alpha19
v0.1.0-alpha18
v0.1.0-alpha17
v0.1.0-alpha16
Features:
- Added license notice in about screen (c8461b5)
- Sort exercises alphabetically; WIP (#74)
- Added introductory text in Insights tab for new users (29757e5)
- Added a setting for app theme (27f47d2, 882d8cf, e621b78)
- Added a black theme (e9783bb)
- Added a "new exercise" button to the exercise picker (52ae919, e33611b)
- Updated "Add exercise" button appearance in routine-/workout editors (93f0966, 7b84980)
- Replaced the exercise picker fullscreen dialog with a modal bottom sheet (98e467d, 26da3f0)
Bug Fixes:
- Fixed Android 11 bug where "Restore Database" setting wouldn't show .db files (#77)
Development:
- Removed obsolete "endsWithDot" regex pattern (52d52f6)
- Store navigation routes in enum class (63c6d79, b258c8d)
- Added exercises.list package (7517a39)
- Added ui.theme package (f5ade2a)
- Better state hoisting for ExerciseListViewModel (d7fbcbc)
- Removed styles.xml (46f5597)
- Removed SharedExercisePickerViewModel (1d386f7)
Misc:
- Fixed CircleCI badge in README (cb1ad01)
v0.1.0-alpha15
v0.1.0-alpha14
Development:
- Update navigation routes (fd68c51)
- Upgrade dependencies: room, datastore, koin, compose, activity-compose, navigation, lifecycle, kotlinx.serialization, kotlinx.coroutines, material