Siren icon indicating copy to clipboard operation
Siren copied to clipboard

Notify users when a new version of your Android app is available, and prompt them with the Play Store link. A port of the iOS library of the same name.

Results 12 Siren issues
Sort by recently updated
recently updated
newest added

I'm trying to add Chinese(Traditional) support. It should be a easy fix...

You can send a custom message from the server side. e.g if the user language is currently not supported by the library, you can send the message from the server.

Fix eggheadgames#52 issue "Text in the button does not fit completely".

In Russian localization text in the button does not fit completely. ![Screenshot_20190907_013914](https://user-images.githubusercontent.com/43150588/64464445-9cb06a80-d110-11e9-89ba-78018f0592e8.jpg)

I'm trying to display a custom UI when the app is out of date instead of the standard dialog provided in this library. I do this by following the README...

I really like this library 👍 Very nice work! But I realized that it didn't work the same way as the [iOS version](https://github.com/ArtSabintsev/Siren) So I added this is the new...

Is it possible to add another method to the ISirenListener? This method would be along the lines of "onNoAction" or "onNoUpdateAvailable". I am hoping to check my app's version while...

At the moment text and button's customisation not available. Can you please expose methods to do that ? I think it is mandatory for any app.