Issue 2379: Make it possible to select text in posts. (#2472)

* Set TextIsSelectable on the corresponding view holders and remove a longpress listener to let Android select text.

* Revert changes, and make selectable text only in detailed status.

Remove long press listener to copy to clipboard (as it interferes with natural text selection on Android).

* Remove unused string (copy_to_clipboard_success) from all translations.

Co-authored-by: Martin Marconcini <martin.marconcini.rodriguez@nl.abnamro.com>
This commit is contained in:
Martin Marconcini 2022-04-30 19:05:44 +02:00 committed by GitHub
commit 260e25a0a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 1 additions and 61 deletions

View file

@ -311,7 +311,6 @@
<string name="send_post_notification_saved_content">복사본이 임시 저장에 저장되었습니다</string>
<string name="action_compose_shortcut">글쓰기</string>
<string name="error_no_custom_emojis">이 인스턴스 %s 은(는) 커스텀 이모지가 없습니다.</string>
<string name="copy_to_clipboard_success">클립보드에 복사되었습니다</string>
<string name="emoji_style">이모지 스타일</string>
<string name="system_default">시스템 기본</string>
<string name="download_fonts">시스템 기본 외의 이모지를 설정하시려면 우선 다운로드해야 합니다</string>