Create polls (#1452)
* add AddPollDialog * add support for pleroma poll options * add PollPreviewView * add Poll support to drafts * add license header, cleanup * rename drawable files to correct size * fix tests * fix bug with Poll having wrong duration after delete&redraft * add input validation * grey out poll button when its disabled * code cleanup & small improvements
This commit is contained in:
parent
444df322a7
commit
51c6852492
61 changed files with 1540 additions and 76 deletions
|
@ -347,7 +347,7 @@
|
|||
<string name="hint_describe_for_visually_impaired">시각 장애인을 위한 설명
|
||||
\n(%d글자 작성 가능)</string>
|
||||
<string name="action_set_caption">설명 추가</string>
|
||||
<string name="action_remove_media">삭제</string>
|
||||
<string name="action_remove">삭제</string>
|
||||
<string name="lock_account_label">계정 잠금</string>
|
||||
<string name="lock_account_label_description">팔로워를 수동으로 승인합니다</string>
|
||||
<string name="compose_save_draft">작성 중인 내용을 저장하시겠습니까\?</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue