|
|
пре 3 година | |
|---|---|---|
| BuildTools | пре 5 година | |
| Dependencies | пре 3 година | |
| FreeAPS | пре 3 година | |
| FreeAPS.xcodeproj | пре 3 година | |
| FreeAPS.xcworkspace | пре 3 година | |
| FreeAPSTests | пре 4 година | |
| FreeAPSWatch | пре 4 година | |
| FreeAPSWatch WatchKit Extension | пре 4 година | |
| Templates | пре 4 година | |
| scripts | пре 4 година | |
| .gitignore | пре 4 година | |
| Config.xcconfig | пре 3 година | |
| FAQ.md | пре 5 година | |
| FAQ_RU.md | пре 5 година | |
| LICENSE.txt | пре 5 година | |
| README.md | пре 3 година | |
| README_RU.md | пре 4 година | |
| Rambafile | пре 4 година | |
| crowdin.yml | пре 4 година |
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 :