From 17f53d947f2674b49abe4c7fc165afede5710c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Mon, 9 May 2022 08:40:59 +0300 Subject: [PATCH 1/1] Android: Updated release notes, build date --- CMakeLists.txt | 2 +- res/about/android-version.gmi | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d831c1cc..b31dba2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif () if (ANDROID) set (PROJECT_VERSION 1.13) set (ANDROID_BUILD_VERSION b6) # remember to update Gradle, AndroidManifest.xml - set (ANDROID_BUILD_DATE "2022-05-12") + set (ANDROID_BUILD_DATE "2022-05-09") endif () # Defaults that depend on environment. diff --git a/res/about/android-version.gmi b/res/about/android-version.gmi index 4e769ead..8ddfc10d 100644 --- a/res/about/android-version.gmi +++ b/res/about/android-version.gmi @@ -8,6 +8,9 @@ ## 1.13 (Beta 6) * Enabled audio output. WAV and Ogg Vorbis decoding is supported in this build. +* Fixed showing error page for an empty server response. +* Fixes for Spartan: query strings, input prompt default content, empty paths. +* Added Spartan URL handler. ## 1.13 (Beta 5) New features: -- 2.34.1