1410 Commits

Author SHA1 Message Date
1be3cb77b6 Re-add more missing stuff 2025-02-07 00:38:54 -05:00
e9e08bdadd Use new compose UI for share extension 2025-02-06 13:30:22 -05:00
abbe0f82e6 Show edited attachments in gallery 2025-02-06 10:33:24 -05:00
f102ebbfc8 Oops 2025-02-06 10:18:43 -05:00
fb39a93569 Re-add compose ducking 2025-02-03 15:31:55 -05:00
99a12c58de Let new ComposeView stand alone from ComposeController 2025-02-03 15:08:53 -05:00
a7924feb76 Merge branch 'develop' into compose-redesign-15 2025-01-27 11:10:04 -05:00
cb535196e2 Fix signing into API-restricted instances
Closes #556
2024-12-28 23:43:50 -05:00
20e7d9ed10 Fix compiling on visionOS 2024-12-26 17:44:41 -05:00
7c43261f9c Revert "Raise min deployment target to iOS 16"
This reverts commit f4b51c06c1107cd8149a8e07a0f652ac6816ee3a.
2024-12-26 17:33:13 -05:00
a35b72d256 Revert "Replace WebURL with URL.ParseStrategy"
This reverts commit adaf8dc217f0857bef9b8dcc7fae0efc3c08bc3d.
2024-12-26 17:31:18 -05:00
c68902b34b Revert "Raise min deployment target to iOS 16"
This reverts commit f4b51c06c1107cd8149a8e07a0f652ac6816ee3a.
2024-12-15 20:46:05 -05:00
a68d2ce952 Fix compiling for visionOS 2024-12-15 17:07:38 -05:00
adaf8dc217 Replace WebURL with URL.ParseStrategy
Closes #170
2024-12-15 14:20:48 -05:00
242c60d74d Workaround for tab bar content VC not being in responder chain almost ever
Closes #544, #179
2024-12-15 13:18:47 -05:00
c564bb4112 Merge branch 'develop' into compose-redesign 2024-12-03 13:55:23 -05:00
670047af6f Fix potential race between adding notification to NSManagedObjectContext and displaying VC 2024-11-26 23:26:35 -05:00
51f9f421b8 Fix hang when using switching accounts on iPadOS 18
Closes #550
2024-11-26 20:06:23 -05:00
dc01804359 Don't use snapshot for gallery present/dismiss transition of non-static content 2024-11-25 21:05:20 -05:00
e869fdc38f Disallow more interactions on non-browsable public instance timeline 2024-11-23 10:52:17 -05:00
8cc9849b36 Merge branch 'develop' into compose-redesign 2024-11-21 19:29:03 -05:00
5c86feccb9 Move content VCs to GalleryVC package 2024-11-21 19:28:55 -05:00
5be80d8e68 Merge branch 'develop' into compose-rewrite 2024-10-14 18:26:55 -04:00
12bab71b17 Remove UITabBarController workaround on iOS 18.1 2024-10-14 18:24:47 -04:00
8243e06e95 Merge branch 'develop' into compose-rewrite
# Conflicts:
#	Packages/ComposeUI/Package.swift
#	Packages/ComposeUI/Sources/ComposeUI/Controllers/ComposeController.swift
2024-09-12 15:51:22 -04:00
f4b51c06c1 Raise min deployment target to iOS 16 2024-09-12 10:30:58 -04:00
ec50dd6bb6 Merge branch 'develop' into compose-rewrite 2024-09-11 21:49:20 -04:00
814f64b3e2 Simplify add saved hashtag toolbar buttons
Closes #522
2024-09-10 10:20:27 -04:00
3a3af77907 Fix swipe action completion handler not being called 2024-09-10 10:18:08 -04:00
93e72e1cb6 Fix add saved hashtag search results selection not being cleared 2024-09-09 23:53:37 -04:00
522e7830e5 Fix scroll-to-top not working in in-app Safari
Closes #538
2024-09-09 19:42:55 -04:00
506d2ad8a9 Actually fix multi-column nav scrolling animations this time (hopefully)
Closes #539
2024-09-09 19:35:15 -04:00
f9c0506590 Add tab-switching shortcuts to new tab bar
Closes #541
2024-09-09 19:18:12 -04:00
68bd9e0bed Tweak mute button symbol animation 2024-08-31 11:20:09 -04:00
3e28c012d7 Shhh 2024-08-31 11:10:59 -04:00
57c023c973 Fix profile tab switching animation ending in bad state
Caused by fda0c187949d0e7c8d792d616bb90f1bd90c3d10, old/new.view is no
longer the same as .collectionView, so the transform wasn't being
properly reset.

Closes #536
2024-08-31 11:09:17 -04:00
cc696e58fc Change how profile header collection view cell is sized
Fixes crash due to collection view layout loop in some circumstances

Closes #537
2024-08-31 10:49:21 -04:00
59af29ff64 Fix incorrect background color on feature flag prefs section 2024-08-27 20:42:51 -04:00
1bd4d144a3 Fix crash on launch if there are somehow duplicate saved hashtags 2024-08-27 12:42:41 -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
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