Release 39
This commit is contained in:
parent
030a201da6
commit
71f4f0ad2d
4 changed files with 9 additions and 5 deletions
|
@ -14,8 +14,10 @@ Tusky is a beautiful Android client for [Mastodon](https://github.com/tootsuite/
|
||||||
- Material Design
|
- Material Design
|
||||||
- Most Mastodon APIs implemented
|
- Most Mastodon APIs implemented
|
||||||
- Multi-Account support
|
- 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
|
- 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
|
- Completely open-source - no non-free dependencies like Google services
|
||||||
|
|
||||||
### Support
|
### Support
|
||||||
|
|
|
@ -10,8 +10,8 @@ android {
|
||||||
applicationId "com.keylesspalace.tusky"
|
applicationId "com.keylesspalace.tusky"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 38
|
versionCode 39
|
||||||
versionName "1.8.0"
|
versionName "2.0-beta.1"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary true
|
vectorDrawables.useSupportLibrary true
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,9 @@ Tusky is a lightweight client for Mastodon, a free and open-source social networ
|
||||||
• Most Mastodon APIs implemented
|
• Most Mastodon APIs implemented
|
||||||
• Multi-Account support
|
• 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
|
• Drafts - compose toots and save them for later
|
||||||
• Completely open-source – no non-free dependencies like Google services
|
• 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/
|
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 |
Loading…
Reference in a new issue