Fork of Tusky to match Chinwag design and provide better visual accessibility. https://social.chinwag.org
Go to file
Konrad Pozniak 92ae463b38
Multi account feature (#490)
* basic implementation

* improve LoginActivity

* darken drawer background image

* add current avatar in ComposeActivity

* add account name to logout dialog

* multi account support for notifications

* multi account support for notifications

* bugfixes & cleanup

* fix bug where somethings notifications would open with the wrong user

* correctly set active account in SFragment

* small improvements
2018-02-03 22:45:14 +01:00
app Multi account feature (#490) 2018-02-03 22:45:14 +01:00
assets update amazon link in readme 2017-12-09 10:46:33 +01:00
gradle/wrapper upgrade gradle version for android studio 3, fix some lint warnings 2017-10-25 21:56:58 +02:00
.gitignore Remove .idea files 2017-01-03 19:30:20 -08:00
build.gradle update dependencies 2018-02-02 20:49:10 +01:00
CONTRIBUTING.md Fixes a couple of typos. 2017-04-26 03:38:49 -04:00
gradle.properties added README.md and missing files 2017-01-02 20:37:38 -05:00
gradlew added README.md and missing files 2017-01-02 20:37:38 -05:00
gradlew.bat added README.md and missing files 2017-01-02 20:37:38 -05:00
LICENSE.txt License change back to GPL 3 2017-04-09 20:12:31 -04:00
README.md Multi account feature (#490) 2018-02-03 22:45:14 +01:00
settings.gradle added README.md and missing files 2017-01-02 20:37:38 -05:00

Tusky

Tusky is a beautiful Android client for Mastodon. Mastodon is a GNU social-compatible federated social network. That means not one 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 Get it on Amazon

Features

  • Material Design
  • Most Mastodon APIs implemented
  • Muti-Account support
  • completely Open-source - no non-free dependencies like Google services

Head of development

This app was developed by Vavassor@mastodon.social. The current maintainer is ConnyDuck@mastodon.social.

Building

The most basic things needed are the Java Development Kit 7 or higher and the Android SDK.

The project uses the Gradle build system. Android studio uses Gradle by default, so it'd be straightforward to import this repository using your chosen version control software from the menu:

VCS > Checkout from version control > Git/SVN/Mercurial

After making it into an android studio project you can build/run as you wish.

It's also possible to build using Gradle by itself on the command line if you have it installed and configured. This repository includes a gradle wrapper script that can be used, following this guide Build You App On The Command Line.

The project's gradle files describe its building needs more in-depth and dependencies can be found in app/build.gradle.