Yuito è un fork di Tusky, Tusky è un bellissimo client Android per Mastodon. Mastodon è una rete sociale federata. Ciò significa che nessuna singola entità controlla l'intera rete. https://mastodon.uno
Go to file
Eugen Rochko 1db90db642 Spark animations for boost/favourite buttons 2017-03-07 22:23:17 +01:00
app Spark animations for boost/favourite buttons 2017-03-07 22:23:17 +01:00
gradle/wrapper Prettify profiles, add floating follow/unfollow button to them 2017-03-06 20:48:31 +01:00
.gitignore Remove .idea files 2017-01-03 19:30:20 -08:00
LICENSE.txt License info now available 2017-01-20 03:09:10 -05:00
README.md TODO's have been erradicated. 2017-02-26 19:14:50 -05:00
build.gradle Spark animations for boost/favourite buttons 2017-03-07 22:23:17 +01: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
settings.gradle added README.md and missing files 2017-01-02 20:37:38 -05:00

README.md

Tusky

This is an android client for Mastodon, a GNU Social-compatible microblogging server. Presently, it is in active development and its current state does not represent the features or design of the final program.

It is currently available for alpha testing on the Tusky Google Play store page. You can also find it on F-Droid or at its F-Droid page.

Also, my mastodon account is Vavassor@mastodon.social.

Building

Dependencies

  • Java Development Kit 7 or higher
  • 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.