MCStatus icon indicating copy to clipboard operation
MCStatus copied to clipboard

notification when specific users log in

Open justdave opened this issue 4 years ago • 2 comments

Suggested by Richard Edwards in a Play Store review

Would require a background service to poll the servers

justdave avatar Mar 02 '21 04:03 justdave

Hi Dave, I'm new to Github, an unfortunately don't know Java or Python ( I wish I did ) I'm more of a backend Web Dev, Php and Mysql... I just started a course on Javascript ( I use it in dev but, want to be a Lot better ).

Anyways, Are you considering adding a Phone Push Notification when a user logs in? This is the one thing i've wanted. I know only a little about Phone things... But I'm assuming you'd need to make MCstatus a background service and also would need to add a auto refresh to get new data from the server(s). Any further thoughts on the subject?

Thanks, Justin

JLeif avatar Jan 13 '22 17:01 JLeif

Yes, that's exactly what would need to happen. Well, sorta. Google doesn't allow background services anymore, it would have to be a service worker with a periodic alarm to trigger it, but it's the same general idea.

justdave avatar Jan 14 '22 04:01 justdave