show status edits (#3049)
* show status edits part 1 * show status edits part 2 - load status edits * fix code formatting * add dialog to show status edits * small improvements * use ALIGN_CENTER to position status visibility icon when possible * rename status_timestamp_info view to status_meta_info * make dateFormat static * remove commented-out code * move edits to dedicated fragment
This commit is contained in:
parent
8c0f02cf33
commit
61a45ae376
26 changed files with 731 additions and 75 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
<string name="emoji_shortcode_format" translatable="false">:%s:</string>
|
||||
<string name="post_timestamp_with_edited_indicator" translatable="false">%s *</string>
|
||||
<string name="timestamp_joiner" translatable="false">" • "</string>
|
||||
<string name="metadata_joiner" translatable="false">" • "</string>
|
||||
|
||||
<string-array name="post_privacy_values">
|
||||
<item>public</item>
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
<string name="title_announcements">Announcements</string>
|
||||
<string name="title_licenses">Licenses</string>
|
||||
<string name="title_followed_hashtags">Followed Hashtags</string>
|
||||
<string name="title_edits">Edits</string>
|
||||
|
||||
<string name="post_username_format">\@%s</string>
|
||||
<string name="post_boosted_format">%s boosted</string>
|
||||
|
@ -712,4 +713,9 @@
|
|||
|
||||
<string name="action_unfollow_hashtag_format">Unfollow #%s?</string>
|
||||
|
||||
<!--@Tusky edited 19th December 2022 13:37 -->
|
||||
<string name="status_edit_info">%1$s edited %2$s</string>
|
||||
<!--@Tusky created 19th December 2022 13:12 -->
|
||||
<string name="status_created_info">%1$s created %2$s</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue