Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows to open CGM setting view when tapping on the homescree #24

Commits on Mar 19, 2024

  1. allows to open CGM setting view when tap on the homescreen

    (cherry picked from commit c59813e)
    avouspierre committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    133965e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    23b0b4b View commit details
    Browse the repository at this point in the history
  2. allows to open CGM setting view when tap on the homescreen

    Change the behavior of the tap of the BG on the home screen :
    - if nightscout, open directly nightscout web site
    - if xdrip, glucose direct and (old) app transmetter, open the app
    - if dexcom (G5,G6 G7) or Libre transmitter, open the Settings View like Pump manager.
    avouspierre committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e1d15f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Allow to run tests in OiAPS

    Change the config to allow to run OiAPS tests and submodules.
    Add a fileStorage test for OiAPS
    avouspierre committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8a4739f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. A first implementation of Tidepool manager

    - Add submodule TidePoolManager and package required
    - Add tests for pluginManager
    - Add template for TidePoolManager service
    avouspierre committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b79678d View commit details
    Browse the repository at this point in the history
  2. TidePool implementation : Config to log to the service

    TidePool connexion to the service in Settings menu :
    - add menu and views to display the views provided by packages
    - add TidePoolManager as a injected service
    - add BuildDetails.plist with the clientID required by TidePool to access authentication
    - store the information in persistedStore
    
    ⚠️ : Do not send any data to the service
    avouspierre committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a3b5989 View commit details
    Browse the repository at this point in the history
  3. TidePool implementation : Upload main data from oiaps

    - upload glucose
    - upload (and delete) carbs
    - upload (and delete) dose basal and bolus
    - upload event from pump
    
    + improve the deletion of TidePool.
    avouspierre committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8ced909 View commit details
    Browse the repository at this point in the history
  4. TidePool implementation : Add force upload

    Add a function to force all uploads in TidePool
    Call this function when close the windows "TidePool" config
    avouspierre committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d59df1a View commit details
    Browse the repository at this point in the history