kiall / android-tvheadend

Android + TV Headend + TV Input Framework
Apache License 2.0
194 stars 62 forks source link

Preferences changes should apply immediately, or notify a restart is necessary #157

Open kiall opened 7 years ago

kiall commented 7 years ago

Most preferences can't be applied without restarting the device right now.

That's clearly not right, we should apply any changes we can, and warn the user for preferences we can't apply that a reboot is necessary.

kiall commented 7 years ago

Commit e84c388424b64ca25d2f5f41dffb6749a0071637 adds a message about needing to restart. Eventually, we'll get around to applying changes live.