Skip to content

v2.1.0: Offline support

Compare
Choose a tag to compare
@KevinVlaanderen KevinVlaanderen released this 20 Sep 09:59
· 132 commits to master since this release

The Push Notifications module now supports 'offline mobile' mode.
https://world.mendix.com/display/refguide6/Offline

Fixes:

  • Entity access to the Device entity was too liberal. Access is now removed entirely, and device registration occurs through a proxy DeviceRegistration entity.

Improvements:

  • Removed most warnings and errors that showed up when you imported the Push Notifications module into a project.
  • Demo project has been updated to reflect the changes in this release.