Blueprint
Blueprint copied to clipboard
Add support for Projectivy Launcher
Description
Projectivy Launcher is an Android Tv launcher. Upcoming 4.60 version will support icon packs, so adding it to Blueprint seems like a good idea.
standard 1:1 icon ratio is supported and will be added in the center of banner icons, and even tinted on user demand (if icon is monochromatic) android tv banners should be supported too out of the box if a specialized android-tv with banner icon pack is ever made. This PR can be merged as is because Blueprint apps seem to work pretty well on Android Tv (using a remote control instead of touch screen). This means that any icon pack compiled after this PR is merged will be compatible with Projectivy Launcher.
Things to keep in mind :
- many Tv apps package names differ from their mobile counterpart. This means that icon pack developers will have to update their appfilter.xml to increase app support out of the box so that most apps are recognized (netflix, youtube...)
- Blueprint will benefit from being slightly adapted to leanback so that icon pack developers are able to publish their pack on mobile+android tv at the same time. (these changes mostly concern androidmanifest as well as adding a new banner, so the work should be minimal)