Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@dpogue dpogue released this 30 Jan 01:12
· 9 commits to main since this release
45887a1
  • Fix an infinite loop of update prompts on Android (#9)

  • Correct order of update prompt strategies on Android, so that by default it will use the "flexible" update popup instead of the "immediate" fullscreen overlay

  • Add preferences to configure the strategy for update prompts on both iOS and Android

    Thanks @szh for the iOS implementation.

Alert Type

Siren's implementation for iOS allows for different alert types (see https://github.com/ArtSabintsev/Siren#screenshots). You can set the value to "critical" or "annoying" in config.xml.

<preference name="SirenAlertType" value="critical" />
<preference name="SirenAlertType" value="annoying" />

For Android, you can force all updates to be considered "immediate" with the AndroidUpdateAlertType preference in config.xml.

<preference name="AndroidUpdateAlertType" value="Immediate" />