Laixer / Swabbr-Android

Swabbr Android application
2 stars 0 forks source link

Fix enum handling by moshi and retrofit #200

Open tabeckers opened 3 years ago

tabeckers commented 3 years ago

Currently Retrofit can't deal with enums. Each enum is mapped explicitly from and to the corresponding integer. The same goes for the sorting order in list requests. A current fix for the latter has been implemented in issue #162 .