Skip to content

Preserve multiline posts on iOS - #26

Merged
masonasons merged 2 commits into
masonasons:mainfrom
johanntan:fix/ios-multiline-posts
Sep 25, 2026
Merged

masonasons merged 2 commits into
masonasons:mainfrom
johanntan:fix/ios-multiline-posts

Conversation

@johanntan

Copy link
Copy Markdown
Contributor

Multiline posts on iOS were flattened in timeline rows, so their authored paragraphs appeared as one line. The core now sends a line-preserving version of each post's configured text, and iOS displays the complete text in self-sizing timeline and detail cells. VoiceOver reads each post once and follows authored line breaks in the Lines rotor.

Validation:

  • The iOS simulator target builds with Xcode.
  • Confirmed on an iPhone: VoiceOver announces each post once and the Lines rotor follows the original line breaks.

johanntan and others added 2 commits September 25, 2026 18:23
Send a line-preserving version of each post's configured text to the iOS
timeline while retaining the compact row text for other front ends. Display
the complete text in self-sizing cells and expose authored lines to VoiceOver.

Use the same readable cell for post details and update the changelog.

Co-Authored-By: OpenAI Codex <noreply@openai.com>
@masonasons
masonasons merged commit 89dc7f8 into masonasons:main Sep 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants