shannon
07a289a27e
Lighten the style of the follow buttons
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-14 12:38:15 -05:00
shannon
1efda4e513
Make individual avatars in grouped notifications tappable
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-14 12:37:58 -05:00
shannon
f749fac51c
Resolve layout issue
...
Seems that having wrapped text in the header line could cause the post preview to show fewer than the allowed 3 lines, but there was still space provided for the lines expected. This caused the layout of the whole row to get messed up, with the avatar row pushed down, out of horizontal alignment with the notification icon.
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-14 11:50:44 -05:00
shannon
08e9af5806
Refactoring for simpler handling of grouped notification authors
...
Moving towards being able to navigate to the profile page of any notification author from their avatar.
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-14 11:40:43 -05:00
shannon
6a27b50728
Add url actions and begin localizing grouped notification display
...
With refactoring to make that easier and more readable.
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025.01-7031
2025-02-14 08:39:53 -05:00
shannon
f2311cc0fd
Additional localized strings
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-14 08:39:53 -05:00
shannon
408caf05a1
A little more space between avatar row and author text, to avoid the buttons feeling crowded
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-14 08:39:53 -05:00
shannon
d411035930
Use images instead of text for buttons to approve/reject follow requests
...
Includes refactoring of the RelationshipElement enum to make them less confusing.
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-14 08:39:52 -05:00
shannon
24c17878b8
Clear unused variable warning
2025-02-13 08:29:24 -05:00
shannon
c0f1e60c71
Allow unfollow action from new notifications view
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-12 17:06:00 -05:00
shannon
872ac4c5cf
Better layout of disclosure chevron and activity indicator on filtered notifications banner
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-12 13:40:33 -05:00
shannon
5cb8d4404f
Use default keyboard for the compose window so that Return is easily accessible
...
Fixes #1405 [Feature]: Do not automatically switch to compact hash-keyboard
2025-02-12 13:21:40 -05:00
shannon
44ac523f33
Implement quiet public as a default post visibility option
...
Update code to handle the additional .unlisted post visibility option. And make sure to fetch full account info, which includes any custom privacy settings.
Fixes #1395 [BUG] Implement Quit Public post privacy like the Android app
2025-02-12 10:55:59 -05:00
shannon
87522825f5
Correct default visibility settings
...
Contributes to #1395 [BUG] Implement Quit Public post privacy like the Android app
2025-02-12 10:45:47 -05:00
whattherestimefor
4834b11e79
Update CONTRIBUTING.md
...
format fix
2025.01-7021
2025-02-12 08:37:49 -05:00
whattherestimefor
d3a134b060
Update CONTRIBUTING.md
...
Adding localization instructions.
2025.01-7020
2025-02-12 08:37:13 -05:00
shannon
bfee18e95c
Better layout of grouped notification avatar row
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025.01-7019
2025-02-11 15:51:17 -05:00
shannon
3396fd10c9
For now, use plain string version of inline post content, so that SwiftUI stylings work as expected
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-11 15:51:17 -05:00
shannon
d07e9891c6
Add indicator of media attachments to the inline status view
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-11 15:51:17 -05:00
shannon
d448815c9a
Add localizations for attachment types
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-11 15:51:17 -05:00
shannon
13619fcfe5
Omit domain from author header of inline post preview if author is on same domain as current user
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-11 15:51:17 -05:00
shannon
d50032b8cc
Remove link styling from inline post previews
...
The links are not tappable in this context.
Also, remove default text size so that displaying views can control that.
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-11 15:51:17 -05:00
shannon
a24b2a3240
Dark mode update: .secondarySystemBackground for inline post previews
2025-02-11 15:51:17 -05:00
shannon
ef4ee4cd2f
Subheadline font for inline post content
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-11 15:51:17 -05:00
shannon
5a00f7665d
Allow Follow button to grow in width somewhat before wrapping its text. Remove ineffectual font setting.
2025-02-11 15:51:16 -05:00
shannon
c9bf9c221b
Fallback to V1 ungrouped notifications if grouped notifications returns an error
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-10 13:29:13 -05:00
shannon
03b0bd8ac4
Add filter policy button to new grouped notifications view
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025.01-7009
2025-02-07 15:03:28 -05:00
shannon
7d2e8a1db9
Layout tweaks and temporary dark mode improvements
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-07 14:57:53 -05:00
shannon
bfecb30b11
Update notifications list when the notifications filtering policy changes
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-07 13:19:49 -05:00
shannon
b961dcefa9
Never group notifications when viewing notifications from a single source account
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-07 10:48:17 -05:00
shannon
bba72cc6fb
Show filtered notifications banner on the new grouped notifications screen
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-07 10:22:19 -05:00
shannon
3acc6ce99d
Put some space between navbar and notifications selection control
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-06 11:16:09 -05:00
shannon
893be62465
Code cleanup
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025.01-7003
2025-02-06 09:55:17 -05:00
shannon
afdecc2d1f
Remove unused code
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-06 08:44:19 -05:00
shannon
966cef6541
Add more navigation from grouped notifications
...
To show appropriate account or your followers list.
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-05 16:36:28 -05:00
shannon
d21a859ac5
Add some navigation to grouped notifications
...
Tapping on header of notification with a single author will open profile screen.
Tapping on inline post preview will open thread view.
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025.01-7000
2025-02-05 14:21:22 -05:00
shannon
d8c4886f51
Add avatar to InlinePostPreview
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-05 12:55:55 -05:00
shannon
6155899a00
Better display of post content in the new grouped notifications view
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-05 12:55:54 -05:00
shannon
40fe4ab29f
Restore ability to repeatedly request notifications newer than the latest displayed
...
Fixes #1402 [REGRESSION] Notifications pull to refresh never updates contents
2025-02-04 13:25:28 -05:00
shannon
6c6dd07036
Grouped notifications now have pull to refresh and scroll to bottom to load older
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-04 12:53:48 -05:00
shannon
7e0c086191
Fix layout problems caused by GeometryReader
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025.01-6995
2025-02-03 17:14:11 -05:00
shannon
f72f74884c
Account for view width and possible + more label when determining number of avatars to show
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-03 17:14:11 -05:00
shannon
8e46f4a976
Add poll summary text for polls run by others
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-03 17:14:10 -05:00
shannon
292b08c401
Finish building out the basics of the new grouped notifications layout
...
Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
2025-02-03 13:01:04 -05:00
shannon
4c0ea93d1f
Restore poll view to notifications
2025.01-6991
2025-01-28 15:01:50 -05:00
shannon
52b955f5da
Additional info for beta feature testing
2025.01-6990
2025-01-28 11:36:19 -05:00
shannon
233e8d4027
Some tweaks to the pick from photo library process.
...
Contributes to IOS-364
2025-01-28 11:02:03 -05:00
shannon
82f844d83a
Do not default to replying to an unlisted post with a public post
...
Fixes #242 Replies' privacy scope should not be higher than original post
2025.01-6988
2025-01-27 16:36:36 -05:00
shannon
a0978d3a0a
More effectively check for scrolling to end of loaded user timeline
...
Fixes #1399 [BUG] Profile view does not load older content in the feed
2025-01-27 16:36:36 -05:00
shannon
999e74be47
Correctly track follow and reblog status in the notification view.
...
This is a temporary fix, the datamodel will be changing with grouped notifications.
2025-01-27 16:36:36 -05:00