Grzegorz Orczykowski

Results 235 comments of Grzegorz Orczykowski

I would test v2024.1 and this pr. Do you have v2024.1 one or you want me to create it for you?

Ok it's here: https://drive.google.com/file/d/1_wkFucR4ifblOCrIm30ekfMTbAM59T6w/view?usp=sharing

> or can @grzesiek2010 take a look? I was already finishing my review.

@alyblenkin, you asked for my thoughts, so here they are. I like your proposal. It would be beneficial to file separate issues not only for select one/multiple but also for...

This is not caused by the new `masked` appearance. A widget is a `DrawWidget` only if its appearance equals `draw` (see https://github.com/getodk/collect/blob/master/collect_app/src/main/java/org/odk/collect/android/widgets/WidgetFactory.java#L217). The same with signature. So if you try...

This happens because with auto-send on, if we fill two forms one by one and click the send button two separate jobs are scheduled. We block deleting forms at the...

Here the cause is the same as I've described in https://github.com/getodk/collect/issues/6076#issuecomment-2049145410 for image questions. It's not caused by the new `masked` appearance but by the fact we can't add any...

To me the PR version works correctly and what you see on the master branch and older versions was wrong, for example the duplicate section `Inner repeat 2` in the...

> Would be good to prioritize it so we can test it along with some of the other interesting offline Entities cases. Thanks! Sure!

This seems to be a long-standing Android issue: https://issuetracker.google.com/issues/37082815 There are some workarounds like creating a custom `PasswordTransformationMethod` but I'm not sure if this is worth the effort. The bug...