forked from simonmartyr/MxPushNotifications
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from mendix/development-1.0
#720387: Release MxPushNotifications module v1.0.0
- Loading branch information
Showing
221 changed files
with
616 additions
and
46,238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<widget xmlns = "http://www.w3.org/ns/widgets" | ||
xmlns:gap = "http://phonegap.com/ns/1.0" | ||
id = "com.mendix.pushnoticationstest" | ||
version = "0.0.2" > | ||
|
||
<name>PushNotfications Connector</name> | ||
|
||
<description></description> | ||
|
||
<!-- | ||
Current latest and default version | ||
Platform versions don't follow a common version number anymore | ||
(see: http://phonegap.com/blog/2015/06/16/phonegap-updated-on-build/). | ||
Instead, Phonegap Build derives the platform versions from the CLI | ||
defaults. | ||
--> | ||
<preference name="phonegap-version" value="cli-5.2.0" /> | ||
|
||
<!-- | ||
On iOS, the statusbar is transparent by default and is drawn over the top | ||
of our app. | ||
--> | ||
<preference name="StatusBarOverlaysWebView" value="false" /> | ||
<preference name="StatusBarBackgroundColor" value="#000000" /> | ||
|
||
<!-- | ||
Set proper defaults for `cordova.file.dataDirectory`. | ||
--> | ||
<preference name="AndroidPersistentFileLocation" value="Internal" /> | ||
<preference name="iosPersistentFileLocation" value="Library" /> | ||
|
||
<!-- | ||
Disable backup to iCloud on iOS. | ||
--> | ||
<preference name="BackupWebStorage" value="none" /> | ||
|
||
<!-- allow assets to be loaded and open links in the app itself, see: http://phonegap.com/blog/2012/03/20/access-tags/ --> | ||
<!-- Issue 204079: Allow retrieval of any resource. Custom widgets can point to anything. --> | ||
<access origin="*" /> | ||
|
||
<preference name="android-build-tool" value="gradle" /> | ||
<gap:plugin name="phonegap-plugin-push" source="npm" version="1.5.3" /> | ||
<gap:plugin name="cordova-plugin-battery-status" source="npm" version="1.1.0" /> | ||
<gap:plugin name="cordova-plugin-camera" source="npm" version="1.2.0" /> | ||
<gap:plugin name="cordova-plugin-console" source="npm" version="1.0.1" /> | ||
<gap:plugin name="cordova-plugin-contacts" source="npm" version="1.1.0" /> | ||
<gap:plugin name="cordova-plugin-device" source="npm" version="1.0.1" /> | ||
<gap:plugin name="cordova-plugin-device-motion" source="npm" version="1.1.1" /> | ||
<gap:plugin name="cordova-plugin-device-orientation" source="npm" version="1.0.1" /> | ||
<gap:plugin name="cordova-plugin-dialogs" source="npm" version="1.1.1" /> | ||
<gap:plugin name="cordova-plugin-file" source="npm" version="2.1.0" /> | ||
<gap:plugin name="cordova-plugin-geolocation" source="npm" version="1.0.1" /> | ||
<gap:plugin name="cordova-plugin-globalization" source="npm" version="1.0.1" /> | ||
<gap:plugin name="cordova-plugin-inappbrowser" source="npm" version="1.0.1" /> | ||
<gap:plugin name="cordova-plugin-media-capture" source="npm" version="1.0.1" /> | ||
<gap:plugin name="cordova-plugin-media" source="npm" version="1.0.1" /> | ||
<gap:plugin name="cordova-plugin-network-information" source="npm" version="1.0.1" /> | ||
<gap:plugin name="cordova-plugin-splashscreen" source="npm" version="2.1.0" /> | ||
<gap:plugin name="cordova-plugin-statusbar" source="npm" version="1.0.1" /> | ||
<gap:plugin name="cordova-plugin-vibration" source="npm" version="1.2.0" /> | ||
<gap:plugin name="cordova-plugin-zip" source="npm" version="3.0.0" /> | ||
<gap:plugin name="cordova-plugin-whitelist" source="npm" version="1.0.0" /> | ||
<gap:plugin name="phonegap-plugin-barcodescanner" source="npm" version="3.1.2" /> | ||
|
||
|
||
<gap:platform name="android" /> | ||
|
||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<icon src="res/android/ldpi.png" gap:platform="android" gap:qualifier="ldpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<icon src="res/android/xhdpi.png" gap:platform="android" gap:qualifier="xhdpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<gap:splash src="res/android/land-ldpi.png" gap:platform="android" gap:qualifier="land-ldpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<gap:splash src="res/android/land-hdpi.png" gap:platform="android" gap:qualifier="land-hdpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<icon src="res/android/mdpi.png" gap:platform="android" gap:qualifier="mdpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<gap:splash src="res/android/land-xhdpi.png" gap:platform="android" gap:qualifier="land-xhdpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<gap:splash src="res/android/port-ldpi.png" gap:platform="android" gap:qualifier="port-ldpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<gap:splash src="res/android/port-hdpi.png" gap:platform="android" gap:qualifier="port-hdpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<gap:splash src="res/android/port-xhdpi.png" gap:platform="android" gap:qualifier="port-xhdpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<gap:splash src="res/android/land-mdpi.png" gap:platform="android" gap:qualifier="land-ldpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<icon src="res/android/xxhdpi.png" gap:platform="android" gap:qualifier="xxhdpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<gap:splash src="res/android/port-mdpi.png" gap:platform="android" gap:qualifier="port-ldpi"/> | ||
<!-- Icon definitions - for more details: http://developer.android.com/guide/topics/resources/providing-resources.html --> | ||
<icon src="res/android/hdpi.png" gap:platform="android" gap:qualifier="hdpi"/> | ||
|
||
|
||
|
||
<gap:plugin name="cordova-plugin-file-transfer" source="npm" version="1.2.0" /> | ||
<gap:plugin name="cordova-sqlite-storage" source="npm" version="0.7.10" /> | ||
</widget> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.