benCoding.AlarmManager icon indicating copy to clipboard operation
benCoding.AlarmManager copied to clipboard

Titanium Module for working with the Android AlarmManager

Results 19 benCoding.AlarmManager issues
Sort by recently updated
recently updated
newest added

When API >= 26 you have to use NotificationChannel otherwise notifications don't work anymore. This pull request adds NotificationChannel support and makes notifications work again. Other small changes: - Small...

As now it is mandatory to have notification channel for notification manager to manage notifications for app. Now this module does not work with all of the latest Android OS...

Really glad to have alarm manager for my application. However, a user reported that on their Galaxy S6 device my Appcelerator app would crash immediately. So I loaded up a...

My app was crashing on open using v1.0.0, and there were vague messages pointing to this module in the add logcat. Recompiling seems to have fixed the error.

Hi, I tried to create a birthday notification for a selected birthdate. When I enter the date 27th July 1980, I generate the following object: `{"requestCode":42,"repeat":"yearly","year":2017,"month":6,"day":27,"hour":0,"minute":1,"second":0,"contentTitle":"Test","contentText":"Test","icon":2130837600}` I calculate weather the...

When i use multiple scheduled alarm in alarm clock it sometimes missed to fire on time how I can fix this the most biggest bug in alarm clock

Hello. Notifications are playing with custom sound. When Android version 6 or higher, custom sound is not work ( notification sounds os default ). * Android 5.1.1 => Custom sound...

Uses setExactAndAllowWhileIdle to fix Android M alarms. Adds the `requestIgnoreBatteryOptimizations` to ignore Doze mode.

Hello! I am trying to use this module to provide an agenda events-scheduler to my application. I have added a service.js file which is executed when the AlarmService triggers: ```...