Media description improvements (#898)
* Enforce 420-character limit on media descriptions in the UI * Persist media descriptions with drafts * Defer media description update until after upload finishes * Make description field 2 lines for better visibility of hint text * Reuse Gson instance * Force retranslation of modified string "hint_describe_for_visually_impaired" * Add bounds check when reading serialized media descriptions
This commit is contained in:
parent
026292122d
commit
690e612f8b
30 changed files with 103 additions and 48 deletions
|
@ -264,7 +264,6 @@
|
|||
<string name="compose_active_account_description">다음 계정으로 작성 중: %1$s</string>
|
||||
|
||||
<string name="error_failed_set_caption">캡션 설정 실패</string>
|
||||
<string name="hint_describe_for_visually_impaired">시각 장애인을 위한 설명</string>
|
||||
<string name="action_set_caption">설명 쓰기</string>
|
||||
<string name="action_remove_media">삭제</string>
|
||||
<string name="lock_account_label">계정 잠금</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue