- 15 Dec, 2017 1 commit
-
-
* 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 optionsRahul Kumar authored
-
- 03 Sep, 2017 1 commit
-
-
Sebastián Katzer authored
-
- 24 Aug, 2017 1 commit
-
-
* changed NoDisplay theme to Translucent The ClickActivity crashes on Android 6.0.1 See https://web.archive.org/web/20151116170752/https://code.google.com/p/android-developer-preview/issues/detail?id=2353 for solution * Implement hasPermission for Android (API version >= 22)
Alexander Köhn authored
-
- 17 Aug, 2017 1 commit
-
-
Denis Raison authored
-
- 15 Aug, 2017 1 commit
-
-
Chris Yuen authored
-
- 21 Jun, 2017 3 commits
-
-
Improved docs
Rob Willett authored -
Initial commit to activate greenkeeper, changed description to be more precise.
Dennis Bruijn authored -
Dennis Bruijn authored
-
- 10 Jun, 2017 2 commits
-
-
Rob Willett authored
-
Rob Willett authored
-
- 22 May, 2017 1 commit
-
-
Sebastián Katzer authored
-
- 05 May, 2017 2 commits
-
-
Add ISSUE_TEMPLATE
Rob Willett authored -
Niklas Merz authored
-
- 15 Jan, 2017 2 commits
-
-
Sebastián Katzer authored
-
Sebastián Katzer authored
-
- 05 Sep, 2016 1 commit
-
-
Default time extended from 100 to 1000 ms
Dani Palou authored
-
- 04 Aug, 2016 1 commit
-
-
Sebastián Katzer authored
-
- 27 Jul, 2016 1 commit
-
-
Sebastián Katzer authored
-
- 25 Jul, 2016 1 commit
-
-
Quick fix for ios10beta
jokiamo authored
-
- 12 Apr, 2016 4 commits
-
-
akuraru authored
-
* assets.parse expects prefix of res://, file://, or http://.
Jonathan Price authored -
Alexandre Laurent authored
-
removed unused ‘scope’ variable from un function.
Lenny Kean authored
-
- 04 Jan, 2016 2 commits
-
-
Sebastián Katzer authored
-
Fix missing {Sebastián Katzer authored
-
- 03 Jan, 2016 6 commits
-
-
Zeno Foltin authored
-
Sebastián Katzer authored
-
Sebastián Katzer authored
-
Force `every:` to be a string on iOS and display a warning if not
Sebastián Katzer authored -
Sebastián Katzer authored
-
Sebastián Katzer authored
-
- 01 Jan, 2016 1 commit
-
-
Sebastián Katzer authored
-
- 31 Dec, 2015 6 commits
-
-
Brian Keith Smith authored
-
Sebastián Katzer authored
-
Sebastián Katzer authored
-
Sebastián Katzer authored
-
Sebastián Katzer authored
-
Sebastián Katzer authored
-
- 29 Dec, 2015 2 commits
-
-
Sebastián Katzer authored
-
Sebastián Katzer authored
-