Drafts v2 (#2032)
* cleanup warnings, reorganize some code * move ComposeAutoCompleteAdapter to compose package * composeOptions doesn't need to be a class member * add DraftsActivity and DraftsViewModel * drafts * remove unnecessary Unit in ComposeViewModel * add schema/25.json * fix db migration * drafts * cleanup code * fix compose activity rotation bug * fix media descriptions getting lost when restoring a draft * improve deleting drafts * fix ComposeActivityTest * improve draft layout for almost empty drafts * reformat code * show toast when opening reply to deleted toot * improve item_draft layout
This commit is contained in:
parent
baa915a0a3
commit
940d6d395a
85 changed files with 2032 additions and 381 deletions
|
@ -29,7 +29,7 @@
|
|||
<string name="title_blocks">தடைசெய்யபட்ட பயனர்கள்</string>
|
||||
<string name="title_follow_requests">பின்பற்ற கோரிக்கை</string>
|
||||
<string name="title_edit_profile">சுயவிவரத்தை திருத்த</string>
|
||||
<string name="title_saved_toot">வரைவுகள்</string>
|
||||
<string name="title_drafts">வரைவுகள்</string>
|
||||
<string name="status_boosted_format">%s மேலேற்றப்பட்டது</string>
|
||||
<string name="status_sensitive_media_title">உணர்ச்சிகரமான உள்ளடக்கம்</string>
|
||||
<string name="status_media_hidden_title">ஊடகம் மறைக்கப்பட்டது</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue