Remove ReplacementSpan, display diffs using CharacterStyle (#3431)
Remove the use of ReplacementSpan. It turns out this span type is incompatible with spans that occupy more than one line, and the result is that a longer diff can run off the end of the screen. The alternative means that the diff'd text doesn't have additional padding and rounded corners, but it's better than not being visible. Display the most recent version of the status with larger text. Again, consistent with the thread view. Display the avatar, name, and username of the poster in a pinned header at the top of the screen, instead of duplicating the information on every edit. This reduces the amount of redundant information on the screen.
This commit is contained in:
parent
84486c7f13
commit
66a394245b
33 changed files with 266 additions and 223 deletions
|
|
@ -636,8 +636,8 @@
|
|||
<item quantity="other">Disgrifiwch y cynnwys ar gyfer pobl â nam ar eu golwg (terfyn nodau o %d)</item>
|
||||
</plurals>
|
||||
<string name="action_continue_edit">Parhau i olygu</string>
|
||||
<string name="status_edit_info">Golygodd %1$s %2$s</string>
|
||||
<string name="status_created_info">Creodd %1$s %2$s</string>
|
||||
<string name="status_edit_info">Golygodd %1$s</string>
|
||||
<string name="status_created_info">Creodd %1$s</string>
|
||||
<string name="title_edits">Golygiadau</string>
|
||||
<string name="post_media_alt">AMGEN</string>
|
||||
<string name="action_discard">Hepgor newidiadau</string>
|
||||
|
|
@ -712,4 +712,4 @@
|
|||
\n
|
||||
\nI archwilio cyfrifon gallwch un ai eu darganfod o fewn un o\'r llinellau amser eraill. Er enghraifft, mae llinell amser eich enghraifft chi [iconics gmd_group]. Neu gallwch eu chwilio yn ôl eu henw [iconics gmd_search]; er enghraifft, chwilio am Tusky i ganfod ein cyfrif Mastodon.</string>
|
||||
<string name="pref_title_show_stat_inline">Dangos ystadegau postiadau mewn llinell amser</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue