An Android client for the microblogging server Mastodon

Overview

Translate - with Weblate OpenCollective Build Status

Tusky

Tusky is a beautiful Android client for Mastodon. Mastodon is an ActivityPub federated social network. That means no single entity controls the whole network, rather, like e-mail, volunteers and organisations operate their own independent servers, users from which can all interact with each other seamlessly.

Get it on F-Droid Get it on Google Play

Features

  • Material Design
  • Most Mastodon APIs implemented
  • Multi-Account support
  • Dark, light and black themes with the possibility to auto-switch based on the time of day
  • Drafts - compose toots and save them for later
  • Choose between different emoji styles
  • Optimized for all screen sizes
  • Completely open-source - no non-free dependencies like Google services

Testing

The nightly build from master is available on Google Play.

Support

Check out our FAQs, your question may already be answered. If you have any bug reports, feature requests or questions please open an issue or send us a toot at [email protected]!

For translating Tusky into your language, visit https://weblate.tusky.app/

Head of development

This app was developed by [email protected]. The current maintainer is [email protected].

Development chatroom

https://riot.im/app/#/room/#Tusky:matrix.org

Comments
  • Handshake failed

    Handshake failed

    I can't connect to the Mastodon instance i use. I have the message: "This app could not obtain authentication from that server instance"

    i have in the adb logcat the following message when i click on the Login with Mastodon button: I run the app on Android 7. The server used is https://social.targaryen.house it use strict tls version, you can see here: https://tls.imirhil.fr/https/social.targaryen.house

    04-03 01:11:05.560 1477-1477/com.keylesspalace.tusky W/System.err: javax.net.ssl.SSLHandshakeException: Handshake failed
    04-03 01:11:05.561 1477-1477/com.keylesspalace.tusky W/System.err:     at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:429)
    04-03 01:11:05.562 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.java:267)
    04-03 01:11:05.562 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.java:237)
    04-03 01:11:05.562 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:148)
    04-03 01:11:05.563 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:186)
    04-03 01:11:05.563 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121)
    04-03 01:11:05.563 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100)
    04-03 01:11:05.564 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
    04-03 01:11:05.564 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
    04-03 01:11:05.564 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
    04-03 01:11:05.565 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
    04-03 01:11:05.565 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
    04-03 01:11:05.565 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
    04-03 01:11:05.566 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
    04-03 01:11:05.566 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
    04-03 01:11:05.567 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120)
    04-03 01:11:05.567 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
    04-03 01:11:05.567 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
    04-03 01:11:05.568 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:179)
    04-03 01:11:05.568 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.RealCall$AsyncCall.execute(RealCall.java:129)
    04-03 01:11:05.569 1477-1477/com.keylesspalace.tusky W/System.err:     at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
    04-03 01:11:05.569 1477-1477/com.keylesspalace.tusky W/System.err:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
    04-03 01:11:05.569 1477-1477/com.keylesspalace.tusky W/System.err:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
    04-03 01:11:05.570 1477-1477/com.keylesspalace.tusky W/System.err:     at java.lang.Thread.run(Thread.java:776)
    04-03 01:11:05.571 1477-1477/com.keylesspalace.tusky W/System.err: 	Suppressed: javax.net.ssl.SSLHandshakeException: Handshake failed
    04-03 01:11:05.572 1477-1477/com.keylesspalace.tusky W/System.err: 		... 24 more
    04-03 01:11:05.573 1477-1477/com.keylesspalace.tusky W/System.err: 	Caused by: javax.net.ssl.SSLProtocolException: SSL handshake terminated: ssl=0x7646f11a40: Failure in SSL library, usually a protocol error
    04-03 01:11:05.574 1477-1477/com.keylesspalace.tusky W/System.err: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (external/boringssl/src/ssl/s3_pkt.c:610 0x76460766e0:0x00000001)
    04-03 01:11:05.574 1477-1477/com.keylesspalace.tusky W/System.err: error:1000009a:SSL routines:OPENSSL_internal:HANDSHAKE_FAILURE_ON_CLIENT_HELLO (external/boringssl/src/ssl/s3_clnt.c:764 0x7657bf2f76:0x00000000)
    04-03 01:11:05.574 1477-1477/com.keylesspalace.tusky W/System.err:     at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method)
    04-03 01:11:05.575 1477-1477/com.keylesspalace.tusky W/System.err:     at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:357)
    04-03 01:11:05.575 1477-1477/com.keylesspalace.tusky W/System.err: 		... 23 more
    04-03 01:11:05.576 1477-1477/com.keylesspalace.tusky W/System.err: Caused by: javax.net.ssl.SSLProtocolException: SSL handshake terminated: ssl=0x7646f11a40: Failure in SSL library, usually a protocol error
    04-03 01:11:05.577 1477-1477/com.keylesspalace.tusky W/System.err: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (external/boringssl/src/ssl/s3_pkt.c:610 0x76460766e0:0x00000001)
    04-03 01:11:05.577 1477-1477/com.keylesspalace.tusky W/System.err:     at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method)
    04-03 01:11:05.577 1477-1477/com.keylesspalace.tusky W/System.err:     at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:357)
    04-03 01:11:05.578 1477-1477/com.keylesspalace.tusky W/System.err: 	... 23 more 
    
    bug 
    opened by Schoumi 70
  • Caching toots - attempt 2

    Caching toots - attempt 2

    I've tried to rebase #663 but it was branched from another branch and it is too old so I failed. Instead I've cherry-picked last 5 commits from that branch which seem to contain useful changes. I did not try it yet because I'm out of energy already but it can be useful for someone to inspect or fix.

    opened by charlag 43
  • 2019 Emoji Update

    2019 Emoji Update

    Since Emoji 12 came out some months ago, the Emoji fonts need an update.
    However this was not possible with the old code, so I added an update mechanism.
    Additionally, I also finally added support for the current Noto Emoji set.

    The update mechanism works as follows:

    For every font there is a version string specified and the fonts will be saved under <font-name><version>.ttf.
    If no font file is found that includes a version string with a version code which is at least as much as the currently specified version of the font, it will show the font as not installed anymore and the user will be able to download it again; if that's been successful, it will delete all font files that have an older version code in their name.
    Users will of course still be able to use their own preferred font by simply appending a very large version code (e.g. BlobmojiCompat99.0.0.ttf).

    The version codes are not supposed to be included in the downloadable version; the app will simply the latest available version and tag it as a new one; while this allows a faster deployment for updated fonts, it might be possible that a font is downloaded twice.

    Current issues are:

    • I'm currently not able to test it, since I don't have a Mastodon account anymore
    • I don't have the Twemoji font ready yet and I'm not sure whether the 12.0 update is already available for the EmojiCompat version of Noto Emoji (I won't build that one myself; Google probably knows better how to build a font for their own library) - for testing purposes you could temporarily change the download URL (if you want to test an Emoji 12 font, I have added it to Blobmoji some days ago).
    • The updating mechanism is not very good. To change the emoji font to one where an update is available, the update needs to be downloaded first. It might even cause crashes if the app is not restarted, because the old font which is still used is deleted - however I don't think this will happen.
    opened by C1710 34
  • Add autocompletion for custom emoji

    Add autocompletion for custom emoji

    Closes #398.

    Maybe it'd be a good idea to add more tests?

    I don't have much Android experience, so I might not be doing everything in the best way.

    autocompletion of "hello :masto", showing ":masto_ball:" and ":mastodon:" as suggestions, with high-resolution previews of the emoji in question

    (Don't worry about the low resolution of the ":mastodon:" emoji, that's just what it looks like on that instance.)

    opened by autumnontape 32
  • Option to use Emojione instead of system emoji

    Option to use Emojione instead of system emoji

    Particularly on older phones that don't get the latest OS updates, the newer emoji characters render as sad little boxes. The art style and visual meaning of the emoji can also be lost in translation between icon sets sometimes.

    The Mastodon web client uses EmojiOne

    enhancement 
    opened by dpogue 32
  • "Gaslight nazis" mode, for nazi instances

    Heya! I'd like to see Tusky add a "gaslight nazis" mode, a ML-based mode where all toots are replaced with pro-human-rights messages and can't be boosted or liked (because you don't know what the original toot said). This would be a good alternative to redirecting gab users to another website. It would generate posts like:

    "Trans rights!"

    "Queer trans POC are good! <3"

    "I love my gay parents! ! !"

    (etc)

    and deterministically replace the posts' contents with one of these messages. note that the original sender details would still be kept.

    Thank you <3


    • Tusky Version:

    • Android Version:

    • Android Device:

    • Mastodon instance (if applicable):

    • [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate.

    opened by SoniEx2 31
  • Theming improvements

    Theming improvements

    These patches make easier to add new themes in future. It also leverages UiModeManager functionalities to allow automatic switching between day and night mode based on local sunset/~rise times.

    I've tested these patches on Oreo 8.1 and they work flawlessly.

    opened by remi6397 31
  • Push notifications support via UnifiedPush

    Push notifications support via UnifiedPush

    Fixes #793.

    This is an implementation for push notifications based on UnifiedPush for Tusky. No push gateway (other than UP itself) is needed, since UnifiedPush is simple enough such that it can act as a catch-all endpoint for WebPush messages. When a UnifiedPush distributor is present on-device, we will by default register Tusky as a receiver; if no UnifiedPush distributor is available, then pull notifications are used as a fallback mechanism.

    Because WebPush messages are encrypted, and Mastodon does not send the keys and IV needed for decryption in the request body, for now the push handler simply acts as a trigger for the pre-existing NotificationWorker which is also used for pull notifications. Nevertheless, I have implemented proper key generation and storage, just in case we would like to implement full decryption support in the future when Mastodon upgrades to the latest WebPush encryption scheme that includes all information in the request body.

    For users with existing accounts, push notifications will not be enabled until all of the accounts have been re-logged in to grant the new push OAuth scope. A small prompt will be shown (until dismissed) as a Snackbar to explain to the user about this, and an option is added in Account Preferences to facilitate re-login without deleting local drafts and cache.

    opened by PeterCxy 30
  • [Feature] Add support for collapsible statuses when they exceed 500 characters

    [Feature] Add support for collapsible statuses when they exceed 500 characters

    Description

    Supports showing a button to collapse/expand long posts. Fixes #748.

    Features

    • Toggleable by the user
    • Limit set to 500 characters (like Pleroma and other existing implementations)
    • It works in:
      • Timelines
      • Notifications
    • It works by:
      • Showing a custom button below the content
      • Hiding the button if the post is CW-ed until content is shown

    Concerns

    The way it was implemented has proven to be potentially expensive if more and more features will be added overtime to the timeline. This is mostly the fault of the current design within Tusky, which reloads layouts rather than just content.

    A possible solution would be to redesign the core data models to store a full and a compressed version of the content but that would require extensive rewrite of several parts of the codebase which would not need to know about it, again, due to how Tusky's codebase is designed.

    It has not proven to be an issue on my Nexus 6 (Lineage OS 15.1), OnePlus 3 (Lineage OS 15.1) and Moto G (1st gen, LineageOS 14.1) yet so I did not want to enforce the feature so deep into the internals of the application.

    Screenshots

    Screenshot of the feature being shown in all themes, for both timelines and notifications

    Video of the feature is available on Imgur, due to restrictions with file types allowed on GitHub.

    opened by HellPie 30
  • Move translations to a dedicated utility

    Move translations to a dedicated utility

    Managing translations by hand is doable for now (e.g. #212) but it's quickly going to get out of hand. We should figure out what translation management service works best for such open source projects and migrate the actual translations process there. Besides saving a lot of work and mess this will also make it easier for non developers to contribute.

    opened by alerque 28
  • [Friendica] Navigation to hashtags / profiles doesn't work?

    [Friendica] Navigation to hashtags / profiles doesn't work?

    Using Tusky for talking to Friendica, it seems both hashtags (#) and accounts (@ mentions) are somehow "mixed up": They appear as links in the app but they don't toggle profile or hashtag view in the app (as they do while using Mastodon) but apparently are full HTTP URIs pointing to (profiles) the user profile URL on its home instance or (hashtags) an URL to search the particular friendica instance for these hashtags. Sample:

    tempFileForShare_20220808-112409

    In this case, for my instance, clicking on "photo" will get me to https://instance/search?tag=photo . Is there some way in Tusky to work around this? Seems it's a Friendica specialty yet still it would be cool to have this work well. :)


    • Tusky Version: 19.x Test

    • Android Version: Samsung M51

    • Android Device: Android 12

    • Mastodon instance (if applicable): Friendica loma.ml

    • [x ] I searched or browsed the repo’s other issues to ensure this is not a duplicate.

    opened by kr428 27
  • Convert

    Convert "title case" strings to "sentence case"

    Tusky mostly uses (correctly, per Android style guide) sentence case (i.e., a single initial capital letter) in strings like "Scheduled posts" or "Muted users".

    But there are a few instances of title case (i.e., each initial letter is capitalised) that have crept in ("Account Preferences", "Log Out", "Follow Requests", etc).

    Convert them to sentence case.

    opened by nikclayton 0
  • UX: Use the normal UI text size for items in lists (preferences, menus, etc)

    UX: Use the normal UI text size for items in lists (preferences, menus, etc)

    There's a few places in the UI where the user's preference for post text size is being used, and I suspect it shouldn't be.

    [Alternatively, there are a bunch of places in the UI where the user's preference for text size is not being used].

    This is most obvious if you set the post text size to the smallest value.

    For an example of what I think lists should look like, open "Account Preferences > Filters > Home". If you have any filters set then you get a list of the words that are filtered, the layout is simple_list_item_1.xml, which sets

        android:textAppearance="?android:attr/textAppearanceListItemSmall"
    

    on the TextView.

    Or open "Preferences > App Theme", and see the list of themes in the same text size. Same for "Preferences > Language", etc, etc.

    Places where this is not done are:

    • item_followed_hashtag.xml ("Account Preferences > Followed Hashtags")
    • item_hashtag.xml (search for a hashtag, and look at the list of results)
    • item_list.xml (ListsActivity, from the "Lists" entry on the navigation drawer)
    • item_picker_list.xml (ListSelectionAdapter, created from TabPreferenceActivity, "Account Preferences > Tabs")
    • item_tab_preference.xml (TabAdapter, also TabPreferenceActivity)
    • item_tab_preference_small.xml (TabAdapter, also TabPreferenceActivity)

    Changing those to to use

        android:textAppearance="?android:attr/textAppearanceListItemSmall"
    

    would be straightforward, make those lists consistent with other lists in the app.

    As an aside, this would also fix some inconsistencies in the colours used for list items as well.


    • Tusky Version: 20

    • [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate.

    opened by nikclayton 0
  • Feature: DM warning

    Feature: DM warning

    Just noticed that the web UI shows the following warning when composing a DM:

    Posts on Mastodon are not end-to-end encrypted. Do not share any sensitive information over Mastodon. Learn more

    That seems like a good idea to include in the app, with a link to the server's privacy policy if possible too.


    • Tusky Version: 20

    • [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate.

    opened by nikclayton 0
  • Mark older posts

    Mark older posts

    In the spirit of the social aspect of Social media I prefer to interact with recent posts on a personal level.

    I. e. it is normally a bit awkward to reply to a Sunday's post "What are you planning today?" on Monday.

    Therefore I always have to check very ardently the age of a status.

    Desired feature It could be useful to indicate older posts. Maybe even with two colors for "hours old" and "days or years old".

    edit_time_highlight

    • [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate.
    opened by Lakoja 0
  • Feature request: Expanding a CW in notifications tab could expand other CWs from the same thread

    Feature request: Expanding a CW in notifications tab could expand other CWs from the same thread

    Sometimes you make a post with a CW and people reply to it, and now your notifications tab looks like this:

    In threads we have an 👁️ button to expand them all at once, but this is not present in the notifications tab.

    When I posted about this, one user pointed out that Metatext on iOS is smart enough to identify when several tweets come in in one thread with the same CW, if you expand one you probably also wanted to expand the others. Around the same time two separate people who did not appear to have knowledge of the Metatext feature spontaneously proposed the same feature. So maybe this is a good idea.

    Or maybe the notification tab should have 👁️


    • Tusky Version: 20

    • [X] I searched or browsed the repo’s other issues to ensure this is not a duplicate.

    opened by mcclure 2
Releases(v20.0)
  • v20.0(Nov 30, 2022)

    • New App icon by Dzuk
    • You can now follow hashtags. Click on a hashtag and then on the icon in the toolbar. (Mastodon 4.0+)
    • Instance rules are now shown during the login process in order to comply with Play Store policies
    • Support for Android 13
      • themeable app icon
      • app language can be set via system settings as well
    • new dropdown in the compose view to set the language of a post
    • Tusky now respects more instance defaults. This is useful if you use Tusky with Pleroma or a heavily customized instance.
    • The media tab in profiles now respects sensitive media, loads smoother and supports blurhashes (colorful blur before the actual media preview is loaded).
    • It is now possible to set the focus point of an image before posting
    • New option to show your full username in the main toolbar and while posting (useful if you have multiple accounts with the same profile picture)
    • The default tabs for new logins are now: Home, Notifications, Local, Direct Messages. Already logged in accounts are not affected.
    • The minimum supported Android verison is now 6
    • A lot of bugfixes
    • translation improvements

    Contributors to this release: @charlag @mal0ki @Tak @C1710 @mcclure @BenDundon @kyori19 @jsoref @evant @thebino @wiryadev @colintheshots @fynngodau @viviicat @pt2121 @Donnnno @Gryzor @ and translators on https://weblate.tusky.app/

    Full Changelog: https://github.com/tuskyapp/Tusky/compare/v19.0...v20.0-beta.1

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v20.0.aab(9.75 MB)
    tusky-v20.0.apk(14.16 MB)
    tusky-v20.0.mapping.txt(26.37 MB)
  • v20.0-beta.2(Nov 25, 2022)

  • v20.0-beta.1(Nov 19, 2022)

    • New App icon by Dzuk
    • You can now follow hashtags. Click on a hashtag and then on the icon in the toolbar. (Mastodon 4.0+)
    • Instance rules are now shown during the login process in order to comply with Play Store policies
    • Support for Android 13
      • themeable app icon
      • app language can be set via system settings as well
    • new dropdown in the compose view to set the language of a post
    • Tusky now respects more instance defaults. This is useful if you use Tusky with Pleroma or a heavily customized instance.
    • The media tab in profiles now respects sensitive media, loads smoother and supports blurhashes (colorful blur before the actual media preview is loaded).
    • It is now possible to set the focus point of an image before posting
    • New option to show your full username in the main toolbar and while posting (useful if you have multiple accounts with the same profile picture)
    • The default tabs for new logins are now: Home, Notifications, Local, Direct Messages. Already logged in accounts are not affected.
    • The minimum supported Android verison is now 6
    • A lot of bugfixes
    • translation improvements

    Contributors to this release: @charlag @mal0ki @Tak @C1710 @mcclure @BenDundon @kyori19 @jsoref @evant @thebino @wiryadev @colintheshots @fynngodau @viviicat @pt2121 @Donnnno @Gryzor @ and translators on https://weblate.tusky.app/

    Full Changelog: https://github.com/tuskyapp/Tusky/compare/v19.0...v20.0-beta.1

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v20.0.beta1.aab(9.74 MB)
    tusky-v20.0.beta1.apk(14.14 MB)
    tusky-v20.0.mapping.txt(26.37 MB)
  • v19.0(Jul 11, 2022)

    • Support for Unified Push. To activate the support you will have to relogin into your accounts.
    • The number of responses to a post is now indicated in timelines
    • Images can now by cropped while composing a post.
    • Profiles now show the date when they were created.
    • When viewing a list the title is now displayed in the toolbar.
    • A lot of bugfixes
    • translation improvements

    Contributors to this release: @charlag @mal0ki @Tak @C1710 @mcclure @PeterCxy @Lakoja @karmanyaahm @tsmethurst and translators on https://weblate.tusky.app/

    Full Changelog: https://github.com/tuskyapp/Tusky/compare/v18.0...v19.0

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v19.0.aab(9.68 MB)
    tusky-v19.0.apk(8.95 MB)
    tusky-v19.0.mapping.txt(25.76 MB)
  • v19.0-beta.2(Jul 5, 2022)

  • v19.0-beta.1(Jun 20, 2022)

    • Support for Unified Push. To activate the support you will have to relogin into your accounts.
    • The number of responses to a post is now indicated in timelines
    • Images can now by cropped while composing a post.
    • Profiles now show the date when they were created.
    • When viewing a list the title is now displayed in the toolbar.
    • A lot of bugfixes
    • translation improvements

    Contributors to this release: @charlag @mal0ki @Tak @C1710 @mcclure @PeterCxy @Lakoja @karmanyaahm @tsmethurst and translators on https://weblate.tusky.app/

    Full Changelog: https://github.com/tuskyapp/Tusky/compare/v18.0...v19.0-beta.1

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    app-blue-release.aab(9.68 MB)
    app-blue-release.apk(8.94 MB)
    mapping.txt(25.75 MB)
  • v18.0(May 17, 2022)

    • Support for new Mastodon 3.5 notification types admin.sign_up and update
    • The emoji setting has been completely revamped, supports new emoji sets and selecting a set no longer requires app restart.
    • The bot badge now looks better and adjusts to the selected theme
    • The display of absolute times on posts has been improved to take less space
    • Text can now be selected on the post detail view
    • Removed support for showing identity proofs on profiles. Mastodon no longer supports any identity proof providers so there was no point in having this feature anymore.
    • New translation: Portuguese (Portugal)
    • Fixed a lot of bugs, including one that prevented logins on Android 6 and lower
    • Various minor improvements

    Contributors to this release: @charlag @mal0ki @kyori19 @Tak @ariasuni @C1710 @moddedBear @guntbert @Gryzor and translators on https://weblate.tusky.app/

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v18.0.aab(9.48 MB)
    tusky-v18.0.apk(8.69 MB)
    tusky-v18.0.mapping.txt(29.95 MB)
  • v18.0-beta.1(May 10, 2022)

    • Support for new Mastodon 3.5 notification types admin.sign_up and update
    • The emoji setting has been completely revamped, supports new emoji sets and selecting a set no longer requires app restart.
    • The bot badge now looks better and adjusts to the selected theme
    • The display of absolute times on posts has been improved to take less space
    • Text can now be selected on the post detail view
    • Removed support for showing identity proofs on profiles. Mastodon no longer supports any identity proof providers so there was no point in having this feature anymore.
    • New translation: Portuguese (Portugal)
    • Fixed a lot of bugs, including one that prevented logins on Android 6 and lower
    • Various minor improvements

    Contributors to this release: @charlag @mal0ki @kyori19 @Tak @ariasuni @C1710 @moddedBear @guntbert @Gryzor and translators on https://weblate.tusky.app/

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v18.0.beta1.aab(9.48 MB)
    tusky-v18.0.beta1.apk(8.69 MB)
    tusky-v18.0.beta1.mapping.txt(29.95 MB)
  • v17.0(Apr 14, 2022)

    • "Open as..." is now also available in the menu on account profiles when using multiple accounts
    • Login is now handled in a WebView within the app - this fixes multiple problems that previously occurred with external browsers
    • Support for Android 12
    • new Splashscreen
    • support for the new Mastodon instance configuration API
    • improvements to post rendering so they look more like on Mastodon web
    • using POST /api/v2/media for media upload - this makes media uploads faster and more reliable
    • interface texts have been streamlined to always say "post" instead of "toot" or "status"
    • a lot of bugfixes and other small improvements, including several fixes for issues that caused the timeline to be stuck or have gaps

    Contributors to this release: @charlag@ @mal0ki @nailyk-fr @Tak @BoFFire @ariasuni @gunchleoc @IhorHordiichuk @vskjefst @cketti @sphoneix22 @xmgz @kyori19 @sveinki @knuxify @realpixelcode @C1710 and translators on https://weblate.tusky.app/

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v17.0.aab(9.26 MB)
    tusky-v17.0.apk(8.45 MB)
    tusky-v17.0.mapping.txt(29.65 MB)
  • v17.0-beta.1(Mar 28, 2022)

    • "Open as..." is now also available in the menu on account profiles when using multiple accounts
    • Login is now handled in a WebView within the app - this fixes multiple problems that previously occurred with external browsers
    • Support for Android 12
    • support for the new Mastodon instance configuration API
    • improvements to post rendering so they look more like on Mastodon web
    • using POST /api/v2/media for media upload - this makes media uploads faster and more reliable
    • interface texts have been streamlined to always say "post" instead of "toot" or "status"
    • a lot of bugfixes and other small improvements, including several fixes for issues that caused the timeline to be stuck or have gaps

    Contributors to this release: @charlag@ @mal0ki @nailyk-fr @Tak @BoFFire @ariasuni @gunchleoc @IhorHordiichuk @vskjefst @cketti @sphoneix22 @xmgz @kyori19 @sveinki and translators on https://weblate.tusky.app/

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v17.0.beta1.aab(9.28 MB)
    tusky-v17.0.beta1.apk(8.45 MB)
    tusky-v17.0.mapping.txt(30.27 MB)
  • v16.0(Feb 25, 2022)

    Tusky 16.0 is identical to Tusky 16 beta 3

    Changes since Tusky 15.1:

    • The timeline loading logic has been completely rewritten in order to be faster, less buggy and easier to maintain.
    • Tusky can now animate custom emojis in APNG & Animated WebP format. To use the feature, enable emoji animations in the preferences.
    • New option to enable a confirmation dialog before favouriting statuses.
    • The default maximum option length when creating a poll has been extended to 50 to match Mastodon's default.
    • Bugfixes
      • On some instances (e.g. qoto.org) with a custom subscription feature it was not possible to follow users
      • In some cases statuses were not filtered correctly
      • Custom emojis were not supported in announcements
      • and a lot more
    • Support for Android 11
    • New translations: Scottish Gaelic, Galician, Ukrainian
    • Improved translations

    Contributors to this release: @charlag@ @mal0ki @nailyk-fr @Tak @BoFFire @vskjefst @gerazo @kantcer @meskobalazs @xmgz @IhorHordiichuk @knuxify @gunchleoc @NikGreens @Mejans @danialbehzadi @vancha @sleepycrow @sveinki @xSojo @sr093906 @ColinKinlochand @joelchrono12 @la-ninpre @ariasuni @wrott @licaon-kter translators on https://weblate.tusky.app

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v16.0.aab(9.09 MB)
    tusky-v16.0.apk(8.35 MB)
  • v16.0-beta.3(Feb 21, 2022)

    This release fixes the following problems with Beta 2:

    • Crash on the drafts screen if there are Drafts saved with a previous Tusky version that have attachments
    • Crash because of some malformed translations
    • Home timeline missing boosts and "load more" placeholders in some cases
    • Sometimes Tusky would not open mentions in the app
    • Media was shown with the wrong sensitivity on some screens
    • Sometimes Tusky was showing a detailed status twice after refreshing the view

    Additionally, the default maximum option length when creating a poll has been extended to 50 to match Mastodon's default.

    Source code(tar.gz)
    Source code(zip)
    tusky-v16.0.beta3.aab(9.09 MB)
    tusky-v16.0.beta3.apk(8.35 MB)
  • v16.0-beta.2(Feb 9, 2022)

  • v16.0-beta.1(Feb 8, 2022)

    • The timeline loading logic has been completely rewritten in order to be faster, less buggy and easier to maintain.
    • Tusky can now animate custom emojis in APNG & Animated WebP format. To use the feature, enable emoji animations in the preferences.
    • New option to enable a confirmation dialog before favouriting statuses.
    • Bugfixes
      • On some instances (e.g. qoto.org) with a custom subscription feature it was not possible to follow users
      • In some cases statuses were not filtered correctly
      • Custom emojis were not supported in announcements
      • and a lot more
    • Support for Android 11
    • New translations: Scottish Gaelic, Galician, Ukrainian
    • Improved translations

    Contributors to this release: @charlag@ @mal0ki @nailyk-fr @Tak @BoFFire @vskjefst @gerazo @kantcer @meskobalazs @xmgz @IhorHordiichuk @knuxify @gunchleoc @NikGreens @Mejans @danialbehzadi @vancha @sleepycrow @sveinki @xSojo @sr093906 @ColinKinlochand @joelchrono12 @la-ninpre @ariasuni translators on https://weblate.tusky.app

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v16.0.beta1.aab(9.08 MB)
    tusky-v16.0.beta1.apk(8.34 MB)
  • v15.1(May 31, 2021)

  • v15.0(May 16, 2021)

    • Follow requests are now always shown in the main menu. This is because Mastodon can restrict users from certain instances from following you immediately, even when your account is not locked.
    • The time picker for scheduling a post has a design consistent with the rest of the app now
    • Various bugfixes
    • A lot of internal refactorings that will help us to make the app faster and more stable in the long run
    • Improved translations

    Contributors to this release: @charlag@ @mal0ki @nailyk-fr @Tak @BoFFire @xmgz @ddarfantasy @IhorHordiichuk @gunchleoc @vskjefst @kyori19 @sveinki @danialbehzadi @kantcer @l2dy @gerazo @Porrumentzio @ashed @xmgz and translators on https://weblate.tusky.app

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v15.0.aab(8.37 MB)
    tusky-v15.0.apk(7.86 MB)
  • v15.0-beta.1(May 4, 2021)

    • Follow requests are now always shown in the main menu. This is because Mastodon can restrict users from certain instances from following you immediately, even when your account is not locked.
    • The time picker for scheduling a post has a design consistent with the rest of the app now
    • Various bugfixes
    • A lot of internal refactorings that will help us to make the app faster and more stable in the long run
    • Improved translations

    Contributors to this release: @charlag@ @mal0ki @nailyk-fr @Tak @BoFFire @xmgz @ddarfantasy @IhorHordiichuk @gunchleoc @vskjefst @kyori19 @sveinki @danialbehzadi @kantcer @l2dy @gerazo @Porrumentzio and translators on https://weblate.tusky.app

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v15.0.beta1.aab(8.36 MB)
    tusky-v15.0.beta1.apk(7.83 MB)
  • v14.0(Feb 23, 2021)

    • Add option to be notified when a followed user posts - click the bell icon on their profile! (Mastodon 3.3.0 feature)
    • New Drafts implementation: The draft feature in Tusky has been completely redesigned to be faster, more user friendly and less buggy. You can still access your old drafts via a button on the new drafts screen, but they will be removed in a future update!
    • Wellbeing mode: A new wellbeing mode that allows you to limit certain Tusky features has been added. You can enable the feature in the Preferences.
    • Animated emoji support: Tusky can now animate custom emojis. The feature is off by default, you can enable it in the Preferences.
    • Support for timed mutes: It is now possible to mute users for only a certain time. (Not supported on all servers yet)
    • a lot of bug fixes and small improvements, especially for Pleroma compatibility
    • new translations: Bulgarian, Sorani and Sanskrit
    • improved translations

    Contributors to this release: @charlag@ @mal0ki @nailyk-fr @Tak @a1batross @kantcer @Lafudoci @vskjefst @gerazo @hiohlan @lenchan139 @JuanjoSalvador @garritfra @gisegalaburri @qezwan @Wirehead9 @meskobalazs @bremensaki @sveinki @vachan-maker @TheDavidDelta @ma4ko and translators on https://weblate.tusky.app

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v14.0.aab(8.11 MB)
    tusky-v14.0.apk(7.48 MB)
  • v14.0-beta.1(Feb 9, 2021)

    • Add option to be notified when a followed user posts - click the bell icon on their profile! (Mastodon 3.3.0 feature)
    • New Drafts implementation: The draft feature in Tusky has been completely redesigned to be faster, more user friendly and less buggy. You can still access your old drafts via a button on the new drafts screen, but they will be removed in a future update!
    • Wellbeing mode: A new wellbeing mode that allows you to limit certain Tusky features has been added. You can enable the feature in the Preferences.
    • Animated emoji support: Tusky can now animate custom emojis. The feature is off by default, you can enable it in the Preferences.
    • Support for timed mutes: It is now possible to mute users for only a certain time. (Not supported on all servers yet)
    • a lot of bug fixes and small improvements, especially for Pleroma compatibility
    • improved translations

    Contributors to this release: @charlag@ @mal0ki @nailyk-fr @Tak @a1batross @kantcer @Lafudoci @vskjefst @gerazo @hiohlan @lenchan139 @JuanjoSalvador @garritfra @gisegalaburri @qezwan @Wirehead9 @meskobalazs @bremensaki @sveinki and translators on https://weblate.tusky.app

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v13.0.beta1.aab(8.14 MB)
    tusky-v13.0.beta1.apk(7.45 MB)
  • v13.1(Dec 20, 2020)

    Contributors to this release: @charlag@ @mal0ki @nailyk-fr @gerazo @meskobalazs @ariasuni @kantcer @Wirehead9 @sveinki @ddarfantasy @danialbehzadi and translators on Weblate

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v13.1.aab(8.10 MB)
    tusky-v13.1.apk(7.36 MB)
  • v13.0(Dec 4, 2020)

    • support for profile notes (Mastodon 3.2.0 feature)

    • support for admin announcements (Mastodon 3.1.0 feature)

    • the avatar of your selected account will now be shown in the main toolbar

    • clicking the display name in a timeline will now open the profile page of that user

    • a lot of bug fixes and small improvements

    • improved translations

    Contributors to this release: @charlag @Tak @mal0ki @nailyk-fr @BoFFire @danialbehzadi @vskjefst @kyori19 @JuanjoSalvador @explorer422 @MrMini1025 @conor-f @Porrumentzio @garritfra @clasick @krkk @ali-demirtas @duggalsu @dkdarshan760 @akarshanbiswas @gerazo @hinaloe @ariasuni @Wirehead9 @tolstoevsky @kantcer and translators on Weblate

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v13.0.aab(8.02 MB)
    tusky-v13.0.apk(7.29 MB)
  • v13.0-beta.1(Nov 25, 2020)

    • support for profile notes (Mastodon 3.2.0 feature)

    • support for admin announcements (Mastodon 3.1.0 feature)

    • the avatar of your selected account will now be shown in the main toolbar

    • clicking the display name in a timeline will now open the profile page of that user

    • a lot of bug fixes and small improvements

    • improved translations

    Contributors to this release: @charlag @Tak @mal0ki @nailyk-fr @BoFFire @danialbehzadi @vskjefst @kyori19 @JuanjoSalvador @explorer422 @MrMini1025 @conor-f @Porrumentzio @garritfra @clasick @krkk @ali-demirtas @duggalsu @dkdarshan760 @akarshanbiswas @gerazo @hinaloe and translators on Weblate

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v13.0-beta.1.aab(8.02 MB)
    tusky-v13.0-beta.1.apk(7.29 MB)
  • v12.1(Aug 22, 2020)

    This release fixes bugs and improves translations

    • new setting to hide the top toolbar
    • new translation: Bengali (Bangladesh)

    Contributors to this release: @charlag @Tak @mal0ki @nailyk-fr @BoFFire @test8421 @krkk @aevw @gerazo @hinaloe @Cikarin3 @vskjefst @musashino205 @danialbehzadi @ and translators on Weblate

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v12.1.aab(7.89 MB)
    tusky-v12.1.apk(7.18 MB)
  • v12.0(Aug 12, 2020)

    • Improved main interface
      • New option to move the main tabs to the bottom of the screen
      • Additional collapsing bar that makes it faster to access the search
    • When muting a user, you can now also decide whether to mute their notifications
    • You can now follow as many hashtags as you want in one single hashtag tab
    • Improved the way media descriptions are displayed so it works even for super long descriptions
    • Bug fixes
      • Uploading large media files works again
      • The bookmark and favorite pages now show more than 20 statuses
      • and more
    • performance improvements and a lot of internal code refactorings
    • New translations: Irish, Hindi, Vietnamese and Thai

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Contributors to this release: @charlag @Tak @mal0ki @nailyk-fr @BoFFire @ariasuni @a1batross @kyori19 @muhaaliss @Retew @SelyanKab @gerazo @PananP @ati3 @Cikarin3 @JuanjoSalvador @retiolus @vskjefst @akarshanbiswas @chaitanya3po @knuxify @tolstoevsky @rexodor @ZiTAL @zzanp @danialbehzadi @wobl42 @testuser51 @dregin and translators on Weblate

    Source code(tar.gz)
    Source code(zip)
    tusky-v12.0.aab(7.81 MB)
    tusky-v12.0.apk(7.16 MB)
  • v12.0-beta.1(Aug 2, 2020)

    • Improved main interface
      • New option to move the main tabs to the bottom of the screen
      • Additional collapsing bar that makes it faster to access the search
    • When muting a user, you can now also decide whether to mute their notifications
    • You can now follow as many hashtags as you want in one single hashtag tab
    • Improved the way media descriptions are displayed so it works even for super long descriptions
    • Bug fixes
      • Uploading large media files works again
      • The bookmark and favorite pages now show more than 20 statuses
      • and more
    • performance improvements and a lot of internal code refactorings
    • New translation: Thai

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Contributors to this release: @charlag @Tak @mal0ki @nailyk-fr @BoFFire @ariasuni @a1batross @kyori19 @muhaaliss @Retew @SelyanKab @gerazo @PananP @ati3 @Cikarin3 @JuanjoSalvador @retiolus @vskjefst @akarshanbiswas @chaitanya3po @knuxify @tolstoevsky @rexodor @ZiTAL @zzanp @danialbehzadi @wobl42 @testuser51 and translators on Weblate

    Source code(tar.gz)
    Source code(zip)
    tusky-v12.0-beta.1.aab(7.84 MB)
    tusky-v12.0-beta.1.apk(7.12 MB)
  • v11.0(May 8, 2020)

    • Notifications about new follow requests when your account is locked
    • New features that can be toggled on the Preferences screen:
      • disable swiping between tabs
      • show a confirmation dialog before boosting a toot
      • show link previews in timelines
    • Conversations can now be muted
    • Poll results will now be calculated based on the number of voters and not on the number of total votes which makes multichoice polls easier to understand
    • A lot of bugfixes, most of them related to composing toots
    • Improved translations

    Contributors to this release: @charlag @Tak @mal0ki @TheLastProject @gerazo @JuanjoSalvador @jordibrus @BoFFire @sveinki @ariasuni @tolstoevsky @knuxify @vskjefst @sveinki @SelyanKab @danialbehzadi @a1batross and translators on Weblate

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v11.0.aab(8.24 MB)
    tusky-v11.0.apk(7.36 MB)
  • v11.0-beta.1(Apr 29, 2020)

    • Notifications about new follow requests when your account is locked
    • New features that can be toggled on the Preferences screen:
      • disable swiping between tabs
      • show a confirmation dialog before boosting a toot
      • show link previews in timelines
    • Conversations can now be muted
    • Poll results will now be calculated based on the number of voters and not on the number of total votes which makes multichoice polls easier to understand
    • A lot of bugfixes, most of them related to composing toots
    • Improved translations

    Contributors to this release: @charlag @Tak @mal0ki @TheLastProject @gerazo @JuanjoSalvador @jordibrus @BoFFire @sveinki @ariasuni @tolstoevsky @knuxify @vskjefst @sveinki @SelyanKab @danialbehzadi @a1batross

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v11.0-beta.1.aab(8.24 MB)
    tusky-v11.0-beta.1.apk(7.36 MB)
  • v10.0(Feb 25, 2020)

    • You can now bookmark statuses & list your bookmarks in Tusky. This requires Mastodon 3.1 or compatible server software to work.
    • You can now schedule toots with Tusky. Note that the time you select has to be at least 5 minutes in the future.
    • On servers that support it, hidden media will now be displayed as colorful gradient ("blurhash"). You can disable this feature in the preferences.
    • You can now add lists to the main screen.
    • You can now post audio attachments with Tusky.
    • Keybase proofs will now be shown on profiles
    • support for Android 10
    • The Material design has been updated: More rounded corners and slighty different color scheme
    • A lot of other small improvements, bug fixes, internal refactorings and code cleanup.
    • New translations: Islandic, Kabylian and Slovakian

    Contributors to this release: @charlag @Tak @mal0ki @kyori19 @nailyk-fr @ariasuni @viviicat @a1batross @jmontane @danialbehzadi @ati3 @BoFFire @jeroenpraat @sveinki @friederbluemle @vskjefst @JuanjoSalvador @tolstoevsky @simevo @gerazo @knuxify @xSojo @subins2000 @balasankarc @CryptKid @Aditoo17 @Mstrodl @selfisekai @aeta39 @ahangarha and translators on Weblate

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v10.0.aab(8.33 MB)
    tusky-v10.0.apk(7.54 MB)
  • v10.0-beta.1(Feb 10, 2020)

    • You can now bookmark statuses & list your bookmarks in Tusky. This requires Mastodon 3.1 or compatible server software to work.
    • You can now schedule toots with Tusky. Note that the time you select has to be at least 5 minutes in the future.
    • On servers that support it, hidden media will now be displayed as colorful gradient ("blurhash"). You can disable this feature in the preferences.
    • You can now add lists to the main screen.
    • You can now post audio attachments with Tusky.
    • Keybase proofs will now be shown on profiles
    • support for Android 10
    • The Material design has been updated: More rounded corners and slighty different color scheme
    • A lot of other small improvements, bug fixes, internal refactorings and code cleanup.
    • New translations: Islandic, Kabylian and Slovakian

    Contributors to this release: @charlag @Tak @mal0ki @kyori19 @nailyk-fr @ariasuni @viviicat @a1batross @jmontane @danialbehzadi @ati3 @BoFFire @jeroenpraat @sveinki @friederbluemle @vskjefst @JuanjoSalvador @tolstoevsky @simevo @gerazo @knuxify @xSojo @subins2000 @balasankarc @CryptKid @Aditoo17 @Mstrodl @selfisekai @aeta39 @ahangarha and translators on Weblate

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    tusky-v10.0-beta.1.apk(7.53 MB)
  • v9.1(Oct 1, 2019)

    This release ensures compatibility with Mastodon 3 and improves translations, performance and stability.

    • the deprecated /api/v1/search endpoint will no longer be used
    • videos will now always have the correct aspect ratio while playing
    • filter rules will now also affect polls

    If you like Tusky, consider supporting us on Open Collective! https://opencollective.com/tusky

    Source code(tar.gz)
    Source code(zip)
    app-blue-release.apk(7.20 MB)
HyperUPnP is Android Application that lets you to Stream Media from PC, NAS or any other device running UPnP/DLNA compliant media server to your Android Device.

Hyper UPnP Android UPnP/DLNA client Stream Media from PC, NAS or any other device running UPnP/DLNA compliant media server to your Android Device. Int

Var Bhat 8 Jul 17, 2022
A Full-Stack mobile app, including Android & Server, Simple-Poem 简诗. You can write poem in graceful & traditional Chinese style.

JianShi 简诗 A Full-Stack mobile app, including Android side & Server side, Simple-Poem 简诗. You can write poem in graceful & traditional Chinese style.

wingjay 1.9k Jan 6, 2023
Android application to sync RSS without a server using DecSync

Flym DecSync Flym DecSync is a fork of Flym which adds synchronization using DecSync. To start synchronizing, all you have to do is synchronize your s

Aldo Gunsing 20 Dec 30, 2022
Movies-db-example - Sample Android application that loads movies data from a remote server

Movies Application Sample Android application that loads movies data from a remo

Bilal Ibrahim Hairab 0 Feb 8, 2022
Watora server

Getting Started Reference Documentation For further reference, please consider the following sections: Official Gradle documentation Spring Boot Gradl

TsukiSeele 3 Nov 28, 2022
Minecraft JE Server Programming with JS like Skript, Trigger Reactor

mine.js(Developing) Minecraft Java Edition Scripting with JS(V8 Engine) by Netherald How to apply? Download Paper or Bungee Version. and put it to plu

null 9 Nov 10, 2021
Text to Speech Project for Spring Boot and Kotlin, Auth Server, Python with Fast API (gTTS)

TTS-App Text to Speech Project for Spring Boot and Kotlin, Auth Server, Python with Fast API (gTTS) Python의 gTTS lib를 활용하여 텍스트를 음성으로 변환하는 서비스를 구현해봅니다.

Seokhyun 7 Jan 7, 2022
🚧 A fully open-source project for creating and maintaining a Kotlin-based Minecraft: Java Edition server.

Hexalite: Java Edition ⚠️ WARNING: The Hexalite Network is a work in progress. It is not yet ready for production. You may encounter bugs and other is

Hexalite Studios 38 Nov 28, 2022
Launchy - A custom launcher for our server that installs recommended mods

Launchy Our custom launcher which makes it easier to set up optional mods and in

Mine In Abyss 8 Dec 10, 2022
🚧 A fully open-source project for creating and maintaining a Kotlin-based Minecraft: Java Edition server.

Hexalite: Java Edition ⚠️ WARNING: The Hexalite Network is a work in progress. It is not yet ready for production. You may encounter bugs and other is

Hexalite Network 38 Nov 28, 2022
Synapse Moderation Bot - A bot for managing and moderating our community Discord server

Synapse Moderation Bot A bot for managing and moderating our community Discord server. Note This bot is not public. While you can host it on your own,

Synapse Technologies, LLC 1 Jul 16, 2022
Simple metrics exporter HTTP server for Prometheus meant to be used for private Discord servers.

Discord Prometheus Exporter Simple metrics exporter HTTP server for Prometheus meant to be used for private Discord servers. Thanks to the creator of

Subham 2 Nov 29, 2022
Whitelist Player on Minecraft Server via Twitch Channel Points ✅

TwitchWhitelist This is a customisable 1.8-1.19 Spigot Plugin to Whitelist Players via Twitch Channel Points Rewards. Setup Setup a PaperMC (recommend

Jakob 3 Oct 17, 2022
Twidere-Android Twidere is a powerful twitter client for Android 1.6+ 1 , which gives you a full Holo experience and nearly full Twitter's feature.

Twidere for Android Material Design ready and feature rich Twitter/Mastodon/Fanfou app for Android 4.1+. Enjoy Fediverse now! Twidere-Android is maint

Twidere Project 2.7k Jan 2, 2023
An MVP Dribbble client for Android Mobile, Tablet, Wear and TV.

Bourbon ![Sidebar] (https://img.shields.io/badge/Sidebar-06%2F05%2F2016-orange.svg) Bourbon is a simple Dribbble client built for Android Mobile, Wear

Joe Birch 1.1k Dec 12, 2022
An open source Hacker News client for Android.

Hacker News Come chat with us on Gitter.im! An open source Hacker News client for Android phones & tablets. Available on the Google Play Store How to

Matthew Bishop 227 Dec 11, 2022
📱:newspaper: Android client for the Nextcloud news/feed reader app

Nextcloud News Reader – Android App The Nextcloud News Reader Android App is under AGPLv3 License terms. Bugs and enhancements can be reported under:

Nextcloud 589 Dec 31, 2022
Android client for Seafile

Seafile Android Client The application has been published onto the market for easy access: Contributors See Contributors Graph Build the APK Make sure

null 462 Dec 29, 2022
GitHub client for Android based on the abandoned official app

ForkHub ForkHub started off as a fork of the official Android app from GitHub, and has since seen lots of improvements. You can see a comprehensive li

Jon Ander Peñalba 2.8k Dec 28, 2022