Commit Graph

63440 Commits

Author SHA1 Message Date
Dallin Romney
de34dfdbe8 refactor(plugins): consolidate record guards (#99361) 2026-07-02 22:12:53 -07: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
Dallin Romney
8604dbdc93 test(qa): migrate channel streaming evidence to transport flow (#99310)
* test(qa): migrate channel streaming evidence to transport flow

* test(qa): enable Telegram previews for streaming smoke

* test(qa): stabilize streaming preview evidence

* fix(qa): sanitize channel dispatch logs
2026-07-02 21:48:29 -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
Dallin Romney
e7384d5f02 fix(ci): restore Telegram and SDK guard checks (#99355) 2026-07-02 21:18:25 -07:00
Dallin Romney
8c5f45fc36 refactor(shared): consolidate provider and utility lazy loaders (#98749)
* refactor(shared): consolidate provider lazy loaders

* refactor(shared): leave enforcement to follow-up
2026-07-02 21:16:26 -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
github-actions[bot]
898564e71a chore(i18n): refresh native id locale 2026-07-03 03:19:05 +00:00
github-actions[bot]
de23987f13 chore(i18n): refresh native uk locale 2026-07-03 03:18:51 +00:00
github-actions[bot]
9eec24df67 chore(i18n): refresh native tr locale 2026-07-03 03:17:17 +00:00
github-actions[bot]
b415072a2e chore(i18n): refresh native it locale 2026-07-03 03:17:03 +00:00
github-actions[bot]
21be45c17e chore(i18n): refresh native ar locale 2026-07-03 03:15:39 +00:00
github-actions[bot]
4c08ea403a chore(i18n): refresh native hi locale 2026-07-03 03:15:24 +00:00
github-actions[bot]
eebbf6cba5 chore(i18n): refresh native fr locale 2026-07-03 03:13:56 +00:00
github-actions[bot]
3b9e0c8682 chore(i18n): refresh native ko locale 2026-07-03 03:13:48 +00:00
github-actions[bot]
a598c976d0 chore(i18n): refresh native es locale 2026-07-03 03:12:09 +00:00
github-actions[bot]
1617233ff1 chore(i18n): refresh native ja-JP locale 2026-07-03 03:12:05 +00:00
github-actions[bot]
116e9db2a1 chore(i18n): refresh native de locale 2026-07-03 03:10:26 +00:00
github-actions[bot]
c4966e86cb chore(i18n): refresh native pt-BR locale 2026-07-03 03:10:16 +00:00
github-actions[bot]
3b16c41daa chore(i18n): refresh native zh-CN locale 2026-07-03 03:08:51 +00:00
github-actions[bot]
4b8b60f8ab chore(i18n): refresh native zh-TW locale 2026-07-03 03:08:37 +00:00
joshavant
8b9cc3afc4 chore: sync native i18n inventory 2026-07-02 22:06:58 -05:00
joshavant
6aabf07dd7 docs: document android license maintenance 2026-07-02 22:06:58 -05:00
joshavant
166938b7df android: add licenses settings screen 2026-07-02 22:06:58 -05:00
Dallin Romney
8d535fb039 test(qa): cover Crabline Zalo transport (#99303) 2026-07-02 19:09:22 -07:00
Dallin Romney
59b08b4693 refactor(shared): consolidate remaining channel lazy loaders (#99302) 2026-07-02 19:08:11 -07:00
Ayaan Zaidi
3ad465d32b fix(telegram): persist ambient transcript rows
Persist room-event observations as durable bare user transcript rows and carry an ambient transcript watermark through session state so Telegram chat windows only include the unpersisted gap.

Fixes #99257
2026-07-02 19:01:22 -07:00
Dallin Romney
b47fe7a4b3 fix(memory-wiki): avoid implicit error coercion (#99307) 2026-07-02 18:56:46 -07:00
github-actions[bot]
591d099897 chore(i18n): refresh native sv locale 2026-07-03 01:53:25 +00:00
github-actions[bot]
499feb2e2f chore(i18n): refresh native ru locale 2026-07-03 01:52:14 +00:00
github-actions[bot]
24f639c66c chore(i18n): refresh native fa locale 2026-07-03 01:51:36 +00:00
github-actions[bot]
030d184254 chore(i18n): refresh native nl locale 2026-07-03 01:50:36 +00:00
github-actions[bot]
3821c36d58 chore(i18n): refresh native vi locale 2026-07-03 01:50:00 +00:00
github-actions[bot]
204526ac0a chore(i18n): refresh native th locale 2026-07-03 01:48:56 +00:00
github-actions[bot]
99cbc58953 chore(i18n): refresh native pl locale 2026-07-03 01:48:24 +00:00
github-actions[bot]
49ea27ecc2 chore(i18n): refresh native id locale 2026-07-03 01:47:11 +00:00
github-actions[bot]
b7bc8600e4 chore(i18n): refresh native uk locale 2026-07-03 01:46:42 +00:00
Dallin Romney
792060bb63 refactor(shared): consolidate Discord Slack and Telegram lazy loaders (#99298) 2026-07-02 18:45:48 -07:00
github-actions[bot]
359ea4c19b chore(i18n): refresh native tr locale 2026-07-03 01:45:32 +00:00
github-actions[bot]
e60cccf8a9 chore(i18n): refresh native it locale 2026-07-03 01:45:04 +00:00
Dallin Romney
84c9f05513 Allow alternate Zalo Bot API roots (#98768)
* Allow alternate Zalo Bot API roots

* Normalize Zalo provider timestamps
2026-07-02 18:44:15 -07:00
github-actions[bot]
ace162b95b chore(i18n): refresh native ar locale 2026-07-03 01:43:48 +00:00
github-actions[bot]
2c8b97cee9 chore(i18n): refresh native hi locale 2026-07-03 01:43:19 +00:00