xdripswift/xdrip/Extensions
Johan Degraeve 9a91de757b fix #205 : Watch and notification : option to specify minimum time interval between two events or two notifications.
This is not completely as requested in the issue https://github.com/JohanDegraeve/xdripswift/issues/205

It does allow watch/Libre 2 users to have a new reading every minute.
It also allows all users to have specify the minimum time between to calendar events on the watch, or to have a notification with a reading.

For the notification : an overrule of the interval is done if there's been a dis/reconnect, which means if there was a disconnect/reconnect, the next reading will generate a notification, no matter the value of the interval.

Default value for the interval = 0
2021-03-29 23:11:32 +02:00
..
ActionClosureable-extension.swift settings first version 2019-03-09 14:38:36 +01:00
Array.swift fix related to restrictreadings : fixing filter in Array for BgReading's - also for NightScout and Dexcom upload, if user enables/disables upload, then upload also most recent reading 2021-01-16 12:23:03 +01:00
Bundle.swift Adding possiblity to integrate with Loop, as proposed by Julian Groen 2020-04-16 22:32:37 +02:00
CBManagerState.swift Swift 5 2019-07-26 23:14:08 +02:00
CBPeripheralState.swift xdrip 2019-01-30 22:56:09 +01:00
ChartPoint.swift Coloured glucose points according to value below low mark value, above high mark value, or between low and high mark value 2021-01-23 13:45:25 +01:00
Data.swift Libre improvements 2020-12-07 23:28:28 +01:00
Date.swift fix in extension Date, function toMidnight 2021-03-26 23:49:00 +01:00
Double+Smoothable.swift has changes to apply Kalman filter on Libre, still in test 2020-12-29 22:13:25 +01:00
Double.swift fix #118 - when using mmol, alarms and colors on home screen are inconsistent for the same mmol value 2020-12-12 21:56:42 +01:00
Int.swift button on home screen 'Transmitter' which allows to get status, start and stop sensor, scan for transmitter 2019-05-22 12:53:35 +02:00
Int16.swift adding option to send trace file 2020-05-02 22:54:03 +02:00
NSMutableURLRequest.swift support libre1 patch info A2 2020-05-22 18:08:44 +08:00
String.swift MM Libre 2 decryption 2020-08-30 22:05:52 +02:00
StringProtocol.swift dexcom G5 first tests working 2019-02-07 18:10:41 +01:00
TimeInterval.swift compiles and shows chart but without content 2019-10-26 18:48:15 +02:00
UIAlertController.swift Fix UIAlertController, cancel button is now in style .cancel 2020-05-01 23:47:54 +02:00
UIBarButtonItem.swift Scanning for M5Stack transmitters, connect, disconnect, .. 2019-10-05 23:25:39 +02:00
UIButton.swift Scanning for M5Stack transmitters, connect, disconnect, .. 2019-10-05 23:25:39 +02:00
UIStoryboard.swift temp commit 2019-01-26 15:25:43 +01:00
UISwitch.swift Alert settings 2019-05-14 22:37:36 +02:00
UITabBarController.swift Formatting corrections to commit f890014 + cosmetic changes to BG Chart 2020-04-06 21:50:37 +02:00
UInt8.swift sending textcolor update to M5Stack 2019-10-09 21:57:36 +02:00
UInt16.swift Libre 2 direct. Not for use yet. Requires first to hard code in RootViewcontroller :sensorid, patchinfo, unlockcode and unlockcount. This info can be read eg via DiaBLE. 2020-12-05 23:28:28 +01:00
UInt32.swift sending textcolor update to M5Stack 2019-10-09 21:57:36 +02:00
URL.swift #104 trace file : no need to enable it in the settings, it is enabled by default. There's a maximum of 15 MB stored, which corresponds to around 6 days (depends on how much logs the specific installation is generating). The files are not deleted anymore but can be sent at any time. 2020-05-21 21:05:53 +02:00
UserDefaults+charts.swift chart horizontal axis label format set to 'H', moved it also to userdefaults, but not yet configurable 2019-10-26 21:55:35 +02:00
UserDefaults.swift fix #205 : Watch and notification : option to specify minimum time interval between two events or two notifications. 2021-03-29 23:11:32 +02:00