File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33330.30: Fix possible bug in toggling an alarm to on, from clkinfo
34340.31: Ensure we reschedule alarms after setTimeZone has been called (fix #3791)
35350.32: clkinfo ensures an alarm won't trigger immediately (copying `alarm`'s behaviour)
36- 0.33: Ensure default vibration pattern is longer
36+ 0.33: Ensure default vibration pattern is longer
37+ 0.34: Ensure ClockInfo updates if it's used to start a timer
Original file line number Diff line number Diff line change 126126 } ,
127127 run : function ( ) {
128128 if ( a . date ) return ; // ignore events
129+ this . hide ( ) ;
129130 a . on = ! a . on ;
130131 a . last = 0 ;
131132 if ( a . on && a . timer ) require ( 'sched' ) . resetTimer ( a ) ;
132133 this . emit ( "redraw" ) ;
133134 require ( 'sched' ) . setAlarms ( all ) ;
134135 require ( 'sched' ) . reload ( ) ; // schedule/unschedule the alarm
136+ this . show ( ) ;
135137 }
136138 } ) ) ,
137139 } ;
Original file line number Diff line number Diff line change 11{
22 "id" : " sched" ,
33 "name" : " Scheduler" ,
4- "version" : " 0.33 " ,
4+ "version" : " 0.34 " ,
55 "description" : " Scheduling library for alarms and timers" ,
66 "icon" : " app.png" ,
77 "type" : " scheduler" ,
You can’t perform that action at this time.
0 commit comments