You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trick is the main interface, the clock, should remain the first thing people see after launching the app, and it should remain clean and uncluttered. That means I don't want a settings button or side panel.
Rather, I recommend adding an event listener for a long press on the clock to open the settings page.
It would also be acceptable to display a toast after launching the app telling the user how to access these settings (though the user might want a setting to disable the toast).
The text was updated successfully, but these errors were encountered:
Someone using the Binary Clock by their bedside will likely prefer a
dimmer screen than a person using it at their office desk.
To accomodate both preferences, this commit adds a Settings screen with
a slider to adjust the clock's brightness. The settings are accessible
only via long pressing on the clock face in order to preserve the
minimalist feel of the Binary Clock (a Toast is shown on app launch to
inform the user of how to access the settings.)
Improves #1Closes#2
People new to the Binary Clock might appreciate numeric hints that help
them learn how to read the clock.
This commit adds a setting, disabled by default, that will show those
numeric hints if enabled.
Improves #1Closes#4
The Binary Clock is neat, but it would really benefit from customization features like the following
The trick is the main interface, the clock, should remain the first thing people see after launching the app, and it should remain clean and uncluttered. That means I don't want a settings button or side panel.
Rather, I recommend adding an event listener for a long press on the clock to open the settings page.
It would also be acceptable to display a toast after launching the app telling the user how to access these settings (though the user might want a setting to disable the toast).
The text was updated successfully, but these errors were encountered: