-
Notifications
You must be signed in to change notification settings - Fork 57
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
Live Activities on iOS #238
Comments
Hey, |
It’d be great if there was somewhere to show M117 messages. |
I'd love for this to be a feature! The circular percentage indicator would also be right at home in the Dynamic Island... 👀 |
First POC for the live activities is now included in v2.6.4 |
It would be really cool to allow using the widget that was created for the live activity also as normal widget. While no print is going on it could show some simple status msg instead. |
There is a separate issue for that #141. |
The ETA on the widget is not the same ETA within the app. It's more like a time remaining thing. Can we rename it? |
It depends. But you are right I should use the correct label. It shows the eta if the print takes longer than 2.5hrs while it uses a timer if only 2.5hre are left. |
Love it! I can make a PR to fix the label if you like / don't have the time. |
Feel free 😉 |
Added in 2cc48b4 |
I really like this feature, however it feels a bit text crowded. I recently stumbled upon Joint Craft App and I really like how they did it:
Would be nice to:
What do you think? |
I actually really like their design. However, I am sure they could be a bit upset if I copied it 1:1. |
For sure, we don’t have to copy their design. I can come up with a poc visual if needed and go from there. What limits the sharing of the STL/preview to the Platform? |
I thought the lib I am using currently does not support it. However, it seems like I am wrong, and it actually does (Well, we would still need to download the stl image onto the device since using a URL is not safe due to proxy setups with custom headers and certificates). Also, images can look bad because it depends on the slicer if 1. a preview is available and 2. the preview is using a transparent/nearly transparent background. |
I really like what you did. This looks way cleaner and pleasant to the eye. Regarding the STL preview, I see the app is able to preview them in I'm happy for now with what you did so thank you and good job! 🙂 |
This feature was working for me up until 2 days ago when I restarted my phone. I have no idea what happened. Live activities is enabled in both app settings and iPhone settings. |
Feature Request
A request for live activities notifications on iOS similar to how octopod shows live printing data on the lock screen and similar to the android progress notification that was previously available in mobileraker.
There is a flutter package for live activities (https://pub.dev/packages/live_activities) however the issue i currently see is that the actual widget needs to be created in swift as a native iOS widget, not in dart.
I will try and get round to implementing this but wanted to leave this here as a feature request as it is something i miss from octopod.
The text was updated successfully, but these errors were encountered: