• v2.0.16 3a92d58940

    thoralf released this 2026-09-05 16:27:02 +02:00 | 4395 commits to main since this release

    Fixed

    • Structurally prevents the 2.0.14 bug from recurring. app_name,
      title_activity_main, package_name and custom_url_scheme were hand-maintained
      literals in values/strings.xml, duplicating applicationId with nothing to check
      them against it. They are generated from applicationId now and no longer exist as
      editable source, and the release workflow independently verifies app label and OAuth
      scheme against the actually built APK before it is signed.
    Downloads