Skip to content

v1.1.1

Latest

Choose a tag to compare

@maelst-dev maelst-dev released this 10 Sep 07:15
· 1 commit to main since this release

What's Changed in v1.1.1

Bug Fixes

  • Fix release build login crash (Abstract classes can't be instantiated!) caused by R8 minification stripping PollData DTO constructor and fields during Login Flow v2 initiation (#1).
  • Add explicit @Keep and @SerializedName annotations to all authentication and API data models.
  • Add comprehensive ProGuard/R8 rules for Gson serialization and auth classes.
  • Add unit test coverage for Nextcloud Login Flow v2 DTO deserialization.