Release 39

This commit is contained in:
Conny Duck 2018-07-01 12:26:04 +02:00
parent 030a201da6
commit 71f4f0ad2d
4 changed files with 9 additions and 5 deletions

View File

@ -14,8 +14,10 @@ Tusky is a beautiful Android client for [Mastodon](https://github.com/tootsuite/
- Material Design
- Most Mastodon APIs implemented
- Multi-Account support
- Dark and Light theme with the possibility to auto-switch based on the time of day
- Dark and light theme 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
### Support

View File

@ -10,8 +10,8 @@ android {
applicationId "com.keylesspalace.tusky"
minSdkVersion 19
targetSdkVersion 27
versionCode 38
versionName "1.8.0"
versionCode 39
versionName "2.0-beta.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true
}

View File

@ -4,7 +4,9 @@ Tusky is a lightweight client for Mastodon, a free and open-source social networ
• Most Mastodon APIs implemented
• Multi-Account support
• Dark and light theme with the possibility to auto-switch based on the time of day
• Drafts compose toots and save them for later
• Completely open-source no non-free dependencies like Google services
• 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
To learn more about Mastodon, visit https://joinmastodon.org/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 628 KiB