Sebastián Katzer
|
4096d418a4
Change to 5 days and not 10 seconds
|
11 years ago |
Sebastián Katzer
|
d618a13f87
Callbacks for non-repeating notifications were not called if they were not created in the current app instance. Solves #87 partially.
|
11 years ago |
Sebastián Katzer
|
9a2d9da772
Update Changelog
|
11 years ago |
Sebastián Katzer
|
6693e7c319
The `oncancel` callback will be called at last if `autoCancel` is set to true
|
11 years ago |
Sebastián Katzer
|
44c82937ec
Cancel callbacks have not been fired after all notifications have been canceled on iOS
|
11 years ago |
Sebastián Katzer
|
524252ae2b
`onclick` instead of `ontrigger` was called on "slow" iOS devices #89
|
11 years ago |
Sebastián Katzer
|
e28ca15d9d
Reset badge with cancelAll #85
|
12 years ago |
Sebastián Katzer
|
3ca2de8c51
Better way to find out if a notification was triggered or clicked
|
12 years ago |
Sebastián Katzer
|
6abf363a87
Try to get sound playing on iOS
|
12 years ago |
Sebastián Katzer
|
acb59dd976
Prevent build errors with older iOS/Xcode versions
|
12 years ago |
Sebastián Katzer
|
92ae360d34
Added new callback registration interface and new callback types
|
12 years ago |
Sebastián Katzer
|
c05c4e1484
Added `json` property to pass custom data through the notification
|
12 years ago |
tricksel
|
91c7875335
Fix to callback functions
|
12 years ago |
Sebastián Katzer
|
235c49ee9f
Repeat with shorter/curstom intervals (#27)
|
12 years ago |
Sebastián Katzer
|
10c6988c3f
`cancel` on iOS did not work (#37)
|
12 years ago |
Sebastián Katzer
|
adf62bf2b4
Add `autoCancel` flag to indicate that the notification shall be automatically canceled when the user clicks it
|
12 years ago |
Sebastián Katzer
|
f5d4d432d6
Notification on iOS will be canceled if a new one with the same ID was added
|
12 years ago |
Sebastián Katzer
|
60b501aba2
Exec `cancel` in background
|
12 years ago |
Sebastián Katzer
|
a1f06920ec
Suddenly only "future" notifications are accessible via `scheduledLocalNotifications`
|
12 years ago |
Sebastián Katzer
|
2816ab89a1
App throws an error on iOS if `message` is null. - Removed extra line break on iOS if `title` is null or empty.
|
12 years ago |
Sebastián Katzer
|
ec0f79da36
Release version 0.6.2
|
12 years ago |
Sebastián Katzer
|
0065f5af0b
Callback functions should be undefined by default.
|
12 years ago |
Sebastián Katzer
|
78308f1803
Small iOS cleanup.
|
12 years ago |
Sebastián Katzer
|
59f204d66a
Adding notifications on iOS does not block the ui thread anymore.
|
12 years ago |
Sebastián Katzer
|
94a8011741
Change code formatting
|
12 years ago |
Sebastián Katzer
|
f906c0d1ff
Play UILocalNotificationDefaultSoundName if sound is given as an empty string.
|
12 years ago |
Sebastián Katzer
|
68381d4132
Magic trick to prevent your ui thread to hang in some cases (modal windows while in background, ...)
|
12 years ago |
Sebastián Katzer
|
bc86242169
Converted indentation to spaces
|
12 years ago |
Sebastián Katzer
|
064a9bd0a6
Damn...
|
12 years ago |
Sebastián Katzer
|
856646fecc
Fix bug in `cancel` under iOS.
|
12 years ago |