Explorar el Código

Complete release note

Sebastián Katzer hace 11 años
padre
commit
f39efbd5b8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -62,6 +62,8 @@ More informations can be found [here](https://build.phonegap.com/plugins/413).
 - [bugfix:] `sound:null` didnt work for Android. The default sound was played.
 - [feature:] New interface `isScheduled` to check wether a notification with an ID is pending.
 - [feature:] New interface `getScheduledIds` to retrieve a list with all currently pending notifications.
+- [enhancement:] Support for bigview style notifications for Android devices.
+- [bugfix:] Sound didnt play properly on iOS/Android.
 
 #### Version 0.7.2 (09.02.2014)
 - [enhancement:] Avoid blocking the main thread (on Android) **(dpogue)**.