Troy Rijkaard
Troy Rijkaard
Bumps the Gradle version from 7.1.3 to 7.2.0 and makes suggested changes based on the gradle upgrade wizard.
The login flow currently has a white background, with the bar visible at the top of the screen. It would probably look better if the bar was made white to...
Currently pressing sort on the series list shows a list of possible sort options. It would be nicer if more options could be added and with an ascending/descending option. This...
Add a module that will show a users activity. Can show it as a list of times initially (you watched x at y), but later on this should probably be...
There should be some sort of way to navigate straight to search from the series list, to make it a bit easier to show how new series can be tracked....
Currently `Resource` is used across the application for all API calls. This currently resides within the core module so changing it means recompiling everything. An idea would be to change...
Create a widget to use with the application. It should be able to talk to the account module to get and send information.
The account manager would be cool to play around with, so see if it can be integrated in.
The subtitle for the avatar view is currently hardcoded to Kitsu. Find something more interesting to map it to. Maybe number of series tracked or something.
The avatar is currently set from the Activity, it would be nice if it was its own Fragment that gets included and put into the navigation drawer. Could be its...