HTTP-Shortcuts icon indicating copy to clipboard operation
HTTP-Shortcuts copied to clipboard

Android Wear support

Open marksev1 opened this issue 8 years ago • 17 comments

Would be super-cool to be able to toggle http post requests from an android wear watch. Especially for IOT applications. What do you think? Please add it :D, since you app works good.

marksev1 avatar Jun 15 '16 11:06 marksev1

I agree that this would be an awesome addition, and you are not the first person to bring this suggestion to me. I will see how much effort it would be to add wearable support, though with my current time-management I can make no promises.

Waboodoo avatar Jun 15 '16 19:06 Waboodoo

Cool :)

marksev1 avatar Jun 15 '16 21:06 marksev1

In my spare time I've been doing something similar to http-shortcuts, then I saw this project sharing my smae thoughts. :) Anyway +1 for the wear support.

roccomuso avatar Oct 12 '16 11:10 roccomuso

Any news regarding this support, roccomuso have you done your app?

marksev1 avatar Feb 03 '17 11:02 marksev1

@marksev1 You mean the one running on the smartwatch? Not yet. Pretty busy in this period :/ but we should consider a branch of this project, for the android watch. I'd buy a watch just for this :)

roccomuso avatar Feb 03 '17 12:02 roccomuso

I don't have a watch myself and also don't have access to one anywhere, so this one is quite difficult to do for me. Thus, unfortunately, I currently cannot work on this. Should I get my hands on one, however, plus a bit of spare time, I will look into it. As always, no promises.

Waboodoo avatar Feb 03 '17 23:02 Waboodoo

Is emulator not sufficient? Than later beta-testers with watches could try out..

marksev1 avatar Feb 04 '17 10:02 marksev1

That is true, for most of the development the emulator would suffice. But I like to try out my work myself ;).

Waboodoo avatar Feb 04 '17 14:02 Waboodoo

+1 more vote for this.

Kusig avatar Dec 24 '17 23:12 Kusig

4 years later... Any update? I would love a Wear OS version!

stefxx avatar Sep 04 '21 17:09 stefxx

Unfortunately, I don't really have an update here. I have looked into this at some point and come to the conclusion that it would be significantly more work to develop, QA and publish such a feature than I am willing or able to put into this at the current time. On top of that, I still don't have a smartwatch myself so I would be limited in testing this and in evaluating whether it provides the value and quality that I would like. I completely agree that it would be a great addition to the app and would have a lot of good uses, but it won't happen in the near future unless I receive help from someone on this topic.

Waboodoo avatar Sep 06 '21 12:09 Waboodoo

Thanks. Disappointed, but fully understandable. Keep up the good work!

stefxx avatar Sep 06 '21 12:09 stefxx

+1 more vote for this feature :)

ehsansabet avatar Sep 08 '23 15:09 ehsansabet

+1 would be lit to see this feature

Percy2Live avatar Nov 07 '23 19:11 Percy2Live

Although most people would prefer a standalone app, I think a simpler solution would be to create a companion app that uses MessageClient API to communicate with the phone via Bluetooth.

That way you could develop a simple WearOS app to request the list of shortcuts from the phone app and list them on the watch app. Pressing an item would then send a message to the phone to trigger and execute the shortcut and return the resulting payload back to the watch for display.

See From Wrist to Hand: Develop a Companion App for Your Wearable Application for details. I think both apps need to have the same package name to communicate with each other, see WearableListenerService onMessageReceived is not called on device.

I also found another app that does something similar (triggering actions from watch) called WakeOnLan.

mguinness avatar Dec 07 '23 22:12 mguinness