Commit Graph

12 Commits

Author SHA1 Message Date
Johan Degraeve 65213ea728 fix #54 - missed reading alerts goes on and on for ever 2020-01-19 13:46:58 +01:00
Johan Degraeve 1429922bd5 Option to enable NSLog so that all tracing can be found with cfgutil
When enabled, all logging can be viewed on a Mac:
- install Apple Configurator 2 on a Mac (it's not necessary to run the application)
- Open a Terminal session (on Mac click Search button top right, type 'Terminal', double click on the Terminal app)
- change directory to Downloads folder , type :
cd Downloads
- copy paste this :
/Applications/Apple\ Configurator\ 2.app/Contents/MacOS/cfgutil syslog | grep xDrip-NSLog | awk -F "xDrip-NSLog " '{print $2}'  > xdriplog.txt
and press enter

Now use the app, all logging information can be found in the file xdriplog.txt
You can also leave out the redirection to file.
2020-01-18 00:02:58 +01:00
Johan Degraeve 9cb9c3d909 better handling missed reading alerts : snoozing with rescheduling, repeatable 2019-12-26 22:29:16 +01:00
Johan Degraeve b22a74dd64 removed withVolume parameter in playSound, as it's not used, and it doesn't allow to increase the volume above system volume level 2019-12-22 16:53:27 +01:00
Johan Degraeve 470b830fa9 fix #34 - follower mode were not working if filtered and/or unfiltered are missing or 0 in nightscout 2019-10-30 23:55:09 +01:00
Johan Degraeve 338083a570 minor comment 2019-10-30 17:38:02 +01:00
Johan Degraeve 705fa98b8b all usage of os_log replaced by trace 2019-08-01 23:40:57 +02:00
Johan Degraeve 6490d8df25 Constants.swift splitted in different files 2019-07-28 14:22:47 +02:00
Johan Degraeve bbdd6f138d Better handling for Dexcom G5 pairing 2019-07-05 23:26:25 +02:00
Johan Degraeve 0544a64d58 when selecting alert sound, play it 2019-06-20 23:22:06 +02:00
Johan Degraeve 8eaa5eb129 follower mode 2019-06-05 23:05:04 +02:00
Johan Degraeve d71b386e7f reorganizing files for clarity 2019-05-27 12:36:50 +02:00