-
Notifications
You must be signed in to change notification settings - Fork 6
Release Notes
Mark Taylor edited this page Apr 1, 2014
·
15 revisions
#1st April 2014 - Breaking Change Commit: 0c80522ac72304c191de49065fbf3a8c1b8722e8
- Amended the name of fields in the alarm object returned by [getAlarm] (getAlarm)/ [getAlarms] (getAlarms). "classname" is now "what" and "showoption" is "showOption". This was to maintain consistency with the values use on [addAlarm] (addAlarm)/ [updateAlarm] (updateAlarm).
- Amended [addAlarm] (addAlarm)/ [updateAlarm] (updateAlarm) to return the added/ updated alarm (see https://github.com/Red-Folder/Scheduler-Plugin/issues/23)
- Amended the AlarmManager logic to use reflection to invoke setAlarm. This is to avoid warnings/ errors when compiled for lower versions that Kitkat (4.4) (see https://github.com/Red-Folder/Scheduler-Plugin/issues/21)
#11th March 2014 - Breaking Change Commit: 0385f42563793938caa7b17b1b363a7397122b76
- Allows the passing of user defined "extra" parameters from the JavaScript interface to Activity opened as a result of the alarm
- [addAlarm] (addAlarm) method signature changed for the above "extras" parameter
- [updateAlarm] (updateAlarm) method signature changed for the above "extras" parameter
Commit: e1c93ef2520c27fe1de713b8dd3ab1376512a6ec
- Added ShowOverLockScreen as a ShowOption. This is to allow for https://github.com/Red-Folder/Scheduler-Plugin/issues/15
Commit: 2f677e35b467f0af81398e5667fd60b847c9266b
- Changed wakeScreen boolean flag to showOption multi-option flag. This is to allow for https://github.com/Red-Folder/Scheduler-Plugin/issues/15
Commit: 4cb6bc1743714fac2398e4fdbcc735bbd11a1014
- Uses setExact for API > 19 - see https://github.com/Red-Folder/Scheduler-Plugin/issues/10
Commit: 53a72aa9fd23289b2719055fd4b5fb5a82e5a2ec
- Automatically convert date to UTC in addAlarm. This allows developer to work in local time. Part of https://github.com/Red-Folder/Scheduler-Plugin/issues/12
- Added getAlarms. Part of https://github.com/Red-Folder/Scheduler-Plugin/issues/6
- Added getAlarm(id). Part of https://github.com/Red-Folder/Scheduler-Plugin/issues/6
- Automatically convert date from UTC in getAlarms. This allows developer to work in local time. Part of https://github.com/Red-Folder/Scheduler-Plugin/issues/12
- Automatically convert date from UTC in getAlarm. This allows developer to work in local time. Part of https://github.com/Red-Folder/Scheduler-Plugin/issues/12
- Displays list of alarms on the scheduler.html
- Better edit screen for alarm in scheduler.html
- Added getDefaultClass to retrieve the classname of the Activity - this can be used for defaulting the class to run. Part of https://github.com/Red-Folder/Scheduler-Plugin/issues/3
Commit: https://github.com/Red-Folder/Scheduler-Plugin/tree/1531e2b72a21852e628f2e649cda7275e234c597
- Replaced setAlarm with addAlarm
- Added what (class) to the addAlarm function (see issue #2)
- Added ability to add multiple alarms (see issue #4)
Commit: https://github.com/Red-Folder/Scheduler-Plugin/tree/dda6c64db78ab58a0c78ca2f9229537b80068c8f
Initial release. Very much in development.