From b16676b54a04a1e22462cb595162fa0ac35c3218 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 18 Jun 2022 10:18:37 -0500 Subject: [PATCH] Version 10.4 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/280.txt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/280.txt diff --git a/app/build.gradle b/app/build.gradle index 020aab75..49538425 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdk 16 targetSdk 33 - versionName "10.3" - versionCode = 278 + versionName "10.4" + versionCode = 280 // Generate native debug symbols to allow Google Play to symbolicate our native crashes ndk.debugSymbolLevel = 'FULL' diff --git a/fastlane/metadata/android/en-US/changelogs/280.txt b/fastlane/metadata/android/en-US/changelogs/280.txt new file mode 100644 index 00000000..ceb52fbb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/280.txt @@ -0,0 +1,7 @@ +- HEVC will now be used automatically when using settings too high for the H.264 decoder +- Rumble is now supported on Shield controller when connected to Shield Android TV devices +- Reduced latency on Chromecast with Google TV by defaulting to H.264 for streaming at 1080p or below +- Fixed an issue that prevented HEVC from being used by default on some Shield Android TV devices +- Fixed an issue where parts of the UI were not visible on some Samsung devices +- Fixed handling of non-QWERTY keyboards using new Android 13 API +- Fixed stream unexpectedly entering PiP mode when a USB permission prompt appeared \ No newline at end of file