Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cordova-plugin-local-notifications
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nabil Sadki
cordova-plugin-local-notifications
Commits
9b453cc0
Commit
9b453cc0
authored
Apr 08, 2015
by
Sebastián Katzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update plugin
parent
b7115bb4
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
23 deletions
+10
-23
CordovaApp.Phone.jsproj.user
platforms/windows/CordovaApp.Phone.jsproj.user
+4
-1
CordovaApp.v12.suo
platforms/windows/CordovaApp.v12.suo
+0
-0
CordovaApp.Phone.build.appxrecipe
...uild/phone/Debug/AnyCPU/CordovaApp.Phone.build.appxrecipe
+0
-6
resources.pri
...windows/build/phone/Debug/AnyCPU/ReverseMap/resources.pri
+0
-0
layout.resfiles
platforms/windows/build/phone/bld/layout.resfiles
+0
-2
layout.resfiles.intermediate
...orms/windows/build/phone/bld/layout.resfiles.intermediate
+0
-2
LocalNotificationCore.js
...n.local-notification/src/windows/LocalNotificationCore.js
+4
-4
LocalNotificationProxy.js
....local-notification/src/windows/LocalNotificationProxy.js
+0
-6
LocalNotificationUtil.js
...n.local-notification/src/windows/LocalNotificationUtil.js
+2
-2
No files found.
platforms/windows/CordovaApp.Phone.jsproj.user
View file @
9b453cc0
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<PropertyGroup>
<ReferenceCachePath>C:\Users\sebastian\AppData\Local\Temp\oe2z1w2e_CordovaApp.Phone_refcache</ReferenceCachePath>
</PropertyGroup>
</Project>
\ No newline at end of file
platforms/windows/CordovaApp.v12.suo
View file @
9b453cc0
No preview for this file type
platforms/windows/build/phone/Debug/AnyCPU/CordovaApp.Phone.build.appxrecipe
View file @
9b453cc0
...
...
@@ -79,12 +79,6 @@
<AppxPackagedFile Include="Y:\Documents\github\cordova-example-local-notifications\platforms\windows\www\js\index.js">
<PackagePath>www\js\index.js</PackagePath>
</AppxPackagedFile>
<AppxPackagedFile Include="Y:\Documents\github\cordova-example-local-notifications\platforms\windows\www\plugins\de.appplant.cordova.plugin.email-composer\src\windows\EmailComposerProxy.js">
<PackagePath>www\plugins\de.appplant.cordova.plugin.email-composer\src\windows\EmailComposerProxy.js</PackagePath>
</AppxPackagedFile>
<AppxPackagedFile Include="Y:\Documents\github\cordova-example-local-notifications\platforms\windows\www\plugins\de.appplant.cordova.plugin.email-composer\www\email_composer.js">
<PackagePath>www\plugins\de.appplant.cordova.plugin.email-composer\www\email_composer.js</PackagePath>
</AppxPackagedFile>
<AppxPackagedFile Include="Y:\Documents\github\cordova-example-local-notifications\platforms\windows\www\plugins\de.appplant.cordova.plugin.local-notification\src\windows\LocalNotificationCore.js">
<PackagePath>www\plugins\de.appplant.cordova.plugin.local-notification\src\windows\LocalNotificationCore.js</PackagePath>
</AppxPackagedFile>
...
...
platforms/windows/build/phone/Debug/AnyCPU/ReverseMap/resources.pri
View file @
9b453cc0
No preview for this file type
platforms/windows/build/phone/bld/layout.resfiles
View file @
9b453cc0
...
...
@@ -19,8 +19,6 @@ www\css\index.css
www\img\logo.png
www\index.html
www\js\index.js
www\plugins\de.appplant.cordova.plugin.email-composer\src\windows\EmailComposerProxy.js
www\plugins\de.appplant.cordova.plugin.email-composer\www\email_composer.js
www\plugins\de.appplant.cordova.plugin.local-notification\src\windows\LocalNotificationCore.js
www\plugins\de.appplant.cordova.plugin.local-notification\src\windows\LocalNotificationProxy.js
www\plugins\de.appplant.cordova.plugin.local-notification\src\windows\LocalNotificationUtil.js
...
...
platforms/windows/build/phone/bld/layout.resfiles.intermediate
View file @
9b453cc0
...
...
@@ -19,8 +19,6 @@ www\css\index.css
www\img\logo.png
www\index.html
www\js\index.js
www\plugins\de.appplant.cordova.plugin.email-composer\src\windows\EmailComposerProxy.js
www\plugins\de.appplant.cordova.plugin.email-composer\www\email_composer.js
www\plugins\de.appplant.cordova.plugin.local-notification\src\windows\LocalNotificationCore.js
www\plugins\de.appplant.cordova.plugin.local-notification\src\windows\LocalNotificationProxy.js
www\plugins\de.appplant.cordova.plugin.local-notification\src\windows\LocalNotificationUtil.js
...
...
platforms/windows/www/plugins/de.appplant.cordova.plugin.local-notification/src/windows/LocalNotificationCore.js
View file @
9b453cc0
...
...
@@ -20,12 +20,12 @@ cordova.define("de.appplant.cordova.plugin.local-notification.LocalNotification.
*/
var
Notifications
=
Windows
.
UI
.
Notifications
,
applicationData
=
Windows
.
Storage
.
ApplicationData
.
current
,
localSettings
=
applicationData
.
localSettings
;
var
proxy
=
require
(
'de.appplant.cordova.plugin.local-notification.LocalNotification.Proxy'
);
var
Notifications
=
Windows
.
UI
.
Notifications
;
exports
.
core
=
{
proxy
.
core
=
{
/**
* Executes all queued events.
...
...
platforms/windows/www/plugins/de.appplant.cordova.plugin.local-notification/src/windows/LocalNotificationProxy.js
View file @
9b453cc0
...
...
@@ -259,12 +259,6 @@ exports.getTriggered = function (success, error, ids) {
success
(
notifications
);
};
/**
* Required for core module to access the proxy.
*/
exports
.
exports
=
function
()
{
return
exports
;
};
cordova
.
commandProxy
.
add
(
'LocalNotification'
,
exports
);
...
...
platforms/windows/www/plugins/de.appplant.cordova.plugin.local-notification/src/windows/LocalNotificationUtil.js
View file @
9b453cc0
...
...
@@ -20,10 +20,10 @@ cordova.define("de.appplant.cordova.plugin.local-notification.LocalNotification.
*/
exports
=
require
(
'de.appplant.cordova.plugin.local-notification.LocalNotification.Proxy'
).
core
;
var
channel
=
require
(
'cordova/channel'
);
exports
=
require
(
'de.appplant.cordova.plugin.local-notification.LocalNotification.Proxy.Core'
).
core
;
/***********
* MEMBERS *
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment