📢 #FOSSWarn 1.0.1 is now on F-Droid. This release addresses some issues with the push-notification setup and fixes some bugs.

One crucial bug fix was related to the coordinates of the subscription bounding box. The coordinates (after a subscription has expired and the resubscribe feature was used) might be swapped (so lat is long instead). Please check your subscription and remove it if it is incorrect, and re-add the place. You can check the bounding box by pressing the icon to the left of the place name.

Other improvements are:
- a notification self-check feature
- an easy check to switch between distributors
- bug fix with a parser error with biwapp alerts

Read the the full release note here:
github.com/nucleus-ffm/foss_wa…

github.com/nucleus-ffm/foss_wa…

Unknown parent

mastodon - Link to source

FOSS Warn

@daniel That's due to our mechanism to protect us from running into timeouts all the time. We had quite a few issues with that in the past. We set a flag for servers where we can not deliver push notifications. The flag expires after 5 minutes; during this time, every request to the server is aborted due to the flag. So in this case, the error is that we set the flag in cases where we should just delete the subscription. Is there an easy way to let a conversation's up registration expire to test that?