IOS 2.1 Release and Project Update

sure i am using this but i am lazy i want the app to do the hard work
and i will only press on the item and will create a shortcut

You are free to contribute so that can happen. That is how development is done here. :smiley:

2 Likes

Yes. This would be great.
Unfortunately it is not as simple as checking a box in Xcode. I just tried it out:

  1. There a dependencies that need to be carved out for instance Crashlytics
  2. There are many deprecations that need to addressed. No clue whether they are fatal yet, because of 1 that is currently blocking the build. Any contribution is very welcome. I will open an issue on GitHub.
2 Likes

i know! soory i dont have the skils :slight_smile:

i think even some genric tempalte will be ok no need for magic

so lets say user will input his endpoint
then will get item list
and app will string that togther ?
and for next item it will remmber the last URL and Payload or somthing like that
so it will be easy doing a bunch of them…

Perhaps the developer could use a financial incentive? :wink:

@timbms is that a bug ? Anything I can do to help ?

Assuming you are using the App Store app and not the Test Flight version, my selection item works fine in the updated app.

Oh the app store app is not the latest one? There was an update for it yesterday.

I thought it is this one

Sorry I guess I was unclear. I was just making sure you were using the App Store version (like I am). Perhaps there are some syntax errors in your sitemap that were still able to be parsed in the previous version?

If you’d like, you can open another thread or PM me and we can maybe take a look for something that isn’t quite right syntactically.

For me it, Selection shows an empty list where dinamically filled Selection should be (I don’t know how it differs from the static ones). But for example Spotify binding playlist only shows an empty list in iOS app, but other Selection (where mapping is set) works fine.

You can Duplicate Shortcuts in the App, than you only must edit the Item … that’s not so hard :wink:

2 Likes

Yeah exactly dynamically filled selection is not working on iOS on my Android tablet it works fine

I derived a branch with an initial implementation of dynamically filled selections in iOS. This is available as a PR in GitHub.
I would need to test this. Can you let me know which bindings use dynamic selections?

As far as I know, the spotify binding uses it (from what I heared) and the HomeConnect Binding is using it for example for a dishwasher (for programm selection).

that might actually explain why i cant get spotify playlists showing on habpanel on my ipad!

Please have a look at latest beta via TestFlight. Please report 2.2.37 whether addresses your issues.

In the morning it worked. I was able to view my Spotify playlists in the app.
However now, when a music is playing if I open the app and scroll to these items, right when it should render it crashes. The only difference now is that an active device is selected, so it should show the device name next to the item.

Thank you for the feedback. I have been experimenting with the avmfritz binding that implements a type of dynamic mapping. Apparently there are others.
I have installed Spotify binding and identified a bug. Please try TestFlight version 2.2.41

It seems working now, thanks!