No Description

Justin Mazzocchi 96d2ff3a2b Update README 1 year ago
.github d495fac795 Update README, CONTRIBUTING, PR template 1 year ago
Activities a33a5607f8 Link preferences 3 years ago
App Icons cab049f477 Add Malow app icon 3 years ago
Assets.xcassets 649a146e8f Add icon 3 years ago
Caches e245569e1a Set retry and continue in background image options 3 years ago
DB eb276c06f0 Remove cleaning limit 1 year ago
Data Sources b7644cdd62 Fix jumping when restoring scroll position 1 year ago
Extensions 3f7a6a26aa Announcements 3 years ago
HTTP a4c0589a07 Cancel uploads 3 years ago
Keychain f34fc7097d Keychain items accessible after first unlock 3 years ago
Localizations 576ddd866f CrowdIn updates 1 year ago
Mastodon 8ceb02ba35 Parse dates without fractional seconds 3 years ago
MastodonAPI fa20d7c4f7 Resolve all searches 3 years ago
Metatext.xcodeproj 8a2e78ae43 Increment build number 1 year ago
Notification Service Extension 9552305a78 Escape unicode in all URLs from API 3 years ago
Secrets 7327d167c3 Extract Base16 package 3 years ago
ServiceLayer 27fff58fea Do not clean on main thread 1 year ago
Share Extension 94d0b2338f Settings refactor 3 years ago
Supporting Files 032e0040ed Increment build number 3 years ago
System ea16391639 Fix iOS 15 nav bar appearance 2 years ago
Tests 038385c2c7 Modularize view models 3 years ago
Transitions 67cc55a08e Fix deprecation 2 years ago
View Controllers ce6d55042d Debounce refresh when resuming from background 1 year ago
ViewModels 8692b8c9e8 Fix crash when muting account (#245) 1 year ago
Views 5d7d28dbe5 Add preference to override color scheme / appearance (#142) 1 year ago
.gitignore f384c659df Import and refactor stuff from old UIKit project 3 years ago
.swiftlint.yml ed7e04c955 Change swiftlint config 3 years ago
CODE_OF_CONDUCT.md 05f131bccd Create CODE_OF_CONDUCT.md 3 years ago
CONTRIBUTING.md d495fac795 Update README, CONTRIBUTING, PR template 1 year ago
LICENSE 919154c8c2 Create LICENSE 3 years ago
Metatext.xctestplan 5a68510c34 Add test plan 3 years ago
README.md 96d2ff3a2b Update README 1 year ago
SECURITY.md da26a0f607 Update SECURITY.md 3 years ago

README.md

Metatext

A free, open-source iOS Mastodon client.

Download on the App Store

Seeking Maintainers

Development of this project is currently paused. Email info@metabolist.org if you or your organization are interested in taking ownership of the project.

Contributing Bug Reports

GitHub is used for bug tracking. Please search existing issues and create a new one if the issue is not yet tracked.

Contributing Translations

You can help translate Metatext on CrowdIn.

Contributing Code

See the contribution guidelines.

Note that capacity for reviewing pull requests is currently very limited. For now, please limit the scope of proposed changes to fixing bugs and not added features, settings, or behavior, thanks. If you are interested in doing a larger scope change, please propose it via email at info@metabolist.org first.

Building

To build Metatext:

  • Clone the repository (git clone https://github.com/metabolist/metatext.git)
  • Open Metatext.xcodeproj in Xcode
  • Select the top-level "Metatext" item in Xcode and change the team in each target's "Signing & Capabilities" settings to your own

All dependencies are managed using Swift Package Manager and will automatically be installed by Xcode.

Push Notifications

Push notifications will not work in development builds of Metatext unless you host your own instance of metatext-apns and change the pushSubscriptionEndpointURL constants in IdentityService.swift to its URL.

Architecture

  • Metatext uses the Model–view–viewmodel (MVVM) architectural pattern.
  • View models are clients of a service layer that abstracts network and local database logic.
  • Different levels of the architecture are in different local Swift Packages. import DB and import MastodonAPI should generally only be done within the ServiceLayer package, and import ServiceLayer only within the ViewModels package.

Acknowledgements

Metatext uses the following third-party libraries:

Cryptography Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

License

Copyright (C) 2021 Metabolist

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.