Grzegorz Orczykowski
Grzegorz Orczykowski
I've investigated the issue and implemented some improvements around handling markdown italics. @lognaturel please take a look and let me know what you think see https://github.com/getodk/collect/pull/5685
I just wanted to add that it's not a huge change/improvement but still worth implementing. It doesn't even fix anything because using the last release version if a user wanted...
> @grzesiek2010 what do you think about reopening and making this change? Let's reopen so that we don't forget and see what we can do.
This happens because when we add a new property but don’t populate it, the server entity version isn’t incremented (rows contains the new property but the version is the same)....
This is an issue with the paths returned by `#getCanonicalPath`. While the original paths start with `storage/emulated/0/Android/data/` (the correct path), the paths returned by `#getCanonicalPath` may begin with variations like...
> When you say "and use" in step 2, you mean and use to do the rest of the path check, right? Yes, I was considering something like this: https://github.com/getodk/collect/commit/c243c48bf0d513fd4648f85c0680ce07a6252bf5...
Yes, I can do that but my plan was to do that once we agree on my solution so that I can link the post in the comment above the...
I have implemented sanitizing https://github.com/getodk/collect/pull/6404 to check if it is just about `/Android/data/` part of the path or maybe there is something else that might be wrong. If we don't...
Those are not crashes we log errors but they do not crash the app.
> Ah right! So the next release will just update our logging not fix the actual problem? If the problem was just with `/Android/data/` part of the path (which could...