Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@Pablito2020 Pablito2020 released this 21 May 18:53
v1.1.0
e75762d

Features of the 1.1.0 release 😇

This release includes a lot of features, and some bug fixes from the first release. For all the changes, see the changelog file.

Other features that cannot be seen from the "user perspective" are:

Bug fixes from the first release 🐛:

  • Splitted code into different activities (with only one everything was getting messy)
  • Added more feedback in every action of the user (sounds, error handling, etc).

Architecture additions 💻:

  • Firebase services (Auth, Storage, FireStore, and Messaging)
  • AWS EC-2 API with js (code here)

Android and Kotlin additional used features 🤩:

  • Kotlin dispachers for IO corroutines and runBlocking calls.
  • API calls with ktor
  • Compose new libraries for cards, animations, etc.