Questa è l'app ufficiale di Mastodon, gira su ios 14 o superiore. L'app ufficiale è rivolta ai nuovi utenti che non hanno familiarità con il Fediverso. Semplifica il processo di registrazione e nasconde alcune caratteristiche come la timeline Federata. https://mastodon.it
Go to file
Nathan Mattes ef8ceb56c9
Improve "Load more"-times when scrolling to the end (IOS-272) (#1303)
This is basically a refactoring of the `ListBatchFetchViewModel`, it
does two things:

1. Remove the "Reload this every 30 seconds", which caused a delay on
several screens
2. When users reach the bottom of the ScrollView, new content is
requested
3. DIY: Use this mechanism everywhere

The previous mechanism worked like this: Check every second, if the user
reached the end of the scrollView. If so: `shouldFetch`. As we increased
"every second" to "30 seconds", this caused a significant delay on all
screens which used this mechanism.

Others brought their own solution to fetch new content when users
reached THE END, like the HomeTimeline or the FollowerList. From now
one, there's a suggested way to deal with this "We must do something
once the user reachs the end!!!!"-issue.

P.S.: I'm not so happy with the `Self.`-approach and if someone has a
better name for `scrollViewDidScrollToEnd`, I'd be also thankful for a
hint. Maybe it's me, but I would have loved to add a new method to the
`UIScrollViewDelegate`-protocol (without Protocol-inheritance). Maybe
someone knows a way to do this? For now we'll leave it like this as the 
alternatives would add more complexity.
2024-05-29 08:35:56 +02:00
.github Remove Cocoapods (#1179) 2024-02-29 18:15:30 +01:00
Documentation Improve Multi-User Account Sheet (IOS-245) (#1273) 2024-04-30 09:22:27 +02:00
Localization Update translations 2024-05-22 17:24:46 +02:00
Mastodon Improve "Load more"-times when scrolling to the end (IOS-272) (#1303) 2024-05-29 08:35:56 +02:00
Mastodon.xcodeproj Minor refactoring (IOS-272) 2024-05-24 21:02:03 +02:00
MastodonIntent Merge branch 'develop' into ios-192-profile-about 2024-01-31 15:36:53 +01:00
MastodonSDK Update translations 2024-05-22 17:24:46 +02:00
MastodonTests Improve Number Formatting (#1266) 2024-04-04 16:55:19 +02: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 Add authorization to instance-calls (IOS-264) 2024-05-14 15:11:56 +02: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 Fix CI badge 2024-03-29 19:37:32 +09: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 localization update script 2024-03-19 15:46:24 +01: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.