Status: Display indicators of edited posts (#2935)
* Add editedAt field to Status * Status: Display indicators of edited posts * Annotate edited posts in the Status description * Cache info that post has been edited
This commit is contained in:
parent
83862569e2
commit
d823052862
19 changed files with 1041 additions and 18 deletions
|
|
@ -62,6 +62,7 @@
|
|||
<string name="post_content_warning_show_less">Show Less</string>
|
||||
<string name="post_content_show_more">Expand</string>
|
||||
<string name="post_content_show_less">Collapse</string>
|
||||
<string name="post_edited">Edited %s</string>
|
||||
|
||||
<string name="message_empty">Nothing here.</string>
|
||||
<string name="footer_empty">Nothing here. Pull down to refresh!</string>
|
||||
|
|
@ -516,6 +517,9 @@
|
|||
<string name="description_post_media_no_description_placeholder">
|
||||
No description
|
||||
</string>
|
||||
<string name="description_post_edited">
|
||||
Edited
|
||||
</string>
|
||||
<string name="description_post_reblogged">
|
||||
Reblogged
|
||||
</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue