Skip to content

Fix bugs related to validation snackbar display#7030

Merged
seadowg merged 3 commits intogetodk:masterfrom
grzesiek2010:COLLECT-7027
Jan 20, 2026
Merged

Fix bugs related to validation snackbar display#7030
seadowg merged 3 commits intogetodk:masterfrom
grzesiek2010:COLLECT-7027

Conversation

@grzesiek2010
Copy link
Member

@grzesiek2010 grzesiek2010 commented Jan 19, 2026

Closes #7025
Closes #7026
Closes #7027

Why is this the best possible solution? Were any other approaches considered?

Nothing important to highlight here; I’m just adding some tweaks to handle invalid polygons (specifically, to display errors).

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

It should simply fix the issue, but please be careful as always and test other cases where the answer should be validated to avoid regressions.

Do we need any specific form for testing your changes? If so, please attach one.

Forms are linked in the issues.

Does this change require updates to documentation? If so, please file an issue here and include the link below.

No.

Before submitting this PR, please make sure you have:

  • added or modified tests for any new or changed behavior
  • run ./gradlew connectedAndroidTest (or ./gradlew testLab) and confirmed all checks still pass
  • added a comment above any new strings describing it for translators
  • added any new strings with date formatting to DateFormatsTest
  • verified that any code or assets from external sources are properly credited in comments and/or in the about file.
  • verified that any new UI elements use theme colors. UI Components Style guidelines

@grzesiek2010 grzesiek2010 marked this pull request as ready for review January 19, 2026 23:06
@grzesiek2010 grzesiek2010 requested a review from seadowg January 19, 2026 23:07
@seadowg seadowg merged commit 130720e into getodk:master Jan 20, 2026
7 checks passed
@WKobus
Copy link

WKobus commented Jan 22, 2026

@srujner
Copy link

srujner commented Jan 22, 2026

Tested with success

Verified on device with Android 12

@dbemke
Copy link

dbemke commented Jan 22, 2026

Tested with success

Verified on device with Android 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment