Open K687-aG opened 8 months ago
Hi the code you provided does not contain the calculation parameters for Morocco, it simply loads times from a server the app calculates the times completely offline, so it needs calculation parameters that Morocco uses to generate the prayer times
the best you can do is find the parameters that produces the correct times all year round when compared and use that
I'm not sure, but I think I did not manage to find them back when I was adding calculation times, along with some other methods. some of them may have some special calculation process that simply can't be done with the way app works.
Hi, it's a great and simple app, but I'm encountering a problem with the Morocco time being consistently delayed by 4 minutes. Could you please add Morocco time calculation to the app?
I found some code on GitHub that I believe might help resolve this issue. I hope it works, and you're able to integrate it into the app. Thank you
/*
package com.metinkale.prayerapp.vakit.times;
import com.koushikdutta.ion.Ion; import com.koushikdutta.ion.builder.Builders; import com.metinkale.prayerapp.App;
import org.joda.time.LocalDate;
import java.util.ArrayList; import java.util.List;
class MoroccoTimes extends WebTimes {
}