Commit Graph

3382 Commits

Author SHA1 Message Date
github-actions[bot]
d2af68965a chore(i18n): refresh native nl locale 2026-07-03 06:49:52 +00:00
github-actions[bot]
555f601230 chore(i18n): refresh native vi locale 2026-07-03 06:48:41 +00:00
github-actions[bot]
88f13cab62 chore(i18n): refresh native th locale 2026-07-03 06:47:58 +00:00
github-actions[bot]
f99fdc9403 chore(i18n): refresh native pl locale 2026-07-03 06:46:56 +00:00
github-actions[bot]
4eaec934e8 chore(i18n): refresh native id locale 2026-07-03 06:45:13 +00:00
github-actions[bot]
2824796013 chore(i18n): refresh native uk locale 2026-07-03 06:44:57 +00:00
github-actions[bot]
005ebd108f chore(i18n): refresh native tr locale 2026-07-03 06:42:53 +00:00
github-actions[bot]
ff5d98681f chore(i18n): refresh native it locale 2026-07-03 06:42:40 +00:00
github-actions[bot]
768da09ceb chore(i18n): refresh native ar locale 2026-07-03 06:41:09 +00:00
github-actions[bot]
9863cebef1 chore(i18n): refresh native hi locale 2026-07-03 06:40:47 +00:00
github-actions[bot]
da67520b8d chore(i18n): refresh native fr locale 2026-07-03 06:39:23 +00:00
github-actions[bot]
4e7ca8e6c6 chore(i18n): refresh native ko locale 2026-07-03 06:38:50 +00:00
github-actions[bot]
ebcf8dcaf7 chore(i18n): refresh native ja-JP locale 2026-07-03 06:37:14 +00:00
github-actions[bot]
fe57718b41 chore(i18n): refresh native es locale 2026-07-03 06:36:58 +00:00
github-actions[bot]
5002a0e9ea chore(i18n): refresh native de locale 2026-07-03 06:35:36 +00:00
github-actions[bot]
9edb9065a8 chore(i18n): refresh native pt-BR locale 2026-07-03 06:35:23 +00:00
github-actions[bot]
662d127f60 chore(i18n): refresh native zh-CN locale 2026-07-03 06:33:52 +00:00
github-actions[bot]
c785196287 chore(i18n): refresh native zh-TW locale 2026-07-03 06:33:47 +00:00
Colin Johnson
7cfc66ad07 fix(android): derive Voice readiness from Gateway catalog (#98269)
* fix(android): derive voice readiness from Gateway catalog

Co-authored-by: Colin <colin@solvely.net>

* chore(android): sync native i18n inventory

* test(gateway): use registered realtime provider ids

* fix(gateway): satisfy Talk catalog lint

* chore(android): refresh voice i18n inventory

* fix(talk): preserve runtime readiness semantics

* fix(talk): make catalog readiness authoritative

* fix(talk): validate selected provider readiness

* fix(android): honor authoritative talk readiness

* fix(android): inventory voice readiness copy

* fix(talk): report runtime-selected catalog provider

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-02 23:32:03 -07:00
github-actions[bot]
c5afa92c1f chore(i18n): refresh native sv locale 2026-07-03 05:30:01 +00:00
github-actions[bot]
538f28abce chore(i18n): refresh native ru locale 2026-07-03 05:28:25 +00:00
github-actions[bot]
547a563e4c chore(i18n): refresh native fa locale 2026-07-03 05:28:19 +00:00
github-actions[bot]
4086d35caf chore(i18n): refresh native nl locale 2026-07-03 05:26:40 +00:00
github-actions[bot]
122e4ba3a3 chore(i18n): refresh native vi locale 2026-07-03 05:26:38 +00:00
github-actions[bot]
49b68e1039 chore(i18n): refresh native th locale 2026-07-03 05:24:52 +00:00
github-actions[bot]
a50a59e648 chore(i18n): refresh native pl locale 2026-07-03 05:24:44 +00:00
github-actions[bot]
d36452cc0b chore(i18n): refresh native id locale 2026-07-03 05:23:08 +00:00
github-actions[bot]
44ca739f77 chore(i18n): refresh native uk locale 2026-07-03 05:23:04 +00:00
github-actions[bot]
4b1fab8047 chore(i18n): refresh native tr locale 2026-07-03 05:21:32 +00:00
github-actions[bot]
dea40a5f96 chore(i18n): refresh native it locale 2026-07-03 05:21:27 +00:00
github-actions[bot]
32a986d21c chore(i18n): refresh native ar locale 2026-07-03 05:19:45 +00:00
github-actions[bot]
3a1b983bc2 chore(i18n): refresh native hi locale 2026-07-03 05:19:40 +00:00
github-actions[bot]
c4b40d0b2a chore(i18n): refresh native fr locale 2026-07-03 05:18:10 +00:00
github-actions[bot]
55a2a9b0f0 chore(i18n): refresh native ko locale 2026-07-03 05:17:54 +00:00
github-actions[bot]
b11d710e52 chore(i18n): refresh native es locale 2026-07-03 05:16:25 +00:00
github-actions[bot]
71e5fccb64 chore(i18n): refresh native ja-JP locale 2026-07-03 05:16:21 +00:00
github-actions[bot]
328fb70ba7 chore(i18n): refresh native de locale 2026-07-03 05:14:44 +00:00
github-actions[bot]
9cde1ca971 chore(i18n): refresh native pt-BR locale 2026-07-03 05:14:41 +00:00
github-actions[bot]
4dd027eaa1 chore(i18n): refresh native zh-TW locale 2026-07-03 05:13:06 +00:00
github-actions[bot]
c360f92563 chore(i18n): refresh native zh-CN locale 2026-07-03 05:12:56 +00:00
Peter Steinberger
0e68c50139 fix(ios): add Photos permission controls (#99350)
* fix(ios): add Photos permission controls

* chore(i18n): sync native Photos strings

* fix(ios): align Swedish Photos disclosure

* test(ios): complete limited Photos UI proof

* chore(i18n): refresh native source lines
2026-07-02 22:11:14 -07:00
Rain
df350e6720 fix(android): render chat content through Markdown (#88899)
* fix(android): render all chat text as Markdown

Co-authored-by: Pluviobyte <Pluviobyte@users.noreply.github.com>

* chore(android): sync native i18n inventory

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
Co-authored-by: Pluviobyte <Pluviobyte@users.noreply.github.com>
2026-07-02 21:38:28 -07:00
Abdullah Taş
c37961fdab fix(ios): onboarding Retry Connection does nothing after editing gateway details (#99220)
* fix(ios): make onboarding Retry Connection use current manual input

Retry Connection on the auth step replayed connectLastKnown(), which
silently returns when no last connection is stored and otherwise redials
the stale persisted endpoint, ignoring host/port/TLS and token edits made
on screen. Manual retries now dial the current form input; discovered
gateway retries keep the previous behavior.

* fix(ios): repair onboarding credential retry

Co-authored-by: Abdullah Taş <29359748+abdullahtas0@users.noreply.github.com>

---------

Co-authored-by: abdullahtas0 <“dev.abdullahtas@gmail.com”>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-02 20:49:14 -07:00
github-actions[bot]
2e049f509f chore(i18n): refresh native sv locale 2026-07-03 03:25:24 +00:00
github-actions[bot]
9069f69698 chore(i18n): refresh native ru locale 2026-07-03 03:24:19 +00:00
github-actions[bot]
399f9d6961 chore(i18n): refresh native fa locale 2026-07-03 03:23:52 +00:00
github-actions[bot]
61e4ef08f4 chore(i18n): refresh native nl locale 2026-07-03 03:22:37 +00:00
github-actions[bot]
fac9e58668 chore(i18n): refresh native vi locale 2026-07-03 03:22:18 +00:00
github-actions[bot]
a47ec8d303 chore(i18n): refresh native th locale 2026-07-03 03:20:45 +00:00
github-actions[bot]
7af800b5be chore(i18n): refresh native pl locale 2026-07-03 03:20:42 +00:00