113 Commits

Author SHA1 Message Date
fbbcb0d07d Drafts list 2025-01-27 15:42:26 -05:00
a7924feb76 Merge branch 'develop' into compose-redesign-15 2025-01-27 11:10:04 -05:00
7c43261f9c Revert "Raise min deployment target to iOS 16"
This reverts commit f4b51c06c1107cd8149a8e07a0f652ac6816ee3a.
2024-12-26 17:33:13 -05:00
bee3e53be7 Fix attachments collection view sizing 2024-12-17 15:23:01 -05:00
96fdef0558 Workaround for UIHostingConfiguration requiring iOS 16 2024-12-16 23:46:46 -05:00
e0e9d4a185 Remove old compose rewrite code 2024-12-15 21:04:29 -05:00
6730575aed Make things compile on iOS 15 2024-12-15 21:01:41 -05:00
c68902b34b Revert "Raise min deployment target to iOS 16"
This reverts commit f4b51c06c1107cd8149a8e07a0f652ac6816ee3a.
2024-12-15 20:46:05 -05:00
ad5f45c620 Edit attachments gallery for non-drawings 2024-12-07 12:54:41 -05:00
ec9673f6c0 Use gallery VC for editing attachment descriptions 2024-11-23 10:47:58 -05:00
8006b0add9 Prune DraftAttachment managed objects from drafts persistent store 2024-11-20 00:46:13 -05:00
b9e3d8ec5e Compose attachment section 2024-11-20 00:45:21 -05:00
2fb76e322a Start new compose design 2024-11-17 13:14:23 -05:00
57990f8339 Go back to using one List for everything in compose 2024-11-12 10:29:48 -05:00
381f3ee737 Attachment row view 2024-10-14 22:57:39 -04:00
02fd724b0b Attachment reordering 2024-09-13 11:20:10 -04:00
7d47f1f259 Fix detecting mentions while typing 2024-09-13 10:52:49 -04:00
cad074bcc3 Remove pre-iOS 16 code 2024-09-12 15:57:05 -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
5f6699749c Delete attachment swipe action 2024-09-12 00:16:17 -04:00
ec50dd6bb6 Merge branch 'develop' into compose-rewrite 2024-09-11 21:49:20 -04:00
b663335c6d Use the image description from imported image when possible
Closes #523
2024-08-22 13:54:03 -04:00
5d9974ddf8 WIP attachments list 2024-08-19 11:29:16 -04:00
f001e8edcd iOS 15 fixes 2024-08-15 23:40:07 -07:00
17c67a3d5d WIP rewritten main text view 2024-08-15 21:56:23 -07:00
198b201a51 WIP compose rewrite 2024-08-11 10:14:10 -07:00
61576bce58 Fix Drafts button never turning into Post on Mac Catalyst
Closes #504
2024-07-24 20:57:23 -07:00
3dd0f3a154 Report DraftsPersistentContainer initializer errors to Sentry 2024-07-24 20:42:35 -07:00
bcf2a2f026 Improve compose reply view avatar scrolling animation 2024-07-24 20:26:33 -07:00
cb3fd43dbd Fix video thubmnail being flipped in Compose
Closes #487
2024-05-29 22:03:53 -07:00
4ecc16a93b Move FuzzyMatcher to TuskerComponents 2024-04-17 22:34:31 -04:00
c32181818a Use image for code formatting option 2024-04-15 00:13:04 -04:00
42e29862ac Fix crash when compose screen dismissed while adding attachments 2024-03-25 10:06:38 -04:00
f327cfd197 Move SwiftPM packages into separate group 2024-03-17 18:57:51 -04:00
d481ef6c9f Fix crash when removing the same poll option multiple times
SwiftUI doesn't detect updates to CoreData objects when directly
mutating the NSMutableOrderedSet of a relationship

Closes #458
2024-03-09 14:15:14 -05:00
fc26c9fb54 More strict concurrency fixes 2024-01-27 14:58:36 -05:00
94f71541f8 Merge branch 'develop' into vision
# Conflicts:
#	Packages/ComposeUI/Sources/ComposeUI/Controllers/ToolbarController.swift
#	Tusker/Screens/Timeline/TimelineViewController.swift
#	Tusker/Views/Status/TimelineStatusCollectionViewCell.swift
2024-01-26 11:11:41 -05:00
e09935125f Fix copying/pasting images from Safari on macOS not working
Closes #453
2023-12-14 18:01:34 -05:00
e8ef9345e9 Fix visibility/local-only buttons not appearing on Catalyst
You need to pass the configuration to the initializer to get it to show up in the Mac idiom

Fixes #452
2023-12-05 22:00:48 -05:00
bc7500bde9 Fix crash when uploading attachment without known MIME type or extension 2023-11-10 14:08:11 -05:00
c0301ce7e7 visionOS: Further Compose screen tweaks 2023-11-08 17:02:32 -05:00
1da25300ca Merge branch 'develop' into vision 2023-11-07 22:26:22 -05:00
86862825f6 Assert that the compose draft belongs to the view context 2023-11-05 18:32:05 -05:00
e57ef210fd Fix language picker button not having a pointer effect 2023-11-05 11:32:49 -05:00
34e57c297b Tweak HEIF/HEIC handling 2023-11-03 11:07:43 -04:00
aae3bd0bba Remove dead code 2023-11-02 17:53:26 -04:00
2b5d4681e3 Prevent mul/und from being used as language
Closes #440
2023-11-02 10:44:52 -04:00
6e5e0c3bb5 Use server preferences for default visibility and language
Closes #282
2023-10-27 14:59:21 -05:00
978486bc15 visionOS: Improve button appearance in Compose attachment list 2023-10-20 11:27:24 -04:00