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.tsappId
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Update the Capacitor/Android app identity from
com.aimloperations.chattoai.hesychia.chatso package name, application ID, and related docs match the Hesychia brand.Scope
capacitor.config.tsappIdapplicationId/namespaceMainActivitystrings.xmlpackage name / custom URL schemeNotes
applicationIdinstalls as a new app on devices that already have the old ID (expected for pre-Play / early builds).