Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Releases: noahjutz/Splitfit

v0.1.0-beta01

08 Aug 18:12
Compare
Choose a tag to compare
v0.1.0-beta01 Pre-release
Pre-release

Features:

  • Basic information about past workouts can now be viewed (#64)
  • Exercises can now have notes (#46)
  • New top bar design is now used in all screens (8c95225)

Development:

v0.1.0-alpha21

26 Jul 09:08
Compare
Choose a tag to compare
v0.1.0-alpha21 Pre-release
Pre-release

Development:

  • Upgrade dependencies (compose, activity, koin, navigation, agp, datastore)
  • Use platform default width for dialogs

v0.1.0-alpha20

03 Jul 09:57
Compare
Choose a tag to compare
v0.1.0-alpha20 Pre-release
Pre-release

Features:

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:

v0.1.0-alpha19

22 Jun 10:20
Compare
Choose a tag to compare
v0.1.0-alpha19 Pre-release
Pre-release

Features:

  • Changed top bar appearance (041ca45)

Bug fixes:

  • Search top bar in exercise list now closes on back press (4e30412)

Development:

v0.1.0-alpha18

15 Jun 20:14
Compare
Choose a tag to compare
v0.1.0-alpha18 Pre-release
Pre-release

Bug Fixes:

  • Fixed: Starting a workout based on a routine starts a blank workout (426763e)
  • Fixed: Clicking "Workout In Progress" bottom sheet doesn't navigate to workout

Development:

  • Removed deprecated calls in build.gradle.kts (a580253)
  • Renamed class (c9d88cb)

v0.1.0-alpha17

14 Jun 18:54
Compare
Choose a tag to compare
v0.1.0-alpha17 Pre-release
Pre-release

Features:

  • Replaced licenses dialog with a dedicated screen (1632452, 1ac2729)
  • Re-added a search bar to the exercise picker (a215457)

Bug Fixes:

  • Bottom navigation now only adds up to one screen to the back stack (4dbc886)

Development:

v0.1.0-alpha16

15 May 20:39
Compare
Choose a tag to compare
v0.1.0-alpha16 Pre-release
Pre-release

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

08 May 20:32
Compare
Choose a tag to compare
v0.1.0-alpha15 Pre-release
Pre-release

Features:

  • Added a setting to hide bottom navigation labels (#76)
  • Added version in about screen (209a76f)
  • Tweaked WorkoutInProgress layout (fca69ae)
  • Moved buttons in RoutineEditor (#53)

Bug Fixes:

  • You can now tap anywhere on a checkbox list item to select it (#57)

Development:

  • Renamed CreateExercise to ExerciseEditor (f166442)
  • Upgraded Compose, AGP, Kotlin, Gradle (a9907f3)
  • Moved util/Datastore.kt to data/Preferences.kt (8eb2fb2)
  • Replaced deprecated functions in build.gradle.kts (3938421)

v0.1.0-alpha14

24 Apr 11:50
Compare
Choose a tag to compare
v0.1.0-alpha14 Pre-release
Pre-release

Development:

  • Update navigation routes (fd68c51)
  • Upgrade dependencies: room, datastore, koin, compose, activity-compose, navigation, lifecycle, kotlinx.serialization, kotlinx.coroutines, material

v0.1.0-alpha13

09 Apr 19:16
Compare
Choose a tag to compare
v0.1.0-alpha13 Pre-release
Pre-release

Features:

  • Add Workout editor (work in progress) (#64)

Development: