mastodon-ios/Mastodon
Nathan Mattes 62cc9105a9
Fix Profile Editing (#1245)
* Fix image-editing (#1244)

Probably introduced in 76304e5 and we just missed that :)

* Removed unused property (#1244)

* Don't allow tapping on followers/followees when editing my profile

* Remove obsolete code

relationship-update on viewDidAppear is not needed anylonger as we use update user/relationship using notifications like in the good ol days

* Make relationship optional and use switch-pattern-matching for button-configuration

* Don't change relationship when relationship is updating

* [WIP] don't toggle, but just set booleans.
2024-03-18 16:27:12 +01:00
..
Activity Fix some warnings 2022-11-17 23:16:21 +01:00
Coordinator Recude task-nestedness (IOS-192) 2024-02-20 12:04:44 +01:00
Diffable Remove obsolete code (IOS-192) 2024-02-09 18:18:26 +01:00
Extension Add JSON-based account-persistence (IOS-192) 2023-12-31 12:57:56 +01:00
Generated Remove debug-menu (IOS-14) 2023-09-27 15:11:43 +02:00
Helper Show more metadata for posts (#1200) 2024-02-09 11:14:51 +01:00
Preference chore: [WIP] move core logic into package 2022-09-30 19:28:09 +08:00
Protocol Implement "Default Post Language" and "Ask Before"-Alerts (#1240) 2024-02-28 10:52:04 +01:00
Resources update strings (#1219) 2024-01-31 10:04:22 +01:00
Scene Fix Profile Editing (#1245) 2024-03-18 16:27:12 +01:00
Supporting Files Cleanup (IOS-192) 2024-02-20 17:41:10 +01:00
Template Fix generating relay delegate methods with return values 2022-12-03 13:07:55 -05:00
Vender chore: [WIP] restore the replyTo entry for compose 2022-10-10 19:14:52 +08:00
.sourcery.yml feat: adapt the app to async & await. Update timeline UI 2022-01-27 21:23:39 +08:00
Info.plist Add relevant base-classes for Hashtag-Widget (IOS-37) 2023-05-02 21:35:40 +02:00
Mastodon.entitlements IOS-123: Open profiles and statuses in app (#981) 2023-03-17 10:47:19 +01:00
Mastodon.xctestplan chore: add smoke UI tests 2021-08-10 14:59:44 +08:00