- Sector ZZ 9 Plural Z Alpha
- https://shadowfacts.net
- Joined on
2019-02-09
3220436893
Merge branch 'multiple-accounts'
2292d7baa4
Maybe fix crash when switching accounts
642e874911
Merge branch 'multiple-accounts' into test
62408fc4bd
Merge branch 'master' into multiple-accounts
1d169bec67
Fix statuses showing incorrect timestamps when switching accounts
4abda02b76
Only show drafts from current account
59277ec64f
Change drafts to store which accounts was used to create them
2292d7baa4
Maybe fix crash when switching accounts
62408fc4bd
Merge branch 'master' into multiple-accounts
1d169bec67
Fix statuses showing incorrect timestamps when switching accounts
4abda02b76
Only show drafts from current account
59277ec64f
Change drafts to store which accounts was used to create them
62408fc4bd
Merge branch 'master' into multiple-accounts
e9db3fa0ac
Collapse whitespace according to CSS spec after converting HTML to
1d169bec67
Fix statuses showing incorrect timestamps when switching accounts
4abda02b76
Only show drafts from current account
e9db3fa0ac
Collapse whitespace according to CSS spec after converting HTML to
8a1dc4b749
Collapse whitespace according to CSS spec after converting HTML to
Whitespace in HTML parsed incorrectly
Large image controls incorrectly positioned when opened via preview
Whitespace in HTML parsed incorrectly
SwiftSoup, the HTML parsing library we currently use parses whitespace in between HTML elements incorrectly, e.g. it will pars <p>a</p>\n<p>b</p>
as [paragraph element, TextNode containing a space, paragraph element]. The TextNode containing the space is what's showing up when rendering.
Trim white space from paragraphs when parsing HTML
59277ec64f
Change drafts to store which accounts was used to create them
08086f1b18
Fix compose reply view missing MastodonController instance
12b6623113
Merge branch 'master' into multiple-accounts
cece8825ad
Fix decoding Account.moved on Mastodon
f9ffb240ef
Fix decoding Hashtag.History on Mastodon
79f44c9b58
Change recommended instance selector to store categories as strings
f7421d83ef
Add preference to mention reblogger when replying to a reblogged status
cece8825ad
Fix decoding Account.moved on Mastodon
f9ffb240ef
Fix decoding Hashtag.History on Mastodon
79f44c9b58
Change recommended instance selector to store categories as strings
Crash when tapping an attachment that's not yet loaded