You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
/*
Copyright (c) 2016 Metin Kale
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
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 {
}
The text was updated successfully, but these errors were encountered: