wutschel
wutschel
I would just accept the small issue and fix it with next release when migrating to Xcode 14. But I have another change I would like to add, see https://github.com/xbmc/Official-Kodi-Remote-iOS/issues/721.
@kambala-decapitator, I propose t close this one as solved. The search definitely works.
Now it is understood and reproducible, see https://github.com/xbmc/Official-Kodi-Remote-iOS/issues/986.
I did a first proof of concept change which already works basically. But I don't like the overall logic yet. On server shutdown, quit application: The app will assume the...
I am just reading this again while I am working on the "Power" menu. I am now unifying the way the feedback ("Executed" or "Could not do that") is shown...
This is how it would like: [video iPad simulator]( https://www.dropbox.com/scl/fi/20v4y8wc4xdbel1czn8ew/Simulator-Screen-Recording-iPad-8th-generation-2024-03-20-at-12.31.13.mp4?rlkey=1ov0rh43bddhtorha40lvjiam&dl=0)
This is automatically done. It looks same on both iPad and iPhone, if the text for the buttons is same. The German "Audio aktualisieren" is too long to place it...
> Tested 1.15 4339 - I like it - looks really good. Thanks, glad you like it. :)
Closed as even though this provides an easy-to-read version check, this seems a complex solution (also at runtime) for overall few places where a complicated outline check is done. Instead,...
Quite fast and stripping off all non-empty "" and "[]" brackets. Downside: Also things like "[OST]", "[2001]" or "[feat. Elvis]" would be removed. ``` (NSString*)stripRegEx:(NSString*)regExp text:(NSString*)textIn { NSRegularExpression *regex =...