Shadowfacts
348dcc558c
Fix profile page switching on iOS 18
2024-08-19 11:34:17 -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
d0758dc73c
Add more info for subscription to Tip Jar
2024-08-09 18:36:42 -07:00
Shadowfacts
eea0ef258c
Add pointless ToS nag before logging in
...
Thanks, App Review
2024-08-08 20:39:55 -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
f7d4737782
Add more details to notification loading crash
2024-07-24 20:48:01 -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
1358152dec
Fix discrepancy between SearchResultsViewController.Item == and hash
2024-07-22 22:19:31 -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
Shadowfacts
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
Shadowfacts
007937d2d7
Consolidate display/username labels on timeline statuses
...
Closes #513
2024-07-20 23:35:31 -07:00
Shadowfacts
870d0c8404
Replay video from start when play is pressed at end
...
Closes #510
2024-07-20 10:33:08 -07:00
Shadowfacts
50b84350d9
Don't reload relationship every time profile page switched
2024-07-11 22:32:02 -07:00
Shadowfacts
a818457f8c
Fix gifv playing pausing audio from other apps
...
Closes #505
2024-07-08 22:05:27 -07:00
Shadowfacts
412c5ee91d
Fix multi column navigation not animating when scrolling back while replacing multiple columns
2024-07-07 10:01:33 -07:00
Shadowfacts
9fefc9e8f8
Precise video scrubbing for pointer/pencil
2024-07-06 17:26:33 -07:00
Shadowfacts
d1af911241
Custom alert: show menu when long press moves onto menu button
2024-07-06 17:19:30 -07:00
Shadowfacts
5abd265195
Support haptic feedback on new Magic Keyboard
2024-07-06 17:10:29 -07:00
Shadowfacts
7c3a00a40d
Fix compiling for visionOS
2024-06-16 17:49:25 -07:00
Shadowfacts
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
Shadowfacts
09c6a87e19
Fix switching sidebar sections with keyboard shortcuts not saving old section's navigation stack
2024-06-08 11:30:16 -07:00
Shadowfacts
1b6f0c07fd
Add pointer effect to search token suggestions
2024-06-08 11:26:10 -07:00
Shadowfacts
2f31b50a5b
Fix search results always pushing new column in multi-column nav
...
Closes #498
2024-06-08 11:21:05 -07:00
Shadowfacts
888f44366c
Fix multi-column nav not animating scroll position when replacing subsequent columns
...
Closes #500
2024-06-08 10:32:32 -07:00
Shadowfacts
afe47437e4
Disallow blocking your own domain
2024-06-02 11:41:50 -07:00
Shadowfacts
4dc484c3c2
Fix follow button never activating on Pixelfed
...
Caused by not being able to decode Relationship due to missing fields.
Also disable actions that are unsupported on Pixelfed.
Closes #481
2024-06-02 11:40:42 -07:00
Shadowfacts
0f2a85b108
Fix crash when opening push notification while VC modally presented
...
The dismissal of the modally presented VC turns the route change into an
asynchronous operation, even when not animated.
Closes #484
2024-06-02 11:25:49 -07:00
Shadowfacts
5e55ce75c2
Fix previous sidebar selection losing navigation stack in some circumstances
2024-06-02 10:33:25 -07:00
Shadowfacts
6c70ed4b4e
Fix crash in MultiColumnNavController due to closing already-removed VC
...
Not sure how this is possible, but there was a report of it
Closes #485
2024-06-02 09:41:22 -07:00
Shadowfacts
575166f5b4
Fix Cmd+1/etc. resetting navigation stacks
...
Closes #491
2024-06-01 10:56:55 -07:00
Shadowfacts
c60aa3e3f3
Fix close buttons unnecessarily being added to navigation column
2024-06-01 10:56:31 -07:00
Shadowfacts
908b499f8f
Fix Remove Suggestion action missing from Suggested Accounts screen
...
Closes #495
2024-06-01 10:40:30 -07:00
Shadowfacts
67c7905acf
Fix missing VC callbacks in removeViewAndController
2024-06-01 10:29:33 -07:00
Shadowfacts
eacafe87b3
Fix logout from current resulting in black screen after switching to reused VC
...
Closes #489
2024-06-01 10:28:46 -07:00
Shadowfacts
06ba758309
Merge branch 'public-beta' into develop
2024-05-29 22:30:48 -07:00
Shadowfacts
2c56902389
Remove old account UI state when logging out
2024-05-29 22:23:09 -07:00
Shadowfacts
3d15759fb9
Don't constantly commit CA transactions when scrubbing video
...
Closes #488
2024-05-29 21:56:18 -07:00
Shadowfacts
5620b6ab78
Merge branch 'public-beta' into develop
2024-05-27 22:29:23 -07:00
Shadowfacts
f2a9f890ff
Use development URLSession in more places
2024-05-27 22:14:28 -07:00
Shadowfacts
093994b474
More push subscription logging
2024-05-27 13:33:00 -07:00
Shadowfacts
3d0de5af04
Persist more state when switching accounts
...
Closes #486
2024-05-24 14:03:51 -04:00
Shadowfacts
966a906436
Fix AVPlayer periodic time observers not being removed
2024-05-23 14:29:56 -04:00
Shadowfacts
d6be6f14dc
Hide subscription section from tip jar when there are no products
2024-05-23 14:11:54 -04:00
Shadowfacts
3eeffada1f
Add tip jar link to push notifications settings
2024-05-20 12:49:26 -04:00
Shadowfacts
0499255be7
Add tip jar subscription
2024-05-20 12:49:20 -04:00