Skip to content
  1. Jul 02, 2014
  2. Jul 01, 2014
  3. Jun 29, 2014
  4. Jun 24, 2014
  5. Jun 16, 2014
  6. May 27, 2014
  7. May 19, 2014
  8. May 14, 2014
  9. May 13, 2014
  10. May 09, 2014
  11. May 01, 2014
    • EddyVerbruggen's avatar
      Update readme file · 334cc099
      EddyVerbruggen authored
      334cc099
    • Nadya Atanasova's avatar
      Update readme file · 4aa9dc15
      Nadya Atanasova authored
      Align correctly tabs.
      4aa9dc15
    • Nadya Atanasova's avatar
      Add unified handling of raw and toast notifications · aef10cac
      Nadya Atanasova authored
      Add API for showing toast notifications, using the system behaviour.
      Expose interface for users to handle raw and toast notifications by js callbacks.
      This way they can handle notifications differently than the system
      aef10cac
    • Nadya Atanasova's avatar
      Add unregister channel · 14e811d6
      Nadya Atanasova authored
      If user want to open new channel they have to have the option to close the current one.
      Update the error text.
      Remove the channel field as it is not necessary.
      14e811d6
    • Nadya Atanasova's avatar
      One channel per application and js callback functions. · 2071e52a
      Nadya Atanasova authored
      It appears that MPNS opens only one channel per application and defines it by name.
      Sometimes the channeluriupdate is called with delay and it looks like the channel has no Uri. Handle this by adding urichangedcallback js function.
      Added js error callback to handle errors.
      Added error to notify the user if they try to open new channel but already have opened one as this is throwing argument exception.
      Extract the js function execution in separate method as it is reused.
      2071e52a