Ben Bieker a7100ae0cc
Fix config options for Android release builds
Using reflection was not a good idea because when the Android App is
compiled for release mode, some code optimizations are executed. The
fields of the configuration classes were then renamed and the mapping
via reflections did not work again. Now everything has an explicit
mapping form the untyped HashMap to the class fields and vice versa.
2020-03-09 13:48:48 +01:00
..
2019-03-11 08:14:26 +01:00
2018-09-14 02:21:51 +02:00