Hi @vertexi
When you get a chance, please introduce yourself here. I'd also encourage you to add a real picture as your avatar because it helps build community!
By default, the Android date picker allows selecting dates between 1900 and 2100. We’ve never added any option to override this, and it has always worked this way.
It works the same way regardless of the Android device you use or the version of ODK Collect.
I would use a simple text question with a regex to validate the date format. For example:
^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$