Skip to content

Releases: fevziomurtekin/DeezerClone

1.3.0

11 Dec 16:59
3b38ca8
Compare
Choose a tag to compare

I refactored by making some changes on the application! What's new with this refactor;

  • Adding datasource layer.
  • Multiple repository structure for each fragment structure instead of single repository layer
  • Unit test was written for each repository.
  • Simple UI test added 🎉
  • The package structure of the application has been arranged.
  • Data classes renewed.
  • Retrofit version upgraded. Coroutine adapter and kotlin serialization deleted. Gson is added.

1.2.0 version release

03 Oct 12:12
Compare
Choose a tag to compare
  • Created media player with ExoPlayer.
  • ExoPlayer scenarios were simply tried.

1.1.0 version release

02 Oct 10:16
Compare
Choose a tag to compare

Favorites page added.
Share and Favorite buttons have been activated.

v1.0.0 release

01 Oct 10:03
Compare
Choose a tag to compare
It has been refactored for tests.