|
|
il y a 3 ans | |
|---|---|---|
| BuildTools | il y a 5 ans | |
| Dependencies | il y a 3 ans | |
| FreeAPS | il y a 3 ans | |
| FreeAPS.xcodeproj | il y a 3 ans | |
| FreeAPS.xcworkspace | il y a 3 ans | |
| FreeAPSTests | il y a 4 ans | |
| FreeAPSWatch | il y a 4 ans | |
| FreeAPSWatch WatchKit Extension | il y a 4 ans | |
| Templates | il y a 4 ans | |
| scripts | il y a 4 ans | |
| .gitignore | il y a 4 ans | |
| Config.xcconfig | il y a 3 ans | |
| FAQ.md | il y a 5 ans | |
| FAQ_RU.md | il y a 5 ans | |
| LICENSE.txt | il y a 5 ans | |
| README.md | il y a 3 ans | |
| README_RU.md | il y a 4 ans | |
| Rambafile | il y a 4 ans | |
| crowdin.yml | il y a 3 ans |
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 :