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

Garmin weather #215

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

Garmin weather #215

wants to merge 37 commits into from

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    a791281 View commit details
    Browse the repository at this point in the history
  2. Delete fonts.xml

    SylvainGa authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    210e1b6 View commit details
    Browse the repository at this point in the history
  3. Delete .gitignore

    SylvainGa authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    051f664 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Create .gitignore

    SylvainGa committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    2d01fac View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    8322532 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Better handling of errors and can now refresh an access token through…

    … the help of the refresh token (hopefully)
    SylvainGa committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    309493b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    52b56a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    836d089 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Not as chatty debugging code and needs to handle more than one event …

    …per call of onTemporalEvent
    SylvainGa committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    8b3d876 View commit details
    Browse the repository at this point in the history
  2. More debugging code

    SylvainGa committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    f11aa18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb399b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ade7252 View commit details
    Browse the repository at this point in the history
  5. Fixed bug 210

    SylvainGa committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    1c77cf8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d6cc11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6524842 View commit details
    Browse the repository at this point in the history
  8. Moved from vehicle_state to charge_state which receives 1.5KB of data…

    … instead of 5KB.
    
    Ran out of background process space and this data, converted to a dictionary was even taking more space and was too big for the space left in the background process.
    SylvainGa committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    4775051 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Revert "Moved from vehicle_state to charge_state which receives 1.5KB…

    … of data instead of 5KB."
    
    This reverts commit 4775051.
    SylvainGa committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    8d12455 View commit details
    Browse the repository at this point in the history
  2. Revert "Started getting -403 error so ended up removing some debuggin…

    …g code to free space"
    
    This reverts commit 6524842.
    SylvainGa committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    63ee980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73eb8d2 View commit details
    Browse the repository at this point in the history
  4. Revert "Fixed bug 210"

    This reverts commit 1c77cf8.
    SylvainGa committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    9f09a2d View commit details
    Browse the repository at this point in the history
  5. Revert "Now preempt token expiry and ask for a new one if it's about …

    …to expire"
    
    This reverts commit ade7252.
    SylvainGa committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    638bb5f View commit details
    Browse the repository at this point in the history
  6. Removed most of the stuff I did yesterday because I hit a memory limi…

    …tation (I think). Stable now. Log verbosity decreased. Can almost keep an hour worth of output on the watch .TXT files themselves
    SylvainGa committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    4367c76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b86e96a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Reinstate the preemptive refresh close to the expiration time. If we …

    …launch while the car is asleep, use its last known battery charge
    SylvainGa committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    445be47 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    cb2a8a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    fea7f4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae3d6cf View commit details
    Browse the repository at this point in the history
  3. Rewritten Propertie TeslaBatterieLevel to TeslaInfo since it does mor…

    …e than just the battery stuff now
    SylvainGa committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    bfc57eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84829af View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Fix code to display if we have an error, fix code that disables Tesla…

    …Info when not selected, fix code that always display P and S using theme color. Added more watches by using a more recent SDK version.
    SylvainGa committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    47d2597 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    369fa63 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    8395941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a236358 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    de8bcc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6513254 View commit details
    Browse the repository at this point in the history
  3. Tidying the code a bit

    SylvainGa committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    e864b5b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    ee2391b View commit details
    Browse the repository at this point in the history