Shadowfacts shadowfacts
shadowfacts deleted branch test from shadowfacts/Tusker 2020-01-24 03:50:58 +00:00
shadowfacts pushed to master at shadowfacts/Tusker 2020-01-24 03:36:53 +00:00
3220436893 Merge branch 'multiple-accounts'
2292d7baa4 Maybe fix crash when switching accounts
Compare 2 commits »
shadowfacts pushed to test at shadowfacts/Tusker 2020-01-24 03:35:16 +00:00
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
Compare 26 commits »
shadowfacts pushed to test at shadowfacts/Tusker 2020-01-24 03:29:36 +00:00
shadowfacts commented on issue shadowfacts/Tusker#16 2020-01-24 03:17:31 +00:00
Multiple accounts

Multiple accounts has been merged into master 🎉

shadowfacts closed issue shadowfacts/Tusker#16 2020-01-24 03:17:31 +00:00
Multiple accounts
shadowfacts pushed to master at shadowfacts/Tusker 2020-01-24 03:15:34 +00:00
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
Compare 26 commits »
shadowfacts pushed to multiple-accounts at shadowfacts/Tusker 2020-01-23 03:30:35 +00:00
62408fc4bd Merge branch 'master' into multiple-accounts
e9db3fa0ac Collapse whitespace according to CSS spec after converting HTML to
Compare 2 commits »
shadowfacts pushed to multiple-accounts at shadowfacts/Tusker 2020-01-23 03:30:08 +00:00
1d169bec67 Fix statuses showing incorrect timestamps when switching accounts
4abda02b76 Only show drafts from current account
Compare 2 commits »
shadowfacts pushed to master at shadowfacts/Tusker 2020-01-22 02:28:17 +00:00
e9db3fa0ac Collapse whitespace according to CSS spec after converting HTML to
8a1dc4b749 Collapse whitespace according to CSS spec after converting HTML to
Compare 2 commits »
shadowfacts closed issue shadowfacts/Tusker#27 2020-01-22 02:22:21 +00:00
Whitespace in HTML parsed incorrectly
shadowfacts pushed to master at shadowfacts/Tusker 2020-01-22 02:22:21 +00:00
8a1dc4b749 Collapse whitespace according to CSS spec after converting HTML to
shadowfacts opened issue shadowfacts/Tusker#86 2020-01-21 21:05:06 +00:00
Large image controls incorrectly positioned when opened via preview
shadowfacts commented on issue shadowfacts/Tusker#27 2020-01-21 02:17:21 +00:00
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.

shadowfacts commented on issue shadowfacts/Tusker#34 2020-01-21 02:08:22 +00:00
Trim white space from paragraphs when parsing HTML

Dupe of #27.

shadowfacts closed issue shadowfacts/Tusker#34 2020-01-21 02:08:22 +00:00
Trim white space from paragraphs when parsing HTML
shadowfacts pushed to multiple-accounts at shadowfacts/Tusker 2020-01-20 20:33:03 +00:00
59277ec64f Change drafts to store which accounts was used to create them
08086f1b18 Fix compose reply view missing MastodonController instance
Compare 2 commits »
shadowfacts pushed to multiple-accounts at shadowfacts/Tusker 2020-01-20 17:16:27 +00:00
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
Compare 6 commits »
shadowfacts pushed to master at shadowfacts/Tusker 2020-01-20 17:10:11 +00:00
cece8825ad Fix decoding Account.moved on Mastodon
f9ffb240ef Fix decoding Hashtag.History on Mastodon
79f44c9b58 Change recommended instance selector to store categories as strings
Compare 3 commits »
shadowfacts opened issue shadowfacts/Tusker#85 2020-01-20 16:59:01 +00:00
Crash when tapping an attachment that's not yet loaded