jpasqua / VisibleTesla

Java App to monitor and Control the Tesla Model S
125 stars 41 forks source link

Allow user to switch tabs without coming out of sleep mode #25

Closed jpasqua closed 10 years ago

jpasqua commented 11 years ago

A user has requested that he be able to change tabs while in sleep mode without causing a refresh and without waking the car. The data displayed in the tab will be stale.

Need to do a few things to accomplish this:

  1. Ignore all events outside of the tab content in the Idle detection handler
  2. Suppress the refresh that happens when switching tabs
  3. Ensure there is no unexpected activity in prepForVehicle() that might wake the car
jpasqua commented 10 years ago

Done and released.