Divyansh Dwivedi
Divyansh Dwivedi
**Describe the bug** We can add a blank task in the Task Fragment without any description. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Task Fragment' 2. Click...
body: Fix for Issue #879 -> validating if the task decription is empty before posting it to the server ### Description User cannot post task which are empty or do...
The previous and next episode buttons in the exoplayer can be clicked multiple times. This leads to quick navigation between episodes. However, we want that the previous and next buttons...
Currently the previous and next buttons in exoplayer are just simple text views. We want something graceful as the previous and next buttons,which looks good on the screen.
Currently, as the offline cache has been implemented, the home screen is only showing the cache data. We need to always update the cache before showing it to the user.
Currently, there are 4 major types of errors which can occur in the app. - No internet - Could not parse (when the parser is unable to parse some response...
Sometimes, as soon as the app opens the app crashes. We are getting a null pointer exception in that case. Maybe some dependency is not getting injected at that time...
[UT-5] We need to Write a unit test for the parseEpisodeDetails() function of the AnimeParser inside the domain module
[UT-3] We need to Write a unit test for the parseGenresAnimesJson() function of the AnimeParser inside the domain module
[UT-2] We need to Write a unit test for the parseRecentReleaseJson() function of the AnimeParser inside the domain module