Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add setting to show the time in different bases (e.g. octal, hex, ternary) #10

Open
thehale opened this issue Aug 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@thehale
Copy link
Owner

thehale commented Aug 30, 2022

Requested via an email sent through the Google Play Store listing

The trick with this feature is adjusting the UI to display these alternate time formats nicely. Dot's, which can only represent 0 or 1, will not work in ternary or higher bases.

As a proposed idea, higher bases could simply show a digital clock, but with the numbers rendered in the requested mathematical base. For example:

12:09pm - Decimal
111:10pm - Ternary
14:11pm - Octal
C:09pm - Hex
@thehale thehale added the enhancement New feature or request label Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant