Official iOS app for Mastodon
Go to file
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
.github Remove Cocoapods (#1179) 2024-02-29 18:15:30 +01:00
Documentation Update the requirements 2024-03-12 09:08:52 +01:00
Localization Implement "Default Post Language" and "Ask Before"-Alerts (#1240) 2024-02-28 10:52:04 +01:00
Mastodon Fix Profile Editing (#1245) 2024-03-18 16:27:12 +01:00
Mastodon.xcodeproj Remove Cocoapods (#1179) 2024-02-29 18:15:30 +01:00
MastodonIntent Merge branch 'develop' into ios-192-profile-about 2024-01-31 15:36:53 +01:00
MastodonSDK Fix Profile Editing (#1245) 2024-03-18 16:27:12 +01:00
MastodonTests Merge branch 'develop' into fix-warnings 2023-01-04 15:12:51 +01:00
MastodonUITests fix: manually bump the version to workaround auto version management not working issue 2022-11-08 14:17:43 +08:00
NotificationService More cleanup 2023-09-22 15:27:46 +02:00
OpenInActionExtension Improve "Open in Mastodon" by using Search API (#888) 2023-01-16 23:36:00 +01:00
ShareActionExtension Restore Credentials from Keychain (#1171) 2023-11-18 18:52:19 +01:00
WidgetExtension Merge branch 'develop' into ios-192-profile-about 2024-02-20 18:29:27 +01:00
ci_scripts Remove Cocoapods (#1179) 2024-02-29 18:15:30 +01:00
env chore: replace CocoaPods-Keys with Arkana 2022-07-15 11:34:16 +08:00
fastlane Remove Cocoapods (#1179) 2024-02-29 18:15:30 +01:00
.arkana.yml Merge branch 'release-1.4.6' into feature/package-refactor 2022-11-01 14:14:00 +08:00
.env.example chore: fix GitHub CI 2022-10-08 14:01:21 +08:00
.gitignore Implement Fastlane (#1130) 2023-10-10 12:48:47 +02:00
.ruby-version Improvements to the project setup (#905) 2023-01-24 01:47:37 +01:00
AppStoreSnapshotTestPlan.xctestplan chore: update the snapshot documents and UITests 2022-03-19 01:02:23 +08:00
Gemfile Remove CocoaPods gems 2024-03-11 22:31:16 +01:00
Gemfile.lock Remove CocoaPods gems 2024-03-11 22:31:16 +01:00
LICENSE chore: add GPL-3 LICENSE 2021-07-31 18:18:34 +08:00
MastodonSDK.xctestplan feat: add rules attribute for Instance entity 2021-02-22 12:26:44 +08:00
README.md Implement Fastlane (#1130) 2023-10-10 12:48:47 +02:00
crowdin.yml chore: fix placeholders conflict for some languages issue 2022-05-13 11:50:04 +08:00
swiftgen.yml feat: improve the i18n workflow 2022-11-15 01:44:28 +08:00
update_localization.sh fix: not copy translation resource for info.plist issue 2022-11-16 20:02:09 +08:00

README.md

Mastodon

CI Crowdin

Download on the App Store

Introduction

This is the repository for the official iOS App for Mastodon. You can install it from the App Store now. You can build the app from source and file bug report here.

Read this blog post for this app to learn more.

Developing an official iOS app for Mastodon

Getting Started

Acknowledgments

Thanks to these open-source projects listed here.

License

This project is released under the GPL-3 License. It is also dual-licensed to Apple for the purposes of publishing the app on the App Store. For this reason, any contributors are required to sign a Contributor License Agreement.