Hitting rate limiting issues during development. Users may experience the same while tracking many apps.
Every time the Apps page loads all information is re-fetched. This involves multiple calls:
- call to determine android root
- call to fetch build.gradle file
- optional call to readme if packageName detection failed in build.gradle
- call to fetch icon
At the moment only the repo url is saved. Change this to be a json array that also contains the package name and icon url.
I could also make these values configurable by the user in cases where my packageName detection logic fails.
Hitting rate limiting issues during development. Users may experience the same while tracking many apps.
Every time the Apps page loads all information is re-fetched. This involves multiple calls:
At the moment only the repo url is saved. Change this to be a json array that also contains the package name and icon url.
I could also make these values configurable by the user in cases where my packageName detection logic fails.