Skip to content

Releases: mende273/CocktailBar

v1.0.0

28 Mar 14:38
34d8c16
Compare
Choose a tag to compare

Release v1.0.0

What's Changed

  • Huge overall refactoring by @mende273 in #1
  • package structure refactoring by @mende273 in #2
  • remove kotlin-android-extensions plugin by @mende273 in #3
  • upgraded dependencies, changed coil import package from coil.api.load… by @mende273 in #4
  • fix for app crashing when no internet connection by @mende273 in #6
  • package restructuring by @mende273 in #7
  • update dependencies by @mende273 in #8
  • Usecase refactoring by @mende273 in #9
  • dependency version upgrades in build.gradle by @mende273 in #10
  • removed the unused model ResponseData.kt by @mende273 in #11
  • introduced generic asResult mapper function with common states by @mende273 in #12
  • improving UIState by @mende273 in #13
  • move UIStateMapper.kt to ui package by @mende273 in #14
  • convert getCocktailsByFirstLetter request from ApiService.kt from flo… by @mende273 in #15
  • update minSDKVersion to api level 28 by @mende273 in #16
  • updated appcompat version to 1.6.1 by @mende273 in #17
  • update searchDrinksByName request to use one shot coroutine instead o… by @mende273 in #18
  • update getFilterListFor request to use one shot coroutine instead of … by @mende273 in #19
  • Update get filtered drinks request by @mende273 in #20
  • change getDrinkDetails request to use one shot coroutine instead of flow by @mende273 in #21
  • change searchIngredient request to use one shot coroutine instead of … by @mende273 in #22
  • improve IngredientDetailsActivity.kt data communication with the Ingr… by @mende273 in #23
  • improve HomeFragment.kt data communication with the HomeViewModel.kt … by @mende273 in #24
  • improve FilterFragment.kt data communication with the FilterViewModel… by @mende273 in #25
  • improve SearchFragment.kt data communication with the SearchViewModel… by @mende273 in #26
  • improve FilteredDrinksFragment.kt data communication with the Filtere… by @mende273 in #27
  • improve DrinkDetailsActivity.kt data communication with the DrinkDeta… by @mende273 in #28
  • simplyfy mapResponseResultToIngredientUIState by @mende273 in #29
  • fix wrong ingredients displayed in IngredientsAdapter by @mende273 in #30
  • small ui improvements for SearchFragment by @mende273 in #31
  • adding lifecycle to flows by @mende273 in #32
  • make usecases use the operator fun invoke function by @mende273 in #33
  • migrate from DataBinding to ViewBinding by @mende273 in #34
  • move base package inside ui package by @mende273 in #35
  • refactor deprecated decorView.systemUiVisibility by @mende273 in #36
  • update deprecated code in CenteredToolbar by @mende273 in #37
  • fix drink detail bottom sheet dialog height by @mende273 in #38
  • update the deprecated function onBackPressed by @mende273 in #39
  • update lifecycle library version to 2.6.0 by @mende273 in #40
  • update build.gradle version to 7.4.2 by @mende273 in #41

Full Changelog: https://github.com/mende273/CocktailBar/commits/v1.0.0