Update LICENSE, README.md, and 13 more files...

This commit is contained in:
2021-03-29 14:15:50 +02:00
commit 337ea1da3a
15 changed files with 21120 additions and 0 deletions

17
dist/tmp/widgets/BackgroundTask.xml vendored Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<widget id="incentro.backgroundtask.BackgroundTask" pluginWidget="true" needsEntityContext="true" offlineCapable="true"
supportedPlatform="Native"
xmlns="http://www.mendix.com/widget/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd">
<name>Background Task</name>
<description>Call a nanoflow when app is in background using the BackgroundFetch API on Android and iOS</description>
<icon/>
<properties>
<propertyGroup caption="Background Task">
<property key="backgroundFlow" type="action" required="false">
<caption>Backgroundtask</caption>
<description>Action to perform in the background (only nanoflow is allowed, no opening pages etc.)</description>
</property>
</propertyGroup>
</properties>
</widget>