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
e28ca15d
Commit
e28ca15d
authored
Feb 06, 2014
by
Sebastián Katzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reset badge with cancelAll #85
parent
40461306
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+1
-0
APPLocalNotification.m
src/ios/APPLocalNotification.m
+1
-0
LocalNotification.cs
src/wp8/LocalNotification.cs
+1
-0
No files found.
README.md
View file @
e28ca15d
...
@@ -49,6 +49,7 @@ More informations can be found [here](https://build.phonegap.com/plugins/413).
...
@@ -49,6 +49,7 @@ More informations can be found [here](https://build.phonegap.com/plugins/413).
#### Version 0.7.2 (not yet released)
#### Version 0.7.2 (not yet released)
-
[
enhancement:
]
Avoid blocking the main thread (on Android)
**(dpogue)**
.
-
[
enhancement:
]
Avoid blocking the main thread (on Android)
**(dpogue)**
.
-
[
bugfix:
]
`onadd`
was called each time after a repeating message was triggered (Android)
-
[
bugfix:
]
`onadd`
was called each time after a repeating message was triggered (Android)
-
[
change:
]
Reset badge with cancelAll.
#### Version 0.7.1 (31.01.2014)
#### Version 0.7.1 (31.01.2014)
-
[
bugfix:
]
`ongoing`
attribute was ignored.
-
[
bugfix:
]
`ongoing`
attribute was ignored.
...
...
src/ios/APPLocalNotification.m
View file @
e28ca15d
...
@@ -103,6 +103,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION";
...
@@ -103,6 +103,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION";
[[
NSUserDefaults
standardUserDefaults
]
synchronize
];
[[
NSUserDefaults
standardUserDefaults
]
synchronize
];
[[
UIApplication
sharedApplication
]
cancelAllLocalNotifications
];
[[
UIApplication
sharedApplication
]
cancelAllLocalNotifications
];
[[
UIApplication
sharedApplication
]
setApplicationIconBadgeNumber
:
0
];
}];
}];
}
}
...
...
src/wp8/LocalNotification.cs
View file @
e28ca15d
...
@@ -90,6 +90,7 @@ namespace Cordova.Extension.Commands
...
@@ -90,6 +90,7 @@ namespace Cordova.Extension.Commands
// Empty strings for the text values and URIs will result in the property being cleared.
// Empty strings for the text values and URIs will result in the property being cleared.
FlipTileData
TileData
=
new
FlipTileData
FlipTileData
TileData
=
new
FlipTileData
{
{
Count
=
0
,
BackTitle
=
""
,
BackTitle
=
""
,
BackContent
=
""
,
BackContent
=
""
,
WideBackContent
=
""
,
WideBackContent
=
""
,
...
...
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