コミット履歴

作者 SHA1 メッセージ 日付
  Sebastián Katzer adbdaf0f2d Revert PR #48 12 年 前
  Sebastián Katzer f0d7949e3b Merge pull request #56 from dpogue/patch-1 12 年 前
  Darryl Pogue ddbeac6e52 Fix missing Date import in Restore.java 12 年 前
  Sebastián Katzer e9fef025e2 Merge branch 'master' of github.com:katzer/cordova-plugin-local-notifications 12 年 前
  Sebastián Katzer dd0691b86c Simply launch the main intent as first and the invoke the callback in each case. 12 年 前
  Sebastián Katzer 2933586af3 Merge pull request #48 from RobotsAndPencils/android-restoration 12 年 前
  Sebastián Katzer b03bdf0801 Added Android specific property `smallImage` 12 年 前
  Brandon Evans bb4070dd40 Always restore Android notifications with a minimum date of now 12 年 前
  Sebastián Katzer 7ae2981ba2 Added some new lines and fixed the wrong written function name in the example 12 年 前
  Sebastián Katzer c05c4e1484 Added `json` property to pass custom data through the notification 12 年 前
  Sebastián Katzer 97b5c60bde Rename class LocalNotificationOptions to Options (WP8) 12 年 前
  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... 12 年 前
  Sebastián Katzer c424fbc796 Fix bug in repeating intervals (see #43) 12 年 前
  Sebastián Katzer c419f6b24e Fix syntax mistake 12 年 前
  Sebastián Katzer b8da398a2c If the app is not running, the callback has to be called later (#42) 12 年 前
  Sebastián Katzer 05e1e72ee5 Assign static vars at plugin initialization 12 年 前
  Sebastián Katzer dc5089c9b2 Callbacks are called with the ID as a number and not as a string 12 年 前
  Sebastián Katzer c2daf399fc Only exec callbacks if they are not null or empty 12 年 前
  Sebastián Katzer 97f54d9ed7 Merge pull request #41 from tricksel/master 12 年 前
  tricksel 91c7875335 Fix to callback functions 12 年 前
  Sebastián Katzer 9e735fc8de IOS default type error #39 12 年 前
  Sebastián Katzer 235c49ee9f Repeat with shorter/curstom intervals (#27) 12 年 前
  Sebastián Katzer 10c6988c3f `cancel` on iOS did not work (#37) 12 年 前
  Sebastián Katzer adf62bf2b4 Add `autoCancel` flag to indicate that the notification shall be automatically canceled when the user clicks it 12 年 前
  Sebastián Katzer b129a48e55 Example how to cancel notification immediatly after creation 12 年 前
  Sebastián Katzer f5d4d432d6 Notification on iOS will be canceled if a new one with the same ID was added 12 年 前
  Sebastián Katzer 60b501aba2 Exec `cancel` in background 12 年 前
  Sebastián Katzer a1f06920ec Suddenly only "future" notifications are accessible via `scheduledLocalNotifications` 12 年 前
  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 年 前
  Sebastián Katzer 4726bb7ab0 Set version to next dev cycle 12 年 前