Commit Graph

63748 Commits

Author SHA1 Message Date
github-actions[bot]
37c45f28fb chore(i18n): refresh native th locale 2026-07-03 23:59:19 +00:00
Dallin Romney
7a92eb7a37 fix(build): generate plugin sdk declarations for docker package (#99710) 2026-07-03 16:59:04 -07:00
github-actions[bot]
1c93e509a3 chore(i18n): refresh native id locale 2026-07-03 23:57:47 +00:00
github-actions[bot]
703e1adade chore(i18n): refresh native uk locale 2026-07-03 23:57:37 +00:00
Vincent Koc
f53fdb688d fix(qa): restore package docker gates 2026-07-04 01:56:21 +02:00
github-actions[bot]
1e0dd95e5d chore(i18n): refresh native tr locale 2026-07-03 23:56:05 +00:00
github-actions[bot]
851d0ad735 chore(i18n): refresh native it locale 2026-07-03 23:55:56 +00:00
github-actions[bot]
0400be7118 chore(i18n): refresh native ar locale 2026-07-03 23:54:25 +00:00
github-actions[bot]
e779b8f1bd chore(i18n): refresh native hi locale 2026-07-03 23:54:10 +00:00
github-actions[bot]
060293056b chore(i18n): refresh native fr locale 2026-07-03 23:52:45 +00:00
github-actions[bot]
f7bad5749b chore(i18n): refresh native ko locale 2026-07-03 23:52:34 +00:00
github-actions[bot]
edb1e74645 chore(i18n): refresh native ja-JP locale 2026-07-03 23:50:58 +00:00
github-actions[bot]
952245b49c chore(i18n): refresh native es locale 2026-07-03 23:50:51 +00:00
github-actions[bot]
bb7dbda027 chore(i18n): refresh native de locale 2026-07-03 23:49:27 +00:00
github-actions[bot]
5220effc10 chore(i18n): refresh native pt-BR locale 2026-07-03 23:49:07 +00:00
github-actions[bot]
26f673526e chore(i18n): refresh native zh-TW locale 2026-07-03 23:47:37 +00:00
github-actions[bot]
fdcd5c0eb0 chore(i18n): refresh native zh-CN locale 2026-07-03 23:47:26 +00:00
joshavant
37474b2e06 Restore branded button disabled states 2026-07-03 18:45:45 -05:00
joshavant
ce4abc9b91 Preserve macOS chat typography scaling 2026-07-03 18:45:45 -05:00
joshavant
b525191150 Cap iOS chrome typography scaling 2026-07-03 18:45:45 -05:00
joshavant
52ed5eca49 Fix iOS branded typography dynamic type refresh 2026-07-03 18:45:45 -05:00
joshavant
b82b18a4a2 Refresh native i18n inventory after rebase 2026-07-03 18:45:45 -05:00
joshavant
426672ccb1 Restore location permission copy scope 2026-07-03 18:45:45 -05:00
joshavant
d3848d39f2 Remove out-of-scope location guidance 2026-07-03 18:45:45 -05:00
joshavant
25c8fbb5e7 Fix iOS typography rebase audit 2026-07-03 18:45:45 -05:00
joshavant
304b25911f Document iOS font provenance 2026-07-03 18:45:45 -05:00
joshavant
b5f754b63d Restore gateway secure field accessibility 2026-07-03 18:45:45 -05:00
joshavant
7a1f3d7183 Fix iOS typography CI checks 2026-07-03 18:45:45 -05:00
joshavant
3885ee19a0 Apply branded font to chat jump control 2026-07-03 18:45:45 -05:00
joshavant
b2ee01744e Document iOS typography guidance 2026-07-03 18:45:45 -05:00
joshavant
37a9b9a91c Audit iOS branded typography coverage 2026-07-03 18:45:45 -05:00
joshavant
700403e840 Fix Gateway branded typography coverage 2026-07-03 18:45:45 -05:00
joshavant
788472ed4a Apply branded fonts across iOS sibling controls 2026-07-03 18:45:45 -05:00
joshavant
17f152ddd0 fix(ios): brand remaining SwiftUI controls 2026-07-03 18:45:45 -05:00
joshavant
d483cc1f72 fix(ios): cover remaining branded typography surfaces 2026-07-03 18:45:45 -05:00
joshavant
b4c5cd511a fix(ios): apply typography to native chrome 2026-07-03 18:45:45 -05:00
joshavant
ea3c6dc5f7 fix(ios): align branded typography licenses 2026-07-03 18:45:45 -05:00
joshavant
9184a68ab8 fix(ios): list bundled font licenses 2026-07-03 18:45:45 -05:00
joelnishanth
97e582ec74 fix(ios): address ClawSweeper review findings
- Remove location guidance from SettingsProTabSections (out of scope)
- Revert ChatProTab to connectionStatusButton/connectionStatusIcon
  to preserve source guard contract (plain style, Circle content shape)
- Change OpenClawType from static let to static var for Dynamic Type
  responsiveness (re-computes through UIFontMetrics each access)
- Add exact provenance: upstream revision URLs and SHA-256 checksums
  for all 14 bundled font binaries
- Re-sync native i18n inventory

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 18:45:45 -05:00
joelnishanth
9f73c9acdc fix(ios): remove leaked location capability and restore chat hooks
- Remove UIBackgroundModes location from project.yml/Info.plist
- Restore emptyAssistantIntro in ChatProTab
- Restore accessibilityIdentifier("chat-gateway-status")
- Restore gatewayAccessibilityLabel computed property
- Re-sync native i18n inventory

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 18:45:45 -05:00
joelnishanth
39b703dfcf feat(ios): implement branded typography design system
Add OpenClaw design system foundations:
- Custom typography tokens (OpenClawType) using Plus Jakarta Sans,
  DM Sans, and JetBrains Mono with Dynamic Type scaling
- Spacing and radius token enums (OpenClawSpacing, OpenClawRadius)
- Additive brand color tokens (accentPressed, teal, void, obsidian,
  slate, textPrimary, textSecondary)
- Shared components: OpenClawToggleIndicator, OpenClawStatusBadge,
  OpenClawPrimaryButtonStyle, OpenClawSecondaryButtonStyle
- Bundled font files with OFL license provenance

Migrate all iOS views to OpenClawType tokens. No behavioral, navigation,
or routing changes — this is purely visual/typographic.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 18:45:45 -05:00
github-actions[bot]
1fee4a5daf chore(i18n): refresh native sv locale 2026-07-03 23:41:58 +00:00
github-actions[bot]
db5057edf9 chore(i18n): refresh native ru locale 2026-07-03 23:40:22 +00:00
github-actions[bot]
c9266107d6 chore(i18n): refresh native fa locale 2026-07-03 23:40:15 +00:00
github-actions[bot]
26df1fa7bc chore(i18n): refresh native nl locale 2026-07-03 23:38:39 +00:00
github-actions[bot]
a837a1ac6c chore(i18n): refresh native vi locale 2026-07-03 23:38:32 +00:00
Dallin Romney
75fab4fbc6 refactor: remove redundant unique-list aliases (#99702) 2026-07-03 16:38:02 -07:00
github-actions[bot]
603502f60f chore(i18n): refresh native th locale 2026-07-03 23:36:59 +00:00
github-actions[bot]
bf23194888 chore(i18n): refresh native pl locale 2026-07-03 23:36:36 +00:00
github-actions[bot]
02250d957f chore(i18n): refresh native id locale 2026-07-03 23:35:24 +00:00