Conversation
1f242b5 to
166a59c
Compare
|
I like that you are working on properly supporting all format strings from OpenHab. While I think it´s unfortunate that OH just assumes everyone knows that it formats using Java format strings (I did not see much documentation about it, just examples), I can accept it. The Java-printf-style format makes implementation easier for the Android app, too, plus it is simple to understand and locale-aware. To tackle the Java vs Swift format string incompatibility properly, I once thought we should implement a Java to Swift formatstring conversion. Is this what you did here? If yes, we should publish this as a gist independently - there is nothing like it on the internet yet. If not, what do you think about making this a more comprehensive converter and solve the formatstring problem once and for all? |
Of course it would be ideal if there was a Java to Swift formatstring conversion. This is indeed the problem we are facing here. I was thinking not as big as you. But I love challenges. |
Signed-off-by: Tim Mueller-Seydlitz <timbms@gmail.com>
f8f636e to
8fee328
Compare
|
@TAKeanice Let's first address this crash fix. I will follow up with a wider scope. |
A crash was reported via TestFlight
Summary
Testing