Skip to content

Hermex Android 1.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 12:29

Hermex Android 1.1.2 is a maintenance release focused on prompt visibility and performance for long conversations.

Fixed

  • Permission and question prompts stay fully visible. Approval requests, command confirmations, and multiple-choice questions now remain below the Android status bar and top app chrome. Long prompt content can scroll without hiding the available actions. Fixes #4.
  • Older and longer chats load much faster. Hermex now renders cached sessions and messages immediately, requests a bounded page of recent messages, and loads older history incrementally instead of repeatedly downloading an entire conversation. Archived-session cache entries are also preserved during regular refreshes. Fixes #5.

Downloads

  • app-release.apk — install directly on an Android device.
  • app-release.aab — signed Android App Bundle for store distribution.

Version: 1.1.2 (versionCode 32)

Upgrade and signing

The APK and AAB are signed with the permanent Hermex release key. Version 1.1.2 installs directly over production-signed 1.0.x and 1.1.x builds.

GitHub APKs from 0.2.7 and earlier used a debug signature and may require uninstalling the old app once before installing this release.

Validation

This release passed:

  • iOS/Android endpoint parity checks
  • Android localization catalog parity checks
  • Android unit tests
  • 71 Android emulator UI tests locally
  • Android API 35 managed-device tests in GitHub Actions
  • Android release lint
  • Production-signed APK and AAB builds