Private by design
Nothing leaves your phone that you didn’t ask to send
There is no account to make, and this codebase carries no analytics panel, no ad
network and no crash-reporting service. Once a location is set, prayer times can be calculated
entirely on your device — the app works with the network switched off.
Stays on the device
- Language, appearance, chosen provider, calculation options and notification settings.
- Saved coordinates and place names, encrypted at rest through the iOS
Keychain and Android EncryptedSharedPreferences.
- Your prayer journal and fasting log — there is no central database to hold them.
- Notifications are scheduled locally; what you log is never sent anywhere as an event
stream.
Goes over the network, when you choose it
- Prayer times from the provider you pick — AlAdhan, PrayerTimes.dev, or Islamiska
Förbundet — which receives the coordinates and dates it needs to answer.
- Place search through OpenStreetMap Nominatim: your search text goes to
them under their terms.
- Downloads of mushaf pages, translations, tafsir and recitation audio.
- Those services can see ordinary technical data — IP address, time, requested URL — under
their own policies. Skip the features and the requests never happen.
Not present at all
- No ads, no trackers, no analytics SDK, no crash reporter.
- No account, no sign-in, no profile.
- On Android,
allowBackup is off in the manifest, and the F-Droid build ships
without Google Play Services or Play Billing.
- This page is one hand-written HTML file: no scripts, no webfonts, no third-party
requests.
The full text, including the GDPR basis and children’s-data section, is in
PRIVACY_POLICY.md
(English and Swedish). Questions belong in
the issue tracker, in the open.