Official Android app for Mastodon
 
 
Go to file
Gregory K b0c77d42c0
Merge pull request #829 from Endeavour233/avoid-leak-response-body
Opti: avoid leaking response body when request is cancelled
2024-04-21 18:11:02 +03:00
.github/workflows Update CI Ruby to 3.3.0 and add Gemfile.lock 2024-04-12 18:31:43 +03:00
fastlane Merge commit '4dd5a80ef27bd4abf1eaa272d1e3c67b7d9a3a13' 2024-04-12 17:59:55 +03:00
gradle/wrapper Android Gradle Plugin can't JUST WORK, can it?! 2024-02-29 10:04:15 +03:00
img Add readme and license and bump version 2022-04-13 19:38:41 +03:00
mastodon opti: avoid leaking response body when it's not used. 2024-04-21 20:29:15 +08:00
tools Update locales 2024-02-12 21:40:28 +03:00
.gitignore Skip changelogs too (fastlane/fastlane#21905) 2024-03-02 01:16:32 +03:00
Gemfile Add Fastlane 2024-03-01 08:09:15 +03:00
Gemfile.lock Update CI Ruby to 3.3.0 and add Gemfile.lock 2024-04-12 18:31:43 +03:00
LICENSE Add readme and license and bump version 2022-04-13 19:38:41 +03:00
README.md fix typo in README 2022-12-08 12:45:28 +09:30
build.gradle Android Gradle Plugin can't JUST WORK, can it?! 2024-02-29 10:04:15 +03:00
crowdin.yml Update crowdin.yml (please work this time) 2022-04-20 21:26:11 +03:00
gradle.properties Signup flow redesign WIP 2023-01-30 01:54:13 +03:00
gradlew Initial 2022-01-14 15:02:10 +03:00
gradlew.bat Initial 2022-01-14 15:02:10 +03:00
settings.gradle Basic status rendering 2022-01-17 13:27:34 +03:00

README.md

Mastodon for Android

Crowdin

This is the repository for the official Android app for Mastodon.

Get it on F-Droid Get it on Google Play

Or get the APK from the The Releases Section.

Contributing

Our goal is delivering a polished, professionally designed and user-friendly app. We proceed according to wireframes provided by a professional UX designer that works with Mastodon gGmbH. This means that any outside contributions that change the app visually must first be coordinated with the UX designer. This can take time. Furthermore, we work off of an internal roadmap and aim for feature-parity and consistency with our iOS app. The iOS app is designated as the "primary" between the two, therefore, if you want to request features, please do so in the Mastodon for iOS repository, as you are requesting a feature to be both in iOS and Android (exceptions being system integrations specific to Android). On the other hand, any contributions that improve existing functionality, performance, or accessibility should not have any roadblocks to being merged.

If you would like to help translate the app into your language, please go to Crowdin. If your language is not listed in the Crowdin project, please create an issue and we will add it. Please do not create pull requests that modify strings.xml files for languages other than English.

Building

As this app is using Java 17 features, you need JDK 17 or newer to build it. Other than that, everything is pretty standard. You can either import the project into Android Studio and build it from there, or run the following command in the project directory:

./gradlew assembleRelease

License

This project is released under the GPL-3 License.

The Mastodon name and logo are trademarks of Mastodon gGmbH. If you intend to redistribute a modified version of this app, use a unique name and icon for your app that does not mistakenly imply any official connection with or endorsement by Mastodon gGmbH.