Grzegorz Orczykowski

Results 72 issues of Grzegorz Orczykowski

#### Problem description Answers from select one questions are not read properly if they start/end with whitespaces and come from an external file I prepared a test form with three...

behavior verified

#### Problem description In https://github.com/getodk/collect/pull/5951 we have reworked the way we deal with savepoints. The new approach is based on a database and requires some kind of data migration to...

#### Why is this the best possible solution? Were any other approaches considered? The regression package was a set of tests written by the QA team. It's been a while...

#### ODK Collect version v2023.3.1 and probably older versions too. #### Android version 10 but not 12 so it might be Android-specific #### Problem description The scrolling position is changed...

#### Problem description A new form is opened instead of a saved draft after clicking on a draft in the list of Drafts. https://github.com/getodk/collect/assets/3276264/b7497563-86ad-4cd5-bcc2-81f2f3a5de5d #### Other information The discussion on...

needs reproduction

#### Problem description Calculations that return an invalid data format should be ignored. That means for example if we have a numeric question but the calculations return a non-numerical value,...

needs discussion

#### Problem description We have many widgets that represent different question types. The visibility of their elements depends on the state and might differ if: - there is an answer...

#### Problem description We keep having problems with performing some actions after creating question views like: - displaying a keyboard for text widgets https://github.com/getodk/collect/pull/5843/files#diff-c2ee7ae36f7c566b42448bec3d149e4f128d0e941e5450d5ad3f64aa37692613R12 - scrolling to a question with...

#### Problem description https://console.firebase.google.com/u/1/project/api-project-322300403941/crashlytics/app/android:org.odk.collect.android/issues/1d44e46d70a9c63deff958a80ea8ef4d?time=last-seven-days&versions=v2023.1.0%20(4611)&types=crash&sessionEventKey=64225AB003410001654A7B0AB7CDB18D_1793875140906089215 ``` Caused by android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=0, totalRows=4 at android.database.sqlite.SQLiteConnection.nativeExecuteForCursorWindow(SQLiteConnection.java) at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:904) at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:851) at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62) at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:149) at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:137) at...

Specific to Android version

#### Problem description A user is not asked for location permission after killing the app, revoking the permission and reopening a form if moving backwards is disabled #### Steps to...