Skip to content
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

9th March 2014

Commit: e1c93ef2520c27fe1de713b8dd3ab1376512a6ec

9th March 2014

Commit: 2f677e35b467f0af81398e5667fd60b847c9266b

8th March 2014

Commit: 4cb6bc1743714fac2398e4fdbcc735bbd11a1014

3rd March 2014

Commit: 53a72aa9fd23289b2719055fd4b5fb5a82e5a2ec

24th February 2014

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)

18th February 2014

Commit: https://github.com/Red-Folder/Scheduler-Plugin/tree/dda6c64db78ab58a0c78ca2f9229537b80068c8f

Initial release. Very much in development.