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

Made it compatible with other devices #209

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

Conversation

SylvainGa
Copy link

No description provided.

… 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.
This reverts commit 1c77cf8.
…tation (I think). Stable now. Log verbosity decreased. Can almost keep an hour worth of output on the watch .TXT files themselves
…launch while the car is asleep, use its last known battery charge
…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.
- Fixed a crash on a VenuSQ
- Fixed a crash when invalid data is received from the background process
- Corrected invalid value for Stress read from sensor, not Complications
- For performance, ignore Tesla-Link Complications if we're told not to use them
- Changed the logic for when the background process should run next
… they can't use (Complications for this round)
- Added a default custom Complication to launch when pressing anywhere that's it's not a field, indicator or goal configured as a complication. By Default, this field is set to "Flashlight" (new Widget I created), which if installed on the watch, will transform the screen into a flashlight with three intensity, with the launched one being the dimmest
- Fixed a crash in onPress
Copy link

@AdrienChenu AdrienChenu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Longitudes go from -180 to +180. This current check restrict the time zone east of Chicago and west of India (roughly).

The local city feature does not currently work for East Asia (China, Japan) or California for example.

Hopefully this change will fix this.
Thanks for considering it.

Copy link

@AdrienChenu AdrienChenu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Longitudes go from -180 to +180. This current check restrict the time zone east of Chicago and west of India (roughly).

The local city feature does not currently work for East Asia (China, Japan) or California for example.

Hopefully this change will fix this.
Thanks for considering it.

@SylvainGa
Copy link
Author

SylvainGa commented Sep 21, 2023 via email

@AdrienChenu
Copy link

Thank you. No rush at all.

I'm quite new to contributing to Github, I thought my comment was linked to the line of code when I wrote it, and I posted the same comment twice. Sorry. 😅

I managed to create a Pull Request that should hopefully fix it: SylvainGa#8

Feel free to reject if I did it wrong, and thanks again for making that watch face. It's the main one I use.

Enable longitude west of Chicago and east of India
- Added Altitude as a Complication
- Fixed bug in longitude typechecking for second time (thanks AdrienChenu)
- Fixed crash when complicationId is unexpectedly null
- Added Battery as a complication (to launch the battery widget)
Found the cause for the crash at line 862.

onPress caught exception PreviousOperationNotCompleteException

Added try/catch around exitto calls.
- Compiled with CIQ 7.1.1

- Added Forerunner 165 and 165m

- Updated the Tesla status when the car is asleep to match the returned data from Tessie

- Fixed a broken weather icon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants