izivkov/CasioGShockSmartSync

Add an acton to set alarms for prayer times for the muslium Word.

izivkov opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
I have been asked to impement an acton to set alarms for prayer times for the muslium Wird. Up to 5 alarms can be set

Describe the solution you'd like
When the action is run, set alarms according to this calcutation:

  • The preyer time varies according to location and time of year. So, the phone must use its location and claender to calculate the prayer times daily. It should then set up the 5 alarms on the watch.
  • For best accuracy, the action should be run daily to update the alarms

Additional context
There maybe some difference in which different religios branches of Islam interpret these times.

  • I would require specific knowlege of these difference.
  • I am looking for people to get involved and contribute to implement this action.

I found this library to cimpute prayer times:
https://github.com/batoulapps/adhan-kotlin

Done! Merged with main branch.

Please give me feedback if you are you are familiar with the process.

Done