diff --git a/README.md b/README.md index ce71ba7d..e560adfa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 012b2b50..8cb1a454 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 } diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index aa692cc6..6d6383a0 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -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/ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png index 6318de1d..1b99039d 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/03_profile.png differ