1410 Commits

Author SHA1 Message Date
4945a234e7 Fix new tab bar VC getting stuck in bad state after presenting Compose 2024-08-21 19:28:12 -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
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
5d9974ddf8 WIP attachments list 2024-08-19 11:29:16 -04:00
54fadaa270 Fix enabling feature flags on iOS 15 2024-08-15 21:52:58 -07:00
ff433c4270 Fix compiling with Xcode 16 2024-08-11 21:28:05 -07:00
198b201a51 WIP compose rewrite 2024-08-11 10:14:10 -07:00
66626c8f62 Compose: assign account synchronously if possible 2024-08-10 10:39:18 -07:00
d0758dc73c Add more info for subscription to Tip Jar 2024-08-09 18:36:42 -07:00
eea0ef258c Add pointless ToS nag before logging in
Thanks, App Review
2024-08-08 20:39:55 -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
f7d4737782 Add more details to notification loading crash 2024-07-24 20:48:01 -07:00
145ffbfcf0 Fix crash when selection changes to nil in custom alert
Closes #517
2024-07-24 20:33:17 -07:00
1358152dec Fix discrepancy between SearchResultsViewController.Item == and hash 2024-07-22 22:19:31 -07:00
90537f9d12 Fix not being able to resolve remote Mastodon posts
Closes #515
2024-07-22 21:40:19 -07:00
8b0c2f80b6 Fix preserving conversation expand all not working for ancestors
Closes #516
2024-07-22 21:28:42 -07:00
42423f36db Fix Dynamic Type not applying to status content 2024-07-21 19:46:17 -07:00
176eb7c011 Undo overzealous Xcode rename 2024-07-21 18:41:03 -07:00
da9ca78a8b Update card view less often
Speculative fix for #314
2024-07-21 18:40:58 -07:00
ca65f84137 Lift pinned timelines modifiers up to CustomizeTimelinesList
.sheet on a Section with a header does not work, and produces warnings
about trying to present on a VC that already has a presentation. It
seems like the .sheet modifier is being applied to both the Section
content and header?

Fixes #514
2024-07-21 12:02:14 -07:00
007937d2d7 Consolidate display/username labels on timeline statuses
Closes #513
2024-07-20 23:35:31 -07:00
870d0c8404 Replay video from start when play is pressed at end
Closes #510
2024-07-20 10:33:08 -07:00
50b84350d9 Don't reload relationship every time profile page switched 2024-07-11 22:32:02 -07:00
a818457f8c Fix gifv playing pausing audio from other apps
Closes #505
2024-07-08 22:05:27 -07:00
412c5ee91d Fix multi column navigation not animating when scrolling back while replacing multiple columns 2024-07-07 10:01:33 -07:00
9fefc9e8f8 Precise video scrubbing for pointer/pencil 2024-07-06 17:26:33 -07:00
d1af911241 Custom alert: show menu when long press moves onto menu button 2024-07-06 17:19:30 -07:00
5abd265195 Support haptic feedback on new Magic Keyboard 2024-07-06 17:10:29 -07:00
7c3a00a40d Fix compiling for visionOS 2024-06-16 17:49:25 -07:00
c2232a5e14 Don't fail decoding when one status fails to decode
Also remove old workaround for bad dates from #477

Closes #478
2024-06-08 13:29:56 -07:00