Historique des commits

Auteur SHA1 Message Date
  Sebastián Katzer c05c4e1484 Added `json` property to pass custom data through the notification il y a 12 ans
  Sebastián Katzer 97b5c60bde Rename class LocalNotificationOptions to Options (WP8) il y a 12 ans
  Sebastián Katzer 7a6e799623 Improvement of repeating notifications at exact time (#44). `AlarmManager.setRepeating` triggers the notifications at strange dates, like everything others with Android... il y a 12 ans
  Sebastián Katzer c424fbc796 Fix bug in repeating intervals (see #43) il y a 12 ans
  Sebastián Katzer c419f6b24e Fix syntax mistake il y a 12 ans
  Sebastián Katzer b8da398a2c If the app is not running, the callback has to be called later (#42) il y a 12 ans
  Sebastián Katzer 05e1e72ee5 Assign static vars at plugin initialization il y a 12 ans
  Sebastián Katzer dc5089c9b2 Callbacks are called with the ID as a number and not as a string il y a 12 ans
  Sebastián Katzer c2daf399fc Only exec callbacks if they are not null or empty il y a 12 ans
  Sebastián Katzer 97f54d9ed7 Merge pull request #41 from tricksel/master il y a 12 ans
  tricksel 91c7875335 Fix to callback functions il y a 12 ans
  Sebastián Katzer 9e735fc8de IOS default type error #39 il y a 12 ans
  Sebastián Katzer 235c49ee9f Repeat with shorter/curstom intervals (#27) il y a 12 ans
  Sebastián Katzer 10c6988c3f `cancel` on iOS did not work (#37) il y a 12 ans
  Sebastián Katzer adf62bf2b4 Add `autoCancel` flag to indicate that the notification shall be automatically canceled when the user clicks it il y a 12 ans
  Sebastián Katzer b129a48e55 Example how to cancel notification immediatly after creation il y a 12 ans
  Sebastián Katzer f5d4d432d6 Notification on iOS will be canceled if a new one with the same ID was added il y a 12 ans
  Sebastián Katzer 60b501aba2 Exec `cancel` in background il y a 12 ans
  Sebastián Katzer a1f06920ec Suddenly only "future" notifications are accessible via `scheduledLocalNotifications` il y a 12 ans
  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. il y a 12 ans
  Sebastián Katzer 4726bb7ab0 Set version to next dev cycle il y a 12 ans
  Sebastián Katzer dc894c1eee Release v0.6.3 as a bugfix release il y a 12 ans
  Sebastián Katzer b41609f820 If the webview is not created, firstly start the main intent and then exec the callback il y a 12 ans
  Sebastián Katzer 5b19603366 Invoke background callback in own thread il y a 12 ans
  Sebastián Katzer e9692c1700 Add note about bugfix il y a 12 ans
  Sebastián Katzer f873a0963d The application context needs to be set as first after reboot il y a 12 ans
  Sebastián Katzer 6e82355c14 Calling `cancel` on Android with an invalid String as ID does not throw an error anymore. il y a 12 ans
  Sebastián Katzer 54575439f3 Calling `cancel` on Android with an invalid String as ID does not throw an error anymore. il y a 12 ans
  Sebastián Katzer 4fc99882cd Add note about ID format on Android il y a 12 ans
  Sebastián Katzer 399c01e461 Update plugin name after plugin ID has been changed il y a 12 ans