Frants1987

Results 4 comments of Frants1987

I would implement it like this: * long press on the workout opens a small menu * menu items delete and reset * on item press delete/reset with toast message

An alternative could be encoding the unicode to UTF-8 and send it over the A data type. I look into that and create a pull request if I find a...

OK, why not use the UTF-8 encoding right away? I know that all characters in latin-1 above the value of 127 are represented differently in UTF-8 but it would be...

Thanks for your reply. `SecsVarString.coding = "" ` That's what I did now. However, it seems like a hack to me as well. How about handling the `UnicodeEncodeError` on each...