Shadowfacts shadowfacts
shadowfacts pushed to public-beta at shadowfacts/Tusker 2022-11-03 14:07:57 +00:00
b38c24b347 Bump build number and update changelog
a6d51cee3c More fiddling with the sentry script
7bdbd9f71a Handle task cancellation in MastodonController.run
b47876dc3d Fix retain cycle due to account follow action workaround
4644475bc7 Fix crashes when ProfileStatusesVC doesn't finish loading until ProfileVC is deinit'd
Compare 54 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2022-11-03 14:07:31 +00:00
b38c24b347 Bump build number and update changelog
a6d51cee3c More fiddling with the sentry script
Compare 2 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2022-11-03 03:02:35 +00:00
7bdbd9f71a Handle task cancellation in MastodonController.run
b47876dc3d Fix retain cycle due to account follow action workaround
4644475bc7 Fix crashes when ProfileStatusesVC doesn't finish loading until ProfileVC is deinit'd
16ba292afa Remove debug print
Compare 4 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2022-11-03 02:06:11 +00:00
c7f3bac330 Add sterner warning about post content type
abb8352c92 Fix ImageCache.get completion not being called when image isn't loaded
59d866aa23 Ditch custom image request grouping, rely on URLSession's
ba032412eb Fix timeline reloading every time VC appears
Compare 4 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2022-11-02 02:26:19 +00:00
2eb77433c6 Fix ImageCache.get completion not being called when image isn't loaded
c3d14f8838 Ditch custom image request grouping, rely on URLSession's
4ce3162932 Fix timeline reloading every time VC appears
Compare 3 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2022-11-02 01:11:20 +00:00
5de0c034f4 Remove old TimelineTableViewController
b1d83f2746 Switch hashtag/instance/list timelines to use new collection view impl
658c08010d Re-add undo scroll-to-top to timelines/profiles
Compare 3 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2022-11-01 02:22:04 +00:00
6a5753fac8 Fix crash when tapping Load More button with Disable Infinite Scrolling
8da89986df Fix find instance VC requiring double dismiss
c7e39cb041 Use short descriptions in instance selector when available
b755607895 Fix crash when TimelineStatusTableViewCell outlives its containing VC
508eef8c07 Nothing to see here
Compare 10 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2022-10-30 22:54:22 +00:00
cc33cf18f2 Workaround for follow menu item never resolving on macOS
c5921bc4cb Add option to disable automatic crash reporting
91450ced7c Use Sentry for crash reporting
5afd9e83eb Shhh
Compare 4 commits »
shadowfacts opened issue shadowfacts/Tusker#198 2022-10-30 03:16:49 +00:00
Deferred menu elements don't work with @MainActor Task
shadowfacts pushed to develop at shadowfacts/Tusker 2022-10-30 03:15:09 +00:00
d05275020f Tweak timeline status cell spacing
c420c236d9 Whoops
d5433e9b91 Fix crash when opening profile view controller with uncached account
cbbe9ec11f Fix crash in profile due to accessing data source before it exists
0e06d47687 Fix status collapse changes not animating on profiles
Compare 6 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2022-10-29 19:08:13 +00:00
10239d14c9 Fix selected segment not updating on profiles when switching tabs with keyboard shortcuts
shadowfacts pushed to develop at shadowfacts/Tusker 2022-10-29 18:19:46 +00:00
2344275ff9 Enable blurhash in debug
e0ffa1d9c5 Cap blurhash image size at 32x32
77a6654ff2 Fix crash when generating blurhash image for AttachmentView that hasn't been laid out
43aee0ec67 Add pointer interaction to avatar in timeline status cell
d95ba82e5b Improve pointer interaction on new status cell action buttons
Compare 8 commits »
shadowfacts closed issue shadowfacts/Tusker#195 2022-10-29 15:26:02 +00:00
Better pointer interaction for status action buttons
shadowfacts pushed to develop at shadowfacts/Tusker 2022-10-29 15:26:02 +00:00
f2e80719d8 Add pointer interaction to avatar in timeline status cell
aa0ee0a1a4 Improve pointer interaction on new status cell action buttons
a5d278e187 Fix replies appearing multiple times in drafts
72f7e786ca Don't remove persistent data when clearing cache
b0248f11cb Fix wrong logs getting sent with crash reports
Compare 5 commits »
shadowfacts commented on issue shadowfacts/Tusker#179 2022-10-29 02:29:10 +00:00
Key commands don't work with split nav

not just split nav, seems to have something to do with UISplitViewController

tapping a sidebar item causes the secondary vc to drop off the responder chain and leave the MainSidebarViewControlle…

shadowfacts pushed to develop at shadowfacts/Tusker 2022-10-29 02:27:53 +00:00
71a2029752 Switch everything to new profile view controller
6bb1f3b7dc Finish converting profiles to collection views
2469d285bc Initial implementation of profile switching with collection views
5f410213e2 Start converting profile statuses to collection view
Compare 4 commits »
shadowfacts pushed to collection-profiles at shadowfacts/Tusker 2022-10-29 01:39:28 +00:00
71a2029752 Switch everything to new profile view controller
6bb1f3b7dc Finish converting profiles to collection views
Compare 2 commits »
shadowfacts pushed to collection-profiles at shadowfacts/Tusker 2022-10-28 23:18:03 +00:00
2469d285bc Initial implementation of profile switching with collection views
5f410213e2 Start converting profile statuses to collection view
bb3e1b44b1 Hide live text controls when other gallery controls are hidden
868df25417 Disable pruning offscreen rows in new timelines
2801f65e67 Fix reblog labels in new cells not being tappable
Compare 10 commits »
shadowfacts closed issue shadowfacts/Tusker#197 2022-10-28 23:16:16 +00:00
Reblog labels in new timeline cells aren’t tappable
shadowfacts closed issue shadowfacts/Tusker#193 2022-10-28 23:16:16 +00:00
Successive gallery dismissal breaks on new timeline