Posts: 6
Threads: 3
Joined: Jun 2016
Reputation:
0
I disabled volume control in settings (as HW volume control does not work with my device).
When I press the volume button it says "Volume control disabled in Settings!".
I would prefer to not show this button when volume control is disabled as well as hiding the "Hardware Volume" entry in the menu.
Posts: 6
Threads: 3
Joined: Jun 2016
Reputation:
0
09-07-2016, 08:02 PM
(This post was last modified: 09-07-2016, 08:03 PM by roppp.)
Extended to "removal of all unnecessary UI elements when "bit perfect" option is activated"...
Posts: 1,152
Threads: 5
Joined: Jan 1970
Reputation:
41
I'll just paste something from stackoverflow here about UI design (in short, we won't do it, sorry) :
"You need to weigh discoverability with user satisfaction, among other things. For example, allowing an invalid action gives you an opportunity to explain why something is invalid. This is particularly useful if the answer to "why is this disabled" isn't obvious. For an application where most users are beginners, that's important.
On the other hand, it can be mightily frustrating to see a control, click on it, only to be rewarded with a "sorry, you can't do that now" message. An app I inherited a couple years back was rife with that sort of stuff and it made using the UI an exercise in frustration.
Completely hiding functionality is probably rarely a good idea. Imagine knowing some feature "was there a minute ago" but now it's gone. Whether it's a menu item or a toolbar button or something else entirely, making it hidden can be an exercise in frustration for the end user."