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
Is your feature request related to a problem? Please describe.
I'd like to be able to select my preferred date and time formats that reminders get displayed in, on the Overview page.
Describe the solution you'd like
I've taken a peek at the codebase, and the current implementation reads the locale user config. Which makes sense usually, but in my personal use case I've set my device locale to the US for use in other apps. However, I'd prefer my dates in DD/MM/YY format.
I'd appreciate guidance on how to add a new shared preference that shows up in the Settings menu, and any localization to-dos I need to be aware of. Also let me know if this feature doesn't make sense to pursue.
The text was updated successfully, but these errors were encountered:
This would imply changes only in TimeHelper.java and in the preferences. Care needs to be taken that it is not only about formatting dates, but that parsing dates is also affected (e.g. when setting cyclic reminder start dates and editing events).
The settings menu is controlled via res/xml/root_preferences.xml. Localization needs to be added for all languages.
Is your feature request related to a problem? Please describe.
I'd like to be able to select my preferred date and time formats that reminders get displayed in, on the Overview page.
Describe the solution you'd like
I've taken a peek at the codebase, and the current implementation reads the
locale
user config. Which makes sense usually, but in my personal use case I've set my device locale to the US for use in other apps. However, I'd prefer my dates in DD/MM/YY format.I'd appreciate guidance on how to add a new shared preference that shows up in the Settings menu, and any localization to-dos I need to be aware of. Also let me know if this feature doesn't make sense to pursue.
The text was updated successfully, but these errors were encountered: