Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix config options for Android release builds #295

Merged

Commits on Mar 9, 2020

  1. 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.
    wwwdata committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    a7100ae View commit details
    Browse the repository at this point in the history