2361 Commits

Author SHA1 Message Date
b54d34ebfc Fix video controls overlay being positioned incorrectly on macOS with Reduce Motion enabled
Closes #535
2024-08-26 19:16:35 -04:00
d1ffab3e42 Only hide gallery controls automatically while playing 2024-08-26 19:08:44 -04:00
d873b157ee Fix video gallery controls not auto hiding
#535
2024-08-26 10:25:28 -04:00
d7be2048af Whoops
Closes #533
Closes #534
2024-08-23 01:19:29 -04:00
3d1f506684 Actually show the error message when video loading fails
See #531
2024-08-22 14:54:16 -04:00
cd8f0e7926 Use navigation sequencing for user activity handling 2024-08-22 14:49:27 -04:00
960ba84683 New way of sequencing navigation operations
Better fix for #484
2024-08-22 14:34:05 -04:00
2eead1f9de Revert "Fix crash when opening push notification while VC modally presented"
This reverts commit 0f2a85b1088cd7d8a27924b37715c465c2a52420.

This fixes state restoration happening asynchronously and causing the
new tab bar animation to run.
2024-08-22 14:17:04 -04:00
b663335c6d Use the image description from imported image when possible
Closes #523
2024-08-22 13:54:03 -04:00
9ce6bd566f Show errors when video loading fails
Closes #532
2024-08-22 13:33:02 -04:00
9547bd2913 Fix incorrect split nav layout when closing split with new sidebar 2024-08-22 12:08:43 -04:00
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
6de255681c Fix assorted warnings when building with Xcode 16 2024-08-22 11:08:27 -04:00
805e5eddd0 Bump build number and update changelog 2024-08-21 19:30:54 -04:00
4945a234e7 Fix new tab bar VC getting stuck in bad state after presenting Compose 2024-08-21 19:28:12 -04:00
230696f456 Bump build number and update changelog 2024-08-21 18:52:36 -04:00
c113903980 Fix SplitNavigationController layout with new sidebar 2024-08-21 18:37:20 -04:00
0e95cd0adf Update AdaptableNavigationController when interface preference changes 2024-08-21 18:34:49 -04:00
494708a362 Fix compiling on visionOS 2024-08-21 18:27:30 -04:00
3a21983b98 Merge branch 'tabbarnav' into develop 2024-08-21 17:53:08 -04:00
1817247077 Add saved instances to new sidebar 2024-08-21 17:10:01 -04:00
0d9eed73dd Add saved/followed hashtags to new sidebar 2024-08-21 16:58:16 -04:00
59d43fd3f6 Open in New Window context menu actions for new sidebar 2024-08-21 16:50:30 -04:00
d321c31776 Implement more protocols for AdaptableNavigationController 2024-08-21 16:36:13 -04:00
ce10c7d6e2 Implement adding list using new sidebar 2024-08-21 16:19:51 -04:00
37b9673b12 Fix list timeline no content view being added repetedly on refresh 2024-08-21 16:17:57 -04:00
7c7af945e4 Show avatar in tab/side bar when using new API 2024-08-21 16:12:05 -04:00
cb32c66a59 Support fast account switching with new sidebar 2024-08-21 14:48:47 -04:00
4249ab30ca Fix crash when hashtag search results include duplicate 2024-08-21 14:10:59 -04:00
67e9c1245e Size class switching fixes for new tab/side bar 2024-08-21 12:17:26 -04:00
3d9a1086b6 Remove dead code 2024-08-20 12:31:29 -04:00
fda0c18794 Fix insets with new sidebar 2024-08-20 12:31:06 -04:00
dffa5d8f75 Lists in new sidebar 2024-08-20 11:55:19 -04:00
9891b601a8 Initial tab bar/sidebar implementation 2024-08-19 19:10:31 -04:00
a8f6aa6ed7 Use new UITabBarController API on iOS 18 2024-08-19 13:29:48 -04:00
348dcc558c Fix profile page switching on iOS 18 2024-08-19 11:34:17 -04:00
703f6f695b Update Sentry and swift-url 2024-08-19 11:33:07 -04:00
fdbfe49a7c Improve tab switching animation in non-pure-black dark mode on iOS 18 2024-08-19 11:32:29 -04:00
3f0dd599b3 Fix compiling with Xcode 16 2024-08-19 11:31:10 -04:00
07b6bf33cb Bump build number and update changelog 2024-08-09 18:46:38 -07:00
d0758dc73c Add more info for subscription to Tip Jar 2024-08-09 18:36:42 -07:00
b85c0eb95d Bump build number and update changelog 2024-08-08 21:06:00 -07:00
eea0ef258c Add pointless ToS nag before logging in
Thanks, App Review
2024-08-08 20:39:55 -07:00
18f6445a7c Bump build number and update changelog 2024-07-30 22:28:44 -07:00
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
eb89aec00f Bump build number and update changelog 2024-07-24 21:09:42 -07:00
61576bce58 Fix Drafts button never turning into Post on Mac Catalyst
Closes #504
2024-07-24 20:57:23 -07:00
f7d4737782 Add more details to notification loading crash 2024-07-24 20:48:01 -07:00
3dd0f3a154 Report DraftsPersistentContainer initializer errors to Sentry 2024-07-24 20:42:35 -07:00
145ffbfcf0 Fix crash when selection changes to nil in custom alert
Closes #517
2024-07-24 20:33:17 -07:00