katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.56k stars 1.74k forks source link

Feature Requests #451

Open katzer opened 9 years ago

katzer commented 9 years ago

Dear Local-Notification community,

please make use of the following page to propose new feature requests. Once accepted they will be added to an own wiki page with further informations.

Thanks!

Tawpie commented 9 years ago

I know t's already planned, but compatibility with Windows Phone 8.1 would save me from having to hire someone to write it! (hint hint)

axten commented 9 years ago

if possible, it would be nice to have amazon fire os support, thats android with some additions so it should not take a long time.

katzer commented 9 years ago

@Tawpie, if you like please vote for that cordova-windows issue! https://issues.apache.org/jira/browse/CB-8674

MaZZly commented 9 years ago

Crosswalk integration. Crosswalk is quite important if you want any kind of performance on a Cordova project that is supposed to run on pre-lollipop android devices (There are also performance improvements in lollipop aswell but there the apps usually run quite smoothly)

Should not be too hard to make the compability as the main difference (AFAIK) is that it uses a different webView

Issue https://github.com/katzer/cordova-plugin-local-notifications/issues/426

ratt commented 9 years ago

+1 crosswalk support

krik commented 9 years ago

CrossWalk please :)

DerGuteWolf commented 9 years ago

Could you support vibration esp on Android?

DerGuteWolf commented 9 years ago

Are on Android the default RingtoneManager Sounds TYPE_ALARM, TYPE_NOTIFICATION and TYPE_RINGTONE still supported with 0.8.x?

DanailMinchev commented 9 years ago

+1 for crosswalk support

alexusdenisov commented 9 years ago

Do you plan to support optional actions that are displayed at the bottom of the notification?http://developer.android.com/design/patterns/notifications.html#actions

sergeh commented 9 years ago

+1 for crosswalk support

boltex commented 9 years ago

+1 crosswalk

volantes commented 9 years ago

+1 crosswalk would be awesome!

joshbatchelor commented 9 years ago

+1 Crosswalk

kiStephane commented 9 years ago

Hi. It would be great to be able to lauch the application when the notification is fired; add it as an option. I think it won't request to much work.

invernizzie commented 9 years ago

+1 Crosswalk

katzer commented 9 years ago

@DerGuteWolf, they have been removed. TYPE_NOTIFICATION is still the default sound.

katzer commented 9 years ago

Re crosswalk, can somebody provide a plug&play project or a list of incompatibilities?

joshbatchelor commented 9 years ago

@katzer Not sure if this will help, but here is the fork I made to be able to use the plugin. My use case is pretty simple, but I haven't had any problems.

https://github.com/joshbatchelor/cordova-plugin-local-notifications

katzer commented 9 years ago

@joshbatchelor, thanks that helps

carpiediem commented 9 years ago

It would be great to be able to send "multi-page" notifications to wearables, as described for Android here.

krik commented 9 years ago

@joshbatchelor Thanks a lot!

ratt commented 9 years ago

@joshbatchelor https://github.com/joshbatchelor Awesome thanks!

On Thu, 9 Apr 2015 at 11:35 Christian Justus notifications@github.com wrote:

@joshbatchelor https://github.com/joshbatchelor Thanks a lot!

— Reply to this email directly or view it on GitHub https://github.com/katzer/cordova-plugin-local-notifications/issues/451#issuecomment-91175026 .

josmarycarrero commented 9 years ago

weekends and weekdays on schedule function

carpiediem commented 9 years ago

To add to alexusdenisov's suggestion of action buttons, it would bre great if we could simply set the url of where the user should be sent when they click on the notification. Right now it seems to take you to the most recent screen you've been on.

armenbadalyan commented 9 years ago

+1 for "multi-page" notifications

wworley commented 9 years ago

I think a much needed solution for those of us creating many notification would be to add the ability to "stack" notifications such as described in the below links

for non-wearables http://developer.android.com/guide/topics/ui/notifiers/notifications.html

for wearables https://developer.android.com/training/wearables/notifications/stacks.html

beliz commented 9 years ago

+1 Crosswalk

bjrnblm commented 9 years ago

+1 Crosswalk

abdullasulaiman commented 9 years ago

is this supports big image option ????

DanailMinchev commented 9 years ago

Apache Cordova Android 4.0.0 + Crosswalk support.

With latest version of Cordova Android, I'm receiving same error like in Crosswalk and described it here: https://github.com/katzer/cordova-plugin-local-notifications/issues/426

JavedNissar commented 9 years ago

I can't seem to find this in the documentation so I'm going to assume it's not a feature. So, I was wondering if you could add the ability to set the priority of notifications to this library. Android specifically has this and I would like to use it.

mansa-dev commented 9 years ago

+1 Crosswalk

martinbrylski commented 9 years ago

+1 Crosswalk

sonnylazuardi commented 9 years ago

+1 Crosswalk

DarrylD commented 8 years ago

Crosswalk and have a notification permanent (similar to voice-mail notification)

blukis commented 8 years ago

Is this plugin hosted on "plugins.cordova.io" somewhere? I'd like to be able to use this plugin through phonegap build.

DerGuteWolf commented 8 years ago

"plugins.cordova.io" is deprecated and will be read-only in 8 days, cf. http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html.

behrad commented 8 years ago

+1

blukis commented 8 years ago

For those like me who were confused about how to npm to play well with phonegap build, this seems to be the piece I was missing: http://phonegap.com/blog/2015/05/26/npm-plugins-available/

Dineshrajaa commented 8 years ago

Kindly move this plugin as well as all the other cordova plugins which you have developed to npm repository :)

seth100 commented 8 years ago

please +1 crosswalk and moving to npm. Thanks

andrewmilson commented 8 years ago

+1 for vibrate control support

blukis commented 8 years ago

Guys, it's in npm already: https://www.npmjs.com/package/cordova-plugin-local-notifications

Devs, Thank you for creating the first cordova notifications plugin that really works! (All the others I've tried failed to notify after the app was closed by android.)

1 on my wish list is vibration control (vibrate disable). Thanks!

shprink commented 8 years ago

+1 crosswalk thanks!

jgillard commented 8 years ago

+1 actionable notifications

malloc32 commented 8 years ago

Can be useful add reject() to some promise to control errors... for example if yo try to delete a notification with a not numeric id -> application crash...

JonathonDunford commented 8 years ago

Please let us disable vibration. Should be an easy fix.

vilu commented 8 years ago

I ran into the issue where I wanted the local notifications to show while in the application. To achieve this I had to set the priority .setPriority(1) in Builder.java. If this is something that is needed by others I could come up with a PR to add that to Option.java and Builder.java, please let me know if you want me to help.

NickAjderian commented 8 years ago

Has Cordova 5.3.3 broken this plugin? ...\plugin\localnotification\LocalNotification.java:564: error: cannot find symbol webView.evaluateJavascript(js, null); ^ ...\plugin\localnotification\LocalNotification.java:561: error: cannot find symbol webView.post(new Runnable(){ ^ C:...> cordova -v = 5.3.3

C:...> cordova platform version android Installed platforms: android 4.1.1, ios 3.9.1, windows