Commit Verlauf

Autor SHA1 Nachricht Datum
  PKnittel 7f6c1ce01e Added onupdate event on android, to update repeating notifications automaticaly. vor 11 Jahren
  PKnittel 2d2ce205a8 Transferred the showNotification-Function to NotificationWrapper-Class vor 11 Jahren
  PKnittel e364b93b7c Added getFunctions to request notifications arguments vor 11 Jahren
  PKnittel 4815d591de Added Foreground Mode on android vor 11 Jahren
  PKnittel fd76e891a1 Added clear and clearAll functions and onClear callback for android on Java-side and fixed Problem with manually cleared notifications on android. vor 11 Jahren
  PKnittel 5b863fbbde Fixed the isTriggered, and getTriggeredIds functions on android vor 11 Jahren
  tb123123 970e8844fc Update Receiver.java vor 11 Jahren
  Sebastián Katzer 215a6597b1 New Android specific `led:` flag vor 11 Jahren
  Sebastián Katzer 3649f4bc69 `image:` accepts remote URLs and local URIs (#76) vor 11 Jahren
  Sebastián Katzer d28f1aaf78 Remove unused lint check vor 11 Jahren
  Sebastián Katzer 6af684b32c Minimize android-support-v4.jar to only include required classes vor 11 Jahren
  khizar 9c15933739 android 2.1 support added vor 11 Jahren
  khizar 626329dee0 android 2.1 support added vor 11 Jahren
  Lorenz Hübschle-Schneider bb49885c5d Translate comments to English vor 11 Jahren
  Sebastián Katzer a960f6aff8 bigview support for android vor 11 Jahren
  Sebastián Katzer c96526b71b Add missing URI import vor 11 Jahren
  Sebastián Katzer 5c90367891 Fix `sound:null` on Android vor 11 Jahren
  Sebastián Katzer 404613066c `onadd` was called each time after a repeating message was triggered vor 12 Jahren
  Sebastián Katzer dc81464317 Add missing ongoing flag vor 12 Jahren
  Sebastián Katzer 6a161adaed The message and not the title will be used as the ticker text vor 12 Jahren
  Sebastián Katzer 92ae360d34 Added new callback registration interface and new callback types vor 12 Jahren
  Tim Warberg d06b1ad735 Added ongoing option (android only) vor 12 Jahren
  Sebastián Katzer b03bdf0801 Added Android specific property `smallImage` vor 12 Jahren
  Sebastián Katzer c05c4e1484 Added `json` property to pass custom data through the notification vor 12 Jahren
  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... vor 12 Jahren
  Sebastián Katzer dc5089c9b2 Callbacks are called with the ID as a number and not as a string vor 12 Jahren
  Sebastián Katzer c2daf399fc Only exec callbacks if they are not null or empty vor 12 Jahren
  Sebastián Katzer adf62bf2b4 Add `autoCancel` flag to indicate that the notification shall be automatically canceled when the user clicks it vor 12 Jahren
  Sebastián Katzer 64b38b6090 Each pending request needs a unique request code vor 12 Jahren
  Sebastián Katzer ffc8f4630f Fix black screen on Android vor 12 Jahren