Shadowfacts
9ce6bd566f
Show errors when video loading fails
...
Closes #532
2024-08-22 13:33:02 -04:00
Shadowfacts
9547bd2913
Fix incorrect split nav layout when closing split with new sidebar
2024-08-22 12:08:43 -04:00
Shadowfacts
9b2e6140a3
Fix reselecting current sidebar item not popping to root on Catalyst and new sidebar
...
Closes #525
2024-08-22 11:39:39 -04:00
Shadowfacts
6de255681c
Fix assorted warnings when building with Xcode 16
2024-08-22 11:08:27 -04:00
Shadowfacts
805e5eddd0
Bump build number and update changelog
2024-08-21 19:30:54 -04:00
Shadowfacts
4945a234e7
Fix new tab bar VC getting stuck in bad state after presenting Compose
2024-08-21 19:28:12 -04:00
Shadowfacts
230696f456
Bump build number and update changelog
2024-08-21 18:52:36 -04:00
Shadowfacts
c113903980
Fix SplitNavigationController layout with new sidebar
2024-08-21 18:37:20 -04:00
Shadowfacts
0e95cd0adf
Update AdaptableNavigationController when interface preference changes
2024-08-21 18:34:49 -04:00
Shadowfacts
494708a362
Fix compiling on visionOS
2024-08-21 18:27:30 -04:00
Shadowfacts
3a21983b98
Merge branch 'tabbarnav' into develop
2024-08-21 17:53:08 -04:00
Shadowfacts
1817247077
Add saved instances to new sidebar
2024-08-21 17:10:01 -04:00
Shadowfacts
0d9eed73dd
Add saved/followed hashtags to new sidebar
2024-08-21 16:58:16 -04:00
Shadowfacts
59d43fd3f6
Open in New Window context menu actions for new sidebar
2024-08-21 16:50:30 -04:00
Shadowfacts
d321c31776
Implement more protocols for AdaptableNavigationController
2024-08-21 16:36:13 -04:00
Shadowfacts
ce10c7d6e2
Implement adding list using new sidebar
2024-08-21 16:19:51 -04:00
Shadowfacts
37b9673b12
Fix list timeline no content view being added repetedly on refresh
2024-08-21 16:17:57 -04:00
Shadowfacts
7c7af945e4
Show avatar in tab/side bar when using new API
2024-08-21 16:12:05 -04:00
Shadowfacts
cb32c66a59
Support fast account switching with new sidebar
2024-08-21 14:48:47 -04:00
Shadowfacts
4249ab30ca
Fix crash when hashtag search results include duplicate
2024-08-21 14:10:59 -04:00
Shadowfacts
67e9c1245e
Size class switching fixes for new tab/side bar
2024-08-21 12:17:26 -04:00
Shadowfacts
3d9a1086b6
Remove dead code
2024-08-20 12:31:29 -04:00
Shadowfacts
fda0c18794
Fix insets with new sidebar
2024-08-20 12:31:06 -04:00
Shadowfacts
dffa5d8f75
Lists in new sidebar
2024-08-20 11:55:19 -04:00
Shadowfacts
9891b601a8
Initial tab bar/sidebar implementation
2024-08-19 19:10:31 -04:00
Shadowfacts
a8f6aa6ed7
Use new UITabBarController API on iOS 18
2024-08-19 13:29:48 -04:00
Shadowfacts
348dcc558c
Fix profile page switching on iOS 18
2024-08-19 11:34:17 -04:00
Shadowfacts
703f6f695b
Update Sentry and swift-url
2024-08-19 11:33:07 -04:00
Shadowfacts
fdbfe49a7c
Improve tab switching animation in non-pure-black dark mode on iOS 18
2024-08-19 11:32:29 -04:00
Shadowfacts
3f0dd599b3
Fix compiling with Xcode 16
2024-08-19 11:31:10 -04:00
Shadowfacts
07b6bf33cb
Bump build number and update changelog
2024-08-09 18:46:38 -07:00
Shadowfacts
d0758dc73c
Add more info for subscription to Tip Jar
2024-08-09 18:36:42 -07:00
Shadowfacts
b85c0eb95d
Bump build number and update changelog
2024-08-08 21:06:00 -07:00
Shadowfacts
eea0ef258c
Add pointless ToS nag before logging in
...
Thanks, App Review
2024-08-08 20:39:55 -07:00
Shadowfacts
18f6445a7c
Bump build number and update changelog
2024-07-30 22:28:44 -07:00
Shadowfacts
c5f42719a0
Fix Cmd+3 not properly selecting Explore tab
...
Having MainSidebarViewController.Item.explore and .tab(.explore) was a
mistake and made it easy to accidentally use the wrong one for the key
command, so use .tab(.explore) for everything.
Closes #519
2024-07-30 22:03:36 -07:00
Shadowfacts
eb89aec00f
Bump build number and update changelog
2024-07-24 21:09:42 -07:00
Shadowfacts
61576bce58
Fix Drafts button never turning into Post on Mac Catalyst
...
Closes #504
2024-07-24 20:57:23 -07:00
Shadowfacts
f7d4737782
Add more details to notification loading crash
2024-07-24 20:48:01 -07:00
Shadowfacts
3dd0f3a154
Report DraftsPersistentContainer initializer errors to Sentry
2024-07-24 20:42:35 -07:00
Shadowfacts
145ffbfcf0
Fix crash when selection changes to nil in custom alert
...
Closes #517
2024-07-24 20:33:17 -07:00
Shadowfacts
bcf2a2f026
Improve compose reply view avatar scrolling animation
2024-07-24 20:26:33 -07:00
Shadowfacts
1358152dec
Fix discrepancy between SearchResultsViewController.Item == and hash
2024-07-22 22:19:31 -07:00
Shadowfacts
2e2279ba8c
Bump build number and update changelog
2024-07-22 21:56:44 -07:00
Shadowfacts
60dadf599c
Fix status meta indicators overlapping thread links
...
This isn't great, but there's nowhere else for either to go and the
difference between the large/default scales wasn't doing much before.
Closes #449
2024-07-22 21:48:43 -07:00
Shadowfacts
90537f9d12
Fix not being able to resolve remote Mastodon posts
...
Closes #515
2024-07-22 21:40:19 -07:00
Shadowfacts
8b0c2f80b6
Fix preserving conversation expand all not working for ancestors
...
Closes #516
2024-07-22 21:28:42 -07:00
Shadowfacts
42423f36db
Fix Dynamic Type not applying to status content
2024-07-21 19:46:17 -07:00
Shadowfacts
176eb7c011
Undo overzealous Xcode rename
2024-07-21 18:41:03 -07:00
Shadowfacts
da9ca78a8b
Update card view less often
...
Speculative fix for #314
2024-07-21 18:40:58 -07:00