Rename Android application ID to ai.hesychia.chat #67

Closed
opened 2026-07-29 11:17:09 -07:00 by westfarn · 0 comments
Owner

Summary

Update the Capacitor/Android app identity from com.aimloperations.chat to ai.hesychia.chat so package name, application ID, and related docs match the Hesychia brand.

Scope

  • capacitor.config.ts appId
  • Android applicationId / namespace
  • Java package path for MainActivity
  • strings.xml package name / custom URL scheme
  • Android README references

Notes

  • Changing applicationId installs as a new app on devices that already have the old ID (expected for pre-Play / early builds).
  • Confirmed locally: app builds and runs on a physical device.
## Summary Update the Capacitor/Android app identity from `com.aimloperations.chat` to `ai.hesychia.chat` so package name, application ID, and related docs match the Hesychia brand. ## Scope - `capacitor.config.ts` `appId` - Android `applicationId` / `namespace` - Java package path for `MainActivity` - `strings.xml` package name / custom URL scheme - Android README references ## Notes - Changing `applicationId` installs as a new app on devices that already have the old ID (expected for pre-Play / early builds). - Confirmed locally: app builds and runs on a physical device.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#67