0.7.0
This version contains bug fixes, improvements and new features.
Analytics
-
[Misc] Events have some validation and you will see the following in logs:
-
An error if the event name is null, empty or longer than 256 characters (event is not sent in that case).
-
A warning for invalid event properties (the event is sent but without invalid properties):
- More than 5 properties per event (in that case we send only 5 of them and log warnings).
- Property key null, empty or longer than 64 characters.
- Property value null or longer than 64 characters.
-
Distribute
- [Feature] New Distribute listener to provide an ability of in-app update customization.
- [Feature] New default update dialog with release notes view.
- [Bug fix] Fix a crash when failing to download a mandatory update while showing progress dialog.
- [Bug fix] Fix duplicate update dialog when a new release is detected after restarting and processing the current update.