Skip to content

Commit c680312

Browse files
authored
feat(android): add chat command controls (#98796)
1 parent 9c75a14 commit c680312

13 files changed

Lines changed: 1174 additions & 54 deletions

File tree

apps/.i18n/native-source.json

Lines changed: 62 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -123,23 +123,23 @@
123123
},
124124
{
125125
"kind": "ui-state-text",
126-
"line": 101,
126+
"line": 102,
127127
"path": "apps/android/app/src/main/java/ai/openclaw/app/MainViewModel.kt",
128128
"source": "Searching…",
129129
"surface": "android",
130130
"id": "native.android.dec357dfc9b8c0a5"
131131
},
132132
{
133133
"kind": "ui-state-text",
134-
"line": 188,
134+
"line": 189,
135135
"path": "apps/android/app/src/main/java/ai/openclaw/app/MainViewModel.kt",
136136
"source": "Mic off",
137137
"surface": "android",
138138
"id": "native.android.567482ea1118eb13"
139139
},
140140
{
141141
"kind": "ui-state-text",
142-
"line": 198,
142+
"line": 199,
143143
"path": "apps/android/app/src/main/java/ai/openclaw/app/MainViewModel.kt",
144144
"source": "Off",
145145
"surface": "android",
@@ -179,31 +179,31 @@
179179
},
180180
{
181181
"kind": "ui-state-text",
182-
"line": 499,
182+
"line": 500,
183183
"path": "apps/android/app/src/main/java/ai/openclaw/app/NodeRuntime.kt",
184184
"source": "Offline",
185185
"surface": "android",
186186
"id": "native.android.c65b61de70a063e7"
187187
},
188188
{
189189
"kind": "conditional-branch",
190-
"line": 2007,
190+
"line": 2009,
191191
"path": "apps/android/app/src/main/java/ai/openclaw/app/NodeRuntime.kt",
192192
"source": "Failed: this host requires wss:// or Tailscale Serve. No TLS endpoint detected.",
193193
"surface": "android",
194194
"id": "native.android.81009c40eed2216d"
195195
},
196196
{
197197
"kind": "conditional-branch",
198-
"line": 2009,
198+
"line": 2011,
199199
"path": "apps/android/app/src/main/java/ai/openclaw/app/NodeRuntime.kt",
200200
"source": "Failed: secure endpoint reached, but TLS fingerprint verification timed out. Check Tailscale Serve or gateway TLS and retry.",
201201
"surface": "android",
202202
"id": "native.android.467899bb510b8e34"
203203
},
204204
{
205205
"kind": "conditional-branch",
206-
"line": 2011,
206+
"line": 2013,
207207
"path": "apps/android/app/src/main/java/ai/openclaw/app/NodeRuntime.kt",
208208
"source": "Failed: couldn't reach the secure gateway endpoint for this host.",
209209
"surface": "android",
@@ -4987,60 +4987,68 @@
49874987
},
49884988
{
49894989
"kind": "ui-call",
4990-
"line": 141,
4990+
"line": 172,
49914991
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatComposer.kt",
49924992
"source": "Type a message…",
49934993
"surface": "android",
49944994
"id": "native.android.4949d6815387ee5c"
49954995
},
49964996
{
49974997
"kind": "ui-named-argument",
4998-
"line": 151,
4998+
"line": 182,
49994999
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatComposer.kt",
50005000
"source": "Gateway is offline. Open Settings to reconnect.",
50015001
"surface": "android",
50025002
"id": "native.android.6522139155c1eebd"
50035003
},
50045004
{
50055005
"kind": "ui-named-argument",
5006-
"line": 180,
5006+
"line": 211,
50075007
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatComposer.kt",
50085008
"source": "Select thinking level",
50095009
"surface": "android",
50105010
"id": "native.android.d6227e983e46ca7c"
50115011
},
50125012
{
50135013
"kind": "ui-named-argument",
5014-
"line": 204,
5014+
"line": 235,
50155015
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatComposer.kt",
50165016
"source": "Attach",
50175017
"surface": "android",
50185018
"id": "native.android.f5f9284eaf2e47e1"
50195019
},
50205020
{
50215021
"kind": "ui-named-argument",
5022-
"line": 212,
5022+
"line": 243,
50235023
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatComposer.kt",
50245024
"source": "Refresh",
50255025
"surface": "android",
50265026
"id": "native.android.27111ef04249d6f4"
50275027
},
50285028
{
50295029
"kind": "ui-named-argument",
5030-
"line": 220,
5030+
"line": 251,
50315031
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatComposer.kt",
50325032
"source": "Abort",
50335033
"surface": "android",
50345034
"id": "native.android.2e55791da68e83cf"
50355035
},
50365036
{
50375037
"kind": "ui-named-argument",
5038-
"line": 255,
5038+
"line": 289,
50395039
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatComposer.kt",
50405040
"source": "Send",
50415041
"surface": "android",
50425042
"id": "native.android.02b1552edc8d59da"
50435043
},
5044+
{
5045+
"kind": "ui-named-argument",
5046+
"line": 315,
5047+
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatComposer.kt",
5048+
"source": "No commands found",
5049+
"surface": "android",
5050+
"id": "native.android.ff4e568bce360d5f"
5051+
},
50445052
{
50455053
"kind": "ui-named-argument",
50465054
"line": 699,
@@ -5139,199 +5147,207 @@
51395147
},
51405148
{
51415149
"kind": "ui-named-argument",
5142-
"line": 201,
5150+
"line": 224,
51435151
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
51445152
"source": "Chat needs attention",
51455153
"surface": "android",
51465154
"id": "native.android.22a4efbe2bab8b80"
51475155
},
51485156
{
51495157
"kind": "ui-named-argument",
5150-
"line": 326,
5158+
"line": 350,
51515159
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
51525160
"source": "All",
51535161
"surface": "android",
51545162
"id": "native.android.b73c79389a8cff07"
51555163
},
51565164
{
51575165
"kind": "ui-named-argument",
5158-
"line": 377,
5166+
"line": 409,
51595167
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
51605168
"source": "OpenClaw",
51615169
"surface": "android",
51625170
"id": "native.android.25d8575c0063aee5"
51635171
},
51645172
{
51655173
"kind": "ui-named-argument",
5166-
"line": 398,
5174+
"line": 430,
5175+
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
5176+
"source": "New chat",
5177+
"surface": "android",
5178+
"id": "native.android.4437f3cbdb3c8cbe"
5179+
},
5180+
{
5181+
"kind": "ui-named-argument",
5182+
"line": 431,
51675183
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
51685184
"source": "Refresh chat",
51695185
"surface": "android",
51705186
"id": "native.android.0066c3883e9eff15"
51715187
},
51725188
{
51735189
"kind": "ui-named-argument",
5174-
"line": 401,
5190+
"line": 434,
51755191
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
51765192
"source": "Chat",
51775193
"surface": "android",
51785194
"id": "native.android.707eccff20a79f65"
51795195
},
51805196
{
51815197
"kind": "ui-named-argument",
5182-
"line": 525,
5198+
"line": 561,
51835199
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
51845200
"source": "Loading session",
51855201
"surface": "android",
51865202
"id": "native.android.882cc14a58e7e105"
51875203
},
51885204
{
51895205
"kind": "ui-named-argument",
5190-
"line": 552,
5206+
"line": 588,
51915207
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
51925208
"source": "Jump to latest",
51935209
"surface": "android",
51945210
"id": "native.android.2c1106e1687ab258"
51955211
},
51965212
{
51975213
"kind": "conditional-branch",
5198-
"line": 572,
5214+
"line": 608,
51995215
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52005216
"source": "Ready when you are",
52015217
"surface": "android",
52025218
"id": "native.android.9df2c9d68bad169f"
52035219
},
52045220
{
52055221
"kind": "ui-named-argument",
5206-
"line": 603,
5222+
"line": 639,
52075223
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52085224
"source": "Fix connection",
52095225
"surface": "android",
52105226
"id": "native.android.6bbe3c5b5193d985"
52115227
},
52125228
{
52135229
"kind": "ui-named-argument",
5214-
"line": 604,
5230+
"line": 640,
52155231
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52165232
"source": "Copy diagnostics",
52175233
"surface": "android",
52185234
"id": "native.android.579c05816c7dfa79"
52195235
},
52205236
{
52215237
"kind": "ui-named-argument",
5222-
"line": 741,
5238+
"line": 777,
52235239
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52245240
"source": "Tools running",
52255241
"surface": "android",
52265242
"id": "native.android.781f84dfaf7da9d6"
52275243
},
52285244
{
52295245
"kind": "ui-named-argument",
5230-
"line": 746,
5246+
"line": 782,
52315247
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52325248
"source": "+${toolCalls.size - 4} more",
52335249
"surface": "android",
52345250
"id": "native.android.0fd6b75cadc0ce75"
52355251
},
52365252
{
52375253
"kind": "ui-named-argument",
5238-
"line": 756,
5254+
"line": 792,
52395255
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52405256
"source": "Thinking",
52415257
"surface": "android",
52425258
"id": "native.android.7e0aea1dca378135"
52435259
},
52445260
{
52455261
"kind": "ui-named-argument",
5246-
"line": 757,
5262+
"line": 793,
52475263
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52485264
"source": "OpenClaw is preparing a response.",
52495265
"surface": "android",
52505266
"id": "native.android.98a0d4d5bba788c4"
52515267
},
52525268
{
52535269
"kind": "ui-named-argument",
5254-
"line": 850,
5270+
"line": 905,
52555271
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52565272
"source": "Stop",
52575273
"surface": "android",
52585274
"id": "native.android.76d574acfac94fee"
52595275
},
52605276
{
52615277
"kind": "ui-named-argument",
5262-
"line": 867,
5278+
"line": 922,
5279+
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
5280+
"source": "No commands found",
5281+
"surface": "android",
5282+
"id": "native.android.5953c956ff208e6e"
5283+
},
5284+
{
5285+
"kind": "ui-named-argument",
5286+
"line": 984,
52635287
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52645288
"source": "Gateway offline",
52655289
"surface": "android",
52665290
"id": "native.android.8e3e367df24cae4b"
52675291
},
52685292
{
52695293
"kind": "ui-named-argument",
5270-
"line": 957,
5294+
"line": 1074,
52715295
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52725296
"source": "Attach image",
52735297
"surface": "android",
52745298
"id": "native.android.623e434c83e3c020"
52755299
},
52765300
{
52775301
"kind": "ui-named-argument",
5278-
"line": 972,
5302+
"line": 1089,
52795303
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52805304
"source": "Message OpenClaw",
52815305
"surface": "android",
52825306
"id": "native.android.f1d69eb66c5dfa39"
52835307
},
52845308
{
52855309
"kind": "ui-named-argument",
5286-
"line": 987,
5310+
"line": 1104,
52875311
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52885312
"source": "Voice",
52895313
"surface": "android",
52905314
"id": "native.android.19396391033f4fa8"
52915315
},
52925316
{
52935317
"kind": "ui-named-argument",
5294-
"line": 1025,
5318+
"line": 1142,
52955319
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
52965320
"source": "Remove attachment",
52975321
"surface": "android",
52985322
"id": "native.android.5054269049758d6a"
52995323
},
53005324
{
53015325
"kind": "conditional-branch",
5302-
"line": 1037,
5303-
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
5304-
"source": "New chat",
5305-
"surface": "android",
5306-
"id": "native.android.326caa6b92aa9bdf"
5307-
},
5308-
{
5309-
"kind": "conditional-branch",
5310-
"line": 1046,
5326+
"line": 1163,
53115327
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
53125328
"source": "Main",
53135329
"surface": "android",
53145330
"id": "native.android.5fa853a957713a56"
53155331
},
53165332
{
53175333
"kind": "ui-named-argument",
5318-
"line": 1102,
5334+
"line": 1219,
53195335
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
53205336
"source": "Send",
53215337
"surface": "android",
53225338
"id": "native.android.6e2fcc9d67fc1273"
53235339
},
53245340
{
53255341
"kind": "conditional-branch",
5326-
"line": 1141,
5342+
"line": 1258,
53275343
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatScreen.kt",
53285344
"source": "$contextLabel · ${contextMeterThinkingLabel(thinkingLevel)}",
53295345
"surface": "android",
53305346
"id": "native.android.4e6c67df44d588d3"
53315347
},
53325348
{
53335349
"kind": "ui-named-argument",
5334-
"line": 268,
5350+
"line": 272,
53355351
"path": "apps/android/app/src/main/java/ai/openclaw/app/ui/chat/ChatSheetContent.kt",
53365352
"source": "CHAT ERROR",
53375353
"surface": "android",

0 commit comments

Comments
 (0)