This plugin allows apps to register alarms.
Stable on Android; not supported on iOS.
The API reference is here.
- Renamed plugin to pubilsh to NPM
- Remove version constraint on backgroundapp dependency due to plugman bug CB-8696
- Use component to handle background events (merged from main repo mobile-chrome-apps/android-service)
- Add callback parameters to
chrome.alarms.clear
andclearAll
(fixes #489)
- Simplify chrome.alarms's java code
- chrome.alarms: Make it more robust and prevent onLaunched when onAlarm is the cause of the Activity starting up
- Automatically change theme to translucent on Android.
- Documentation updates.
- Documentation updates.