nightguard/nightguard
Dirk Hermanns d0a3668354 Fixed Notification problem 2024-01-15 21:26:57 +01:00
..
Base.lproj Explicitly asked for watch complications updates. The old way. The new one doesn't seem to work. 2023-12-26 17:49:50 +01:00
Media.xcassets #103: Decreased the label size on the 38mm labels. Couldn't be displayed there otherwise. 2020-08-13 21:31:50 +02:00
app Fixed Notification problem 2024-01-15 21:26:57 +01:00
de.lproj Explicitly asked for watch complications updates. The old way. The new one doesn't seem to work. 2023-12-26 17:49:50 +01:00
external Modified background updates. 2023-12-20 20:56:32 +01:00
fi-FI.lproj Explicitly asked for watch complications updates. The old way. The new one doesn't seem to work. 2023-12-26 17:49:50 +01:00
repository Modified background updates. 2023-12-17 17:48:12 +01:00
.DS_Store Temporary Targets can now be set up to 12 hours 2023-03-23 21:39:41 +01:00
A1cView.swift #108: Improved Colors for the Statistics Panel. Improved Range for the A1C view 2020-09-07 21:59:03 +02:00
AlarmRule.swift Improved iOS and Watch syncing 2023-12-06 19:53:19 +01:00
AlarmSoundViewController.swift Rewritten Widgets/Complications to used the bgvalues instead of nightscout status 2023-11-01 21:14:06 +01:00
AlarmViewController.swift Explicitly asked for watch complications updates. The old way. The new one doesn't seem to work. 2023-12-26 17:49:50 +01:00
AlertVolumeViewController.swift #106: Users can now override the units defined on their nightscout backend. 2020-09-05 14:42:53 +02:00
AnyConvertible.swift Treatments are stored as userdefaults now. Improved Chart rendering. Support for mmol in chart. 2021-03-07 21:08:32 +01:00
AppDelegate.swift Improvements regarding background updates 2023-11-30 20:26:41 +01:00
ArrayExtension.swift Smart snooze feature (do not alert when low or high BG but trend is going in the right direction - behavior copied from xDrip+) 2018-12-18 00:44:07 +02:00
BasicStats.swift V3.1.0 Changes 2020-10-07 06:39:50 +02:00
BasicStatsControl.swift Converted to Swift5 2019-12-22 15:48:43 +01:00
BasicStatsPanelView.swift Silenced some Warnings 2019-04-21 22:16:31 +02:00
BasicStatsPanelView.xib Basic stats panel 2019-03-18 18:38:54 +02:00
BedsideViewController.swift #233: Fixed wrong visualization of bgdelta if values retrieved in mmol. 2023-07-08 13:06:15 +02:00
BloodSugar.swift Reintruced the Warnings regarding the unarchiveTopLevelObjectWithData. The new API doesnt seem to work right now due to NSSecureCoding. Fixed the complication update mechanism. 2023-10-29 19:15:50 +01:00
BloodSugarArrayExtension.swift Fixed the calculation of the predicted forecast. It now removes the metered blood values. 2020-11-04 22:42:34 +01:00
BolusWizardTreatment.swift Reintruced the Warnings regarding the unarchiveTopLevelObjectWithData. The new API doesnt seem to work right now due to NSSecureCoding. Fixed the complication update mechanism. 2023-10-29 19:15:50 +01:00
ButtonRowWithDynamicDetails.swift Implement LowPrediction with Eureka 2019-02-07 12:58:05 +00:00
CarbCorrectionTreatment.swift Reintruced the Warnings regarding the unarchiveTopLevelObjectWithData. The new API doesnt seem to work right now due to NSSecureCoding. Fixed the complication update mechanism. 2023-10-29 19:15:50 +01:00
CareViewController.swift Resolving duration and amount from temporary target reason. 2023-09-01 22:33:16 +02:00
Comparable+Extensions.swift Recreate stats pages when stats model changes, trying to keep the current page; normalize percents & improved values formatting 2019-03-24 10:45:55 +02:00
CorrectionBolusTreatment.swift Reintruced the Warnings regarding the unarchiveTopLevelObjectWithData. The new API doesnt seem to work right now due to NSSecureCoding. Fixed the complication update mechanism. 2023-10-29 19:15:50 +01:00
CustomFormViewController.swift Rewritten Widgets/Complications to used the bgvalues instead of nightscout status 2023-11-01 21:14:06 +01:00
DateExtension.swift Merge pull request #269 from Joerg-Schoemer/feature/date-extension-test 2023-12-07 17:35:03 +01:00
DeepPressGestureRecognizer.swift Renamed the UITest. Added a force touch gesture to quickly open the nightscout website. 2020-06-15 21:28:32 +02:00
DeviceSize.swift Reposition Nightscout button & adjust Snooze button label sizes & alignment to fit all device sizes 2019-03-27 19:23:28 +02:00
DictionaryExtension.swift Removed RawBG Feature. 2020-10-15 22:55:22 +02:00
DoubleExtension.swift Fixed a crash calculating the chart without clear min/max bounds 2021-05-07 22:04:37 +02:00
DurationViewController.swift Added localized messages for the new duration tab. Timestamps will be converted to UTC now correctly. 2021-09-22 22:16:46 +02:00
EmptyWatchMessage.swift Big commit with two main features: watch message classes used in phone-watch communication (unitar send&receive code in WatchMessageService class) and use UserDefaultsValue for all values that are persisted in UserDefaults (also sync with watch behavior is specified in type declaration) 2019-01-27 19:11:38 +02:00
FastRiseDropViewController.swift Rewritten Widgets/Complications to used the bgvalues instead of nightscout status 2023-11-01 21:14:06 +01:00
FloatExtension.swift #117: Fullscreen Monitor View should now be fine for mmol, too 2020-09-28 14:41:32 +02:00
GenericWatchMessage.swift Night Safe feature: indicate on watch that phone app is active, screen lock on & audible volume 2019-02-24 10:42:52 +00:00
GlucoseDistributionView.swift #106: Users can now override the units defined on their nightscout backend. 2020-09-05 14:42:53 +02:00
GroupedLabelsView.swift Colors consistency (dark buttons color, the same as graph background) 2019-01-20 10:14:22 +02:00
Helpers.swift Prototype for UserDefaults storeable properties & progressive alarm sound 2019-01-19 11:23:22 +02:00
Info.plist Fixed Notification problem 2024-01-15 21:26:57 +01:00
KeepAwakeMessage.swift Big commit with two main features: watch message classes used in phone-watch communication (unitar send&receive code in WatchMessageService class) and use UserDefaultsValue for all values that are persisted in UserDefaults (also sync with watch behavior is specified in type declaration) 2019-01-27 19:11:38 +02:00
LowPredictionViewController.swift Finnish fi-FI translation 2020-02-22 13:46:46 +02:00
MPVolumeViewExtension.swift A lot of changes: removed volume bar from main view, moved lock screen swtich to preferences, snooze when shaking or volume keys 2019-02-10 14:20:23 +00:00
MainViewController.swift Rewritten Widgets/Complications to used the bgvalues instead of nightscout status 2023-11-01 21:14:06 +01:00
MealBolusTreatment.swift Reintruced the Warnings regarding the unarchiveTopLevelObjectWithData. The new API doesnt seem to work right now due to NSSecureCoding. Fixed the complication update mechanism. 2023-10-29 19:15:50 +01:00
MenuActionCell.swift Show actions menu when tapping the circular button (the one that overlaps the Snooze button) 2019-04-22 19:12:07 +03:00
MenuActionCell.xib Show actions menu when tapping the circular button (the one that overlaps the Snooze button) 2019-04-22 19:12:07 +03:00
MenuActionController.swift Fixed a problem in the XlActionController popup view: The cancel button is no longer in front of the 'fullscreen monitor' button 2020-01-06 18:06:41 +01:00
MissedReadingsViewController.swift Finnish fi-FI translation 2020-02-22 13:46:46 +02:00
NightSafeMessage.swift Night Safe feature: indicate on watch that phone app is active, screen lock on & audible volume 2019-02-24 10:42:52 +00:00
NightscoutDataMessage.swift Big commit with two main features: watch message classes used in phone-watch communication (unitar send&receive code in WatchMessageService class) and use UserDefaultsValue for all values that are persisted in UserDefaults (also sync with watch behavior is specified in type declaration) 2019-01-27 19:11:38 +02:00
NightscoutViewController.swift Squashed some warnings introduced by iOS17 2023-10-08 17:25:23 +02:00
ObservationToken.swift Support for UserDefaultsValue instances to be observed by multiple observers at once 2019-01-30 00:24:20 +02:00
PaddingLabel.swift Converted to Swift5 2019-12-22 15:48:43 +01:00
PersistentHighViewController.swift Mmol bgdelta is now calculated. This is a workaround for the nightscout bug that returns mmol bgdelta despite a requested mgdl value 2020-10-10 16:15:35 +02:00
PrefsViewController.swift Modified background updates. 2023-12-17 17:48:12 +01:00
QuickSnoozeOption.swift Added more localized labels that had been missed so far. Thanks Susanne for that. 2020-05-22 17:29:42 +02:00
ReadingsStatsView.swift Finnish fi-FI translation 2020-02-22 13:46:46 +02:00
RequestAlarmNotificationMessage.swift Improved Notifications and Alarms on the Watch 2021-02-10 18:05:30 +01:00
SMDiagramView.swift Fixed warnings 2021-06-02 22:59:11 +02:00
SlideToSnoozeView.swift Converted to Swift5 2019-12-22 15:48:43 +01:00
SnoozeActionsViewController.swift Added more localized labels that had been missed so far. Thanks Susanne for that. 2020-05-22 17:29:42 +02:00
SnoozeAlarmViewController.swift Some Experiments with Widget communications and snoozing 2023-12-02 16:13:37 +01:00
SnoozeMessage.swift Big commit with two main features: watch message classes used in phone-watch communication (unitar send&receive code in WatchMessageService class) and use UserDefaultsValue for all values that are persisted in UserDefaults (also sync with watch behavior is specified in type declaration) 2019-01-27 19:11:38 +02:00
StatsPeriodSelectorView.swift Finnish fi-FI translation 2020-02-22 13:46:46 +02:00
StatsPrefsViewController.swift Use UserDefaultsValue for units & daysToBeDisplayed 2019-01-24 10:59:14 +02:00
StatsViewController.swift #195: Even if toggled off: The yesterdays values will appear in the statistics view now. 2022-10-05 12:12:29 +02:00
StringExtension.swift Improved Carbs Screen with localization. Bumped to Version 3.2.0 2020-10-18 21:58:17 +02:00
TabBarController.swift Converted to Swift5 2019-12-22 15:48:43 +01:00
TimerExtension.swift Prototype for UserDefaults storeable properties & progressive alarm sound 2019-01-19 11:23:22 +02:00
TouchReportingView.swift Add standard variation & coefficient of variation stats; refine the stats views 2019-03-21 18:28:40 +02:00
Treatment.swift Reintruced the Warnings regarding the unarchiveTopLevelObjectWithData. The new API doesnt seem to work right now due to NSSecureCoding. Fixed the complication update mechanism. 2023-10-29 19:15:50 +01:00
TreatmentsStream.swift Fixed a crash calculating the chart without clear min/max bounds 2021-05-07 22:04:37 +02:00
UIApplicationExtension.swift Improvements regarding background updates 2023-11-30 20:26:41 +01:00
UIColorExtension.swift #108: Improved Colors for the Statistics Panel. Improved Range for the A1C view 2020-09-07 21:59:03 +02:00
UIImageExtension.swift Improved the app stability 2021-11-07 21:39:36 +01:00
UILabelExtension.swift Added coloring for the uploader battery on the phone and all values on the watch 2021-01-05 21:52:12 +01:00
UIScreen+AnimatedBrightness.swift Dim screen when no user interaction (idle) feature 2019-02-17 21:51:43 +00:00
UIView+Extensions.swift Basic stats panel 2019-03-18 18:38:54 +02:00
UIViewController+Extensions.swift Localized more labels 2020-06-28 20:09:17 +02:00
UIViewControllerExtension.swift Updated to Swift3. Uff - hard work :-/ 2017-04-02 22:07:54 +02:00
Units.swift Started porting AlarmViewControlle to Eureka forms (above/below sliders) 2019-02-03 21:24:09 +02:00
UserDefaultsSyncMessage.swift Assure a more effective sync between phone and watch user defaults & snooze timestamp 2019-02-18 22:52:54 +00:00
UserDefaultsValue.swift Modified background updates. 2023-12-17 17:48:12 +01:00
UserDefaultsValueGroups.swift Support for UserDefaultsValue instances to be observed by multiple observers at once 2019-01-30 00:24:20 +02:00
VolumeChangeDetector.swift Converted to Swift5 2019-12-22 15:48:43 +01:00
WatchMessage.swift Night Safe feature: indicate on watch that phone app is active, screen lock on & audible volume 2019-02-24 10:42:52 +00:00
WatchMessageService.swift Remove obsolete available tags 2023-12-06 22:33:51 +01:00
WatchSyncRequestMessage.swift Fix invalid datatype send over to phone (regression bug introduced when made snooze timestamp persistent) 2019-04-27 18:25:33 +03:00
XCUIElement.swift Hardcoded the UITest URI. Small script to execute the screenshots 2020-04-23 21:30:44 +02:00
XibLoadedView.swift Basic stats panel 2019-03-18 18:38:54 +02:00
alarm-notification.m4a Trigger a local notification when alarm is activated and the app is in background 2018-12-10 14:01:37 +02:00
alarm.mp3 Renamed folders to remove the old scoutwatch name 2016-06-07 23:34:48 +02:00
scoutwatch.entitlements Improved Local Notifications 2023-11-28 17:40:52 +01:00