1. 15 Dec, 2017 1 commit
    • 0.8 Android O support (#1441) · 9a7bdb4b
      * Support for android version >= O
      
      added option to provide params to create notification channel which is necessary on android version >= O
      
      * Creating notification channel for build>=android O
      
      if device build>=android O, creating a notification channel before notificationManager.build() is called
      
      * using notification builder's new constructor
      
      `NotificationCompat.Builder (Context context)`  was deprecated in API 26.1.0
      Using new  `NotificationCompat.Builder(Context, String)` instead.
      The second parameter here is notification channel id on which notifiction will be posted.
      
      * Update Notification.java
      
      * For API 26+ : added channel params in options
      
      Added channelParams object inside default options to support passing parameters for notification channel
      e.g. a notification object can be made like this:
      `notif = { channelParams : { channelID : "channel_id", channelName : "channel_name", description : "channel_description", importance : "notification_importance"}, text: "notif_message", title: "notif_title", sound: "sound_uri"}`
      
      Channels are a way of categorizing your notifications and is necessary to implement on android version >= Android O in order to use notifications. For more info on NotificationChannels you can visit:  https://developer.android.com/reference/android/app/NotificationChannel.html
      
      * Moved channelParams to platform specific options
      Rahul Kumar authored
  2. 03 Sep, 2017 1 commit
  3. 24 Aug, 2017 1 commit
  4. 17 Aug, 2017 1 commit
  5. 15 Aug, 2017 1 commit
  6. 21 Jun, 2017 3 commits
  7. 10 Jun, 2017 2 commits
  8. 22 May, 2017 1 commit
  9. 05 May, 2017 2 commits
  10. 15 Jan, 2017 2 commits
  11. 05 Sep, 2016 1 commit
  12. 04 Aug, 2016 1 commit
  13. 27 Jul, 2016 1 commit
  14. 25 Jul, 2016 1 commit
  15. 12 Apr, 2016 4 commits
  16. 04 Jan, 2016 2 commits
  17. 03 Jan, 2016 6 commits
  18. 01 Jan, 2016 1 commit
  19. 31 Dec, 2015 6 commits
  20. 29 Dec, 2015 2 commits