ffupdater
ffupdater copied to clipboard
Firefox Nightly Update Check: Compare version string and datetime
Describe the bug FFUpdater 79.2.4 (and 79.2.2) is able to see that a new version of Firefox Nightly is available but does not show the download arrow.
To Reproduce
- Add FireFox Nighly as a new application
- Refresh the main screen. It displays that a new version is available. There is no arrow to download the available version
Expected behavior There should be an arrow as in 79.2.0 to download Firefox. 79.2.0 and 79.2.4 should display the same available FireFox version. That's not the case.
Error message from FFUpdater
None
I see the problem. I'm only comparing the version string (e.g. "129.0a1") and not the version string + date + time.
FFUpdater downloads Firefox Nightly from https://archive.mozilla.org/pub/fenix/nightly/2024/07/ and the version string always stays at "129.0a1"
Thank you And thank you for this software
A bit late but I finally found a good way to check if a new Firefox Nightly version was released (even if the version number like 133.0.a1 stays the same).
FYI:
The build date is displayed on archive.mozilla.org and also written to multiple asset files inside the APK file.
My strategy is now to read the build date (from the asset file from the installed Firefox Nightly) and compare it against all available versions on https://archive.mozilla.org/.
b2eb7e2b
Fixed in version 79.2.5