Add Copy All action to Android private messages - #3423
Closed
Antonielcriactive wants to merge 1 commit into
Closed
Antonielcriactive wants to merge 1 commit into
Antonielcriactive wants to merge 1 commit into
Conversation
Antonielcriactive
requested review from
bear101,
beqabeqa473,
hwangsihu and
poretsky
as code owners
September 2, 2026 21:44
Contributor
|
#3379 |
Contributor
|
@Antonielcriactive I have already implemented this feature. Please don't use ai and before opening prs, first look at the open prs. |
Contributor
|
Duplicate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #3413.\n\nAdds a Copy All action to the Android private message screen so users can copy the visible conversation history to the clipboard in one step. This is useful for TalkBack/screen-reader users who need to back up or reuse a full private message history without copying each message individually.\n\nChanges:\n- adds a Copy All action to the private message menu;\n- copies the adapter's current visible message history to the clipboard;\n- formats each copied line with timestamp, nickname, and message content.\n\nValidation:\n- git diff --check passed;\n- attempted ./gradlew.bat assembleDebug with Android Studio JBR and local SDK configured; build reached dependency resolution but failed because Library/TeamTalkJNI/libs/TeamTalk5.jar is not present in this checkout, which the Android README documents as an SDK-provided dependency.