Shadowfacts
|
cee4e15b06
|
Fix not being able to select text by double clicking with cursor on iPad
Also fix not being able to single-tap data detector value to see menu
Closes #499
|
2024-06-08 11:01:07 -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
|
c88076eec0
|
Use text view for profile field value view
Fixes #501
|
2024-06-08 10:23:24 -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
|
eec2adbfd9
|
Set target content identifiers on scenes/activities
|
2024-06-02 10:10:16 -07:00 |
Shadowfacts
|
44896d305e
|
Add pointer interaction to profile followers/following buttons
Closes #497
|
2024-06-02 09:42:54 -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
|
75f0d12c82
|
Fix incorrect pointer actions on conversation main status
Closes #493
|
2024-06-01 10:47:56 -07:00 |
Shadowfacts
|
5cf2bc4fbf
|
Fix profile header images being blurry
Due to the old method using ImageCache.avatars for the headers 🤦
Closes #494
|
2024-06-01 10:44:49 -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 |
Shadowfacts
|
f909c1da10
|
Fix selecting follow request push notification
Closes #474
|
2024-05-19 15:14:03 -04:00 |
Shadowfacts
|
96d42756d5
|
Fix caption not displaying in gallery while image loading
Closes #476
|
2024-05-19 15:00:25 -04:00 |
Shadowfacts
|
a589bb2863
|
Support emoji reaction push notifications on pleroma/akkoma
|
2024-04-18 13:17:55 -04:00 |
Shadowfacts
|
6f35fd2676
|
Show pleroma/akkoma emoji notifications
Closes #159
|
2024-04-18 12:59:44 -04:00 |
Shadowfacts
|
e83cef1c8c
|
Fix overzealously attempting to migrate local data to cloud store
Fix error when actually migrating due to not opening the store with
NSPersistentHistoryTrackingKey set to true.
|
2024-04-18 11:45:32 -04:00 |
Shadowfacts
|
b89df3f27b
|
Add instance announcements
Closes #356
|
2024-04-18 00:00:00 -04:00 |
Shadowfacts
|
8960873ff3
|
Remove redundant toastableViewController property
|
2024-04-17 22:34:31 -04:00 |
Shadowfacts
|
043a708515
|
Add more logging to onboarding VC
|
2024-04-17 17:04:32 -04:00 |
Shadowfacts
|
f5e9f66f76
|
Fix app background colors not updating when preference changed
This only fully fixes it on iOS 17, but it seems to be the best we can do
|
2024-04-16 12:03:52 -04:00 |
Shadowfacts
|
ee5f9a62ff
|
Fix push subscription settings GroupBox background in dark mode
Closes #470
|
2024-04-16 11:37:36 -04:00 |
Shadowfacts
|
a92cf8c812
|
Fix potential crash when hit testing StatusCollapseButton
|
2024-04-15 22:50:31 -04:00 |
Shadowfacts
|
405d5def7c
|
Disable non-stack navigation on Max iPhones
|
2024-04-15 11:33:52 -04:00 |
Shadowfacts
|
1f9806d02f
|
Fix preferences post preview background on macOS
|
2024-04-15 11:04:33 -04:00 |
Shadowfacts
|
c43c951b92
|
Enable iPad multi-column navigation by default
|
2024-04-15 11:00:36 -04:00 |
Shadowfacts
|
910e18fb5e
|
Fix compiling for visionOS
|
2024-04-15 09:49:42 -04:00 |
Shadowfacts
|
6784ed7fdf
|
Remove in-app Safari settings on macOS
Closes #469
|
2024-04-15 09:34:44 -04:00 |
Shadowfacts
|
66f0ba6891
|
Add icons for Preferences sections
|
2024-04-15 00:13:04 -04:00 |
Shadowfacts
|
ee7bf5138c
|
Tweak iCloud status appearance in advanced prefs
|
2024-04-15 00:13:04 -04:00 |
Shadowfacts
|
4665df228d
|
More preferences reorganizing
|
2024-04-15 00:13:04 -04:00 |
Shadowfacts
|
c7a56a9f61
|
Reorganize appearance prefs, add mock status preview
|
2024-04-14 14:11:43 -04:00 |
Shadowfacts
|
db534e5993
|
Fix About screen link labels not being aligned
|
2024-04-13 23:19:28 -04:00 |
Shadowfacts
|
e94bee4fc8
|
Fix a handful of strict concurrency warnings
|
2024-04-13 23:06:30 -04:00 |
Shadowfacts
|
216e58e5ec
|
Merge branch 'prefs-refactor' into develop
|
2024-04-13 22:39:49 -04:00 |
Shadowfacts
|
05cfecb797
|
Fix push notifications on Pleroma/Akkoma and older Mastodon versions
|
2024-04-13 18:59:42 -04:00 |
Shadowfacts
|
132fcfa099
|
Refactor preferences
|
2024-04-13 18:44:43 -04:00 |
Shadowfacts
|
f87da10a29
|
Deep link to iOS Settings from Notifications prefs
|
2024-04-12 22:54:17 -04:00 |
Shadowfacts
|
1eec70449d
|
Show notification when push notification banner tapped
|
2024-04-12 22:47:11 -04:00 |
Shadowfacts
|
19ca930ee8
|
Remove the need to register with the push proxy
|
2024-04-12 16:15:52 -04:00 |
Shadowfacts
|
8a339ec171
|
Reregister client when adding push scope
|
2024-04-11 22:19:29 -04:00 |
Shadowfacts
|
baf96a8b06
|
Support settings -> app notification preferences link
|
2024-04-11 18:26:58 -04:00 |
Shadowfacts
|
bc516a6326
|
Remove push proxy scheme build setting
|
2024-04-11 13:00:39 -04:00 |
Shadowfacts
|
1cd6af1236
|
Remove existing push subscriptions when unregistering from proxy
|
2024-04-11 12:58:43 -04:00 |
Shadowfacts
|
9f6910ba73
|
Implement communication notifications
|
2024-04-11 12:44:41 -04:00 |
Shadowfacts
|
9cf4975bfd
|
Remove transaction ID from push notifications registration
|
2024-04-11 11:55:56 -04:00 |
Shadowfacts
|
ee992bc0bf
|
Improve per-instance push settings
|
2024-04-10 19:13:47 -04:00 |
Shadowfacts
|
ff8a83ca2d
|
Decrypt push notifications
|
2024-04-09 22:39:58 -04:00 |
Shadowfacts
|
4c957b86ae
|
Fix push subscription policy/alerts not persisting
|
2024-04-09 21:07:14 -04:00 |
Shadowfacts
|
ff11835333
|
Update oauth scopes when enabling push notifications
Closes #467
|
2024-04-09 19:05:31 -04:00 |
Shadowfacts
|
9353bbb56c
|
Merge branch 'develop' into push-notifications
|
2024-04-09 18:43:53 -04:00 |
Shadowfacts
|
edc887dd4c
|
Rename PushManager properties
|
2024-04-09 12:38:24 -04:00 |
Shadowfacts
|
68dad77f81
|
Update Mastodon push subscriptions when endpoint changes
|
2024-04-09 12:38:24 -04:00 |
Shadowfacts
|
840b83012a
|
Don't use Sentry in PushNotifications package
|
2024-04-09 11:56:22 -04:00 |
Shadowfacts
|
e150856e91
|
Improve AsyncToggle behavior on failure
|
2024-04-09 11:49:55 -04:00 |
Shadowfacts
|
42a3f6c880
|
Use the right public key representation for push subscriptions
|
2024-04-09 11:48:53 -04:00 |
Shadowfacts
|
7a47b09b39
|
Remove push subscription when logging out of account
|
2024-04-08 22:50:39 -04:00 |
Shadowfacts
|
241e6f7e3a
|
Notification type toggles
|
2024-04-08 22:32:46 -04:00 |
Shadowfacts
|
f02afaac26
|
Move AsyncToggle to TuskerComponents
|
2024-04-08 22:32:46 -04:00 |
Shadowfacts
|
bdd4a4d755
|
Scaffolding for push subscription alert types
|
2024-04-08 18:44:56 -04:00 |
Shadowfacts
|
94c1eb2c81
|
Create/remove instance push subscriptions
|
2024-04-08 12:25:39 -04:00 |
Shadowfacts
|
b03991ae1d
|
Move push notifications stuff to separate package
|
2024-04-08 10:48:28 -04:00 |
Shadowfacts
|
f98589b419
|
Start account-specific push subscriptions
|
2024-04-07 23:14:12 -04:00 |
Shadowfacts
|
9fad2a882a
|
More reliable registering/unregistering
|
2024-04-07 22:47:58 -04:00 |
Shadowfacts
|
d0bb197e8c
|
Correct button titles
|
2024-04-07 22:29:48 -04:00 |
Shadowfacts
|
efd90bca3e
|
Add Account Settings button to preferences
|
2024-04-07 22:28:30 -04:00 |
Shadowfacts
|
3efa017942
|
Push proxy registration
|
2024-04-07 14:04:42 -04:00 |
Shadowfacts
|
c5226f6374
|
Add push scope
|
2024-04-06 11:04:03 -04:00 |
Shadowfacts
|
9e429463b2
|
Make the audio session work better
Closes #353
Closes #443
|
2024-04-04 17:31:16 -04:00 |
Shadowfacts
|
9763edef47
|
Add See Results button to polls
Closes #445
|
2024-04-02 22:04:16 -04:00 |
Shadowfacts
|
442f57bfc4
|
Enable gallery interactive dismissal for statuses with >4 attachments
Closes #466
|
2024-04-02 21:21:39 -04:00 |
Shadowfacts
|
ae7101bb30
|
Fix race between loading/animation when presenting gallery from attachment more view
|
2024-04-02 21:21:19 -04:00 |
Shadowfacts
|
46b455c3d1
|
Fix crash when there are multiple follow notifications for the same account
Only reproducible on Pixelfed
|
2024-04-01 21:52:47 -04:00 |
Shadowfacts
|
c73784aa81
|
Mark notifications on Mastodon web frontend as read once displayed
Fixes #357
|
2024-04-01 19:51:57 -04:00 |
Shadowfacts
|
7affa09e5e
|
Remove timeline marker Sentry reporting
I'm 99% sure these timeouts are all due to bad network conditions
|
2024-04-01 19:43:14 -04:00 |
Shadowfacts
|
7435d02f6e
|
Fiddle with how the timeline markers API is organized
|
2024-04-01 19:22:55 -04:00 |
Shadowfacts
|
2467297f04
|
Add preference for inverted alt text badge
Closes #423
|
2024-04-01 18:47:19 -04:00 |
Shadowfacts
|
bcae60316b
|
Fix changing list reply policy not reloading list timeline
|
2024-04-01 11:04:40 -04:00 |
Shadowfacts
|
1a2fa10708
|
Improve edit list account removal animation
|
2024-04-01 11:02:33 -04:00 |
Shadowfacts
|
f79c2feea6
|
Fix edit list screen not updating after adding account
|
2024-04-01 11:02:15 -04:00 |
Shadowfacts
|
7ec87d7853
|
Add no content message to list timelines
Closes #215
Also fix interactive dismissal of edit screen not reloading list
|
2024-04-01 10:58:42 -04:00 |
Shadowfacts
|
f5704e561b
|
Support tapping selected sidebar item to scroll to top
|
2024-04-01 10:35:54 -04:00 |
Shadowfacts
|
d6faf3a37b
|
Fix fast account switching view not respecting safe area
|
2024-04-01 10:28:40 -04:00 |
Shadowfacts
|
b0a6952643
|
Fix trending hashtags screen not clearing selection
|
2024-04-01 09:47:05 -04:00 |