maniac103
maniac103
> Won't that provide enough information to reconstruct it? I don't see how, given there's no way (AFAICT) to get the server time zone. > afaik, this information isn't yet...
> If you have a specific option to get the chartlet in a specific timezone, it gives control to the UI and you can use the UI timezone. Adding the...
Does iOS limit the number of actions? Buttons in Android are limited to a maximum of 3, FWIW, so if iOS has a similar limitation, we may want to state...
Can you try whether the latest beta version (3.17.8) works any better in that regard? 3.17.6 fixed some crash issues with flaky network connection, which includes flaky availability of the...
Yeah, a 'Got it' button should be OK when combined with an info text in the prefs panel, which could have a button to re-request the permission grant.
I looked through all indirect invocations of `HttpClient.method()` and found [one case](https://github.com/openhab/openhab-android/blob/main/mobile/src/main/java/org/openhab/habdroid/background/ItemsControlsProviderService.kt#L123) that doesn't catch `HttpException`. Not sure if it's that, but it's what seems most likely to me.
> When the intent goes directly to the primary browser, I don't see a way to get a callback when the action button is pressed. The only workaround that I...
Looks like this still doesn't suffice. Icon loading is better with it, but still I sometimes get permanent loading indication (skeleton). I'll investigate more.
It probably makes sense, yes. It's certainly better now, and I also believe the change itself is correct.
Since the linked comment also says the same issue applies to Chrome, I'm pretty sure the issue is in Main UI, not the app. Could you please create the report...