From b5d3154d200368814944e062238021a340465be7 Mon Sep 17 00:00:00 2001 From: Ryan Westfall Date: Sun, 26 Jul 2026 18:33:14 -0500 Subject: [PATCH] Rename Android shell display name to Hesychia (#29) Capacitor appName and Android string resources (plus docs) now show Hesychia so the mobile shell matches the product rebrand when this wrap lands. --- llm-fe/android/README.md | 6 +++--- llm-fe/android/app/src/main/res/values/strings.xml | 4 ++-- llm-fe/capacitor.config.ts | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/llm-fe/android/README.md b/llm-fe/android/README.md index 9dc671a..ae476e0 100644 --- a/llm-fe/android/README.md +++ b/llm-fe/android/README.md @@ -1,4 +1,4 @@ -# AI ML Chat — Android +# Hesychia — Android Native Capacitor project for `com.aimloperations.chat`. Web UI comes from the CRA `build/` output in the parent `llm-fe/` package (synced with `npx cap sync`). @@ -105,7 +105,7 @@ Without `keystore.properties`, release builds are unsigned; debug builds do not ## Deploy to Google Play -1. [Play Console](https://play.google.com/console) → app **AI ML Chat** (`com.aimloperations.chat`). +1. [Play Console](https://play.google.com/console) → app **Hesychia** (`com.aimloperations.chat`). 2. Complete store listing: privacy policy URL, data-safety form, screenshots. 3. **Testing → Internal testing** → create release → upload `app-release.aab`. 4. Add testers, roll out internal track, verify on devices. @@ -127,5 +127,5 @@ Each new upload needs a higher `versionCode`. | | | |--|--| | Application ID | `com.aimloperations.chat` | -| Display name | AI ML Chat | +| Display name | Hesychia | | Min / target SDK | 23 / 35 (see `variables.gradle`) | diff --git a/llm-fe/android/app/src/main/res/values/strings.xml b/llm-fe/android/app/src/main/res/values/strings.xml index 0453eff..d031805 100644 --- a/llm-fe/android/app/src/main/res/values/strings.xml +++ b/llm-fe/android/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - AI ML Chat - AI ML Chat + Hesychia + Hesychia com.aimloperations.chat com.aimloperations.chat diff --git a/llm-fe/capacitor.config.ts b/llm-fe/capacitor.config.ts index 0f096ff..e3beb36 100644 --- a/llm-fe/capacitor.config.ts +++ b/llm-fe/capacitor.config.ts @@ -2,7 +2,7 @@ import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'com.aimloperations.chat', - appName: 'AI ML Chat', + appName: 'Hesychia', webDir: 'build', server: { // Bundled assets; HashRouter (#24) handles deep links without a rewrite server.