chrono icon indicating copy to clipboard operation
chrono copied to clipboard

Combined system for weekdays and dates

Open marvin1099 opened this issue 6 months ago • 0 comments

It would be geat if there was a date system where you can select and deselect certain dates,
like in the oneplus clock app v7 If you want to check out the app here is a download (but it is proprietary so, if you want to try it you might want to disable the network access of the app):
apkmirror/oneplus-clock-7 Here are some screenshots on the oneplus implementation:

As you can see you can select any date and also select a day to allways repeat on
(in that instance you can then deselect certain dates).
That way you can deselect holidays on a "going to work" alarm, for example.

I my example i have selected Wednesday, 12.01.2024 and 22.01.2024, also 10.01.2024 is deselected. When the info is stored it may just look like this: {"selected":["Wednesday", 12.01.2024, 22.01.2024], "deselected": [10.01.2024]} Or just: ["Wednesday", 12.01.2024, 22.01.2024, 10.01.2024] since Wednesday is selected in this case and 10.01.2024 is a Wednesday it makes no scene to show that is is selected therefore this can be the deselected indicator.

Originally i have suggested this in the project https://github.com/yuriykulikov/AlarmClock but that seems to be stale.

marvin1099 avatar Aug 07 '24 22:08 marvin1099