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

Make EnumTypeAdapter friendly with obfuscation #1495

Merged
merged 10 commits into from Aug 4, 2021

Commits on Aug 4, 2021

  1. Make EnumTypeAdapter friendly with obfuscation

    When enum value was obfuscated by proguard, EnumTypeAdapter raise NoSuchFieldException even if apply SerializedName annotation.
    Because EnumTypeAdapter cannot find obfuscated enum constant field with its name.
    ganadist committed Aug 4, 2021
    Copy the full SHA
    68f99f2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    94f894c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7988fbf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1406477 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e99a4b1 View commit details
    Browse the repository at this point in the history
  6. Removed unused import

    ganadist committed Aug 4, 2021
    Copy the full SHA
    92a98da View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6ac9f7d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    20720d6 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    59a8aed View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d8c5fcf View commit details
    Browse the repository at this point in the history