
- done some fixes according to Crashalytics (most common problem from last month) - extended custom actions, to have enabled flag, and if entry is enabled=false button is not added. Added EventCustomActionsChanged event that can refresh custom actions - #111 - do not put multiple statuses into queue - #110 - set driver busy if wake up and tune is running - #104 - when bolus is delivering driver is set to busy, and custom action was added to remove this block
4 lines
101 B
Java
4 lines
101 B
Java
package info.nightscout.androidaps.events;
|
|
|
|
public class EventCustomActionsChanged extends Event {
|
|
}
|