-
-
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
[Feature request] Islamic prayer times add-on #729
Comments
@forrestguice can it be one of (sun data source ) ? |
I'm very sorry but I don't foresee myself coding this add-on. I'm extremely hesitant to develop or maintain apps that I don't personally use. I think the maintenance part is particularly onerous (and not a responsibility to be taken lightly). However, if someone else wants to develop and publish this, I'm willing to help them navigate that process, or even contribute code. I'm just not willing to take responsibility for the project myself. To implement this, the add-on needs to query a content provider, perform some of its own calculations, and then display the results somehow. To supply alarms it will also need to implement its own "alarm provider" and advertise that in its manifest. I think the quickest route would be to fork IntervalMidpoints as the starting point. Its already performing these steps, so its a matter of making modifications. It could also be coded from scratch (using favorite language/toolkit/library/whatever), the only important detail is that it uses the content-provider; https://developer.android.com/guide/topics/providers/content-provider-basics. BTW, the "data source" extensions are mostly unrelated. These are useful if you want to replace the library that performs the sunrise/sunset calculations, etc, with some other library. |
Thank you for your reply , BTW : your app already can calculate 4 of 5 prayer times (morning astronomical, solar none , sunset , evening astronomical ) could you please just add an ability to this app to create alarm depending on object shadow ? |
Yes. I'm willing to do that. 👍 |
Thank You |
Hello @forrestguice , Thank you for the new custom events based on "shadow length" it is very good , could it be done in the next release ? |
hrm, possibly, but I'm trying to understand this better. |
Define the time for "Asr" as when the shadow of an object is the same length as the object itself plus the shadow length at midday (solar none) |
Hello @forrestguice ,
May i ask you for a new add-on ( Islamic prayer times )
and this may help :
https://github.com/batoulapps/adhan-js
Thank you
The text was updated successfully, but these errors were encountered: