Troy Rijkaard

Results 20 comments of Troy Rijkaard

The title that is used in the app is what Kitsu refers to as the "canonical title". It should be possible to pull down the `titles` object that they provide...

What do you mean by editing in the search module, I'm a bit unclear on that. Searching your library is something that I would like to add at some point.

Using a CallAdapter would be a good idea, to not require the need to `try-catch` every network request.

Thanks for the suggestion, adding support for MAL and Anilist are two things I would love to add, just haven't found the opportunity to. I'll see if I can start...

Thanks for the PR! I gave the changes a try in an emulator and unfortunately the status bar still shows up (but with dark icons) ![Screenshot 2022-02-05 134829](https://user-images.githubusercontent.com/5438952/152644720-8c134544-a5c5-476b-aba6-3b474d166258.png) Same issue...

I think this will require some sort off communication from the app-series module into the app module activity, then from there it can reach out to the app-search module. Failing...

Search could maybe sit under the "app-series" module, since it will primarily be used to search for new series and add them to the list of tracked series. This would...

A top level navigator from the app module makes sense - then this can be injected into the series so when the button is tapped it requests the navigation via...