-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add support for Siri Shortcuts for starting and stopping trips #64
Comments
@aaronpk I have the Shortcuts and Donations working, and am working on the custom Intent handler. This will introduce some added complexity to the app though, so I want to make sure this is something you're cool with. A Siri Intent is an extension which runs in a different process. That means the SQLite database will need to be stored in an App Group rather than within the primary app, allowing for both the app and the extension to communicate with it. |
Whoa, this is very cool. I haven't used siri suggestions so I didn't even know this was possible. I'd be open to changes with the app group stuff to make this work! |
Awesome, sounds good! I'll finish up my work on it then, and do some testing and then open the PR 👍 |
I would like this too! |
Would be way cool. 👍 |
Sounds good. I’m hoping to get this merged in at some point. My iOS development has slowed because my work laptop (which can only be used for official work stuff, which this is not) is the only Mac I really have access to currently. Once I get my Mac issues resolved, this is one of the first iOS things I’m gonna wrap up 🙂 |
Shoot, I wish I could help on that -- I see from your profile you are just up the road a piece. The "snow storm" closed the schools down here in the commonwealth. Let me know your apple ID and I can at least Apple Pay Cash you a coffee. Thanks again |
Follow up: I'd still love this. Ideally with the iOS 13 "shortcuts with parameters" actions we'd have one shortcut with "start XYZ tracking" where we could set the kind of tracking inside the Shortcut, and also a Shortcut to check if a session is running. This would also hook into Shortcuts automations, so when you start an outdoor walk workout on your Apple Watch it could start a walk in Compass. |
Very late to the party, I know, but I would really like something like this if it were to be possible. |
Are people still interested in this? |
Yes! |
Very definitely! |
I'm planning to prototype this over the next week or so. Will report back. |
This would be s great addition! I say this because Overland currently drains too much battery, which is obviously expected with the setting I have. But most of the time, I am at work or at home. And overland is still running in the background and draining battery. If we have shortcut support, I can automate Overland to stop recording when I arrive at home/work, and resume as soon as I leave that area. Would definitely save a lot of battery. |
My prototyping has turned into a bit of a deeper exploration into a more fully featured app. But still plan to bring this and a couple of other features to overland |
Any updates on this? |
I have a bunch of it working in a standalone app. |
Can you elaborate a bit more on that please? |
This enables a couple of things:
The text was updated successfully, but these errors were encountered: