|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| BuildTools | %!s(int64=5) %!d(string=hai) anos | |
| Dependencies | %!s(int64=3) %!d(string=hai) anos | |
| FreeAPS | %!s(int64=3) %!d(string=hai) anos | |
| FreeAPS.xcodeproj | %!s(int64=3) %!d(string=hai) anos | |
| FreeAPS.xcworkspace | %!s(int64=3) %!d(string=hai) anos | |
| FreeAPSTests | %!s(int64=4) %!d(string=hai) anos | |
| FreeAPSWatch | %!s(int64=4) %!d(string=hai) anos | |
| FreeAPSWatch WatchKit Extension | %!s(int64=4) %!d(string=hai) anos | |
| Templates | %!s(int64=4) %!d(string=hai) anos | |
| scripts | %!s(int64=4) %!d(string=hai) anos | |
| .gitignore | %!s(int64=4) %!d(string=hai) anos | |
| Config.xcconfig | %!s(int64=3) %!d(string=hai) anos | |
| FAQ.md | %!s(int64=5) %!d(string=hai) anos | |
| FAQ_RU.md | %!s(int64=5) %!d(string=hai) anos | |
| LICENSE.txt | %!s(int64=5) %!d(string=hai) anos | |
| README.md | %!s(int64=3) %!d(string=hai) anos | |
| README_RU.md | %!s(int64=4) %!d(string=hai) anos | |
| Rambafile | %!s(int64=4) %!d(string=hai) anos | |
| crowdin.yml | %!s(int64=4) %!d(string=hai) anos |
FreeAPS X - an artificial pancreas system for iOS based on OpenAPS Reference algorithms
FreeAPS X uses original JavaScript files of oref0 and provides a user interface (UI) to control and set up the system
Overview & Onboarding Tips on Loop&Learn
## Changes in package
The only change required is the public access to managedIdentifier for omnipod, medtronic et dash. Loop doesn't use it but FAX requires it.
//public let managerIdentifier: String = "Omnipod-Dash" // use a single token to make parsing log files easier
public static let managerIdentifier = "Omnipod-Dash"
public var managerIdentifier: String {
return OmniBLEPumpManager.managerIdentifier
}
## Changes in freeapsx
in Aps manager :
in devicemanager :
in extension PumpManager
in PumpHistoryStorage
Color and UIColor added and LoopUICOloPalette+Default
In the different views :
In deviceDataManager :