2415 Commits

Author SHA1 Message Date
c88076eec0 Use text view for profile field value view
Fixes #501
2024-06-08 10:23:24 -07:00
afe47437e4 Disallow blocking your own domain 2024-06-02 11:41:50 -07:00
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
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
5e55ce75c2 Fix previous sidebar selection losing navigation stack in some circumstances 2024-06-02 10:33:25 -07:00
eec2adbfd9 Set target content identifiers on scenes/activities 2024-06-02 10:10:16 -07:00
a848f6e425 Fix error on Pixelfed/Firefish due to missing followers/following counts
Closes #483
2024-06-02 09:44:20 -07:00
44896d305e Add pointer interaction to profile followers/following buttons
Closes #497
2024-06-02 09:42:54 -07:00
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
e3c480131a Fix gallery dismiss transition from sheet-presented VC
Closes #490
2024-06-01 11:22:19 -07:00
575166f5b4 Fix Cmd+1/etc. resetting navigation stacks
Closes #491
2024-06-01 10:56:55 -07:00
c60aa3e3f3 Fix close buttons unnecessarily being added to navigation column 2024-06-01 10:56:31 -07:00
75f0d12c82 Fix incorrect pointer actions on conversation main status
Closes #493
2024-06-01 10:47:56 -07:00
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
908b499f8f Fix Remove Suggestion action missing from Suggested Accounts screen
Closes #495
2024-06-01 10:40:30 -07:00
67c7905acf Fix missing VC callbacks in removeViewAndController 2024-06-01 10:29:33 -07:00
eacafe87b3 Fix logout from current resulting in black screen after switching to reused VC
Closes #489
2024-06-01 10:28:46 -07:00
2a53b24487 Merge branch 'public-beta' into develop 2024-05-29 22:42:43 -07:00
9df3c33c6c Bump build number and update changelog 2024.3-126 2024-05-29 22:37:53 -07:00
d4e82d6e7a Fix AVPlayer periodic time observers not being removed 2024-05-29 22:35:45 -07:00
06ba758309 Merge branch 'public-beta' into develop 2024-05-29 22:30:48 -07:00
2c56902389 Remove old account UI state when logging out 2024-05-29 22:23:09 -07:00
cb3fd43dbd Fix video thubmnail being flipped in Compose
Closes #487
2024-05-29 22:03:53 -07:00
3d15759fb9 Don't constantly commit CA transactions when scrubbing video
Closes #488
2024-05-29 21:56:18 -07:00
5620b6ab78 Merge branch 'public-beta' into develop 2024-05-27 22:29:23 -07:00
09999175f7 Fix editing attachment descriptions not working on Pleroma 2024-05-27 22:29:11 -07:00
f2a9f890ff Use development URLSession in more places 2024-05-27 22:14:28 -07:00
093994b474 More push subscription logging 2024-05-27 13:33:00 -07:00
3d0de5af04 Persist more state when switching accounts
Closes #486
2024-05-24 14:03:51 -04:00
966a906436 Fix AVPlayer periodic time observers not being removed 2024-05-23 14:29:56 -04:00
844d4056e3 Bump version and update changelog 2024.3-125 2024-05-23 14:25:39 -04:00
00ef131bb6 Update HTMLStreamer 2024-05-23 14:12:35 -04:00
d6be6f14dc Hide subscription section from tip jar when there are no products 2024-05-23 14:11:54 -04:00
2ccf028bc2 Bump build number and update changelog 2024.2-124 2024-05-20 14:28:25 -04:00
3eeffada1f Add tip jar link to push notifications settings 2024-05-20 12:49:26 -04:00
0499255be7 Add tip jar subscription 2024-05-20 12:49:20 -04:00
f909c1da10 Fix selecting follow request push notification
Closes #474
2024-05-19 15:14:03 -04:00
81543965ae Fix notification extension not building on visionOS 2024-05-19 15:00:47 -04:00
96d42756d5 Fix caption not displaying in gallery while image loading
Closes #476
2024-05-19 15:00:25 -04:00
f6e57d664f Handle invalid date in Status created_at
Closes #477
2024-05-19 14:48:57 -04:00
c33be1cbf3 Bump build number 2024-05-17 11:26:57 -04:00
6d99156bd9 Include badly formatted date in error message 2024-05-10 16:33:03 -04:00
ca764811ed Bump build number and update changelog 2024.2-122 2024-04-23 13:19:52 -04:00
a589bb2863 Support emoji reaction push notifications on pleroma/akkoma 2024-04-18 13:17:55 -04:00
6f35fd2676 Show pleroma/akkoma emoji notifications
Closes #159
2024-04-18 12:59:44 -04:00
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
b89df3f27b Add instance announcements
Closes #356
2024-04-18 00:00:00 -04:00
4ecc16a93b Move FuzzyMatcher to TuskerComponents 2024-04-17 22:34:31 -04:00
8960873ff3 Remove redundant toastableViewController property 2024-04-17 22:34:31 -04:00
043a708515 Add more logging to onboarding VC 2024-04-17 17:04:32 -04:00