blunden / XBMCLauncher

A helper app to allow setting XBMC as your Launcher in Android
Apache License 2.0
35 stars 18 forks source link

Wait for network #19

Closed yeahme49 closed 3 years ago

yeahme49 commented 4 years ago

Waits until the network is up before launching

Madirobot commented 3 years ago

Thank you, I installed it, and it works flawless! Blunden, please make it available! Thanks for both of you!!

blunden commented 3 years ago

@yeahme49 Please use proper commit messages. :)

yeahme49 commented 3 years ago

Updated commit messages

blunden commented 3 years ago

Thanks!

This change assumes that everyone will have a network connection and basically stall the main thread if not though. The reason I haven't implemented this feature (besides considering the app dead) is that doing it properly requires me to add a UI of some kind and some way to bypass the wait (I was considering pressing key but it would have to be one available on all remotes). I suppose I could just leave the behavior disabled by default for now though and let people enable it if they want.