← SalahSky

Changelog

What changed in each release, and why. Written for anyone who wants to know what was actually wrong, not only that something was fixed.

1.0 (3)

Eleven fixes, and the weather finally agrees with itself

31 August 2026

Most of this release is one theme: two parts of the app describing the same weather differently, or a value that was written but never read.

fixThe reminder before prayer now arrives on the minute

It asked the system for an exact alarm and the system wrote down an inexact one — armed ten minutes out it came back with a seven-minute window, so the reminder could land any time inside it, or not at all in Doze. It now uses the same alarm-clock tier the adhan uses.

fixThe adhan no longer plays twice

The notification shown while the adhan plays sat on a channel whose own sound was the adhan. On phones that honour that — Samsung does — you heard it twice, a fraction of a second apart. That notification is silent now; the sounding channel remains only for when playback is impossible.

fix"Mainly clear" no longer draws a cloud

Weather code 1 was grouped with "partly cloudy" in the icon map, so the words said one thing and the picture another.

fixFog at dawn stops looking like a sunrise

Near sunrise and sunset the background ignored the weather entirely. A clear sky should not lose those two moments — a thunderstorm should not lose to them either.

fixThe home screen icon updates without leaving the screen

Image loading kept the first picture it ever drew, so the icon only changed after the screen was rebuilt — which is what switching tabs and coming back does.

fixThe widget shows the real weather

The app had a function for handing the widget its icon, temperature and sky. It was never called. The widget also only accepted a background whose name ended in .png, and every sky in the app is a .webp.

fixWidget countdown labels are translated

"in" and "remaining" were written into the layout in English and never replaced, so an Arabic widget still read them in English.

fixCity cards no longer open as a sunny day

A card with no forecast yet fell back to weather code 0 — clear sky — so a list opened as a row of suns and corrected itself one by one. Forecasts also load together now instead of one after another.

fixSwitching city no longer keeps the last city's weather

Choosing Toronto could leave the previous city's sunny reading on screen under Toronto's name until the new one arrived.

fixChanging the calculation method updates every screen

The prayer page recalculated on each read; the home card read a stored value that nothing refreshed. The same app disagreed with itself about when Asr was.

fixCity cards fit their text

In the two-column grid the high and low temperatures wrapped across three lines and stretched the card. They are one line now.

1.0 (2)

Google Play readiness

30 August 2026

Store metadata, and the build settings Play's optimization report asks for.

fixThe adhan test played nothing

Sound names are written with hyphens and the files on disk use underscores, so the test button built a path that could never resolve — and reported no error.

fixA custom adhan can be a file from your phone

The setting asked for a link to an mp3; it now opens the system file picker, and keeps read access so the alarm can still open the file weeks later.

newThe Qibla compass buzzes when you face the Kaaba

Through the vibrator rather than touch feedback, so it works with the phone's touch-vibration setting switched off.

perfSmaller, faster builds

R8 was running with optimization disabled by the default configuration file. Enabling it, along with repackaging and precise resource shrinking, cut the app and sped up a cold start.