Shadowfacts shadowfacts
shadowfacts opened issue shadowfacts/Tusker#350 2023-01-30 19:00:45 +00:00
Better VoiceOver descriptions for notifications
shadowfacts opened issue shadowfacts/Tusker#349 2023-01-30 17:43:16 +00:00
Conversation main status doesn’t show keyboard focus background
shadowfacts opened issue shadowfacts/Tusker#348 2023-01-30 17:27:38 +00:00
Better UI for searching hashtags in Customize Timelines
shadowfacts pushed to public-beta at shadowfacts/Tusker 2023-01-29 15:26:26 +00:00
474064669d Bump build number and update changelog
1940368c43 Load account lists in pages of 40
49c9c69b5a Fix flicker when opening status action account list in split nav
ff29f2768b Tweak follow count button colors
942df433b3 Allow refreshing bookmarks list
Compare 15 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2023-01-29 15:26:23 +00:00
474064669d Bump build number and update changelog
shadowfacts pushed tag 2023.4-70 to shadowfacts/Tusker 2023-01-29 04:08:29 +00:00
shadowfacts pushed to develop at shadowfacts/Tusker 2023-01-29 04:07:46 +00:00
1940368c43 Load account lists in pages of 40
49c9c69b5a Fix flicker when opening status action account list in split nav
Compare 2 commits »
shadowfacts commented on issue shadowfacts/Tusker#13 2023-01-29 04:04:41 +00:00
Delete & redraft

Need to figure out if attachments are reusable. If so, reordering them requires 3.5: https://github.com/mastodon/mastodon/pull/17696

shadowfacts pushed to develop at shadowfacts/Tusker 2023-01-29 01:01:33 +00:00
ff29f2768b Tweak follow count button colors
shadowfacts closed issue shadowfacts/Tusker#318 2023-01-28 20:30:47 +00:00
Update bookmarks VC on (un)bookmark
shadowfacts pushed to develop at shadowfacts/Tusker 2023-01-28 20:30:47 +00:00
942df433b3 Allow refreshing bookmarks list
5e2b551045 Update bookmarks VC on bookmarked state changes
2e64500c35 Rewrite bookmarks VC using UICollectionView
7b7c05ff68 Fix timeline position sync not working due to LazilyDecoding cache not being invalidated upon remote change
aec5c0b787 Update Sentry SDK
Compare 11 commits »
shadowfacts pushed to public-beta at shadowfacts/Tusker 2023-01-27 15:39:02 +00:00
fe32356bce Bump build number and update changelog
1f337613be Add animation when compose toolbar buttons (dis)appear
3f4a62f5f9 Fix changes being published during SwiftUI view update
b506704716 Move Drafts button to nav bar when current composed post doesn't have any content
6a3dcca9ee Workaround for local-only posts not being decodable on Akkoma
Compare 12 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2023-01-27 15:38:59 +00:00
fe32356bce Bump build number and update changelog
shadowfacts commented on issue shadowfacts/Tusker#347 2023-01-27 15:21:04 +00:00
Home and Profile timelines broken in Akkoma

This issue is a duplicate of #332. Wherever a local-only post appears will not work at the moment, unrelated to the previous update. This will be fixed in the next release, 2023.4. If you want,…

shadowfacts closed issue shadowfacts/Tusker#347 2023-01-27 15:21:04 +00:00
Home and Profile timelines broken in Akkoma
shadowfacts pushed to develop at shadowfacts/Tusker 2023-01-27 15:19:39 +00:00
1f337613be Add animation when compose toolbar buttons (dis)appear
3f4a62f5f9 Fix changes being published during SwiftUI view update
b506704716 Move Drafts button to nav bar when current composed post doesn't have any content
Compare 3 commits »
shadowfacts commented on issue shadowfacts/Tusker#326 2023-01-27 03:18:46 +00:00
Swap post and drafts button

I don't plan to move the Post button to the toolbar; having it in the right nav bar position is a standard iOS convention.

shadowfacts closed issue shadowfacts/Tusker#326 2023-01-27 03:18:46 +00:00
Swap post and drafts button
shadowfacts commented on issue shadowfacts/Tusker#332 2023-01-27 03:10:59 +00:00
Can't decode local only posts on akkoma

6a3dcca9ee8d43ac2f197b3333ced731f9cca09e fixes decoding local-only posts on Akkoma; authoring them will have to wait

shadowfacts pushed to develop at shadowfacts/Tusker 2023-01-27 03:10:28 +00:00
6a3dcca9ee Workaround for local-only posts not being decodable on Akkoma