lfranke42 / Watchtime

An Android App for tracking and analyzing the time you've spent watching TV Shows.
4 stars 0 forks source link

Refactor Network connections #15

Open lfranke42 opened 6 months ago

lfranke42 commented 6 months ago

Erros that occur when connecting to the TVDB API are not handled properly and may cause the App to crash. This behaviour should be changed, so that the user is notified that content couldn't be fetched (Without crashing).

Additionally we should move the logic converting the DTOs to internal data strutures to our DataSources. (Currently residing in Repository)

lfranke42 commented 6 months ago

First part has been addressed in #17 Moving logic out of repositories is still open