As a follow up to nextcloud/deck#3862 we need to adjust the apps UI to prevent entering empty list names when creating or updating a list name.
After a discussion with @desperateCoder it is a non goal to enforce this by the Android apps backend but only on the UI layer. Since there is no migration (neither by the server app nor by the Android app) this might cause conflicts. Existint conflicts will result in an HTTP 400, so maybe we should adjust our TipsAdapter to give more information to the user.
As a follow up to nextcloud/deck#3862 we need to adjust the apps UI to prevent entering empty list names when creating or updating a list name.
After a discussion with @desperateCoder it is a non goal to enforce this by the Android apps backend but only on the UI layer. Since there is no migration (neither by the server app nor by the Android app) this might cause conflicts. Existint conflicts will result in an HTTP 400, so maybe we should adjust our
TipsAdapterto give more information to the user.