Ixam97 / CarStatsViewer

MIT License
98 stars 54 forks source link

Feature: send Log to google-account mail #13

Open marky5525 opened 1 year ago

marky5525 commented 1 year ago

instead of saving the recorded log of the app to the clipboard, attach it to a mail and send it to the google-account mail. (similar to the Journey-Log-App by Polestar)

Ixam97 commented 1 year ago

I've looked into using Google OAuth to login to the own account to send mails or save data in google drive. I don't think I will try this anymore. It requres quite some setup and is, again, limited to 100 testers that are allowed to access the API. The setup process is not straight forward and all other tracks would have to do it on their own. Maybe I'll come back to this Idea if the app is released on the public Play Store.

For now I've implemented a simple Mail sender using SMTP to send debug logs to myself. This could be a way for users to access their trip data, too, and it is not bound to a google account.