fi3te / NotificationCron

Notification Cron is a straightforward tool to schedule recurring notifications on your phone without adding calendar entries
https://f-droid.org/packages/com.github.fi3te.notificationcron/
GNU General Public License v3.0
51 stars 6 forks source link

Instructions and examples #2

Closed hugh-m closed 4 years ago

hugh-m commented 4 years ago

Could you post brief instructions with examples for the Notification Cron expressions. I just can't work them out.

dAnjou commented 4 years ago

Same here. I entered a perfectly fine cron expression and tapping Create doesn't do anything.

cyko69 commented 4 years ago

Got it, its quarz syntax as discribed here: https://github.com/jmrozanec/cron-utils/wiki/Cron-Time-related-definitions

dAnjou commented 4 years ago

Ah, got it as well. Example for "every 5 minutes": 0 0/5 * * * ?.

The creation dialog should contain some examples that you can directly use because it's also quite cumbersome to enter.

shreyasminocha commented 4 years ago

I think the cron field should have more hints.

fi3te commented 4 years ago

I have released a new version with a separate help dialog.

fi3te commented 4 years ago

@shreyasminocha @dAnjou I have created a separate issue for the input improvements.