From 4647167d27267caf097e89bbcb06577ff1d8a548 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 8 May 2020 18:51:22 +0200 Subject: [PATCH 1/2] Add support button --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fa54ae20b..7ba373c84 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 29 - versionCode 365 - versionName "2.35.2" + versionCode 366 + versionName "2.35.3" multiDexEnabled true renderscriptTargetApi 28 as int renderscriptSupportModeEnabled true From d1edf565e8826bd67fdc5a7d354c2d96f41d0401 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 9 Jul 2020 11:44:49 +0200 Subject: [PATCH 2/2] copy release notes --- .../metadata/android/en-US/changelogs/375.txt | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/375.txt diff --git a/fastlane/metadata/android/en-US/changelogs/375.txt b/fastlane/metadata/android/en-US/changelogs/375.txt new file mode 100644 index 000000000..9966180ef --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/375.txt @@ -0,0 +1,20 @@ +Added: +- Select text for media description + +changed: +- Increase media description length to 1500 chars +- More details about accounts in notifications +- Media management in timelines +- Allow cross-account replies on followed instances + +Fixed: +- Crash when having custom emoji in display name +- Crash when adding media +- Remove extra spaces at the bottom of messages +- Some issue with custom emoji +- Fix issue with "Your toots/notifications" +- Fix issue with CW and Pixelfed +- Fix some media not loaded in profiles +- Scheduled toots from server side have an incorrect date +- Incorrect feeds when checking instance admin account +- Some crashes \ No newline at end of file