Advanced Android notifications

Awesome work!!!

I see that you were kind enough to share the source code and I had a couple questions if you had the time...

I am really new to all this so please bear with me!

  1. Is there anyway to port/expand your app so it will run on smart android tv's?

I am currently using another app to mirror the notifications from my phone to my tv, but that requires either a dedicated device, disabling most notifications, or having all my notifications appear on devices for anyone to see.

Question 2... What do I need to do to be able to load images from my local server? It is accessible on the local lan via IP or a local only domain name (pi.domain.com), via both http and https, but I cannot get it to load any images. I can get images to appear, but only using public servers with certs that are not self signed.

Question 3... In order to switch from your FCM server key (thank you for being kind enough to allow us all to use it) to our own for privacy and security concerns, is it a simple matter of replacing any references to it in the code with out own, or is it being pulled from another server? (figure its quicker to ask than start digging)

Thanks again for the awesome app and your time, and again please forgive a noob his ignorance!