2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

7004 Commits

Author SHA1 Message Date
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
shannon
54861dcf6f Quick fix for missing instance configuration
For further work, see IOS-363

Fixes #1394 [BUG] Max. character limit server not honored
Fixes #1396 [REGRESSION] Cannot translate posts
2025-01-27 16:36:35 -05:00
shannon
6e10bca2fe Turn off default for testing new grouped notifications 2025.01-6984 2025-01-24 16:09:12 -05:00
shannon
bc918ffdfc Restore ability to load additional notifications beyond the first fetched batch 2025-01-24 16:09:12 -05:00
shannon
f552c3af91 Correct and simplify handling of user view button action
Also delete a bunch of unused code.

Fixes IOS-359
2025.01-6982
2025-01-24 10:30:55 -05:00
shannon
6031af6a0d Open mastodon-schemed urls that match findable results the same way we do with universal links
Fixes #968 Support opening any Mastodon URL directly in the app
2025-01-24 10:15:08 -05:00
shannon
a7f82c430b Avoid showing duplicate poll options
This is an invalid state, but currently it is possible to create a valid poll (no identical options) and later edit it so that two or more options contain identical strings. Bug (#33707) has been filed for the mastodon repository.

Fixes #1332 [BUG] Mastodon app crashes when a poll with identical answers reaches the screen
2025.01-6980
2025-01-23 13:46:34 -05:00
shannon
f45ccacf1f Make sure to pause video play when not in use. 2025-01-23 10:49:24 -05:00
shannon
e9b58d3047 More careful handling of AVAudioSession
(May contribute to…)
Contributes to #1074  [BUG] When run on Mac, iOS app prevents sleep
2025-01-23 10:43:39 -05:00
shannon
eac3222e65 Remove import AVKit from files that do not need it 2025-01-23 10:07:00 -05:00
shannon
537f6cc5fd Alert user to any error in poll vote processing; always resolve activity indicator.
Contributes to  #1123 [BUG] App crashes when voting on a poll
2025-01-22 15:45:12 -05:00
shannon
e91d6e3bc5 Update notification view after approving or rejecting a follow request
Fixes #1342 [BUG] Follow requests no longer working
2025.01-6975
2025-01-22 15:14:58 -05:00
whattherestimefor
76283cfa01 Revert "Attempt to fix CI build error"
This reverts commit 44f9aae469472a1c05d16126548f4a7bb8efcd13.
2025.01-6974
2025-01-22 11:09:36 -05:00
whattherestimefor
7f0c9897d1 Update NotificationTimelineViewModel.loadMore() for recent changes 2025-01-22 11:09:36 -05:00
whattherestimefor
2603b01144 Add TODO comment 2025-01-22 11:09:36 -05:00
shannon
44f9aae469 Attempt to fix CI build error 2025-01-21 19:40:49 -05:00
shannon
7814812b5a first stages of a swiftui list for notifications
changes to keep building that will quickly become moot

Starting to implement SwiftUI version of notifications

project update forgotten

Switch out whole view controller when testing grouped notifications.

make old view work again

Bump deployment target to iOS 17

better view model. follow button loads correctly, showing followers list or account works.

mostly kind of working

rename

rename
2025-01-21 19:03:57 -05:00
Damir Yackupov
571d73644c
support for focus point in image (#1392)
* support for focus point in image

* small fix

* small refactor
2025.01-6969
2025-01-15 06:34:09 -05:00
shannon
137cd4015a Update localized strings to add “No recent searches”
Fixes #1389
2025.01-6968
2025-01-14 14:43:47 -05:00
Gokul
f9ad9a4931
If recent search history is empty show text like No recent searches (#1387)
Displayed no recent searches text if recent search is empty
2025.01-6967
2025-01-14 14:33:48 -05:00
shannon
6ec1d9a591 Initial display of grouped notifications
Contributes to IOS-253
Contributes to IOS-355
2025.01-6966
2025-01-14 11:23:42 -05:00
shannon
12d737c4e1 Use grouped notifications beta setting in UserDefaults 2025-01-14 11:13:10 -05:00
shannon
1ec772d8a1 Show ungrouped notifications as before, but using the new MastodonFeedItemIdentifiers
Contributes to IOS-253
Contributes to IOS-355
Contributes to IOS-357
2025.01-6964
2025-01-10 16:17:51 -05:00
shannon
100937187c Data model changes to enable grouped notifications
Work in progress. This will run but will not show any notifications.

Contributes to IOS-355
Contributes to IOS-253
2025.01-6963
2025-01-09 08:49:28 -05:00
shannon
4dd856f106 Add full settings menu for beta features
Fixes IOS-354
2025.01-6962
2025-01-07 15:08:10 -05:00
shannon
1e6ae1796e Fix vertical clipping of author name in status card
Remove Mastodon logo and update color and font of author name text, moving towards the planned new layout design.

Fixes IOS-353
2025-01-07 09:34:40 -05:00
shannon
2a2a002f2e Update version number 2025.01-6960 2025-01-06 15:42:06 -05:00
shannon
d12108411f Definitely remove duplicates before setting new records
Contributes to IOS-351
2025-01-06 15:36:44 -05:00
shannon
b45f752a10 Try avoiding animations while updating cell heights.
Contributes to IOS-352
2025-01-06 15:35:40 -05:00
shannon
1512f6e079 clarify private usage 2025-01-06 14:55:20 -05:00
shannon
b438d3db32 rename for clarity
Not all of these cases involve a MastodonStatus. Their actual use is as identifiers for the tableview datasources.
2025-01-06 14:45:29 -05:00
shannon
1ea485e349 rename for clarity 2025-01-06 14:19:30 -05:00