-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
custom date format is not saved #759
Comments
Thanks for taking time to report. In the meantime, I think you can "force it" to work by clicking enter/accept on the onscreen keyboard first (and then afterward clicking save at the top). The underlying problem is that custom format isn't applied until the textview loses focus, so clicking save while it still has focus effectively discards the changes. |
Not too many. Did you make all of this yourself? Quite some talent behind this app.
Hacker's Keyboard displays "DONE" but tapping into another field does the trick to commit change upon focus shift. It seems "DONE" is not enter in which case it wouldn't be a bug I likely naturly tried this. Do you happen to know the key mapper code for "RETURN"?
I also noticed you changed my reporting a bug title. The Display is actually to be modeled after Rolex Oyster Perpetual Day-Date 40 which is a sort of minimal display for you could vector the year and month according to the combination of Day and Date. |
Thank you, and yeah, this app is a personal project for many years now.
Sorry, I don't know. I mentioned the keyboard because it seemed like the quickest way to lose focus, but maybe its a contributing factor too.
I think how you reported it was fine. The bug occurs when entering any custom date format though, so I changed it to what will be noted in the changelog. btw, I wasn't previous familiar with this format. We can add it to the list of defaults if you think its something others might want too. |
Describe the bug
A clear and concise description of what the bug is: When using Date format ^custom in changing to Rolex Oyster Perpetual (Wed, Jan 1) "EE, MMM d" does not stay set and reverts to default.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happenin:Expect to see a widget with a date format such as "Wed, Jan 1"
Screenshots
If applicable, add screenshots to help explain the problem: Upon request.
Version Info:
Additional context
Add any other information about the problem here.
The text was updated successfully, but these errors were encountered: