108 Commits

Author SHA1 Message Date
Jed Fox
4f8ca8d481
Use a non-opaque background color for the image view 2022-12-03 14:07:43 -05:00
Jed Fox
1642839084
Force card into large mode if it has an embed 2022-12-03 14:03:53 -05:00
Jed Fox
285fbd4247
Fix divider not visible in compact cards 2022-12-03 14:02:22 -05:00
Jed Fox
7e74b4beb3
Merge remote-tracking branch 'upstream/develop' into status-cards 2022-12-03 13:49:04 -05:00
Jed Fox
1379cdc448
Disable cards in notifications
both to save space and because I’m too lazy to wire up the delegate methods for the menu
2022-12-03 13:41:51 -05:00
Jed Fox
17b39da316
Add “Copy,” “Share,” and “Share Link in Post” actions to cards 2022-12-03 13:38:32 -05:00
Jed Fox
348e176f89
slight code reorg 2022-12-03 11:30:44 -05:00
Jed Fox
e46c25892d
Add label to the “load embed” button 2022-12-03 11:30:44 -05:00
Jed Fox
c67e6ce45e
Fix white flash in dark mode 2022-12-03 11:27:51 -05:00
Jed Fox
7944ec6399
Load embed web view only on tap (for privacy) 2022-12-02 23:29:14 -05:00
Jed Fox
5932d00f2f
add a divider between the image and the text in the card 2022-12-02 22:56:12 -05:00
Jed Fox
946d47abdd
Fix highlight behavior 2022-12-02 22:35:18 -05:00
Jed Fox
a29e88b60b
Fix web view reuse 2022-12-02 22:10:35 -05:00
Jed Fox
1c5b66f7e7
Embed a web view for viewing content inline 2022-12-02 20:35:11 -05:00
Jed Fox
16a814a27c
Cap the height of the status card 2022-12-02 16:02:05 -05:00
Jed Fox
52f5213990
Allow a little bit of variance from square for compact layout 2022-12-02 15:54:02 -05:00
Marcus Kida
7aed050ded
Merge pull request #600 from woxtu/nil-coalescing
Remove redundant nil coalescing
2022-11-29 14:41:52 +01:00
Kyle Bashour
61a07e9a5b Layout improvements 2022-11-27 21:00:03 -08:00
Kyle Bashour
8a8ecb0b68 Improve layout 2022-11-26 22:05:43 -08:00
Kyle Bashour
3a90b1c865 Change name and improve a11y 2022-11-26 21:47:49 -08:00
Kyle Bashour
4616d40519 More spacing 2022-11-26 19:22:05 -08:00
Kyle Bashour
439217d0e1 Constraints work 2022-11-26 19:21:47 -08:00
Kyle Bashour
00af336298 Remove some debugging 2022-11-25 20:20:26 -08:00
Kyle Bashour
3a732b688c Better layout 2022-11-25 20:16:42 -08:00
Kyle Bashour
ba7955bdb5 Handle taps 2022-11-24 07:48:07 -08:00
Kyle Bashour
f8d1afc7e4 Working pretty well 2022-11-23 21:51:39 -08:00
Kyle Bashour
a4cab15d86 Make it compile 2022-11-23 19:03:54 -08:00
Kyle Bashour
d0f1bb82f7 Merge branch 'develop' into kb/link-previews
# Conflicts:
#	MastodonSDK/Package.swift
2022-11-23 18:42:16 -08:00
Jed Fox
228a9a1798
Revert auto-formatter changes to file 2022-11-21 08:46:49 -05:00
Jed Fox
788bdb14f8
Remove duplicate timestamps 2022-11-21 08:40:04 -05:00
Jed Fox
82da37e1e7
Merge remote-tracking branch 'upstream/develop' into notifications-tab-a11y 2022-11-21 08:39:08 -05:00
CMK
2064a318c3 Merge branch 'main' into develop
# Conflicts:
#	Mastodon/Scene/MediaPreview/Video/MediaPreviewVideoViewController.swift
2022-11-21 11:18:36 +08:00
Nathan Mattes
d4eabf95d1
Merge pull request #622 from painhapp/refactorPinToParent
[Refactor] Use UIView extension to create constraints (to parent view)
2022-11-17 23:19:03 +01:00
Nathan Mattes
96c3e17531 Fix some warnings 2022-11-17 23:16:21 +01:00
Stefan Painhapp
9e65ccfd7e Pin plusCircleImageView to checkmarkBackgroundView 2022-11-18 01:56:39 +09:00
Stefan Painhapp
bf01ef80f6 Revert changes in NotificationView 2022-11-18 01:54:03 +09:00
Stefan Painhapp
abe25f2156 Refactor pin to (parent) layout constraints as extension of UIView 2022-11-18 01:45:27 +09:00
CMK
8b7b6c4067 fix: configure header code not dispatch on UI thread issue 2022-11-16 22:31:21 +08:00
woxtu
675df849e3 Remove redundant nil coalescing 2022-11-16 12:21:08 +09:00
Kyle Bashour
ae24f95e31 wip 2022-11-14 13:26:25 -08:00
Kyle Bashour
daeb2ef70f wip 2022-11-11 18:35:18 -08:00
Natalia Ossipova
38221e0599 Remove mute/block/report from menu for own toots (#519) 2022-11-10 17:17:22 +01:00
Jed Fox
c2232a596d
Improve accessibility labels for reply/reblog posts 2022-11-09 16:59:02 -05:00
Jed Fox
393e4632da
Add secondary actions to notifications 2022-11-09 16:33:54 -05:00
Jed Fox
b3bc6dc273
Add accessibility labels to notifications, only have 1 element per notification 2022-11-09 15:50:36 -05:00
Jed Fox
1ce756a849
Add accessibility actions for links/mentions/hashtags in posts 2022-11-03 14:59:58 -04:00
Jed Fox
ceece731a4
Use LPLinkMetadata to improve sharing behavior 2022-11-03 11:18:09 -04:00
Jed Fox
d7739340f2
Merge remote-tracking branch 'upstream/develop' into post-author-a11y 2022-11-01 09:40:01 -04:00
CMK
0b0d7fcd48 chore: cherry pick 00eddc2aae79591ba0c1fae12b68d0b5010f29b9 from feature-post-edit branch 2022-11-01 14:34:00 +08:00
Jed Fox
98b87a0b20
fix removing status metric view from a11y heirarchy 2022-10-31 13:20:53 -04:00