Un fork dell'app Mastodon per Android che aggiunge importanti funzioni che mancano nell'app ufficiale, ha una migliorata interfaccia utente con l'aggiunta di nuove funzioni che rendono l'uso del Fediverso un'esperienza più piacevole. https://mastodon.uno
Go to file
sk f7dfebcbea fix schedule date picker not time zone safe
closes sk22#940
2023-11-27 22:20:12 +01:00
.github replace donation link 2023-08-28 22:35:17 +02:00
_layouts fix wrong rel=me link on website 2023-04-06 20:16:26 +02:00
gradle/wrapper Settings M3 redesign wip 2023-06-04 02:04:55 +03:00
img add a readme link to the sauna repo 2023-07-21 01:15:35 +02:00
mastodon fix schedule date picker not time zone safe 2023-11-27 22:20:12 +01:00
metadata bump version 2023-11-15 18:48:12 +01:00
tools Add a tool to detect invalid formatting in localized strings 2023-09-25 18:51:49 +03:00
.gitignore Replies 2022-02-08 13:25:17 +03:00
LICENSE Add readme and license and bump version 2022-04-13 19:38:41 +03:00
README.md add a readme link to the sauna repo 2023-07-21 01:15:35 +02:00
_config.yml rebranding 2022-11-24 20:37:04 +01:00
build.gradle feat: support UnifiedPush notifications (#749) 2023-08-05 19:42:10 +02:00
fix-metadata-markdown-lists.sh fix metadata markdown 2022-12-23 23:58:59 +01:00
gradle.properties enable nonTransitiveRClass 2023-04-22 16:51:44 +02:00
gradlew Minor maintenance things (#501) 2023-04-22 17:28:16 +02:00
gradlew.bat Minor maintenance things (#501) 2023-04-22 17:28:16 +02:00
settings.gradle fix crashes 2023-01-30 23:46:32 +01:00

README.md

Pink logo with pink shark

Megalodon

Translation status   Download latest release

Get it on Google Play   Get it on IzzyOnDroid

A fork of the Mastodon Android app adding important features that are missing in the official app, focusing on Glitch compatibility, a pretty UI and adding new features that I feel make using the Fediverse a more pleasant experience.

Key features

Unlisted posting

Allows you to post publicly without having your post show up in trends, hashtags or public timelines (i.e., in the tabs “Community”, “Federated” and “Posts”).

When posting with Unlisted visibility, your posts will still be publicly accessible in your profile. They will also be shown in peoples Home timelines, but only if they follow you or someone they follow reblogged/replied to your post.

The Mastodon documentation has some more information about Unlisted posting and Public timelines.

Federated timeline

This allows you to chronologically see all Public posts from people on all other Fediverse neighborhoods your home instance is connected to.

Despite being one of the main features of federated social media, the Federated timeline wasnt included in the official Mastodon app supposedly, because this conflicts with Googles safety requirements for apps on the Play Store.

Thats one of the reasons why choosing a small, well-moderated instance is important. Instance admins and moderators should always make sure to ban abusive users and stop federating with instances who platform them. On well-moderated instances, the Federated timeline can be a welcoming place to meet new people!

Customizable timelines

You can customize Megalodons home tab and not only add local and federated timelines, but also pin lists and hashtags.

Even better: You can rename every timeline however you please and pick a distinct icon for each timeline. This way, you can pin the hashtag “#Caturday”, rename your timeline to “CUTENESS OVERLOAD” and set Cat icon from Microsoft Fluent UI icons as its icon. :3 You can find the timelines editor by opening your home tab, tapping the button in the top right and going to “Edit timelines”.

Draft and schedule posts

Allows to prepare a post and schedule it to send it automatically at a specific time.

You can create drafts, edit them, send them manually later or set a scheduled date. Drafts are technically saved as scheduled posts, so you can view and edit them from other apps that support scheduled posts. Scheduled posts are handled by your home instance, so they'll work even if you uninstall Megalodon.

Installation

Google Play Store

https://play.google.com/store/apps/details?id=org.joinmastodon.android.sk

Get it on Google Play

F-Droid via IzzyOnDroid

https://apt.izzysoft.de/fdroid/index/apk/org.joinmastodon.android.sk

Get it on IzzyOnDroid

Note that you'll need to add Izzy's F-Droid repository to your F-Droid app first:

https://apt.izzysoft.de/fdroid/repo

F-Droid via saunarepo

https://repo.the-sauna.icu

Get it on SaunaRepo

F-Droid

F-Droid.org? Not yet, sorry!

If you want, you can help me figure out if something's missing in the Issue #47: F-Droid.org

Direct

Press the download button to download the APK. Open the downloaded file on your Android device to install it. Megalodon will automatically notify you about new updates inside the app.

Download latest release

You might have to accept installing APK files from your browser when trying to install it. You can also take a look at all releases on the Releases page.

Megalodon makes use of Mastodon for Androids automatic update checker. Megalodon will check for new updates available on GitHub and offer to download and install them. You can also manually press “Check for updates” at the bottom of the settings page!


Release variants

All downloads can be found on the Releases page. When downloading a pre-release, expect to see unfinished features and bugs. If you dont want that, just download the latest full release.

megalodon.apk

Variant with an integrated updater. If you download Megalodon from here (and not from an app store), just download the regular megalodon.apk.

upstream-1234abc.apk

This is an unmodified version of the official Mastodon for Android app the respective Megalodon release is based on. Should you find any bugs in Megalodon (which you will), try to see if it occurs with this variant, too. The last 7 digits of the file name are important to know which version of the official app you're using.


Contribution

Translation

The translation for the base of the app is sourced from the upstream Mastodon for Android project, which you can contribute to on its Crowdin project: https://crowdin.com/project/mastodon-for-android

There's also a bunch of custom strings exclusive to this project that need to be translated. You can help translate Megalodon on Weblate: https://translate.codeberg.org/projects/megalodon

Translation status


Detailed changes

Features

Behavior

Visual

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

Note that Megalodon might be depending on an in-development version of AppKit a library by Mastodon for Androids developer. In case the used AppKit version isnt published to Maven Central yet, you might have to clone, build and publish it to your local Maven repository. For more information, see this GitHub issue.

License

This project is released under the GPL-3 License.

@megalodon@floss.social