Skip to content

Commit

Permalink
update Dana submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mountrcg committed Sep 11, 2024
1 parent b05e389 commit 141abff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DanaKit
Submodule DanaKit updated 45 files
+92 −0 Common/NotificationHelper.swift
+3 −3 Common/UnfinalizedDose.swift
+15 −15 DanaKit.xcodeproj/project.pbxproj
+8 −0 DanaKit/Encryption/Common.swift
+1 −1 DanaKit/Encryption/EncryptionManager.swift
+116 −64 DanaKit/PumpManager/BluetoothManager.swift
+247 −0 DanaKit/PumpManager/ContinousBluetoothManager.swift
+2 −0 DanaKit/PumpManager/DanaKit.swift
+138 −239 DanaKit/PumpManager/DanaKitPumpManager.swift
+26 −0 DanaKit/PumpManager/DanaKitPumpManagerState.swift
+172 −0 DanaKit/PumpManager/InteractiveBluetoothManager.swift
+94 −153 DanaKit/PumpManager/PeripheralManager.swift
+1 −1 DanaKitUI/DanaKitPumpManager+UI.swift
+0 −38 DanaKitUI/ViewModels/BasalProfileViewModel.swift
+3 −1 DanaKitUI/ViewModels/DanaKitDebugViewModel.swift
+5 −1 DanaKitUI/ViewModels/DanaKitScanViewModel.swift
+85 −11 DanaKitUI/ViewModels/DanaKitSettingsViewModel.swift
+3 −1 DanaKitUI/ViewModels/DanaKitUserSettingsViewModel.swift
+0 −60 DanaKitUI/Views/LoadingModal.swift
+0 −91 DanaKitUI/Views/Settings/BasalProfileView.swift
+146 −10 DanaKitUI/Views/Settings/DanaKitSettingsView.swift
+22 −0 DanaKitUI/Views/Settings/DanaKitUserSettingsView.swift
+56 −2 Localization/ar.lproj/Localizable.strings
+56 −2 Localization/cs.lproj/Localizable.strings
+55 −1 Localization/da.lproj/Localizable.strings
+55 −1 Localization/de.lproj/Localizable.strings
+54 −0 Localization/en.lproj/Localizable.strings
+55 −1 Localization/es.lproj/Localizable.strings
+57 −3 Localization/fi.lproj/Localizable.strings
+55 −1 Localization/fr.lproj/Localizable.strings
+57 −3 Localization/he.lproj/Localizable.strings
+54 −0 Localization/hi.lproj/Localizable.strings
+55 −1 Localization/it.lproj/Localizable.strings
+55 −1 Localization/ja.lproj/Localizable.strings
+55 −1 Localization/nb.lproj/Localizable.strings
+57 −3 Localization/nl.lproj/Localizable.strings
+56 −2 Localization/pl.lproj/Localizable.strings
+57 −3 Localization/pt-BR.lproj/Localizable.strings
+54 −0 Localization/ro.lproj/Localizable.strings
+54 −0 Localization/ru.lproj/Localizable.strings
+54 −0 Localization/sk.lproj/Localizable.strings
+55 −1 Localization/sv.lproj/Localizable.strings
+57 −3 Localization/tr.lproj/Localizable.strings
+55 −1 Localization/vi.lproj/Localizable.strings
+55 −1 Localization/zh-Hans.lproj/Localizable.strings

0 comments on commit 141abff

Please sign in to comment.