eurofurence / ef-app_android

Eurofurence App (Android version)
MIT License
13 stars 5 forks source link

Make fields nullable #235

Closed lukashaertel closed 6 years ago

lukashaertel commented 6 years ago

Some Java generated code did not specify the nullity of some properties, after which some old DB states caused trouble. This is addressed, as well as a timer issue, where the timer is not cancelled but left running while a new one is started.

Addresses #232 and #233

Pinselohrkater commented 6 years ago

Confirmed fixes #232 & fixes #233